@pdfme/ui 4.0.0 → 4.0.1

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.
package/dist/index.umd.js CHANGED
@@ -39,7 +39,7 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
39
39
  *
40
40
  * @author Feross Aboukhadijeh <https://feross.org>
41
41
  * @license MIT
42
- */(function(a){const s=base64Js,$=ieee754,_=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;a.Buffer=at,a.SlowBuffer=gt,a.INSPECT_MAX_BYTES=50;const _e=2147483647;a.kMaxLength=_e,at.TYPED_ARRAY_SUPPORT=tt(),!at.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 tt(){try{const Xt=new Uint8Array(1),Gt={foo:function(){return 42}};return Object.setPrototypeOf(Gt,Uint8Array.prototype),Object.setPrototypeOf(Xt,Gt),Xt.foo()===42}catch{return!1}}Object.defineProperty(at.prototype,"parent",{enumerable:!0,get:function(){if(at.isBuffer(this))return this.buffer}}),Object.defineProperty(at.prototype,"offset",{enumerable:!0,get:function(){if(at.isBuffer(this))return this.byteOffset}});function nt(Xt){if(Xt>_e)throw new RangeError('The value "'+Xt+'" is invalid for option "size"');const Gt=new Uint8Array(Xt);return Object.setPrototypeOf(Gt,at.prototype),Gt}function at(Xt,Gt,Wt){if(typeof Xt=="number"){if(typeof Gt=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return lt(Xt)}return ot(Xt,Gt,Wt)}at.poolSize=8192;function ot(Xt,Gt,Wt){if(typeof Xt=="string")return et(Xt,Gt);if(ArrayBuffer.isView(Xt))return ut(Xt);if(Xt==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Xt);if(tr(Xt,ArrayBuffer)||Xt&&tr(Xt.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(tr(Xt,SharedArrayBuffer)||Xt&&tr(Xt.buffer,SharedArrayBuffer)))return ft(Xt,Gt,Wt);if(typeof Xt=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const er=Xt.valueOf&&Xt.valueOf();if(er!=null&&er!==Xt)return at.from(er,Gt,Wt);const lr=ht(Xt);if(lr)return lr;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Xt[Symbol.toPrimitive]=="function")return at.from(Xt[Symbol.toPrimitive]("string"),Gt,Wt);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Xt)}at.from=function(Xt,Gt,Wt){return ot(Xt,Gt,Wt)},Object.setPrototypeOf(at.prototype,Uint8Array.prototype),Object.setPrototypeOf(at,Uint8Array);function rt(Xt){if(typeof Xt!="number")throw new TypeError('"size" argument must be of type number');if(Xt<0)throw new RangeError('The value "'+Xt+'" is invalid for option "size"')}function st(Xt,Gt,Wt){return rt(Xt),Xt<=0?nt(Xt):Gt!==void 0?typeof Wt=="string"?nt(Xt).fill(Gt,Wt):nt(Xt).fill(Gt):nt(Xt)}at.alloc=function(Xt,Gt,Wt){return st(Xt,Gt,Wt)};function lt(Xt){return rt(Xt),nt(Xt<0?0:dt(Xt)|0)}at.allocUnsafe=function(Xt){return lt(Xt)},at.allocUnsafeSlow=function(Xt){return lt(Xt)};function et(Xt,Gt){if((typeof Gt!="string"||Gt==="")&&(Gt="utf8"),!at.isEncoding(Gt))throw new TypeError("Unknown encoding: "+Gt);const Wt=pt(Xt,Gt)|0;let er=nt(Wt);const lr=er.write(Xt,Gt);return lr!==Wt&&(er=er.slice(0,lr)),er}function it(Xt){const Gt=Xt.length<0?0:dt(Xt.length)|0,Wt=nt(Gt);for(let er=0;er<Gt;er+=1)Wt[er]=Xt[er]&255;return Wt}function ut(Xt){if(tr(Xt,Uint8Array)){const Gt=new Uint8Array(Xt);return ft(Gt.buffer,Gt.byteOffset,Gt.byteLength)}return it(Xt)}function ft(Xt,Gt,Wt){if(Gt<0||Xt.byteLength<Gt)throw new RangeError('"offset" is outside of buffer bounds');if(Xt.byteLength<Gt+(Wt||0))throw new RangeError('"length" is outside of buffer bounds');let er;return Gt===void 0&&Wt===void 0?er=new Uint8Array(Xt):Wt===void 0?er=new Uint8Array(Xt,Gt):er=new Uint8Array(Xt,Gt,Wt),Object.setPrototypeOf(er,at.prototype),er}function ht(Xt){if(at.isBuffer(Xt)){const Gt=dt(Xt.length)|0,Wt=nt(Gt);return Wt.length===0||Xt.copy(Wt,0,0,Gt),Wt}if(Xt.length!==void 0)return typeof Xt.length!="number"||ir(Xt.length)?nt(0):it(Xt);if(Xt.type==="Buffer"&&Array.isArray(Xt.data))return it(Xt.data)}function dt(Xt){if(Xt>=_e)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+_e.toString(16)+" bytes");return Xt|0}function gt(Xt){return+Xt!=Xt&&(Xt=0),at.alloc(+Xt)}at.isBuffer=function(Gt){return Gt!=null&&Gt._isBuffer===!0&&Gt!==at.prototype},at.compare=function(Gt,Wt){if(tr(Gt,Uint8Array)&&(Gt=at.from(Gt,Gt.offset,Gt.byteLength)),tr(Wt,Uint8Array)&&(Wt=at.from(Wt,Wt.offset,Wt.byteLength)),!at.isBuffer(Gt)||!at.isBuffer(Wt))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Gt===Wt)return 0;let er=Gt.length,lr=Wt.length;for(let ur=0,pr=Math.min(er,lr);ur<pr;++ur)if(Gt[ur]!==Wt[ur]){er=Gt[ur],lr=Wt[ur];break}return er<lr?-1:lr<er?1:0},at.isEncoding=function(Gt){switch(String(Gt).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}},at.concat=function(Gt,Wt){if(!Array.isArray(Gt))throw new TypeError('"list" argument must be an Array of Buffers');if(Gt.length===0)return at.alloc(0);let er;if(Wt===void 0)for(Wt=0,er=0;er<Gt.length;++er)Wt+=Gt[er].length;const lr=at.allocUnsafe(Wt);let ur=0;for(er=0;er<Gt.length;++er){let pr=Gt[er];if(tr(pr,Uint8Array))ur+pr.length>lr.length?(at.isBuffer(pr)||(pr=at.from(pr)),pr.copy(lr,ur)):Uint8Array.prototype.set.call(lr,pr,ur);else if(at.isBuffer(pr))pr.copy(lr,ur);else throw new TypeError('"list" argument must be an Array of Buffers');ur+=pr.length}return lr};function pt(Xt,Gt){if(at.isBuffer(Xt))return Xt.length;if(ArrayBuffer.isView(Xt)||tr(Xt,ArrayBuffer))return Xt.byteLength;if(typeof Xt!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Xt);const Wt=Xt.length,er=arguments.length>2&&arguments[2]===!0;if(!er&&Wt===0)return 0;let lr=!1;for(;;)switch(Gt){case"ascii":case"latin1":case"binary":return Wt;case"utf8":case"utf-8":return Jt(Xt).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Wt*2;case"hex":return Wt>>>1;case"base64":return Kt(Xt).length;default:if(lr)return er?-1:Jt(Xt).length;Gt=(""+Gt).toLowerCase(),lr=!0}}at.byteLength=pt;function mt(Xt,Gt,Wt){let er=!1;if((Gt===void 0||Gt<0)&&(Gt=0),Gt>this.length||((Wt===void 0||Wt>this.length)&&(Wt=this.length),Wt<=0)||(Wt>>>=0,Gt>>>=0,Wt<=Gt))return"";for(Xt||(Xt="utf8");;)switch(Xt){case"hex":return Rt(this,Gt,Wt);case"utf8":case"utf-8":return Tt(this,Gt,Wt);case"ascii":return It(this,Gt,Wt);case"latin1":case"binary":return yt(this,Gt,Wt);case"base64":return Ot(this,Gt,Wt);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kt(this,Gt,Wt);default:if(er)throw new TypeError("Unknown encoding: "+Xt);Xt=(Xt+"").toLowerCase(),er=!0}}at.prototype._isBuffer=!0;function ct(Xt,Gt,Wt){const er=Xt[Gt];Xt[Gt]=Xt[Wt],Xt[Wt]=er}at.prototype.swap16=function(){const Gt=this.length;if(Gt%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Wt=0;Wt<Gt;Wt+=2)ct(this,Wt,Wt+1);return this},at.prototype.swap32=function(){const Gt=this.length;if(Gt%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let Wt=0;Wt<Gt;Wt+=4)ct(this,Wt,Wt+3),ct(this,Wt+1,Wt+2);return this},at.prototype.swap64=function(){const Gt=this.length;if(Gt%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let Wt=0;Wt<Gt;Wt+=8)ct(this,Wt,Wt+7),ct(this,Wt+1,Wt+6),ct(this,Wt+2,Wt+5),ct(this,Wt+3,Wt+4);return this},at.prototype.toString=function(){const Gt=this.length;return Gt===0?"":arguments.length===0?Tt(this,0,Gt):mt.apply(this,arguments)},at.prototype.toLocaleString=at.prototype.toString,at.prototype.equals=function(Gt){if(!at.isBuffer(Gt))throw new TypeError("Argument must be a Buffer");return this===Gt?!0:at.compare(this,Gt)===0},at.prototype.inspect=function(){let Gt="";const Wt=a.INSPECT_MAX_BYTES;return Gt=this.toString("hex",0,Wt).replace(/(.{2})/g,"$1 ").trim(),this.length>Wt&&(Gt+=" ... "),"<Buffer "+Gt+">"},_&&(at.prototype[_]=at.prototype.inspect),at.prototype.compare=function(Gt,Wt,er,lr,ur){if(tr(Gt,Uint8Array)&&(Gt=at.from(Gt,Gt.offset,Gt.byteLength)),!at.isBuffer(Gt))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Gt);if(Wt===void 0&&(Wt=0),er===void 0&&(er=Gt?Gt.length:0),lr===void 0&&(lr=0),ur===void 0&&(ur=this.length),Wt<0||er>Gt.length||lr<0||ur>this.length)throw new RangeError("out of range index");if(lr>=ur&&Wt>=er)return 0;if(lr>=ur)return-1;if(Wt>=er)return 1;if(Wt>>>=0,er>>>=0,lr>>>=0,ur>>>=0,this===Gt)return 0;let pr=ur-lr,yr=er-Wt;const Er=Math.min(pr,yr),br=this.slice(lr,ur),gr=Gt.slice(Wt,er);for(let Ar=0;Ar<Er;++Ar)if(br[Ar]!==gr[Ar]){pr=br[Ar],yr=gr[Ar];break}return pr<yr?-1:yr<pr?1:0};function vt(Xt,Gt,Wt,er,lr){if(Xt.length===0)return-1;if(typeof Wt=="string"?(er=Wt,Wt=0):Wt>2147483647?Wt=2147483647:Wt<-2147483648&&(Wt=-2147483648),Wt=+Wt,ir(Wt)&&(Wt=lr?0:Xt.length-1),Wt<0&&(Wt=Xt.length+Wt),Wt>=Xt.length){if(lr)return-1;Wt=Xt.length-1}else if(Wt<0)if(lr)Wt=0;else return-1;if(typeof Gt=="string"&&(Gt=at.from(Gt,er)),at.isBuffer(Gt))return Gt.length===0?-1:At(Xt,Gt,Wt,er,lr);if(typeof Gt=="number")return Gt=Gt&255,typeof Uint8Array.prototype.indexOf=="function"?lr?Uint8Array.prototype.indexOf.call(Xt,Gt,Wt):Uint8Array.prototype.lastIndexOf.call(Xt,Gt,Wt):At(Xt,[Gt],Wt,er,lr);throw new TypeError("val must be string, number or Buffer")}function At(Xt,Gt,Wt,er,lr){let ur=1,pr=Xt.length,yr=Gt.length;if(er!==void 0&&(er=String(er).toLowerCase(),er==="ucs2"||er==="ucs-2"||er==="utf16le"||er==="utf-16le")){if(Xt.length<2||Gt.length<2)return-1;ur=2,pr/=2,yr/=2,Wt/=2}function Er(gr,Ar){return ur===1?gr[Ar]:gr.readUInt16BE(Ar*ur)}let br;if(lr){let gr=-1;for(br=Wt;br<pr;br++)if(Er(Xt,br)===Er(Gt,gr===-1?0:br-gr)){if(gr===-1&&(gr=br),br-gr+1===yr)return gr*ur}else gr!==-1&&(br-=br-gr),gr=-1}else for(Wt+yr>pr&&(Wt=pr-yr),br=Wt;br>=0;br--){let gr=!0;for(let Ar=0;Ar<yr;Ar++)if(Er(Xt,br+Ar)!==Er(Gt,Ar)){gr=!1;break}if(gr)return br}return-1}at.prototype.includes=function(Gt,Wt,er){return this.indexOf(Gt,Wt,er)!==-1},at.prototype.indexOf=function(Gt,Wt,er){return vt(this,Gt,Wt,er,!0)},at.prototype.lastIndexOf=function(Gt,Wt,er){return vt(this,Gt,Wt,er,!1)};function xt(Xt,Gt,Wt,er){Wt=Number(Wt)||0;const lr=Xt.length-Wt;er?(er=Number(er),er>lr&&(er=lr)):er=lr;const ur=Gt.length;er>ur/2&&(er=ur/2);let pr;for(pr=0;pr<er;++pr){const yr=parseInt(Gt.substr(pr*2,2),16);if(ir(yr))return pr;Xt[Wt+pr]=yr}return pr}function bt(Xt,Gt,Wt,er){return nr(Jt(Gt,Xt.length-Wt),Xt,Wt,er)}function Et(Xt,Gt,Wt,er){return nr(rr(Gt),Xt,Wt,er)}function St(Xt,Gt,Wt,er){return nr(Kt(Gt),Xt,Wt,er)}function Bt(Xt,Gt,Wt,er){return nr(Yt(Gt,Xt.length-Wt),Xt,Wt,er)}at.prototype.write=function(Gt,Wt,er,lr){if(Wt===void 0)lr="utf8",er=this.length,Wt=0;else if(er===void 0&&typeof Wt=="string")lr=Wt,er=this.length,Wt=0;else if(isFinite(Wt))Wt=Wt>>>0,isFinite(er)?(er=er>>>0,lr===void 0&&(lr="utf8")):(lr=er,er=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ur=this.length-Wt;if((er===void 0||er>ur)&&(er=ur),Gt.length>0&&(er<0||Wt<0)||Wt>this.length)throw new RangeError("Attempt to write outside buffer bounds");lr||(lr="utf8");let pr=!1;for(;;)switch(lr){case"hex":return xt(this,Gt,Wt,er);case"utf8":case"utf-8":return bt(this,Gt,Wt,er);case"ascii":case"latin1":case"binary":return Et(this,Gt,Wt,er);case"base64":return St(this,Gt,Wt,er);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Bt(this,Gt,Wt,er);default:if(pr)throw new TypeError("Unknown encoding: "+lr);lr=(""+lr).toLowerCase(),pr=!0}},at.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ot(Xt,Gt,Wt){return Gt===0&&Wt===Xt.length?s.fromByteArray(Xt):s.fromByteArray(Xt.slice(Gt,Wt))}function Tt(Xt,Gt,Wt){Wt=Math.min(Xt.length,Wt);const er=[];let lr=Gt;for(;lr<Wt;){const ur=Xt[lr];let pr=null,yr=ur>239?4:ur>223?3:ur>191?2:1;if(lr+yr<=Wt){let Er,br,gr,Ar;switch(yr){case 1:ur<128&&(pr=ur);break;case 2:Er=Xt[lr+1],(Er&192)===128&&(Ar=(ur&31)<<6|Er&63,Ar>127&&(pr=Ar));break;case 3:Er=Xt[lr+1],br=Xt[lr+2],(Er&192)===128&&(br&192)===128&&(Ar=(ur&15)<<12|(Er&63)<<6|br&63,Ar>2047&&(Ar<55296||Ar>57343)&&(pr=Ar));break;case 4:Er=Xt[lr+1],br=Xt[lr+2],gr=Xt[lr+3],(Er&192)===128&&(br&192)===128&&(gr&192)===128&&(Ar=(ur&15)<<18|(Er&63)<<12|(br&63)<<6|gr&63,Ar>65535&&Ar<1114112&&(pr=Ar))}}pr===null?(pr=65533,yr=1):pr>65535&&(pr-=65536,er.push(pr>>>10&1023|55296),pr=56320|pr&1023),er.push(pr),lr+=yr}return Ct(er)}const wt=4096;function Ct(Xt){const Gt=Xt.length;if(Gt<=wt)return String.fromCharCode.apply(String,Xt);let Wt="",er=0;for(;er<Gt;)Wt+=String.fromCharCode.apply(String,Xt.slice(er,er+=wt));return Wt}function It(Xt,Gt,Wt){let er="";Wt=Math.min(Xt.length,Wt);for(let lr=Gt;lr<Wt;++lr)er+=String.fromCharCode(Xt[lr]&127);return er}function yt(Xt,Gt,Wt){let er="";Wt=Math.min(Xt.length,Wt);for(let lr=Gt;lr<Wt;++lr)er+=String.fromCharCode(Xt[lr]);return er}function Rt(Xt,Gt,Wt){const er=Xt.length;(!Gt||Gt<0)&&(Gt=0),(!Wt||Wt<0||Wt>er)&&(Wt=er);let lr="";for(let ur=Gt;ur<Wt;++ur)lr+=sr[Xt[ur]];return lr}function kt(Xt,Gt,Wt){const er=Xt.slice(Gt,Wt);let lr="";for(let ur=0;ur<er.length-1;ur+=2)lr+=String.fromCharCode(er[ur]+er[ur+1]*256);return lr}at.prototype.slice=function(Gt,Wt){const er=this.length;Gt=~~Gt,Wt=Wt===void 0?er:~~Wt,Gt<0?(Gt+=er,Gt<0&&(Gt=0)):Gt>er&&(Gt=er),Wt<0?(Wt+=er,Wt<0&&(Wt=0)):Wt>er&&(Wt=er),Wt<Gt&&(Wt=Gt);const lr=this.subarray(Gt,Wt);return Object.setPrototypeOf(lr,at.prototype),lr};function jt(Xt,Gt,Wt){if(Xt%1!==0||Xt<0)throw new RangeError("offset is not uint");if(Xt+Gt>Wt)throw new RangeError("Trying to access beyond buffer length")}at.prototype.readUintLE=at.prototype.readUIntLE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=this[Gt],ur=1,pr=0;for(;++pr<Wt&&(ur*=256);)lr+=this[Gt+pr]*ur;return lr},at.prototype.readUintBE=at.prototype.readUIntBE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=this[Gt+--Wt],ur=1;for(;Wt>0&&(ur*=256);)lr+=this[Gt+--Wt]*ur;return lr},at.prototype.readUint8=at.prototype.readUInt8=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,1,this.length),this[Gt]},at.prototype.readUint16LE=at.prototype.readUInt16LE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,2,this.length),this[Gt]|this[Gt+1]<<8},at.prototype.readUint16BE=at.prototype.readUInt16BE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,2,this.length),this[Gt]<<8|this[Gt+1]},at.prototype.readUint32LE=at.prototype.readUInt32LE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),(this[Gt]|this[Gt+1]<<8|this[Gt+2]<<16)+this[Gt+3]*16777216},at.prototype.readUint32BE=at.prototype.readUInt32BE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),this[Gt]*16777216+(this[Gt+1]<<16|this[Gt+2]<<8|this[Gt+3])},at.prototype.readBigUInt64LE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=Wt+this[++Gt]*2**8+this[++Gt]*2**16+this[++Gt]*2**24,ur=this[++Gt]+this[++Gt]*2**8+this[++Gt]*2**16+er*2**24;return BigInt(lr)+(BigInt(ur)<<BigInt(32))}),at.prototype.readBigUInt64BE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=Wt*2**24+this[++Gt]*2**16+this[++Gt]*2**8+this[++Gt],ur=this[++Gt]*2**24+this[++Gt]*2**16+this[++Gt]*2**8+er;return(BigInt(lr)<<BigInt(32))+BigInt(ur)}),at.prototype.readIntLE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=this[Gt],ur=1,pr=0;for(;++pr<Wt&&(ur*=256);)lr+=this[Gt+pr]*ur;return ur*=128,lr>=ur&&(lr-=Math.pow(2,8*Wt)),lr},at.prototype.readIntBE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=Wt,ur=1,pr=this[Gt+--lr];for(;lr>0&&(ur*=256);)pr+=this[Gt+--lr]*ur;return ur*=128,pr>=ur&&(pr-=Math.pow(2,8*Wt)),pr},at.prototype.readInt8=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,1,this.length),this[Gt]&128?(255-this[Gt]+1)*-1:this[Gt]},at.prototype.readInt16LE=function(Gt,Wt){Gt=Gt>>>0,Wt||jt(Gt,2,this.length);const er=this[Gt]|this[Gt+1]<<8;return er&32768?er|4294901760:er},at.prototype.readInt16BE=function(Gt,Wt){Gt=Gt>>>0,Wt||jt(Gt,2,this.length);const er=this[Gt+1]|this[Gt]<<8;return er&32768?er|4294901760:er},at.prototype.readInt32LE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),this[Gt]|this[Gt+1]<<8|this[Gt+2]<<16|this[Gt+3]<<24},at.prototype.readInt32BE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),this[Gt]<<24|this[Gt+1]<<16|this[Gt+2]<<8|this[Gt+3]},at.prototype.readBigInt64LE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=this[Gt+4]+this[Gt+5]*2**8+this[Gt+6]*2**16+(er<<24);return(BigInt(lr)<<BigInt(32))+BigInt(Wt+this[++Gt]*2**8+this[++Gt]*2**16+this[++Gt]*2**24)}),at.prototype.readBigInt64BE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=(Wt<<24)+this[++Gt]*2**16+this[++Gt]*2**8+this[++Gt];return(BigInt(lr)<<BigInt(32))+BigInt(this[++Gt]*2**24+this[++Gt]*2**16+this[++Gt]*2**8+er)}),at.prototype.readFloatLE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),$.read(this,Gt,!0,23,4)},at.prototype.readFloatBE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),$.read(this,Gt,!1,23,4)},at.prototype.readDoubleLE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,8,this.length),$.read(this,Gt,!0,52,8)},at.prototype.readDoubleBE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,8,this.length),$.read(this,Gt,!1,52,8)};function Ht(Xt,Gt,Wt,er,lr,ur){if(!at.isBuffer(Xt))throw new TypeError('"buffer" argument must be a Buffer instance');if(Gt>lr||Gt<ur)throw new RangeError('"value" argument is out of bounds');if(Wt+er>Xt.length)throw new RangeError("Index out of range")}at.prototype.writeUintLE=at.prototype.writeUIntLE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,er=er>>>0,!lr){const yr=Math.pow(2,8*er)-1;Ht(this,Gt,Wt,er,yr,0)}let ur=1,pr=0;for(this[Wt]=Gt&255;++pr<er&&(ur*=256);)this[Wt+pr]=Gt/ur&255;return Wt+er},at.prototype.writeUintBE=at.prototype.writeUIntBE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,er=er>>>0,!lr){const yr=Math.pow(2,8*er)-1;Ht(this,Gt,Wt,er,yr,0)}let ur=er-1,pr=1;for(this[Wt+ur]=Gt&255;--ur>=0&&(pr*=256);)this[Wt+ur]=Gt/pr&255;return Wt+er},at.prototype.writeUint8=at.prototype.writeUInt8=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,1,255,0),this[Wt]=Gt&255,Wt+1},at.prototype.writeUint16LE=at.prototype.writeUInt16LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,65535,0),this[Wt]=Gt&255,this[Wt+1]=Gt>>>8,Wt+2},at.prototype.writeUint16BE=at.prototype.writeUInt16BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,65535,0),this[Wt]=Gt>>>8,this[Wt+1]=Gt&255,Wt+2},at.prototype.writeUint32LE=at.prototype.writeUInt32LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,4294967295,0),this[Wt+3]=Gt>>>24,this[Wt+2]=Gt>>>16,this[Wt+1]=Gt>>>8,this[Wt]=Gt&255,Wt+4},at.prototype.writeUint32BE=at.prototype.writeUInt32BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,4294967295,0),this[Wt]=Gt>>>24,this[Wt+1]=Gt>>>16,this[Wt+2]=Gt>>>8,this[Wt+3]=Gt&255,Wt+4};function Ft(Xt,Gt,Wt,er,lr){Vt(Gt,er,lr,Xt,Wt,7);let ur=Number(Gt&BigInt(4294967295));Xt[Wt++]=ur,ur=ur>>8,Xt[Wt++]=ur,ur=ur>>8,Xt[Wt++]=ur,ur=ur>>8,Xt[Wt++]=ur;let pr=Number(Gt>>BigInt(32)&BigInt(4294967295));return Xt[Wt++]=pr,pr=pr>>8,Xt[Wt++]=pr,pr=pr>>8,Xt[Wt++]=pr,pr=pr>>8,Xt[Wt++]=pr,Wt}function _t(Xt,Gt,Wt,er,lr){Vt(Gt,er,lr,Xt,Wt,7);let ur=Number(Gt&BigInt(4294967295));Xt[Wt+7]=ur,ur=ur>>8,Xt[Wt+6]=ur,ur=ur>>8,Xt[Wt+5]=ur,ur=ur>>8,Xt[Wt+4]=ur;let pr=Number(Gt>>BigInt(32)&BigInt(4294967295));return Xt[Wt+3]=pr,pr=pr>>8,Xt[Wt+2]=pr,pr=pr>>8,Xt[Wt+1]=pr,pr=pr>>8,Xt[Wt]=pr,Wt+8}at.prototype.writeBigUInt64LE=cr(function(Gt,Wt=0){return Ft(this,Gt,Wt,BigInt(0),BigInt("0xffffffffffffffff"))}),at.prototype.writeBigUInt64BE=cr(function(Gt,Wt=0){return _t(this,Gt,Wt,BigInt(0),BigInt("0xffffffffffffffff"))}),at.prototype.writeIntLE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,!lr){const Er=Math.pow(2,8*er-1);Ht(this,Gt,Wt,er,Er-1,-Er)}let ur=0,pr=1,yr=0;for(this[Wt]=Gt&255;++ur<er&&(pr*=256);)Gt<0&&yr===0&&this[Wt+ur-1]!==0&&(yr=1),this[Wt+ur]=(Gt/pr>>0)-yr&255;return Wt+er},at.prototype.writeIntBE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,!lr){const Er=Math.pow(2,8*er-1);Ht(this,Gt,Wt,er,Er-1,-Er)}let ur=er-1,pr=1,yr=0;for(this[Wt+ur]=Gt&255;--ur>=0&&(pr*=256);)Gt<0&&yr===0&&this[Wt+ur+1]!==0&&(yr=1),this[Wt+ur]=(Gt/pr>>0)-yr&255;return Wt+er},at.prototype.writeInt8=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,1,127,-128),Gt<0&&(Gt=255+Gt+1),this[Wt]=Gt&255,Wt+1},at.prototype.writeInt16LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,32767,-32768),this[Wt]=Gt&255,this[Wt+1]=Gt>>>8,Wt+2},at.prototype.writeInt16BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,32767,-32768),this[Wt]=Gt>>>8,this[Wt+1]=Gt&255,Wt+2},at.prototype.writeInt32LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,2147483647,-2147483648),this[Wt]=Gt&255,this[Wt+1]=Gt>>>8,this[Wt+2]=Gt>>>16,this[Wt+3]=Gt>>>24,Wt+4},at.prototype.writeInt32BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,2147483647,-2147483648),Gt<0&&(Gt=4294967295+Gt+1),this[Wt]=Gt>>>24,this[Wt+1]=Gt>>>16,this[Wt+2]=Gt>>>8,this[Wt+3]=Gt&255,Wt+4},at.prototype.writeBigInt64LE=cr(function(Gt,Wt=0){return Ft(this,Gt,Wt,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),at.prototype.writeBigInt64BE=cr(function(Gt,Wt=0){return _t(this,Gt,Wt,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Nt(Xt,Gt,Wt,er,lr,ur){if(Wt+er>Xt.length)throw new RangeError("Index out of range");if(Wt<0)throw new RangeError("Index out of range")}function Mt(Xt,Gt,Wt,er,lr){return Gt=+Gt,Wt=Wt>>>0,lr||Nt(Xt,Gt,Wt,4),$.write(Xt,Gt,Wt,er,23,4),Wt+4}at.prototype.writeFloatLE=function(Gt,Wt,er){return Mt(this,Gt,Wt,!0,er)},at.prototype.writeFloatBE=function(Gt,Wt,er){return Mt(this,Gt,Wt,!1,er)};function Lt(Xt,Gt,Wt,er,lr){return Gt=+Gt,Wt=Wt>>>0,lr||Nt(Xt,Gt,Wt,8),$.write(Xt,Gt,Wt,er,52,8),Wt+8}at.prototype.writeDoubleLE=function(Gt,Wt,er){return Lt(this,Gt,Wt,!0,er)},at.prototype.writeDoubleBE=function(Gt,Wt,er){return Lt(this,Gt,Wt,!1,er)},at.prototype.copy=function(Gt,Wt,er,lr){if(!at.isBuffer(Gt))throw new TypeError("argument should be a Buffer");if(er||(er=0),!lr&&lr!==0&&(lr=this.length),Wt>=Gt.length&&(Wt=Gt.length),Wt||(Wt=0),lr>0&&lr<er&&(lr=er),lr===er||Gt.length===0||this.length===0)return 0;if(Wt<0)throw new RangeError("targetStart out of bounds");if(er<0||er>=this.length)throw new RangeError("Index out of range");if(lr<0)throw new RangeError("sourceEnd out of bounds");lr>this.length&&(lr=this.length),Gt.length-Wt<lr-er&&(lr=Gt.length-Wt+er);const ur=lr-er;return this===Gt&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(Wt,er,lr):Uint8Array.prototype.set.call(Gt,this.subarray(er,lr),Wt),ur},at.prototype.fill=function(Gt,Wt,er,lr){if(typeof Gt=="string"){if(typeof Wt=="string"?(lr=Wt,Wt=0,er=this.length):typeof er=="string"&&(lr=er,er=this.length),lr!==void 0&&typeof lr!="string")throw new TypeError("encoding must be a string");if(typeof lr=="string"&&!at.isEncoding(lr))throw new TypeError("Unknown encoding: "+lr);if(Gt.length===1){const pr=Gt.charCodeAt(0);(lr==="utf8"&&pr<128||lr==="latin1")&&(Gt=pr)}}else typeof Gt=="number"?Gt=Gt&255:typeof Gt=="boolean"&&(Gt=Number(Gt));if(Wt<0||this.length<Wt||this.length<er)throw new RangeError("Out of range index");if(er<=Wt)return this;Wt=Wt>>>0,er=er===void 0?this.length:er>>>0,Gt||(Gt=0);let ur;if(typeof Gt=="number")for(ur=Wt;ur<er;++ur)this[ur]=Gt;else{const pr=at.isBuffer(Gt)?Gt:at.from(Gt,lr),yr=pr.length;if(yr===0)throw new TypeError('The value "'+Gt+'" is invalid for argument "value"');for(ur=0;ur<er-Wt;++ur)this[ur+Wt]=pr[ur%yr]}return this};const $t={};function Pt(Xt,Gt,Wt){$t[Xt]=class extends Wt{constructor(){super(),Object.defineProperty(this,"message",{value:Gt.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${Xt}]`,this.stack,delete this.name}get code(){return Xt}set code(lr){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:lr,writable:!0})}toString(){return`${this.name} [${Xt}]: ${this.message}`}}}Pt("ERR_BUFFER_OUT_OF_BOUNDS",function(Xt){return Xt?`${Xt} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Pt("ERR_INVALID_ARG_TYPE",function(Xt,Gt){return`The "${Xt}" argument must be of type number. Received type ${typeof Gt}`},TypeError),Pt("ERR_OUT_OF_RANGE",function(Xt,Gt,Wt){let er=`The value of "${Xt}" is out of range.`,lr=Wt;return Number.isInteger(Wt)&&Math.abs(Wt)>2**32?lr=Dt(String(Wt)):typeof Wt=="bigint"&&(lr=String(Wt),(Wt>BigInt(2)**BigInt(32)||Wt<-(BigInt(2)**BigInt(32)))&&(lr=Dt(lr)),lr+="n"),er+=` It must be ${Gt}. Received ${lr}`,er},RangeError);function Dt(Xt){let Gt="",Wt=Xt.length;const er=Xt[0]==="-"?1:0;for(;Wt>=er+4;Wt-=3)Gt=`_${Xt.slice(Wt-3,Wt)}${Gt}`;return`${Xt.slice(0,Wt)}${Gt}`}function Ut(Xt,Gt,Wt){Qt(Gt,"offset"),(Xt[Gt]===void 0||Xt[Gt+Wt]===void 0)&&qt(Gt,Xt.length-(Wt+1))}function Vt(Xt,Gt,Wt,er,lr,ur){if(Xt>Wt||Xt<Gt){const pr=typeof Gt=="bigint"?"n":"";let yr;throw ur>3?Gt===0||Gt===BigInt(0)?yr=`>= 0${pr} and < 2${pr} ** ${(ur+1)*8}${pr}`:yr=`>= -(2${pr} ** ${(ur+1)*8-1}${pr}) and < 2 ** ${(ur+1)*8-1}${pr}`:yr=`>= ${Gt}${pr} and <= ${Wt}${pr}`,new $t.ERR_OUT_OF_RANGE("value",yr,Xt)}Ut(er,lr,ur)}function Qt(Xt,Gt){if(typeof Xt!="number")throw new $t.ERR_INVALID_ARG_TYPE(Gt,"number",Xt)}function qt(Xt,Gt,Wt){throw Math.floor(Xt)!==Xt?(Qt(Xt,Wt),new $t.ERR_OUT_OF_RANGE(Wt||"offset","an integer",Xt)):Gt<0?new $t.ERR_BUFFER_OUT_OF_BOUNDS:new $t.ERR_OUT_OF_RANGE(Wt||"offset",`>= ${Wt?1:0} and <= ${Gt}`,Xt)}const Zt=/[^+/0-9A-Za-z-_]/g;function ar(Xt){if(Xt=Xt.split("=")[0],Xt=Xt.trim().replace(Zt,""),Xt.length<2)return"";for(;Xt.length%4!==0;)Xt=Xt+"=";return Xt}function Jt(Xt,Gt){Gt=Gt||1/0;let Wt;const er=Xt.length;let lr=null;const ur=[];for(let pr=0;pr<er;++pr){if(Wt=Xt.charCodeAt(pr),Wt>55295&&Wt<57344){if(!lr){if(Wt>56319){(Gt-=3)>-1&&ur.push(239,191,189);continue}else if(pr+1===er){(Gt-=3)>-1&&ur.push(239,191,189);continue}lr=Wt;continue}if(Wt<56320){(Gt-=3)>-1&&ur.push(239,191,189),lr=Wt;continue}Wt=(lr-55296<<10|Wt-56320)+65536}else lr&&(Gt-=3)>-1&&ur.push(239,191,189);if(lr=null,Wt<128){if((Gt-=1)<0)break;ur.push(Wt)}else if(Wt<2048){if((Gt-=2)<0)break;ur.push(Wt>>6|192,Wt&63|128)}else if(Wt<65536){if((Gt-=3)<0)break;ur.push(Wt>>12|224,Wt>>6&63|128,Wt&63|128)}else if(Wt<1114112){if((Gt-=4)<0)break;ur.push(Wt>>18|240,Wt>>12&63|128,Wt>>6&63|128,Wt&63|128)}else throw new Error("Invalid code point")}return ur}function rr(Xt){const Gt=[];for(let Wt=0;Wt<Xt.length;++Wt)Gt.push(Xt.charCodeAt(Wt)&255);return Gt}function Yt(Xt,Gt){let Wt,er,lr;const ur=[];for(let pr=0;pr<Xt.length&&!((Gt-=2)<0);++pr)Wt=Xt.charCodeAt(pr),er=Wt>>8,lr=Wt%256,ur.push(lr),ur.push(er);return ur}function Kt(Xt){return s.toByteArray(ar(Xt))}function nr(Xt,Gt,Wt,er){let lr;for(lr=0;lr<er&&!(lr+Wt>=Gt.length||lr>=Xt.length);++lr)Gt[lr+Wt]=Xt[lr];return lr}function tr(Xt,Gt){return Xt instanceof Gt||Xt!=null&&Xt.constructor!=null&&Xt.constructor.name!=null&&Xt.constructor.name===Gt.name}function ir(Xt){return Xt!==Xt}const sr=function(){const Xt="0123456789abcdef",Gt=new Array(256);for(let Wt=0;Wt<16;++Wt){const er=Wt*16;for(let lr=0;lr<16;++lr)Gt[er+lr]=Xt[Wt]+Xt[lr]}return Gt}();function cr(Xt){return typeof BigInt>"u"?or:Xt}function or(){throw new Error("BigInt not supported")}})(buffer$1);const langs=["en","ja","ar","th","pl","it","de","es","fr"],Lang=z.enum(langs);z.object({cancel:z.string(),field:z.string(),fieldName:z.string(),align:z.string(),width:z.string(),opacity:z.string(),height:z.string(),rotate:z.string(),edit:z.string(),plsInputName:z.string(),fieldMustUniq:z.string(),notUniq:z.string(),noKeyName:z.string(),fieldsList:z.string(),editField:z.string(),type:z.string(),errorOccurred:z.string(),errorBulkUpdateFieldName:z.string(),commitBulkUpdateFieldName:z.string(),bulkUpdateFieldName:z.string(),addPageAfter:z.string(),removePage:z.string(),removePageConfirm:z.string(),hexColorPrompt:z.string(),"schemas.color":z.string(),"schemas.borderWidth":z.string(),"schemas.borderColor":z.string(),"schemas.backgroundColor":z.string(),"schemas.textColor":z.string(),"schemas.bgColor":z.string(),"schemas.horizontal":z.string(),"schemas.vertical":z.string(),"schemas.left":z.string(),"schemas.center":z.string(),"schemas.right":z.string(),"schemas.top":z.string(),"schemas.middle":z.string(),"schemas.bottom":z.string(),"schemas.padding":z.string(),"schemas.text.fontName":z.string(),"schemas.text.size":z.string(),"schemas.text.spacing":z.string(),"schemas.text.textAlign":z.string(),"schemas.text.verticalAlign":z.string(),"schemas.text.lineHeight":z.string(),"schemas.text.min":z.string(),"schemas.text.max":z.string(),"schemas.text.fit":z.string(),"schemas.text.dynamicFontSize":z.string(),"schemas.barcodes.barColor":z.string(),"schemas.barcodes.includetext":z.string(),"schemas.table.alternateBackgroundColor":z.string(),"schemas.table.tableStyle":z.string(),"schemas.table.headStyle":z.string(),"schemas.table.bodyStyle":z.string(),"schemas.table.columnStyle":z.string()}),z.enum(["viewer","form","designer"]);const ColorType=z.enum(["rgb","cmyk"]).optional();z.object({height:z.number(),width:z.number()});const Schema$1=z.object({type:z.string(),icon:z.string().optional(),content:z.string().optional(),position:z.object({x:z.number(),y:z.number()}),width:z.number(),height:z.number(),rotate:z.number().optional(),opacity:z.number().optional(),readOnly:z.boolean().optional()}).passthrough(),SchemaForUIAdditionalInfo=z.object({id:z.string(),key:z.string()});Schema$1.merge(SchemaForUIAdditionalInfo);const ArrayBufferSchema=z.any().refine(a=>a instanceof ArrayBuffer),Uint8ArraySchema=z.any().refine(a=>a instanceof Uint8Array),BlankPdf=z.object({width:z.number(),height:z.number(),padding:z.tuple([z.number(),z.number(),z.number(),z.number()])}),BasePdf=z.union([z.string(),ArrayBufferSchema,Uint8ArraySchema,BlankPdf]),Template=z.object({schemas:z.array(z.record(Schema$1)),basePdf:BasePdf,pdfmeVersion:z.string().optional()}).passthrough(),Inputs=z.array(z.record(z.any())).min(1),Font=z.record(z.object({data:z.union([z.string(),ArrayBufferSchema,Uint8ArraySchema]),fallback:z.boolean().optional(),subset:z.boolean().optional()})),CommonOptions=z.object({font:Font.optional()}).passthrough(),CommonProps=z.object({template:Template,options:CommonOptions.optional(),plugins:z.record(z.object({ui:z.any(),pdf:z.any(),propPanel:z.any()})).optional()}),GeneratorOptions=CommonOptions.extend({colorType:ColorType,author:z.string().optional(),creationDate:z.date().optional(),creator:z.string().optional(),keywords:z.array(z.string()).optional(),language:z.string().optional(),modificationDate:z.date().optional(),producer:z.string().optional(),subject:z.string().optional(),title:z.string().optional()});CommonProps.extend({inputs:Inputs,options:GeneratorOptions.optional()}).strict();const UIOptions=CommonOptions.extend({lang:Lang.optional(),labels:z.record(z.string(),z.string()).optional(),theme:z.record(z.string(),z.unknown()).optional()}),HTMLElementSchema=z.any().refine(a=>a instanceof HTMLElement),UIProps=CommonProps.extend({domContainer:HTMLElementSchema,options:UIOptions.optional()}),PreviewProps=UIProps.extend({inputs:Inputs}).strict(),DesignerProps=UIProps.extend({}).strict(),uniq=a=>Array.from(new Set(a)),getFallbackFontName=a=>{const s="",$=Object.entries(a).reduce((_,_e)=>{const[tt,nt]=_e;return!_&&nt.fallback?tt:_},s);if($===s)throw Error("[@pdfme/common] fallback flag is not found in font. true fallback flag must be only one.");return $},getDefaultFont=()=>({[DEFAULT_FONT_NAME]:{data:b64toUint8Array(DEFAULT_FONT_VALUE),fallback:!0}}),mm2pt=a=>parseFloat(String(a))*MM_TO_PT_RATIO,pt2mm=a=>a*PT_TO_MM_RATIO,pt2px=a=>a*PT_TO_PX_RATIO,px2mm=a=>{const s=.26458333333333;return parseFloat(String(a))*s},blob2Base64Pdf=a=>new Promise((s,$)=>{const _=new FileReader;_.onloadend=()=>{_.result.startsWith("data:application/pdf;")?s(_.result):$(Error("[@pdfme/common] template.basePdf must be pdf data."))},_.readAsDataURL(a)}),isHexValid=a=>/^#(?:[A-Fa-f0-9]{3,4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/i.test(a),getB64BasePdf=a=>typeof a=="string"&&!a.startsWith("data:application/pdf;")&&typeof window<"u"?fetch(a).then($=>$.blob()).then(blob2Base64Pdf).catch($=>{throw $}):a,isBlankPdf=a=>BlankPdf.safeParse(a).success,getByteString=a=>buffer$1.Buffer.from(a,"base64").toString("binary"),b64toUint8Array=a=>{const s=a.split(";base64,")[1]?a.split(";base64,")[1]:a,$=getByteString(s),_=new Uint8Array($.length);for(let _e=0;_e<$.length;_e+=1)_[_e]=$.charCodeAt(_e);return _},getFontNamesInSchemas=a=>uniq(a.map(s=>Object.values(s).map($=>$.fontName??"")).reduce((s,$)=>s.concat($),[]).filter(Boolean)),checkFont=a=>{const{font:s,template:{schemas:$}}=a,_e=Object.values(s).reduce((at,ot)=>ot.fallback?at+1:at,0);if(_e===0)throw Error(`[@pdfme/common] fallback flag is not found in font. true fallback flag must be only one.
42
+ */(function(a){const s=base64Js,$=ieee754,_=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;a.Buffer=at,a.SlowBuffer=gt,a.INSPECT_MAX_BYTES=50;const _e=2147483647;a.kMaxLength=_e,at.TYPED_ARRAY_SUPPORT=tt(),!at.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 tt(){try{const Xt=new Uint8Array(1),Gt={foo:function(){return 42}};return Object.setPrototypeOf(Gt,Uint8Array.prototype),Object.setPrototypeOf(Xt,Gt),Xt.foo()===42}catch{return!1}}Object.defineProperty(at.prototype,"parent",{enumerable:!0,get:function(){if(at.isBuffer(this))return this.buffer}}),Object.defineProperty(at.prototype,"offset",{enumerable:!0,get:function(){if(at.isBuffer(this))return this.byteOffset}});function nt(Xt){if(Xt>_e)throw new RangeError('The value "'+Xt+'" is invalid for option "size"');const Gt=new Uint8Array(Xt);return Object.setPrototypeOf(Gt,at.prototype),Gt}function at(Xt,Gt,Wt){if(typeof Xt=="number"){if(typeof Gt=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return lt(Xt)}return ot(Xt,Gt,Wt)}at.poolSize=8192;function ot(Xt,Gt,Wt){if(typeof Xt=="string")return et(Xt,Gt);if(ArrayBuffer.isView(Xt))return ut(Xt);if(Xt==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Xt);if(tr(Xt,ArrayBuffer)||Xt&&tr(Xt.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(tr(Xt,SharedArrayBuffer)||Xt&&tr(Xt.buffer,SharedArrayBuffer)))return ft(Xt,Gt,Wt);if(typeof Xt=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const er=Xt.valueOf&&Xt.valueOf();if(er!=null&&er!==Xt)return at.from(er,Gt,Wt);const lr=ht(Xt);if(lr)return lr;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Xt[Symbol.toPrimitive]=="function")return at.from(Xt[Symbol.toPrimitive]("string"),Gt,Wt);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Xt)}at.from=function(Xt,Gt,Wt){return ot(Xt,Gt,Wt)},Object.setPrototypeOf(at.prototype,Uint8Array.prototype),Object.setPrototypeOf(at,Uint8Array);function rt(Xt){if(typeof Xt!="number")throw new TypeError('"size" argument must be of type number');if(Xt<0)throw new RangeError('The value "'+Xt+'" is invalid for option "size"')}function st(Xt,Gt,Wt){return rt(Xt),Xt<=0?nt(Xt):Gt!==void 0?typeof Wt=="string"?nt(Xt).fill(Gt,Wt):nt(Xt).fill(Gt):nt(Xt)}at.alloc=function(Xt,Gt,Wt){return st(Xt,Gt,Wt)};function lt(Xt){return rt(Xt),nt(Xt<0?0:dt(Xt)|0)}at.allocUnsafe=function(Xt){return lt(Xt)},at.allocUnsafeSlow=function(Xt){return lt(Xt)};function et(Xt,Gt){if((typeof Gt!="string"||Gt==="")&&(Gt="utf8"),!at.isEncoding(Gt))throw new TypeError("Unknown encoding: "+Gt);const Wt=pt(Xt,Gt)|0;let er=nt(Wt);const lr=er.write(Xt,Gt);return lr!==Wt&&(er=er.slice(0,lr)),er}function it(Xt){const Gt=Xt.length<0?0:dt(Xt.length)|0,Wt=nt(Gt);for(let er=0;er<Gt;er+=1)Wt[er]=Xt[er]&255;return Wt}function ut(Xt){if(tr(Xt,Uint8Array)){const Gt=new Uint8Array(Xt);return ft(Gt.buffer,Gt.byteOffset,Gt.byteLength)}return it(Xt)}function ft(Xt,Gt,Wt){if(Gt<0||Xt.byteLength<Gt)throw new RangeError('"offset" is outside of buffer bounds');if(Xt.byteLength<Gt+(Wt||0))throw new RangeError('"length" is outside of buffer bounds');let er;return Gt===void 0&&Wt===void 0?er=new Uint8Array(Xt):Wt===void 0?er=new Uint8Array(Xt,Gt):er=new Uint8Array(Xt,Gt,Wt),Object.setPrototypeOf(er,at.prototype),er}function ht(Xt){if(at.isBuffer(Xt)){const Gt=dt(Xt.length)|0,Wt=nt(Gt);return Wt.length===0||Xt.copy(Wt,0,0,Gt),Wt}if(Xt.length!==void 0)return typeof Xt.length!="number"||ir(Xt.length)?nt(0):it(Xt);if(Xt.type==="Buffer"&&Array.isArray(Xt.data))return it(Xt.data)}function dt(Xt){if(Xt>=_e)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+_e.toString(16)+" bytes");return Xt|0}function gt(Xt){return+Xt!=Xt&&(Xt=0),at.alloc(+Xt)}at.isBuffer=function(Gt){return Gt!=null&&Gt._isBuffer===!0&&Gt!==at.prototype},at.compare=function(Gt,Wt){if(tr(Gt,Uint8Array)&&(Gt=at.from(Gt,Gt.offset,Gt.byteLength)),tr(Wt,Uint8Array)&&(Wt=at.from(Wt,Wt.offset,Wt.byteLength)),!at.isBuffer(Gt)||!at.isBuffer(Wt))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Gt===Wt)return 0;let er=Gt.length,lr=Wt.length;for(let ur=0,pr=Math.min(er,lr);ur<pr;++ur)if(Gt[ur]!==Wt[ur]){er=Gt[ur],lr=Wt[ur];break}return er<lr?-1:lr<er?1:0},at.isEncoding=function(Gt){switch(String(Gt).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}},at.concat=function(Gt,Wt){if(!Array.isArray(Gt))throw new TypeError('"list" argument must be an Array of Buffers');if(Gt.length===0)return at.alloc(0);let er;if(Wt===void 0)for(Wt=0,er=0;er<Gt.length;++er)Wt+=Gt[er].length;const lr=at.allocUnsafe(Wt);let ur=0;for(er=0;er<Gt.length;++er){let pr=Gt[er];if(tr(pr,Uint8Array))ur+pr.length>lr.length?(at.isBuffer(pr)||(pr=at.from(pr)),pr.copy(lr,ur)):Uint8Array.prototype.set.call(lr,pr,ur);else if(at.isBuffer(pr))pr.copy(lr,ur);else throw new TypeError('"list" argument must be an Array of Buffers');ur+=pr.length}return lr};function pt(Xt,Gt){if(at.isBuffer(Xt))return Xt.length;if(ArrayBuffer.isView(Xt)||tr(Xt,ArrayBuffer))return Xt.byteLength;if(typeof Xt!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Xt);const Wt=Xt.length,er=arguments.length>2&&arguments[2]===!0;if(!er&&Wt===0)return 0;let lr=!1;for(;;)switch(Gt){case"ascii":case"latin1":case"binary":return Wt;case"utf8":case"utf-8":return Jt(Xt).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Wt*2;case"hex":return Wt>>>1;case"base64":return Kt(Xt).length;default:if(lr)return er?-1:Jt(Xt).length;Gt=(""+Gt).toLowerCase(),lr=!0}}at.byteLength=pt;function mt(Xt,Gt,Wt){let er=!1;if((Gt===void 0||Gt<0)&&(Gt=0),Gt>this.length||((Wt===void 0||Wt>this.length)&&(Wt=this.length),Wt<=0)||(Wt>>>=0,Gt>>>=0,Wt<=Gt))return"";for(Xt||(Xt="utf8");;)switch(Xt){case"hex":return Rt(this,Gt,Wt);case"utf8":case"utf-8":return Tt(this,Gt,Wt);case"ascii":return It(this,Gt,Wt);case"latin1":case"binary":return yt(this,Gt,Wt);case"base64":return Ot(this,Gt,Wt);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kt(this,Gt,Wt);default:if(er)throw new TypeError("Unknown encoding: "+Xt);Xt=(Xt+"").toLowerCase(),er=!0}}at.prototype._isBuffer=!0;function ct(Xt,Gt,Wt){const er=Xt[Gt];Xt[Gt]=Xt[Wt],Xt[Wt]=er}at.prototype.swap16=function(){const Gt=this.length;if(Gt%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Wt=0;Wt<Gt;Wt+=2)ct(this,Wt,Wt+1);return this},at.prototype.swap32=function(){const Gt=this.length;if(Gt%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let Wt=0;Wt<Gt;Wt+=4)ct(this,Wt,Wt+3),ct(this,Wt+1,Wt+2);return this},at.prototype.swap64=function(){const Gt=this.length;if(Gt%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let Wt=0;Wt<Gt;Wt+=8)ct(this,Wt,Wt+7),ct(this,Wt+1,Wt+6),ct(this,Wt+2,Wt+5),ct(this,Wt+3,Wt+4);return this},at.prototype.toString=function(){const Gt=this.length;return Gt===0?"":arguments.length===0?Tt(this,0,Gt):mt.apply(this,arguments)},at.prototype.toLocaleString=at.prototype.toString,at.prototype.equals=function(Gt){if(!at.isBuffer(Gt))throw new TypeError("Argument must be a Buffer");return this===Gt?!0:at.compare(this,Gt)===0},at.prototype.inspect=function(){let Gt="";const Wt=a.INSPECT_MAX_BYTES;return Gt=this.toString("hex",0,Wt).replace(/(.{2})/g,"$1 ").trim(),this.length>Wt&&(Gt+=" ... "),"<Buffer "+Gt+">"},_&&(at.prototype[_]=at.prototype.inspect),at.prototype.compare=function(Gt,Wt,er,lr,ur){if(tr(Gt,Uint8Array)&&(Gt=at.from(Gt,Gt.offset,Gt.byteLength)),!at.isBuffer(Gt))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Gt);if(Wt===void 0&&(Wt=0),er===void 0&&(er=Gt?Gt.length:0),lr===void 0&&(lr=0),ur===void 0&&(ur=this.length),Wt<0||er>Gt.length||lr<0||ur>this.length)throw new RangeError("out of range index");if(lr>=ur&&Wt>=er)return 0;if(lr>=ur)return-1;if(Wt>=er)return 1;if(Wt>>>=0,er>>>=0,lr>>>=0,ur>>>=0,this===Gt)return 0;let pr=ur-lr,yr=er-Wt;const Er=Math.min(pr,yr),br=this.slice(lr,ur),gr=Gt.slice(Wt,er);for(let Ar=0;Ar<Er;++Ar)if(br[Ar]!==gr[Ar]){pr=br[Ar],yr=gr[Ar];break}return pr<yr?-1:yr<pr?1:0};function vt(Xt,Gt,Wt,er,lr){if(Xt.length===0)return-1;if(typeof Wt=="string"?(er=Wt,Wt=0):Wt>2147483647?Wt=2147483647:Wt<-2147483648&&(Wt=-2147483648),Wt=+Wt,ir(Wt)&&(Wt=lr?0:Xt.length-1),Wt<0&&(Wt=Xt.length+Wt),Wt>=Xt.length){if(lr)return-1;Wt=Xt.length-1}else if(Wt<0)if(lr)Wt=0;else return-1;if(typeof Gt=="string"&&(Gt=at.from(Gt,er)),at.isBuffer(Gt))return Gt.length===0?-1:At(Xt,Gt,Wt,er,lr);if(typeof Gt=="number")return Gt=Gt&255,typeof Uint8Array.prototype.indexOf=="function"?lr?Uint8Array.prototype.indexOf.call(Xt,Gt,Wt):Uint8Array.prototype.lastIndexOf.call(Xt,Gt,Wt):At(Xt,[Gt],Wt,er,lr);throw new TypeError("val must be string, number or Buffer")}function At(Xt,Gt,Wt,er,lr){let ur=1,pr=Xt.length,yr=Gt.length;if(er!==void 0&&(er=String(er).toLowerCase(),er==="ucs2"||er==="ucs-2"||er==="utf16le"||er==="utf-16le")){if(Xt.length<2||Gt.length<2)return-1;ur=2,pr/=2,yr/=2,Wt/=2}function Er(gr,Ar){return ur===1?gr[Ar]:gr.readUInt16BE(Ar*ur)}let br;if(lr){let gr=-1;for(br=Wt;br<pr;br++)if(Er(Xt,br)===Er(Gt,gr===-1?0:br-gr)){if(gr===-1&&(gr=br),br-gr+1===yr)return gr*ur}else gr!==-1&&(br-=br-gr),gr=-1}else for(Wt+yr>pr&&(Wt=pr-yr),br=Wt;br>=0;br--){let gr=!0;for(let Ar=0;Ar<yr;Ar++)if(Er(Xt,br+Ar)!==Er(Gt,Ar)){gr=!1;break}if(gr)return br}return-1}at.prototype.includes=function(Gt,Wt,er){return this.indexOf(Gt,Wt,er)!==-1},at.prototype.indexOf=function(Gt,Wt,er){return vt(this,Gt,Wt,er,!0)},at.prototype.lastIndexOf=function(Gt,Wt,er){return vt(this,Gt,Wt,er,!1)};function xt(Xt,Gt,Wt,er){Wt=Number(Wt)||0;const lr=Xt.length-Wt;er?(er=Number(er),er>lr&&(er=lr)):er=lr;const ur=Gt.length;er>ur/2&&(er=ur/2);let pr;for(pr=0;pr<er;++pr){const yr=parseInt(Gt.substr(pr*2,2),16);if(ir(yr))return pr;Xt[Wt+pr]=yr}return pr}function bt(Xt,Gt,Wt,er){return nr(Jt(Gt,Xt.length-Wt),Xt,Wt,er)}function Et(Xt,Gt,Wt,er){return nr(rr(Gt),Xt,Wt,er)}function St(Xt,Gt,Wt,er){return nr(Kt(Gt),Xt,Wt,er)}function Bt(Xt,Gt,Wt,er){return nr(Yt(Gt,Xt.length-Wt),Xt,Wt,er)}at.prototype.write=function(Gt,Wt,er,lr){if(Wt===void 0)lr="utf8",er=this.length,Wt=0;else if(er===void 0&&typeof Wt=="string")lr=Wt,er=this.length,Wt=0;else if(isFinite(Wt))Wt=Wt>>>0,isFinite(er)?(er=er>>>0,lr===void 0&&(lr="utf8")):(lr=er,er=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ur=this.length-Wt;if((er===void 0||er>ur)&&(er=ur),Gt.length>0&&(er<0||Wt<0)||Wt>this.length)throw new RangeError("Attempt to write outside buffer bounds");lr||(lr="utf8");let pr=!1;for(;;)switch(lr){case"hex":return xt(this,Gt,Wt,er);case"utf8":case"utf-8":return bt(this,Gt,Wt,er);case"ascii":case"latin1":case"binary":return Et(this,Gt,Wt,er);case"base64":return St(this,Gt,Wt,er);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Bt(this,Gt,Wt,er);default:if(pr)throw new TypeError("Unknown encoding: "+lr);lr=(""+lr).toLowerCase(),pr=!0}},at.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ot(Xt,Gt,Wt){return Gt===0&&Wt===Xt.length?s.fromByteArray(Xt):s.fromByteArray(Xt.slice(Gt,Wt))}function Tt(Xt,Gt,Wt){Wt=Math.min(Xt.length,Wt);const er=[];let lr=Gt;for(;lr<Wt;){const ur=Xt[lr];let pr=null,yr=ur>239?4:ur>223?3:ur>191?2:1;if(lr+yr<=Wt){let Er,br,gr,Ar;switch(yr){case 1:ur<128&&(pr=ur);break;case 2:Er=Xt[lr+1],(Er&192)===128&&(Ar=(ur&31)<<6|Er&63,Ar>127&&(pr=Ar));break;case 3:Er=Xt[lr+1],br=Xt[lr+2],(Er&192)===128&&(br&192)===128&&(Ar=(ur&15)<<12|(Er&63)<<6|br&63,Ar>2047&&(Ar<55296||Ar>57343)&&(pr=Ar));break;case 4:Er=Xt[lr+1],br=Xt[lr+2],gr=Xt[lr+3],(Er&192)===128&&(br&192)===128&&(gr&192)===128&&(Ar=(ur&15)<<18|(Er&63)<<12|(br&63)<<6|gr&63,Ar>65535&&Ar<1114112&&(pr=Ar))}}pr===null?(pr=65533,yr=1):pr>65535&&(pr-=65536,er.push(pr>>>10&1023|55296),pr=56320|pr&1023),er.push(pr),lr+=yr}return Ct(er)}const wt=4096;function Ct(Xt){const Gt=Xt.length;if(Gt<=wt)return String.fromCharCode.apply(String,Xt);let Wt="",er=0;for(;er<Gt;)Wt+=String.fromCharCode.apply(String,Xt.slice(er,er+=wt));return Wt}function It(Xt,Gt,Wt){let er="";Wt=Math.min(Xt.length,Wt);for(let lr=Gt;lr<Wt;++lr)er+=String.fromCharCode(Xt[lr]&127);return er}function yt(Xt,Gt,Wt){let er="";Wt=Math.min(Xt.length,Wt);for(let lr=Gt;lr<Wt;++lr)er+=String.fromCharCode(Xt[lr]);return er}function Rt(Xt,Gt,Wt){const er=Xt.length;(!Gt||Gt<0)&&(Gt=0),(!Wt||Wt<0||Wt>er)&&(Wt=er);let lr="";for(let ur=Gt;ur<Wt;++ur)lr+=sr[Xt[ur]];return lr}function kt(Xt,Gt,Wt){const er=Xt.slice(Gt,Wt);let lr="";for(let ur=0;ur<er.length-1;ur+=2)lr+=String.fromCharCode(er[ur]+er[ur+1]*256);return lr}at.prototype.slice=function(Gt,Wt){const er=this.length;Gt=~~Gt,Wt=Wt===void 0?er:~~Wt,Gt<0?(Gt+=er,Gt<0&&(Gt=0)):Gt>er&&(Gt=er),Wt<0?(Wt+=er,Wt<0&&(Wt=0)):Wt>er&&(Wt=er),Wt<Gt&&(Wt=Gt);const lr=this.subarray(Gt,Wt);return Object.setPrototypeOf(lr,at.prototype),lr};function jt(Xt,Gt,Wt){if(Xt%1!==0||Xt<0)throw new RangeError("offset is not uint");if(Xt+Gt>Wt)throw new RangeError("Trying to access beyond buffer length")}at.prototype.readUintLE=at.prototype.readUIntLE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=this[Gt],ur=1,pr=0;for(;++pr<Wt&&(ur*=256);)lr+=this[Gt+pr]*ur;return lr},at.prototype.readUintBE=at.prototype.readUIntBE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=this[Gt+--Wt],ur=1;for(;Wt>0&&(ur*=256);)lr+=this[Gt+--Wt]*ur;return lr},at.prototype.readUint8=at.prototype.readUInt8=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,1,this.length),this[Gt]},at.prototype.readUint16LE=at.prototype.readUInt16LE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,2,this.length),this[Gt]|this[Gt+1]<<8},at.prototype.readUint16BE=at.prototype.readUInt16BE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,2,this.length),this[Gt]<<8|this[Gt+1]},at.prototype.readUint32LE=at.prototype.readUInt32LE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),(this[Gt]|this[Gt+1]<<8|this[Gt+2]<<16)+this[Gt+3]*16777216},at.prototype.readUint32BE=at.prototype.readUInt32BE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),this[Gt]*16777216+(this[Gt+1]<<16|this[Gt+2]<<8|this[Gt+3])},at.prototype.readBigUInt64LE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=Wt+this[++Gt]*2**8+this[++Gt]*2**16+this[++Gt]*2**24,ur=this[++Gt]+this[++Gt]*2**8+this[++Gt]*2**16+er*2**24;return BigInt(lr)+(BigInt(ur)<<BigInt(32))}),at.prototype.readBigUInt64BE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=Wt*2**24+this[++Gt]*2**16+this[++Gt]*2**8+this[++Gt],ur=this[++Gt]*2**24+this[++Gt]*2**16+this[++Gt]*2**8+er;return(BigInt(lr)<<BigInt(32))+BigInt(ur)}),at.prototype.readIntLE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=this[Gt],ur=1,pr=0;for(;++pr<Wt&&(ur*=256);)lr+=this[Gt+pr]*ur;return ur*=128,lr>=ur&&(lr-=Math.pow(2,8*Wt)),lr},at.prototype.readIntBE=function(Gt,Wt,er){Gt=Gt>>>0,Wt=Wt>>>0,er||jt(Gt,Wt,this.length);let lr=Wt,ur=1,pr=this[Gt+--lr];for(;lr>0&&(ur*=256);)pr+=this[Gt+--lr]*ur;return ur*=128,pr>=ur&&(pr-=Math.pow(2,8*Wt)),pr},at.prototype.readInt8=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,1,this.length),this[Gt]&128?(255-this[Gt]+1)*-1:this[Gt]},at.prototype.readInt16LE=function(Gt,Wt){Gt=Gt>>>0,Wt||jt(Gt,2,this.length);const er=this[Gt]|this[Gt+1]<<8;return er&32768?er|4294901760:er},at.prototype.readInt16BE=function(Gt,Wt){Gt=Gt>>>0,Wt||jt(Gt,2,this.length);const er=this[Gt+1]|this[Gt]<<8;return er&32768?er|4294901760:er},at.prototype.readInt32LE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),this[Gt]|this[Gt+1]<<8|this[Gt+2]<<16|this[Gt+3]<<24},at.prototype.readInt32BE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),this[Gt]<<24|this[Gt+1]<<16|this[Gt+2]<<8|this[Gt+3]},at.prototype.readBigInt64LE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=this[Gt+4]+this[Gt+5]*2**8+this[Gt+6]*2**16+(er<<24);return(BigInt(lr)<<BigInt(32))+BigInt(Wt+this[++Gt]*2**8+this[++Gt]*2**16+this[++Gt]*2**24)}),at.prototype.readBigInt64BE=cr(function(Gt){Gt=Gt>>>0,Qt(Gt,"offset");const Wt=this[Gt],er=this[Gt+7];(Wt===void 0||er===void 0)&&qt(Gt,this.length-8);const lr=(Wt<<24)+this[++Gt]*2**16+this[++Gt]*2**8+this[++Gt];return(BigInt(lr)<<BigInt(32))+BigInt(this[++Gt]*2**24+this[++Gt]*2**16+this[++Gt]*2**8+er)}),at.prototype.readFloatLE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),$.read(this,Gt,!0,23,4)},at.prototype.readFloatBE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,4,this.length),$.read(this,Gt,!1,23,4)},at.prototype.readDoubleLE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,8,this.length),$.read(this,Gt,!0,52,8)},at.prototype.readDoubleBE=function(Gt,Wt){return Gt=Gt>>>0,Wt||jt(Gt,8,this.length),$.read(this,Gt,!1,52,8)};function Ht(Xt,Gt,Wt,er,lr,ur){if(!at.isBuffer(Xt))throw new TypeError('"buffer" argument must be a Buffer instance');if(Gt>lr||Gt<ur)throw new RangeError('"value" argument is out of bounds');if(Wt+er>Xt.length)throw new RangeError("Index out of range")}at.prototype.writeUintLE=at.prototype.writeUIntLE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,er=er>>>0,!lr){const yr=Math.pow(2,8*er)-1;Ht(this,Gt,Wt,er,yr,0)}let ur=1,pr=0;for(this[Wt]=Gt&255;++pr<er&&(ur*=256);)this[Wt+pr]=Gt/ur&255;return Wt+er},at.prototype.writeUintBE=at.prototype.writeUIntBE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,er=er>>>0,!lr){const yr=Math.pow(2,8*er)-1;Ht(this,Gt,Wt,er,yr,0)}let ur=er-1,pr=1;for(this[Wt+ur]=Gt&255;--ur>=0&&(pr*=256);)this[Wt+ur]=Gt/pr&255;return Wt+er},at.prototype.writeUint8=at.prototype.writeUInt8=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,1,255,0),this[Wt]=Gt&255,Wt+1},at.prototype.writeUint16LE=at.prototype.writeUInt16LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,65535,0),this[Wt]=Gt&255,this[Wt+1]=Gt>>>8,Wt+2},at.prototype.writeUint16BE=at.prototype.writeUInt16BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,65535,0),this[Wt]=Gt>>>8,this[Wt+1]=Gt&255,Wt+2},at.prototype.writeUint32LE=at.prototype.writeUInt32LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,4294967295,0),this[Wt+3]=Gt>>>24,this[Wt+2]=Gt>>>16,this[Wt+1]=Gt>>>8,this[Wt]=Gt&255,Wt+4},at.prototype.writeUint32BE=at.prototype.writeUInt32BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,4294967295,0),this[Wt]=Gt>>>24,this[Wt+1]=Gt>>>16,this[Wt+2]=Gt>>>8,this[Wt+3]=Gt&255,Wt+4};function Ft(Xt,Gt,Wt,er,lr){Vt(Gt,er,lr,Xt,Wt,7);let ur=Number(Gt&BigInt(4294967295));Xt[Wt++]=ur,ur=ur>>8,Xt[Wt++]=ur,ur=ur>>8,Xt[Wt++]=ur,ur=ur>>8,Xt[Wt++]=ur;let pr=Number(Gt>>BigInt(32)&BigInt(4294967295));return Xt[Wt++]=pr,pr=pr>>8,Xt[Wt++]=pr,pr=pr>>8,Xt[Wt++]=pr,pr=pr>>8,Xt[Wt++]=pr,Wt}function _t(Xt,Gt,Wt,er,lr){Vt(Gt,er,lr,Xt,Wt,7);let ur=Number(Gt&BigInt(4294967295));Xt[Wt+7]=ur,ur=ur>>8,Xt[Wt+6]=ur,ur=ur>>8,Xt[Wt+5]=ur,ur=ur>>8,Xt[Wt+4]=ur;let pr=Number(Gt>>BigInt(32)&BigInt(4294967295));return Xt[Wt+3]=pr,pr=pr>>8,Xt[Wt+2]=pr,pr=pr>>8,Xt[Wt+1]=pr,pr=pr>>8,Xt[Wt]=pr,Wt+8}at.prototype.writeBigUInt64LE=cr(function(Gt,Wt=0){return Ft(this,Gt,Wt,BigInt(0),BigInt("0xffffffffffffffff"))}),at.prototype.writeBigUInt64BE=cr(function(Gt,Wt=0){return _t(this,Gt,Wt,BigInt(0),BigInt("0xffffffffffffffff"))}),at.prototype.writeIntLE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,!lr){const Er=Math.pow(2,8*er-1);Ht(this,Gt,Wt,er,Er-1,-Er)}let ur=0,pr=1,yr=0;for(this[Wt]=Gt&255;++ur<er&&(pr*=256);)Gt<0&&yr===0&&this[Wt+ur-1]!==0&&(yr=1),this[Wt+ur]=(Gt/pr>>0)-yr&255;return Wt+er},at.prototype.writeIntBE=function(Gt,Wt,er,lr){if(Gt=+Gt,Wt=Wt>>>0,!lr){const Er=Math.pow(2,8*er-1);Ht(this,Gt,Wt,er,Er-1,-Er)}let ur=er-1,pr=1,yr=0;for(this[Wt+ur]=Gt&255;--ur>=0&&(pr*=256);)Gt<0&&yr===0&&this[Wt+ur+1]!==0&&(yr=1),this[Wt+ur]=(Gt/pr>>0)-yr&255;return Wt+er},at.prototype.writeInt8=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,1,127,-128),Gt<0&&(Gt=255+Gt+1),this[Wt]=Gt&255,Wt+1},at.prototype.writeInt16LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,32767,-32768),this[Wt]=Gt&255,this[Wt+1]=Gt>>>8,Wt+2},at.prototype.writeInt16BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,2,32767,-32768),this[Wt]=Gt>>>8,this[Wt+1]=Gt&255,Wt+2},at.prototype.writeInt32LE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,2147483647,-2147483648),this[Wt]=Gt&255,this[Wt+1]=Gt>>>8,this[Wt+2]=Gt>>>16,this[Wt+3]=Gt>>>24,Wt+4},at.prototype.writeInt32BE=function(Gt,Wt,er){return Gt=+Gt,Wt=Wt>>>0,er||Ht(this,Gt,Wt,4,2147483647,-2147483648),Gt<0&&(Gt=4294967295+Gt+1),this[Wt]=Gt>>>24,this[Wt+1]=Gt>>>16,this[Wt+2]=Gt>>>8,this[Wt+3]=Gt&255,Wt+4},at.prototype.writeBigInt64LE=cr(function(Gt,Wt=0){return Ft(this,Gt,Wt,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),at.prototype.writeBigInt64BE=cr(function(Gt,Wt=0){return _t(this,Gt,Wt,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Nt(Xt,Gt,Wt,er,lr,ur){if(Wt+er>Xt.length)throw new RangeError("Index out of range");if(Wt<0)throw new RangeError("Index out of range")}function Mt(Xt,Gt,Wt,er,lr){return Gt=+Gt,Wt=Wt>>>0,lr||Nt(Xt,Gt,Wt,4),$.write(Xt,Gt,Wt,er,23,4),Wt+4}at.prototype.writeFloatLE=function(Gt,Wt,er){return Mt(this,Gt,Wt,!0,er)},at.prototype.writeFloatBE=function(Gt,Wt,er){return Mt(this,Gt,Wt,!1,er)};function Lt(Xt,Gt,Wt,er,lr){return Gt=+Gt,Wt=Wt>>>0,lr||Nt(Xt,Gt,Wt,8),$.write(Xt,Gt,Wt,er,52,8),Wt+8}at.prototype.writeDoubleLE=function(Gt,Wt,er){return Lt(this,Gt,Wt,!0,er)},at.prototype.writeDoubleBE=function(Gt,Wt,er){return Lt(this,Gt,Wt,!1,er)},at.prototype.copy=function(Gt,Wt,er,lr){if(!at.isBuffer(Gt))throw new TypeError("argument should be a Buffer");if(er||(er=0),!lr&&lr!==0&&(lr=this.length),Wt>=Gt.length&&(Wt=Gt.length),Wt||(Wt=0),lr>0&&lr<er&&(lr=er),lr===er||Gt.length===0||this.length===0)return 0;if(Wt<0)throw new RangeError("targetStart out of bounds");if(er<0||er>=this.length)throw new RangeError("Index out of range");if(lr<0)throw new RangeError("sourceEnd out of bounds");lr>this.length&&(lr=this.length),Gt.length-Wt<lr-er&&(lr=Gt.length-Wt+er);const ur=lr-er;return this===Gt&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(Wt,er,lr):Uint8Array.prototype.set.call(Gt,this.subarray(er,lr),Wt),ur},at.prototype.fill=function(Gt,Wt,er,lr){if(typeof Gt=="string"){if(typeof Wt=="string"?(lr=Wt,Wt=0,er=this.length):typeof er=="string"&&(lr=er,er=this.length),lr!==void 0&&typeof lr!="string")throw new TypeError("encoding must be a string");if(typeof lr=="string"&&!at.isEncoding(lr))throw new TypeError("Unknown encoding: "+lr);if(Gt.length===1){const pr=Gt.charCodeAt(0);(lr==="utf8"&&pr<128||lr==="latin1")&&(Gt=pr)}}else typeof Gt=="number"?Gt=Gt&255:typeof Gt=="boolean"&&(Gt=Number(Gt));if(Wt<0||this.length<Wt||this.length<er)throw new RangeError("Out of range index");if(er<=Wt)return this;Wt=Wt>>>0,er=er===void 0?this.length:er>>>0,Gt||(Gt=0);let ur;if(typeof Gt=="number")for(ur=Wt;ur<er;++ur)this[ur]=Gt;else{const pr=at.isBuffer(Gt)?Gt:at.from(Gt,lr),yr=pr.length;if(yr===0)throw new TypeError('The value "'+Gt+'" is invalid for argument "value"');for(ur=0;ur<er-Wt;++ur)this[ur+Wt]=pr[ur%yr]}return this};const $t={};function Pt(Xt,Gt,Wt){$t[Xt]=class extends Wt{constructor(){super(),Object.defineProperty(this,"message",{value:Gt.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${Xt}]`,this.stack,delete this.name}get code(){return Xt}set code(lr){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:lr,writable:!0})}toString(){return`${this.name} [${Xt}]: ${this.message}`}}}Pt("ERR_BUFFER_OUT_OF_BOUNDS",function(Xt){return Xt?`${Xt} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Pt("ERR_INVALID_ARG_TYPE",function(Xt,Gt){return`The "${Xt}" argument must be of type number. Received type ${typeof Gt}`},TypeError),Pt("ERR_OUT_OF_RANGE",function(Xt,Gt,Wt){let er=`The value of "${Xt}" is out of range.`,lr=Wt;return Number.isInteger(Wt)&&Math.abs(Wt)>2**32?lr=Dt(String(Wt)):typeof Wt=="bigint"&&(lr=String(Wt),(Wt>BigInt(2)**BigInt(32)||Wt<-(BigInt(2)**BigInt(32)))&&(lr=Dt(lr)),lr+="n"),er+=` It must be ${Gt}. Received ${lr}`,er},RangeError);function Dt(Xt){let Gt="",Wt=Xt.length;const er=Xt[0]==="-"?1:0;for(;Wt>=er+4;Wt-=3)Gt=`_${Xt.slice(Wt-3,Wt)}${Gt}`;return`${Xt.slice(0,Wt)}${Gt}`}function Ut(Xt,Gt,Wt){Qt(Gt,"offset"),(Xt[Gt]===void 0||Xt[Gt+Wt]===void 0)&&qt(Gt,Xt.length-(Wt+1))}function Vt(Xt,Gt,Wt,er,lr,ur){if(Xt>Wt||Xt<Gt){const pr=typeof Gt=="bigint"?"n":"";let yr;throw ur>3?Gt===0||Gt===BigInt(0)?yr=`>= 0${pr} and < 2${pr} ** ${(ur+1)*8}${pr}`:yr=`>= -(2${pr} ** ${(ur+1)*8-1}${pr}) and < 2 ** ${(ur+1)*8-1}${pr}`:yr=`>= ${Gt}${pr} and <= ${Wt}${pr}`,new $t.ERR_OUT_OF_RANGE("value",yr,Xt)}Ut(er,lr,ur)}function Qt(Xt,Gt){if(typeof Xt!="number")throw new $t.ERR_INVALID_ARG_TYPE(Gt,"number",Xt)}function qt(Xt,Gt,Wt){throw Math.floor(Xt)!==Xt?(Qt(Xt,Wt),new $t.ERR_OUT_OF_RANGE(Wt||"offset","an integer",Xt)):Gt<0?new $t.ERR_BUFFER_OUT_OF_BOUNDS:new $t.ERR_OUT_OF_RANGE(Wt||"offset",`>= ${Wt?1:0} and <= ${Gt}`,Xt)}const Zt=/[^+/0-9A-Za-z-_]/g;function ar(Xt){if(Xt=Xt.split("=")[0],Xt=Xt.trim().replace(Zt,""),Xt.length<2)return"";for(;Xt.length%4!==0;)Xt=Xt+"=";return Xt}function Jt(Xt,Gt){Gt=Gt||1/0;let Wt;const er=Xt.length;let lr=null;const ur=[];for(let pr=0;pr<er;++pr){if(Wt=Xt.charCodeAt(pr),Wt>55295&&Wt<57344){if(!lr){if(Wt>56319){(Gt-=3)>-1&&ur.push(239,191,189);continue}else if(pr+1===er){(Gt-=3)>-1&&ur.push(239,191,189);continue}lr=Wt;continue}if(Wt<56320){(Gt-=3)>-1&&ur.push(239,191,189),lr=Wt;continue}Wt=(lr-55296<<10|Wt-56320)+65536}else lr&&(Gt-=3)>-1&&ur.push(239,191,189);if(lr=null,Wt<128){if((Gt-=1)<0)break;ur.push(Wt)}else if(Wt<2048){if((Gt-=2)<0)break;ur.push(Wt>>6|192,Wt&63|128)}else if(Wt<65536){if((Gt-=3)<0)break;ur.push(Wt>>12|224,Wt>>6&63|128,Wt&63|128)}else if(Wt<1114112){if((Gt-=4)<0)break;ur.push(Wt>>18|240,Wt>>12&63|128,Wt>>6&63|128,Wt&63|128)}else throw new Error("Invalid code point")}return ur}function rr(Xt){const Gt=[];for(let Wt=0;Wt<Xt.length;++Wt)Gt.push(Xt.charCodeAt(Wt)&255);return Gt}function Yt(Xt,Gt){let Wt,er,lr;const ur=[];for(let pr=0;pr<Xt.length&&!((Gt-=2)<0);++pr)Wt=Xt.charCodeAt(pr),er=Wt>>8,lr=Wt%256,ur.push(lr),ur.push(er);return ur}function Kt(Xt){return s.toByteArray(ar(Xt))}function nr(Xt,Gt,Wt,er){let lr;for(lr=0;lr<er&&!(lr+Wt>=Gt.length||lr>=Xt.length);++lr)Gt[lr+Wt]=Xt[lr];return lr}function tr(Xt,Gt){return Xt instanceof Gt||Xt!=null&&Xt.constructor!=null&&Xt.constructor.name!=null&&Xt.constructor.name===Gt.name}function ir(Xt){return Xt!==Xt}const sr=function(){const Xt="0123456789abcdef",Gt=new Array(256);for(let Wt=0;Wt<16;++Wt){const er=Wt*16;for(let lr=0;lr<16;++lr)Gt[er+lr]=Xt[Wt]+Xt[lr]}return Gt}();function cr(Xt){return typeof BigInt>"u"?or:Xt}function or(){throw new Error("BigInt not supported")}})(buffer$1);const langs=["en","zh","ja","ko","ar","th","pl","it","de","es","fr"],Lang=z.enum(langs);z.object({cancel:z.string(),field:z.string(),fieldName:z.string(),align:z.string(),width:z.string(),opacity:z.string(),height:z.string(),rotate:z.string(),edit:z.string(),plsInputName:z.string(),fieldMustUniq:z.string(),notUniq:z.string(),noKeyName:z.string(),fieldsList:z.string(),editField:z.string(),type:z.string(),errorOccurred:z.string(),errorBulkUpdateFieldName:z.string(),commitBulkUpdateFieldName:z.string(),bulkUpdateFieldName:z.string(),addPageAfter:z.string(),removePage:z.string(),removePageConfirm:z.string(),hexColorPrompt:z.string(),"schemas.color":z.string(),"schemas.borderWidth":z.string(),"schemas.borderColor":z.string(),"schemas.backgroundColor":z.string(),"schemas.textColor":z.string(),"schemas.bgColor":z.string(),"schemas.horizontal":z.string(),"schemas.vertical":z.string(),"schemas.left":z.string(),"schemas.center":z.string(),"schemas.right":z.string(),"schemas.top":z.string(),"schemas.middle":z.string(),"schemas.bottom":z.string(),"schemas.padding":z.string(),"schemas.text.fontName":z.string(),"schemas.text.size":z.string(),"schemas.text.spacing":z.string(),"schemas.text.textAlign":z.string(),"schemas.text.verticalAlign":z.string(),"schemas.text.lineHeight":z.string(),"schemas.text.min":z.string(),"schemas.text.max":z.string(),"schemas.text.fit":z.string(),"schemas.text.dynamicFontSize":z.string(),"schemas.barcodes.barColor":z.string(),"schemas.barcodes.includetext":z.string(),"schemas.table.alternateBackgroundColor":z.string(),"schemas.table.tableStyle":z.string(),"schemas.table.headStyle":z.string(),"schemas.table.bodyStyle":z.string(),"schemas.table.columnStyle":z.string()}),z.enum(["viewer","form","designer"]);const ColorType=z.enum(["rgb","cmyk"]).optional();z.object({height:z.number(),width:z.number()});const Schema$1=z.object({type:z.string(),icon:z.string().optional(),content:z.string().optional(),position:z.object({x:z.number(),y:z.number()}),width:z.number(),height:z.number(),rotate:z.number().optional(),opacity:z.number().optional(),readOnly:z.boolean().optional()}).passthrough(),SchemaForUIAdditionalInfo=z.object({id:z.string(),key:z.string()});Schema$1.merge(SchemaForUIAdditionalInfo);const ArrayBufferSchema=z.any().refine(a=>a instanceof ArrayBuffer),Uint8ArraySchema=z.any().refine(a=>a instanceof Uint8Array),BlankPdf=z.object({width:z.number(),height:z.number(),padding:z.tuple([z.number(),z.number(),z.number(),z.number()])}),BasePdf=z.union([z.string(),ArrayBufferSchema,Uint8ArraySchema,BlankPdf]),Template=z.object({schemas:z.array(z.record(Schema$1)),basePdf:BasePdf,pdfmeVersion:z.string().optional()}).passthrough(),Inputs=z.array(z.record(z.any())).min(1),Font=z.record(z.object({data:z.union([z.string(),ArrayBufferSchema,Uint8ArraySchema]),fallback:z.boolean().optional(),subset:z.boolean().optional()})),CommonOptions=z.object({font:Font.optional()}).passthrough(),CommonProps=z.object({template:Template,options:CommonOptions.optional(),plugins:z.record(z.object({ui:z.any(),pdf:z.any(),propPanel:z.any()})).optional()}),GeneratorOptions=CommonOptions.extend({colorType:ColorType,author:z.string().optional(),creationDate:z.date().optional(),creator:z.string().optional(),keywords:z.array(z.string()).optional(),language:z.string().optional(),modificationDate:z.date().optional(),producer:z.string().optional(),subject:z.string().optional(),title:z.string().optional()});CommonProps.extend({inputs:Inputs,options:GeneratorOptions.optional()}).strict();const UIOptions=CommonOptions.extend({lang:Lang.optional(),labels:z.record(z.string(),z.string()).optional(),theme:z.record(z.string(),z.unknown()).optional()}),HTMLElementSchema=z.any().refine(a=>a instanceof HTMLElement),UIProps=CommonProps.extend({domContainer:HTMLElementSchema,options:UIOptions.optional()}),PreviewProps=UIProps.extend({inputs:Inputs}).strict(),DesignerProps=UIProps.extend({}).strict(),uniq=a=>Array.from(new Set(a)),getFallbackFontName=a=>{const s="",$=Object.entries(a).reduce((_,_e)=>{const[tt,nt]=_e;return!_&&nt.fallback?tt:_},s);if($===s)throw Error("[@pdfme/common] fallback flag is not found in font. true fallback flag must be only one.");return $},getDefaultFont=()=>({[DEFAULT_FONT_NAME]:{data:b64toUint8Array(DEFAULT_FONT_VALUE),fallback:!0}}),mm2pt=a=>parseFloat(String(a))*MM_TO_PT_RATIO,pt2mm=a=>a*PT_TO_MM_RATIO,pt2px=a=>a*PT_TO_PX_RATIO,px2mm=a=>{const s=.26458333333333;return parseFloat(String(a))*s},blob2Base64Pdf=a=>new Promise((s,$)=>{const _=new FileReader;_.onloadend=()=>{_.result.startsWith("data:application/pdf;")?s(_.result):$(Error("[@pdfme/common] template.basePdf must be pdf data."))},_.readAsDataURL(a)}),isHexValid=a=>/^#(?:[A-Fa-f0-9]{3,4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/i.test(a),getB64BasePdf=a=>typeof a=="string"&&!a.startsWith("data:application/pdf;")&&typeof window<"u"?fetch(a).then($=>$.blob()).then(blob2Base64Pdf).catch($=>{throw $}):a,isBlankPdf=a=>BlankPdf.safeParse(a).success,getByteString=a=>buffer$1.Buffer.from(a,"base64").toString("binary"),b64toUint8Array=a=>{const s=a.split(";base64,")[1]?a.split(";base64,")[1]:a,$=getByteString(s),_=new Uint8Array($.length);for(let _e=0;_e<$.length;_e+=1)_[_e]=$.charCodeAt(_e);return _},getFontNamesInSchemas=a=>uniq(a.map(s=>Object.values(s).map($=>$.fontName??"")).reduce((s,$)=>s.concat($),[]).filter(Boolean)),checkFont=a=>{const{font:s,template:{schemas:$}}=a,_e=Object.values(s).reduce((at,ot)=>ot.fallback?at+1:at,0);if(_e===0)throw Error(`[@pdfme/common] fallback flag is not found in font. true fallback flag must be only one.
43
43
  Check this document: https://pdfme.com/docs/custom-fonts#about-font-type`);if(_e>1)throw Error(`[@pdfme/common] ${_e} fallback flags found in font. true fallback flag must be only one.
44
44
  Check this document: https://pdfme.com/docs/custom-fonts#about-font-type`);const tt=getFontNamesInSchemas($),nt=Object.keys(s);if(tt.some(at=>!nt.includes(at)))throw Error(`[@pdfme/common] ${tt.filter(at=>!nt.includes(at)).join()} of template.schemas is not found in font.
45
45
  Check this document: https://pdfme.com/docs/custom-fonts`)},checkPlugins=a=>{const{plugins:s,template:{schemas:$}}=a,_=uniq($.map(tt=>Object.values(tt).map(nt=>nt.type)).flat()),_e=Object.values(s).map(tt=>tt==null?void 0:tt.propPanel.defaultSchema.type);if(_.some(tt=>!_e.includes(tt)))throw Error(`[@pdfme/common] ${_.filter(tt=>!_e.includes(tt)).join()} of template.schemas is not found in plugins.`)},checkProps=(a,s)=>{try{s.parse(a)}catch($){if($ instanceof z.ZodError){const _e=$.issues.map(tt=>`ERROR POSITION: ${tt.path.join(".")}
@@ -141,7 +141,7 @@ endstream`,s}copyBytesInto(s,$){this.updateDict();const _=$;$+=this.dict.copyByt
141
141
  *
142
142
  * This source code is licensed under the MIT license found in the
143
143
  * LICENSE file in the root directory of this source tree.
144
- */var b=Symbol.for("react.element"),c=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e$3=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h$3=Symbol.for("react.context"),k$2=Symbol.for("react.server_context"),l$2=Symbol.for("react.forward_ref"),m$1=Symbol.for("react.suspense"),n$3=Symbol.for("react.suspense_list"),p$2=Symbol.for("react.memo"),q$2=Symbol.for("react.lazy"),t$3=Symbol.for("react.offscreen"),u$2;u$2=Symbol.for("react.module.reference");function v$1(a){if(typeof a=="object"&&a!==null){var s=a.$$typeof;switch(s){case b:switch(a=a.type,a){case d:case f:case e$3:case m$1:case n$3:return a;default:switch(a=a&&a.$$typeof,a){case k$2:case h$3:case l$2:case q$2:case p$2:case g:return a;default:return s}}case c:return s}}}reactIs_production_min.ContextConsumer=h$3,reactIs_production_min.ContextProvider=g,reactIs_production_min.Element=b,reactIs_production_min.ForwardRef=l$2,reactIs_production_min.Fragment=d,reactIs_production_min.Lazy=q$2,reactIs_production_min.Memo=p$2,reactIs_production_min.Portal=c,reactIs_production_min.Profiler=f,reactIs_production_min.StrictMode=e$3,reactIs_production_min.Suspense=m$1,reactIs_production_min.SuspenseList=n$3,reactIs_production_min.isAsyncMode=function(){return!1},reactIs_production_min.isConcurrentMode=function(){return!1},reactIs_production_min.isContextConsumer=function(a){return v$1(a)===h$3},reactIs_production_min.isContextProvider=function(a){return v$1(a)===g},reactIs_production_min.isElement=function(a){return typeof a=="object"&&a!==null&&a.$$typeof===b},reactIs_production_min.isForwardRef=function(a){return v$1(a)===l$2},reactIs_production_min.isFragment=function(a){return v$1(a)===d},reactIs_production_min.isLazy=function(a){return v$1(a)===q$2},reactIs_production_min.isMemo=function(a){return v$1(a)===p$2},reactIs_production_min.isPortal=function(a){return v$1(a)===c},reactIs_production_min.isProfiler=function(a){return v$1(a)===f},reactIs_production_min.isStrictMode=function(a){return v$1(a)===e$3},reactIs_production_min.isSuspense=function(a){return v$1(a)===m$1},reactIs_production_min.isSuspenseList=function(a){return v$1(a)===n$3},reactIs_production_min.isValidElementType=function(a){return typeof a=="string"||typeof a=="function"||a===d||a===f||a===e$3||a===m$1||a===n$3||a===t$3||typeof a=="object"&&a!==null&&(a.$$typeof===q$2||a.$$typeof===p$2||a.$$typeof===g||a.$$typeof===h$3||a.$$typeof===l$2||a.$$typeof===u$2||a.getModuleId!==void 0)},reactIs_production_min.typeOf=v$1,reactIs.exports=reactIs_production_min;var reactIsExports=reactIs.exports;function toArray$9(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=[];return React$a.Children.forEach(a,function(_){_==null&&!s.keepEmpty||(Array.isArray(_)?$=$.concat(toArray$9(_)):reactIsExports.isFragment(_)&&_.props?$=$.concat(toArray$9(_.props.children,s)):$.push(_))}),$}var warned={},preMessage=function a(s){};function warning$3(a,s){}function note(a,s){}function resetWarned(){warned={}}function call(a,s,$){!s&&!warned[$]&&(a(!1,$),warned[$]=!0)}function warningOnce(a,s){call(warning$3,a,s)}function noteOnce(a,s){call(note,a,s)}warningOnce.preMessage=preMessage,warningOnce.resetWarned=resetWarned,warningOnce.noteOnce=noteOnce;function _typeof$q(a){"@babel/helpers - typeof";return _typeof$q=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},_typeof$q(a)}function toPrimitive$4(a,s){if(_typeof$q(a)!="object"||!a)return a;var $=a[Symbol.toPrimitive];if($!==void 0){var _=$.call(a,s||"default");if(_typeof$q(_)!="object")return _;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(a)}function toPropertyKey$1(a){var s=toPrimitive$4(a,"string");return _typeof$q(s)=="symbol"?s:String(s)}function _defineProperty$c(a,s,$){return s=toPropertyKey$1(s),s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}function ownKeys$3(a,s){var $=Object.keys(a);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);s&&(_=_.filter(function(_e){return Object.getOwnPropertyDescriptor(a,_e).enumerable})),$.push.apply($,_)}return $}function _objectSpread2$a(a){for(var s=1;s<arguments.length;s++){var $=arguments[s]!=null?arguments[s]:{};s%2?ownKeys$3(Object($),!0).forEach(function(_){_defineProperty$c(a,_,$[_])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors($)):ownKeys$3(Object($)).forEach(function(_){Object.defineProperty(a,_,Object.getOwnPropertyDescriptor($,_))})}return a}function isDOM(a){return a instanceof HTMLElement||a instanceof SVGElement}function findDOMNode(a){return isDOM(a)?a:a instanceof React$a.Component?ReactDOM.findDOMNode(a):null}function useMemo(a,s,$){var _=reactExports.useRef({});return(!("value"in _.current)||$(_.current.condition,s))&&(_.current.value=a(),_.current.condition=s),_.current.value}function fillRef(a,s){typeof a=="function"?a(s):_typeof$q(a)==="object"&&a&&"current"in a&&(a.current=s)}function composeRef(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];var _=s.filter(function(_e){return _e});return _.length<=1?_[0]:function(_e){s.forEach(function(tt){fillRef(tt,_e)})}}function useComposeRef(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];return useMemo(function(){return composeRef.apply(void 0,s)},s,function(_,_e){return _.length!==_e.length||_.every(function(tt,nt){return tt!==_e[nt]})})}function supportRef(a){var s,$,_=reactIsExports.isMemo(a)?a.type.type:a.type;return!(typeof _=="function"&&!((s=_.prototype)!==null&&s!==void 0&&s.render)||typeof a=="function"&&!(($=a.prototype)!==null&&$!==void 0&&$.render))}function supportNodeRef(a){return!reactExports.isValidElement(a)||reactIsExports.isFragment(a)?!1:supportRef(a)}var CollectionContext=reactExports.createContext(null);function Collection$1(a){var s=a.children,$=a.onBatchResize,_=reactExports.useRef(0),_e=reactExports.useRef([]),tt=reactExports.useContext(CollectionContext),nt=reactExports.useCallback(function(at,ot,rt){_.current+=1;var st=_.current;_e.current.push({size:at,element:ot,data:rt}),Promise.resolve().then(function(){st===_.current&&($==null||$(_e.current),_e.current=[])}),tt==null||tt(at,ot,rt)},[$,tt]);return reactExports.createElement(CollectionContext.Provider,{value:nt},s)}var MapShim=function(){if(typeof Map<"u")return Map;function a(s,$){var _=-1;return s.some(function(_e,tt){return _e[0]===$?(_=tt,!0):!1}),_}return function(){function s(){this.__entries__=[]}return Object.defineProperty(s.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),s.prototype.get=function($){var _=a(this.__entries__,$),_e=this.__entries__[_];return _e&&_e[1]},s.prototype.set=function($,_){var _e=a(this.__entries__,$);~_e?this.__entries__[_e][1]=_:this.__entries__.push([$,_])},s.prototype.delete=function($){var _=this.__entries__,_e=a(_,$);~_e&&_.splice(_e,1)},s.prototype.has=function($){return!!~a(this.__entries__,$)},s.prototype.clear=function(){this.__entries__.splice(0)},s.prototype.forEach=function($,_){_===void 0&&(_=null);for(var _e=0,tt=this.__entries__;_e<tt.length;_e++){var nt=tt[_e];$.call(_,nt[1],nt[0])}},s}()}(),isBrowser=typeof window<"u"&&typeof document<"u"&&window.document===document,global$1$1=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),requestAnimationFrame$1=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(global$1$1):function(a){return setTimeout(function(){return a(Date.now())},1e3/60)}}(),trailingTimeout=2;function throttle$2(a,s){var $=!1,_=!1,_e=0;function tt(){$&&($=!1,a()),_&&at()}function nt(){requestAnimationFrame$1(tt)}function at(){var ot=Date.now();if($){if(ot-_e<trailingTimeout)return;_=!0}else $=!0,_=!1,setTimeout(nt,s);_e=ot}return at}var REFRESH_DELAY=20,transitionKeys=["top","right","bottom","left","width","height","size","weight"],mutationObserverSupported=typeof MutationObserver<"u",ResizeObserverController=function(){function a(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=throttle$2(this.refresh.bind(this),REFRESH_DELAY)}return a.prototype.addObserver=function(s){~this.observers_.indexOf(s)||this.observers_.push(s),this.connected_||this.connect_()},a.prototype.removeObserver=function(s){var $=this.observers_,_=$.indexOf(s);~_&&$.splice(_,1),!$.length&&this.connected_&&this.disconnect_()},a.prototype.refresh=function(){var s=this.updateObservers_();s&&this.refresh()},a.prototype.updateObservers_=function(){var s=this.observers_.filter(function($){return $.gatherActive(),$.hasActive()});return s.forEach(function($){return $.broadcastActive()}),s.length>0},a.prototype.connect_=function(){!isBrowser||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),mutationObserverSupported?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},a.prototype.disconnect_=function(){!isBrowser||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},a.prototype.onTransitionEnd_=function(s){var $=s.propertyName,_=$===void 0?"":$,_e=transitionKeys.some(function(tt){return!!~_.indexOf(tt)});_e&&this.refresh()},a.getInstance=function(){return this.instance_||(this.instance_=new a),this.instance_},a.instance_=null,a}(),defineConfigurable=function(a,s){for(var $=0,_=Object.keys(s);$<_.length;$++){var _e=_[$];Object.defineProperty(a,_e,{value:s[_e],enumerable:!1,writable:!1,configurable:!0})}return a},getWindowOf=function(a){var s=a&&a.ownerDocument&&a.ownerDocument.defaultView;return s||global$1$1},emptyRect=createRectInit(0,0,0,0);function toFloat(a){return parseFloat(a)||0}function getBordersSize(a){for(var s=[],$=1;$<arguments.length;$++)s[$-1]=arguments[$];return s.reduce(function(_,_e){var tt=a["border-"+_e+"-width"];return _+toFloat(tt)},0)}function getPaddings(a){for(var s=["top","right","bottom","left"],$={},_=0,_e=s;_<_e.length;_++){var tt=_e[_],nt=a["padding-"+tt];$[tt]=toFloat(nt)}return $}function getSVGContentRect(a){var s=a.getBBox();return createRectInit(0,0,s.width,s.height)}function getHTMLElementContentRect(a){var s=a.clientWidth,$=a.clientHeight;if(!s&&!$)return emptyRect;var _=getWindowOf(a).getComputedStyle(a),_e=getPaddings(_),tt=_e.left+_e.right,nt=_e.top+_e.bottom,at=toFloat(_.width),ot=toFloat(_.height);if(_.boxSizing==="border-box"&&(Math.round(at+tt)!==s&&(at-=getBordersSize(_,"left","right")+tt),Math.round(ot+nt)!==$&&(ot-=getBordersSize(_,"top","bottom")+nt)),!isDocumentElement(a)){var rt=Math.round(at+tt)-s,st=Math.round(ot+nt)-$;Math.abs(rt)!==1&&(at-=rt),Math.abs(st)!==1&&(ot-=st)}return createRectInit(_e.left,_e.top,at,ot)}var isSVGGraphicsElement=function(){return typeof SVGGraphicsElement<"u"?function(a){return a instanceof getWindowOf(a).SVGGraphicsElement}:function(a){return a instanceof getWindowOf(a).SVGElement&&typeof a.getBBox=="function"}}();function isDocumentElement(a){return a===getWindowOf(a).document.documentElement}function getContentRect(a){return isBrowser?isSVGGraphicsElement(a)?getSVGContentRect(a):getHTMLElementContentRect(a):emptyRect}function createReadOnlyRect(a){var s=a.x,$=a.y,_=a.width,_e=a.height,tt=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,nt=Object.create(tt.prototype);return defineConfigurable(nt,{x:s,y:$,width:_,height:_e,top:$,right:s+_,bottom:_e+$,left:s}),nt}function createRectInit(a,s,$,_){return{x:a,y:s,width:$,height:_}}var ResizeObservation=function(){function a(s){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=createRectInit(0,0,0,0),this.target=s}return a.prototype.isActive=function(){var s=getContentRect(this.target);return this.contentRect_=s,s.width!==this.broadcastWidth||s.height!==this.broadcastHeight},a.prototype.broadcastRect=function(){var s=this.contentRect_;return this.broadcastWidth=s.width,this.broadcastHeight=s.height,s},a}(),ResizeObserverEntry=function(){function a(s,$){var _=createReadOnlyRect($);defineConfigurable(this,{target:s,contentRect:_})}return a}(),ResizeObserverSPI=function(){function a(s,$,_){if(this.activeObservations_=[],this.observations_=new MapShim,typeof s!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=s,this.controller_=$,this.callbackCtx_=_}return a.prototype.observe=function(s){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(s instanceof getWindowOf(s).Element))throw new TypeError('parameter 1 is not of type "Element".');var $=this.observations_;$.has(s)||($.set(s,new ResizeObservation(s)),this.controller_.addObserver(this),this.controller_.refresh())}},a.prototype.unobserve=function(s){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(s instanceof getWindowOf(s).Element))throw new TypeError('parameter 1 is not of type "Element".');var $=this.observations_;$.has(s)&&($.delete(s),$.size||this.controller_.removeObserver(this))}},a.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},a.prototype.gatherActive=function(){var s=this;this.clearActive(),this.observations_.forEach(function($){$.isActive()&&s.activeObservations_.push($)})},a.prototype.broadcastActive=function(){if(this.hasActive()){var s=this.callbackCtx_,$=this.activeObservations_.map(function(_){return new ResizeObserverEntry(_.target,_.broadcastRect())});this.callback_.call(s,$,s),this.clearActive()}},a.prototype.clearActive=function(){this.activeObservations_.splice(0)},a.prototype.hasActive=function(){return this.activeObservations_.length>0},a}(),observers=typeof WeakMap<"u"?new WeakMap:new MapShim,ResizeObserver$2=function(){function a(s){if(!(this instanceof a))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var $=ResizeObserverController.getInstance(),_=new ResizeObserverSPI(s,$,this);observers.set(this,_)}return a}();["observe","unobserve","disconnect"].forEach(function(a){ResizeObserver$2.prototype[a]=function(){var s;return(s=observers.get(this))[a].apply(s,arguments)}});var index$4=function(){return typeof global$1$1.ResizeObserver<"u"?global$1$1.ResizeObserver:ResizeObserver$2}(),elementListeners=new Map;function onResize(a){a.forEach(function(s){var $,_=s.target;($=elementListeners.get(_))===null||$===void 0||$.forEach(function(_e){return _e(_)})})}var resizeObserver=new index$4(onResize);function observe(a,s){elementListeners.has(a)||(elementListeners.set(a,new Set),resizeObserver.observe(a)),elementListeners.get(a).add(s)}function unobserve(a,s){elementListeners.has(a)&&(elementListeners.get(a).delete(s),elementListeners.get(a).size||(resizeObserver.unobserve(a),elementListeners.delete(a)))}function _classCallCheck(a,s){if(!(a instanceof s))throw new TypeError("Cannot call a class as a function")}function _defineProperties(a,s){for(var $=0;$<s.length;$++){var _=s[$];_.enumerable=_.enumerable||!1,_.configurable=!0,"value"in _&&(_.writable=!0),Object.defineProperty(a,toPropertyKey$1(_.key),_)}}function _createClass(a,s,$){return s&&_defineProperties(a.prototype,s),$&&_defineProperties(a,$),Object.defineProperty(a,"prototype",{writable:!1}),a}function _setPrototypeOf$2(a,s){return _setPrototypeOf$2=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(_,_e){return _.__proto__=_e,_},_setPrototypeOf$2(a,s)}function _inherits(a,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function");a.prototype=Object.create(s&&s.prototype,{constructor:{value:a,writable:!0,configurable:!0}}),Object.defineProperty(a,"prototype",{writable:!1}),s&&_setPrototypeOf$2(a,s)}function _getPrototypeOf$1(a){return _getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf.bind():function($){return $.__proto__||Object.getPrototypeOf($)},_getPrototypeOf$1(a)}function _isNativeReflectConstruct$1(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function _assertThisInitialized(a){if(a===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a}function _possibleConstructorReturn(a,s){if(s&&(_typeof$q(s)==="object"||typeof s=="function"))return s;if(s!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(a)}function _createSuper(a){var s=_isNativeReflectConstruct$1();return function(){var _=_getPrototypeOf$1(a),_e;if(s){var tt=_getPrototypeOf$1(this).constructor;_e=Reflect.construct(_,arguments,tt)}else _e=_.apply(this,arguments);return _possibleConstructorReturn(this,_e)}}var DomWrapper$1=function(a){_inherits($,a);var s=_createSuper($);function $(){return _classCallCheck(this,$),s.apply(this,arguments)}return _createClass($,[{key:"render",value:function(){return this.props.children}}]),$}(reactExports.Component);function SingleObserver(a,s){var $=a.children,_=a.disabled,_e=reactExports.useRef(null),tt=reactExports.useRef(null),nt=reactExports.useContext(CollectionContext),at=typeof $=="function",ot=at?$(_e):$,rt=reactExports.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),st=!at&&reactExports.isValidElement(ot)&&supportRef(ot),lt=st?ot.ref:null,et=useComposeRef(lt,_e),it=function(){var dt;return findDOMNode(_e.current)||(_e.current&&_typeof$q(_e.current)==="object"?findDOMNode((dt=_e.current)===null||dt===void 0?void 0:dt.nativeElement):null)||findDOMNode(tt.current)};reactExports.useImperativeHandle(s,function(){return it()});var ut=reactExports.useRef(a);ut.current=a;var ft=reactExports.useCallback(function(ht){var dt=ut.current,gt=dt.onResize,pt=dt.data,mt=ht.getBoundingClientRect(),ct=mt.width,vt=mt.height,At=ht.offsetWidth,xt=ht.offsetHeight,bt=Math.floor(ct),Et=Math.floor(vt);if(rt.current.width!==bt||rt.current.height!==Et||rt.current.offsetWidth!==At||rt.current.offsetHeight!==xt){var St={width:bt,height:Et,offsetWidth:At,offsetHeight:xt};rt.current=St;var Bt=At===Math.round(ct)?ct:At,Ot=xt===Math.round(vt)?vt:xt,Tt=_objectSpread2$a(_objectSpread2$a({},St),{},{offsetWidth:Bt,offsetHeight:Ot});nt==null||nt(Tt,ht,pt),gt&&Promise.resolve().then(function(){gt(Tt,ht)})}},[]);return reactExports.useEffect(function(){var ht=it();return ht&&!_&&observe(ht,ft),function(){return unobserve(ht,ft)}},[_e.current,_]),reactExports.createElement(DomWrapper$1,{ref:tt},st?reactExports.cloneElement(ot,{ref:et}):ot)}var RefSingleObserver=reactExports.forwardRef(SingleObserver),INTERNAL_PREFIX_KEY="rc-observer-key";function ResizeObserver$1(a,s){var $=a.children,_=typeof $=="function"?[$]:toArray$9($);return _.map(function(_e,tt){var nt=(_e==null?void 0:_e.key)||"".concat(INTERNAL_PREFIX_KEY,"-").concat(tt);return reactExports.createElement(RefSingleObserver,_extends$2({},a,{key:nt,ref:tt===0?s:void 0}),_e)})}var RefResizeObserver=reactExports.forwardRef(ResizeObserver$1);RefResizeObserver.Collection=Collection$1;function omit(a,s){var $=_objectSpread2$a({},a);return Array.isArray(s)&&s.forEach(function(_){delete $[_]}),$}function _arrayLikeToArray$l(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _arrayWithoutHoles$d(a){if(Array.isArray(a))return _arrayLikeToArray$l(a)}function _iterableToArray$d(a){if(typeof Symbol<"u"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}function _unsupportedIterableToArray$l(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$l(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$l(a,s)}}function _nonIterableSpread$d(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
144
+ */var b=Symbol.for("react.element"),c=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e$3=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h$3=Symbol.for("react.context"),k$2=Symbol.for("react.server_context"),l$2=Symbol.for("react.forward_ref"),m$1=Symbol.for("react.suspense"),n$3=Symbol.for("react.suspense_list"),p$2=Symbol.for("react.memo"),q$2=Symbol.for("react.lazy"),t$3=Symbol.for("react.offscreen"),u$2;u$2=Symbol.for("react.module.reference");function v$1(a){if(typeof a=="object"&&a!==null){var s=a.$$typeof;switch(s){case b:switch(a=a.type,a){case d:case f:case e$3:case m$1:case n$3:return a;default:switch(a=a&&a.$$typeof,a){case k$2:case h$3:case l$2:case q$2:case p$2:case g:return a;default:return s}}case c:return s}}}reactIs_production_min.ContextConsumer=h$3,reactIs_production_min.ContextProvider=g,reactIs_production_min.Element=b,reactIs_production_min.ForwardRef=l$2,reactIs_production_min.Fragment=d,reactIs_production_min.Lazy=q$2,reactIs_production_min.Memo=p$2,reactIs_production_min.Portal=c,reactIs_production_min.Profiler=f,reactIs_production_min.StrictMode=e$3,reactIs_production_min.Suspense=m$1,reactIs_production_min.SuspenseList=n$3,reactIs_production_min.isAsyncMode=function(){return!1},reactIs_production_min.isConcurrentMode=function(){return!1},reactIs_production_min.isContextConsumer=function(a){return v$1(a)===h$3},reactIs_production_min.isContextProvider=function(a){return v$1(a)===g},reactIs_production_min.isElement=function(a){return typeof a=="object"&&a!==null&&a.$$typeof===b},reactIs_production_min.isForwardRef=function(a){return v$1(a)===l$2},reactIs_production_min.isFragment=function(a){return v$1(a)===d},reactIs_production_min.isLazy=function(a){return v$1(a)===q$2},reactIs_production_min.isMemo=function(a){return v$1(a)===p$2},reactIs_production_min.isPortal=function(a){return v$1(a)===c},reactIs_production_min.isProfiler=function(a){return v$1(a)===f},reactIs_production_min.isStrictMode=function(a){return v$1(a)===e$3},reactIs_production_min.isSuspense=function(a){return v$1(a)===m$1},reactIs_production_min.isSuspenseList=function(a){return v$1(a)===n$3},reactIs_production_min.isValidElementType=function(a){return typeof a=="string"||typeof a=="function"||a===d||a===f||a===e$3||a===m$1||a===n$3||a===t$3||typeof a=="object"&&a!==null&&(a.$$typeof===q$2||a.$$typeof===p$2||a.$$typeof===g||a.$$typeof===h$3||a.$$typeof===l$2||a.$$typeof===u$2||a.getModuleId!==void 0)},reactIs_production_min.typeOf=v$1,reactIs.exports=reactIs_production_min;var reactIsExports=reactIs.exports;function toArray$9(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=[];return React$a.Children.forEach(a,function(_){_==null&&!s.keepEmpty||(Array.isArray(_)?$=$.concat(toArray$9(_)):reactIsExports.isFragment(_)&&_.props?$=$.concat(toArray$9(_.props.children,s)):$.push(_))}),$}var warned={},preMessage=function a(s){};function warning$3(a,s){}function note(a,s){}function resetWarned(){warned={}}function call(a,s,$){!s&&!warned[$]&&(a(!1,$),warned[$]=!0)}function warningOnce(a,s){call(warning$3,a,s)}function noteOnce(a,s){call(note,a,s)}warningOnce.preMessage=preMessage,warningOnce.resetWarned=resetWarned,warningOnce.noteOnce=noteOnce;function _typeof$q(a){"@babel/helpers - typeof";return _typeof$q=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},_typeof$q(a)}function toPrimitive$3(a,s){if(_typeof$q(a)!="object"||!a)return a;var $=a[Symbol.toPrimitive];if($!==void 0){var _=$.call(a,s||"default");if(_typeof$q(_)!="object")return _;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(a)}function toPropertyKey$1(a){var s=toPrimitive$3(a,"string");return _typeof$q(s)=="symbol"?s:String(s)}function _defineProperty$c(a,s,$){return s=toPropertyKey$1(s),s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}function ownKeys$3(a,s){var $=Object.keys(a);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);s&&(_=_.filter(function(_e){return Object.getOwnPropertyDescriptor(a,_e).enumerable})),$.push.apply($,_)}return $}function _objectSpread2$a(a){for(var s=1;s<arguments.length;s++){var $=arguments[s]!=null?arguments[s]:{};s%2?ownKeys$3(Object($),!0).forEach(function(_){_defineProperty$c(a,_,$[_])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors($)):ownKeys$3(Object($)).forEach(function(_){Object.defineProperty(a,_,Object.getOwnPropertyDescriptor($,_))})}return a}function isDOM(a){return a instanceof HTMLElement||a instanceof SVGElement}function findDOMNode(a){return isDOM(a)?a:a instanceof React$a.Component?ReactDOM.findDOMNode(a):null}function useMemo(a,s,$){var _=reactExports.useRef({});return(!("value"in _.current)||$(_.current.condition,s))&&(_.current.value=a(),_.current.condition=s),_.current.value}function fillRef(a,s){typeof a=="function"?a(s):_typeof$q(a)==="object"&&a&&"current"in a&&(a.current=s)}function composeRef(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];var _=s.filter(function(_e){return _e});return _.length<=1?_[0]:function(_e){s.forEach(function(tt){fillRef(tt,_e)})}}function useComposeRef(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];return useMemo(function(){return composeRef.apply(void 0,s)},s,function(_,_e){return _.length!==_e.length||_.every(function(tt,nt){return tt!==_e[nt]})})}function supportRef(a){var s,$,_=reactIsExports.isMemo(a)?a.type.type:a.type;return!(typeof _=="function"&&!((s=_.prototype)!==null&&s!==void 0&&s.render)||typeof a=="function"&&!(($=a.prototype)!==null&&$!==void 0&&$.render))}function supportNodeRef(a){return!reactExports.isValidElement(a)||reactIsExports.isFragment(a)?!1:supportRef(a)}var CollectionContext=reactExports.createContext(null);function Collection$1(a){var s=a.children,$=a.onBatchResize,_=reactExports.useRef(0),_e=reactExports.useRef([]),tt=reactExports.useContext(CollectionContext),nt=reactExports.useCallback(function(at,ot,rt){_.current+=1;var st=_.current;_e.current.push({size:at,element:ot,data:rt}),Promise.resolve().then(function(){st===_.current&&($==null||$(_e.current),_e.current=[])}),tt==null||tt(at,ot,rt)},[$,tt]);return reactExports.createElement(CollectionContext.Provider,{value:nt},s)}var MapShim=function(){if(typeof Map<"u")return Map;function a(s,$){var _=-1;return s.some(function(_e,tt){return _e[0]===$?(_=tt,!0):!1}),_}return function(){function s(){this.__entries__=[]}return Object.defineProperty(s.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),s.prototype.get=function($){var _=a(this.__entries__,$),_e=this.__entries__[_];return _e&&_e[1]},s.prototype.set=function($,_){var _e=a(this.__entries__,$);~_e?this.__entries__[_e][1]=_:this.__entries__.push([$,_])},s.prototype.delete=function($){var _=this.__entries__,_e=a(_,$);~_e&&_.splice(_e,1)},s.prototype.has=function($){return!!~a(this.__entries__,$)},s.prototype.clear=function(){this.__entries__.splice(0)},s.prototype.forEach=function($,_){_===void 0&&(_=null);for(var _e=0,tt=this.__entries__;_e<tt.length;_e++){var nt=tt[_e];$.call(_,nt[1],nt[0])}},s}()}(),isBrowser=typeof window<"u"&&typeof document<"u"&&window.document===document,global$1$1=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),requestAnimationFrame$1=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(global$1$1):function(a){return setTimeout(function(){return a(Date.now())},1e3/60)}}(),trailingTimeout=2;function throttle$2(a,s){var $=!1,_=!1,_e=0;function tt(){$&&($=!1,a()),_&&at()}function nt(){requestAnimationFrame$1(tt)}function at(){var ot=Date.now();if($){if(ot-_e<trailingTimeout)return;_=!0}else $=!0,_=!1,setTimeout(nt,s);_e=ot}return at}var REFRESH_DELAY=20,transitionKeys=["top","right","bottom","left","width","height","size","weight"],mutationObserverSupported=typeof MutationObserver<"u",ResizeObserverController=function(){function a(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=throttle$2(this.refresh.bind(this),REFRESH_DELAY)}return a.prototype.addObserver=function(s){~this.observers_.indexOf(s)||this.observers_.push(s),this.connected_||this.connect_()},a.prototype.removeObserver=function(s){var $=this.observers_,_=$.indexOf(s);~_&&$.splice(_,1),!$.length&&this.connected_&&this.disconnect_()},a.prototype.refresh=function(){var s=this.updateObservers_();s&&this.refresh()},a.prototype.updateObservers_=function(){var s=this.observers_.filter(function($){return $.gatherActive(),$.hasActive()});return s.forEach(function($){return $.broadcastActive()}),s.length>0},a.prototype.connect_=function(){!isBrowser||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),mutationObserverSupported?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},a.prototype.disconnect_=function(){!isBrowser||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},a.prototype.onTransitionEnd_=function(s){var $=s.propertyName,_=$===void 0?"":$,_e=transitionKeys.some(function(tt){return!!~_.indexOf(tt)});_e&&this.refresh()},a.getInstance=function(){return this.instance_||(this.instance_=new a),this.instance_},a.instance_=null,a}(),defineConfigurable=function(a,s){for(var $=0,_=Object.keys(s);$<_.length;$++){var _e=_[$];Object.defineProperty(a,_e,{value:s[_e],enumerable:!1,writable:!1,configurable:!0})}return a},getWindowOf=function(a){var s=a&&a.ownerDocument&&a.ownerDocument.defaultView;return s||global$1$1},emptyRect=createRectInit(0,0,0,0);function toFloat(a){return parseFloat(a)||0}function getBordersSize(a){for(var s=[],$=1;$<arguments.length;$++)s[$-1]=arguments[$];return s.reduce(function(_,_e){var tt=a["border-"+_e+"-width"];return _+toFloat(tt)},0)}function getPaddings(a){for(var s=["top","right","bottom","left"],$={},_=0,_e=s;_<_e.length;_++){var tt=_e[_],nt=a["padding-"+tt];$[tt]=toFloat(nt)}return $}function getSVGContentRect(a){var s=a.getBBox();return createRectInit(0,0,s.width,s.height)}function getHTMLElementContentRect(a){var s=a.clientWidth,$=a.clientHeight;if(!s&&!$)return emptyRect;var _=getWindowOf(a).getComputedStyle(a),_e=getPaddings(_),tt=_e.left+_e.right,nt=_e.top+_e.bottom,at=toFloat(_.width),ot=toFloat(_.height);if(_.boxSizing==="border-box"&&(Math.round(at+tt)!==s&&(at-=getBordersSize(_,"left","right")+tt),Math.round(ot+nt)!==$&&(ot-=getBordersSize(_,"top","bottom")+nt)),!isDocumentElement(a)){var rt=Math.round(at+tt)-s,st=Math.round(ot+nt)-$;Math.abs(rt)!==1&&(at-=rt),Math.abs(st)!==1&&(ot-=st)}return createRectInit(_e.left,_e.top,at,ot)}var isSVGGraphicsElement=function(){return typeof SVGGraphicsElement<"u"?function(a){return a instanceof getWindowOf(a).SVGGraphicsElement}:function(a){return a instanceof getWindowOf(a).SVGElement&&typeof a.getBBox=="function"}}();function isDocumentElement(a){return a===getWindowOf(a).document.documentElement}function getContentRect(a){return isBrowser?isSVGGraphicsElement(a)?getSVGContentRect(a):getHTMLElementContentRect(a):emptyRect}function createReadOnlyRect(a){var s=a.x,$=a.y,_=a.width,_e=a.height,tt=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,nt=Object.create(tt.prototype);return defineConfigurable(nt,{x:s,y:$,width:_,height:_e,top:$,right:s+_,bottom:_e+$,left:s}),nt}function createRectInit(a,s,$,_){return{x:a,y:s,width:$,height:_}}var ResizeObservation=function(){function a(s){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=createRectInit(0,0,0,0),this.target=s}return a.prototype.isActive=function(){var s=getContentRect(this.target);return this.contentRect_=s,s.width!==this.broadcastWidth||s.height!==this.broadcastHeight},a.prototype.broadcastRect=function(){var s=this.contentRect_;return this.broadcastWidth=s.width,this.broadcastHeight=s.height,s},a}(),ResizeObserverEntry=function(){function a(s,$){var _=createReadOnlyRect($);defineConfigurable(this,{target:s,contentRect:_})}return a}(),ResizeObserverSPI=function(){function a(s,$,_){if(this.activeObservations_=[],this.observations_=new MapShim,typeof s!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=s,this.controller_=$,this.callbackCtx_=_}return a.prototype.observe=function(s){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(s instanceof getWindowOf(s).Element))throw new TypeError('parameter 1 is not of type "Element".');var $=this.observations_;$.has(s)||($.set(s,new ResizeObservation(s)),this.controller_.addObserver(this),this.controller_.refresh())}},a.prototype.unobserve=function(s){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(s instanceof getWindowOf(s).Element))throw new TypeError('parameter 1 is not of type "Element".');var $=this.observations_;$.has(s)&&($.delete(s),$.size||this.controller_.removeObserver(this))}},a.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},a.prototype.gatherActive=function(){var s=this;this.clearActive(),this.observations_.forEach(function($){$.isActive()&&s.activeObservations_.push($)})},a.prototype.broadcastActive=function(){if(this.hasActive()){var s=this.callbackCtx_,$=this.activeObservations_.map(function(_){return new ResizeObserverEntry(_.target,_.broadcastRect())});this.callback_.call(s,$,s),this.clearActive()}},a.prototype.clearActive=function(){this.activeObservations_.splice(0)},a.prototype.hasActive=function(){return this.activeObservations_.length>0},a}(),observers=typeof WeakMap<"u"?new WeakMap:new MapShim,ResizeObserver$2=function(){function a(s){if(!(this instanceof a))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var $=ResizeObserverController.getInstance(),_=new ResizeObserverSPI(s,$,this);observers.set(this,_)}return a}();["observe","unobserve","disconnect"].forEach(function(a){ResizeObserver$2.prototype[a]=function(){var s;return(s=observers.get(this))[a].apply(s,arguments)}});var index$4=function(){return typeof global$1$1.ResizeObserver<"u"?global$1$1.ResizeObserver:ResizeObserver$2}(),elementListeners=new Map;function onResize(a){a.forEach(function(s){var $,_=s.target;($=elementListeners.get(_))===null||$===void 0||$.forEach(function(_e){return _e(_)})})}var resizeObserver=new index$4(onResize);function observe(a,s){elementListeners.has(a)||(elementListeners.set(a,new Set),resizeObserver.observe(a)),elementListeners.get(a).add(s)}function unobserve(a,s){elementListeners.has(a)&&(elementListeners.get(a).delete(s),elementListeners.get(a).size||(resizeObserver.unobserve(a),elementListeners.delete(a)))}function _classCallCheck(a,s){if(!(a instanceof s))throw new TypeError("Cannot call a class as a function")}function _defineProperties(a,s){for(var $=0;$<s.length;$++){var _=s[$];_.enumerable=_.enumerable||!1,_.configurable=!0,"value"in _&&(_.writable=!0),Object.defineProperty(a,toPropertyKey$1(_.key),_)}}function _createClass(a,s,$){return s&&_defineProperties(a.prototype,s),$&&_defineProperties(a,$),Object.defineProperty(a,"prototype",{writable:!1}),a}function _setPrototypeOf$2(a,s){return _setPrototypeOf$2=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(_,_e){return _.__proto__=_e,_},_setPrototypeOf$2(a,s)}function _inherits(a,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function");a.prototype=Object.create(s&&s.prototype,{constructor:{value:a,writable:!0,configurable:!0}}),Object.defineProperty(a,"prototype",{writable:!1}),s&&_setPrototypeOf$2(a,s)}function _getPrototypeOf$1(a){return _getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf.bind():function($){return $.__proto__||Object.getPrototypeOf($)},_getPrototypeOf$1(a)}function _isNativeReflectConstruct$1(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function _assertThisInitialized(a){if(a===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a}function _possibleConstructorReturn(a,s){if(s&&(_typeof$q(s)==="object"||typeof s=="function"))return s;if(s!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(a)}function _createSuper(a){var s=_isNativeReflectConstruct$1();return function(){var _=_getPrototypeOf$1(a),_e;if(s){var tt=_getPrototypeOf$1(this).constructor;_e=Reflect.construct(_,arguments,tt)}else _e=_.apply(this,arguments);return _possibleConstructorReturn(this,_e)}}var DomWrapper$1=function(a){_inherits($,a);var s=_createSuper($);function $(){return _classCallCheck(this,$),s.apply(this,arguments)}return _createClass($,[{key:"render",value:function(){return this.props.children}}]),$}(reactExports.Component);function SingleObserver(a,s){var $=a.children,_=a.disabled,_e=reactExports.useRef(null),tt=reactExports.useRef(null),nt=reactExports.useContext(CollectionContext),at=typeof $=="function",ot=at?$(_e):$,rt=reactExports.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),st=!at&&reactExports.isValidElement(ot)&&supportRef(ot),lt=st?ot.ref:null,et=useComposeRef(lt,_e),it=function(){var dt;return findDOMNode(_e.current)||(_e.current&&_typeof$q(_e.current)==="object"?findDOMNode((dt=_e.current)===null||dt===void 0?void 0:dt.nativeElement):null)||findDOMNode(tt.current)};reactExports.useImperativeHandle(s,function(){return it()});var ut=reactExports.useRef(a);ut.current=a;var ft=reactExports.useCallback(function(ht){var dt=ut.current,gt=dt.onResize,pt=dt.data,mt=ht.getBoundingClientRect(),ct=mt.width,vt=mt.height,At=ht.offsetWidth,xt=ht.offsetHeight,bt=Math.floor(ct),Et=Math.floor(vt);if(rt.current.width!==bt||rt.current.height!==Et||rt.current.offsetWidth!==At||rt.current.offsetHeight!==xt){var St={width:bt,height:Et,offsetWidth:At,offsetHeight:xt};rt.current=St;var Bt=At===Math.round(ct)?ct:At,Ot=xt===Math.round(vt)?vt:xt,Tt=_objectSpread2$a(_objectSpread2$a({},St),{},{offsetWidth:Bt,offsetHeight:Ot});nt==null||nt(Tt,ht,pt),gt&&Promise.resolve().then(function(){gt(Tt,ht)})}},[]);return reactExports.useEffect(function(){var ht=it();return ht&&!_&&observe(ht,ft),function(){return unobserve(ht,ft)}},[_e.current,_]),reactExports.createElement(DomWrapper$1,{ref:tt},st?reactExports.cloneElement(ot,{ref:et}):ot)}var RefSingleObserver=reactExports.forwardRef(SingleObserver),INTERNAL_PREFIX_KEY="rc-observer-key";function ResizeObserver$1(a,s){var $=a.children,_=typeof $=="function"?[$]:toArray$9($);return _.map(function(_e,tt){var nt=(_e==null?void 0:_e.key)||"".concat(INTERNAL_PREFIX_KEY,"-").concat(tt);return reactExports.createElement(RefSingleObserver,_extends$2({},a,{key:nt,ref:tt===0?s:void 0}),_e)})}var RefResizeObserver=reactExports.forwardRef(ResizeObserver$1);RefResizeObserver.Collection=Collection$1;function omit(a,s){var $=_objectSpread2$a({},a);return Array.isArray(s)&&s.forEach(function(_){delete $[_]}),$}function _arrayLikeToArray$l(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _arrayWithoutHoles$d(a){if(Array.isArray(a))return _arrayLikeToArray$l(a)}function _iterableToArray$d(a){if(typeof Symbol<"u"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}function _unsupportedIterableToArray$l(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$l(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$l(a,s)}}function _nonIterableSpread$d(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
145
145
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _toConsumableArray$d(a){return _arrayWithoutHoles$d(a)||_iterableToArray$d(a)||_unsupportedIterableToArray$l(a)||_nonIterableSpread$d()}var raf=function a(s){return+setTimeout(s,16)},caf=function a(s){return clearTimeout(s)};typeof window<"u"&&"requestAnimationFrame"in window&&(raf=function(s){return window.requestAnimationFrame(s)},caf=function(s){return window.cancelAnimationFrame(s)});var rafUUID=0,rafIds=new Map;function cleanup(a){rafIds.delete(a)}var wrapperRaf=function a(s){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;rafUUID+=1;var _=rafUUID;function _e(tt){if(tt===0)cleanup(_),s();else{var nt=raf(function(){_e(tt-1)});rafIds.set(_,nt)}}return _e($),_};wrapperRaf.cancel=function(a){var s=rafIds.get(a);return cleanup(a),caf(s)};function _arrayWithHoles$f(a){if(Array.isArray(a))return a}function _iterableToArrayLimit$e(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _nonIterableRest$f(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
146
146
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _slicedToArray$e(a,s){return _arrayWithHoles$f(a)||_iterableToArrayLimit$e(a,s)||_unsupportedIterableToArray$l(a,s)||_nonIterableRest$f()}function murmur2(a){for(var s=0,$,_=0,_e=a.length;_e>=4;++_,_e-=4)$=a.charCodeAt(_)&255|(a.charCodeAt(++_)&255)<<8|(a.charCodeAt(++_)&255)<<16|(a.charCodeAt(++_)&255)<<24,$=($&65535)*1540483477+(($>>>16)*59797<<16),$^=$>>>24,s=($&65535)*1540483477+(($>>>16)*59797<<16)^(s&65535)*1540483477+((s>>>16)*59797<<16);switch(_e){case 3:s^=(a.charCodeAt(_+2)&255)<<16;case 2:s^=(a.charCodeAt(_+1)&255)<<8;case 1:s^=a.charCodeAt(_)&255,s=(s&65535)*1540483477+((s>>>16)*59797<<16)}return s^=s>>>13,s=(s&65535)*1540483477+((s>>>16)*59797<<16),((s^s>>>15)>>>0).toString(36)}function canUseDom$1(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function contains$3(a,s){if(!a)return!1;if(a.contains)return a.contains(s);for(var $=s;$;){if($===a)return!0;$=$.parentNode}return!1}var APPEND_ORDER="data-rc-order",APPEND_PRIORITY="data-rc-priority",MARK_KEY="rc-util-key",containerCache=new Map;function getMark(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},s=a.mark;return s?s.startsWith("data-")?s:"data-".concat(s):MARK_KEY}function getContainer(a){if(a.attachTo)return a.attachTo;var s=document.querySelector("head");return s||document.body}function getOrder(a){return a==="queue"?"prependQueue":a?"prepend":"append"}function findStyles(a){return Array.from((containerCache.get(a)||a).children).filter(function(s){return s.tagName==="STYLE"})}function injectCSS(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!canUseDom$1())return null;var $=s.csp,_=s.prepend,_e=s.priority,tt=_e===void 0?0:_e,nt=getOrder(_),at=nt==="prependQueue",ot=document.createElement("style");ot.setAttribute(APPEND_ORDER,nt),at&&tt&&ot.setAttribute(APPEND_PRIORITY,"".concat(tt)),$!=null&&$.nonce&&(ot.nonce=$==null?void 0:$.nonce),ot.innerHTML=a;var rt=getContainer(s),st=rt.firstChild;if(_){if(at){var lt=findStyles(rt).filter(function(et){if(!["prepend","prependQueue"].includes(et.getAttribute(APPEND_ORDER)))return!1;var it=Number(et.getAttribute(APPEND_PRIORITY)||0);return tt>=it});if(lt.length)return rt.insertBefore(ot,lt[lt.length-1].nextSibling),ot}rt.insertBefore(ot,st)}else rt.appendChild(ot);return ot}function findExistNode(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=getContainer(s);return findStyles($).find(function(_){return _.getAttribute(getMark(s))===a})}function removeCSS(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=findExistNode(a,s);if($){var _=getContainer(s);_.removeChild($)}}function syncRealContainer(a,s){var $=containerCache.get(a);if(!$||!contains$3(document,$)){var _=injectCSS("",s),_e=_.parentNode;containerCache.set(a,_e),a.removeChild(_)}}function updateCSS(a,s){var $=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},_=getContainer($);syncRealContainer(_,$);var _e=findExistNode(s,$);if(_e){var tt,nt;if((tt=$.csp)!==null&&tt!==void 0&&tt.nonce&&_e.nonce!==((nt=$.csp)===null||nt===void 0?void 0:nt.nonce)){var at;_e.nonce=(at=$.csp)===null||at===void 0?void 0:at.nonce}return _e.innerHTML!==a&&(_e.innerHTML=a),_e}var ot=injectCSS(a,$);return ot.setAttribute(getMark($),s),ot}function _objectWithoutPropertiesLoose$1(a,s){if(a==null)return{};var $={},_=Object.keys(a),_e,tt;for(tt=0;tt<_.length;tt++)_e=_[tt],!(s.indexOf(_e)>=0)&&($[_e]=a[_e]);return $}function _objectWithoutProperties$1(a,s){if(a==null)return{};var $=_objectWithoutPropertiesLoose$1(a,s),_,_e;if(Object.getOwnPropertySymbols){var tt=Object.getOwnPropertySymbols(a);for(_e=0;_e<tt.length;_e++)_=tt[_e],!(s.indexOf(_)>=0)&&Object.prototype.propertyIsEnumerable.call(a,_)&&($[_]=a[_])}return $}function isEqual$1(a,s){var $=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,_=new Set;function _e(tt,nt){var at=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,ot=_.has(tt);if(warningOnce(!ot,"Warning: There may be circular references"),ot)return!1;if(tt===nt)return!0;if($&&at>1)return!1;_.add(tt);var rt=at+1;if(Array.isArray(tt)){if(!Array.isArray(nt)||tt.length!==nt.length)return!1;for(var st=0;st<tt.length;st++)if(!_e(tt[st],nt[st],rt))return!1;return!0}if(tt&&nt&&_typeof$q(tt)==="object"&&_typeof$q(nt)==="object"){var lt=Object.keys(tt);return lt.length!==Object.keys(nt).length?!1:lt.every(function(et){return _e(tt[et],nt[et],rt)})}return!1}return _e(a,s)}var SPLIT$1="%",Entity=function(){function a(s){_classCallCheck(this,a),_defineProperty$c(this,"instanceId",void 0),_defineProperty$c(this,"cache",new Map),this.instanceId=s}return _createClass(a,[{key:"get",value:function($){return this.cache.get($.join(SPLIT$1))||null}},{key:"update",value:function($,_){var _e=$.join(SPLIT$1),tt=this.cache.get(_e),nt=_(tt);nt===null?this.cache.delete(_e):this.cache.set(_e,nt)}}]),a}(),ATTR_TOKEN="data-token-hash",ATTR_MARK="data-css-hash",CSS_IN_JS_INSTANCE="__cssinjs_instance__";function createCache(){var a=Math.random().toString(12).slice(2);if(typeof document<"u"&&document.head&&document.body){var s=document.body.querySelectorAll("style[".concat(ATTR_MARK,"]"))||[],$=document.head.firstChild;Array.from(s).forEach(function(_e){_e[CSS_IN_JS_INSTANCE]=_e[CSS_IN_JS_INSTANCE]||a,_e[CSS_IN_JS_INSTANCE]===a&&document.head.insertBefore(_e,$)});var _={};Array.from(document.querySelectorAll("style[".concat(ATTR_MARK,"]"))).forEach(function(_e){var tt=_e.getAttribute(ATTR_MARK);if(_[tt]){if(_e[CSS_IN_JS_INSTANCE]===a){var nt;(nt=_e.parentNode)===null||nt===void 0||nt.removeChild(_e)}}else _[tt]=!0})}return new Entity(a)}var StyleContext=reactExports.createContext({hashPriority:"low",cache:createCache(),defaultCache:!0});function sameDerivativeOption(a,s){if(a.length!==s.length)return!1;for(var $=0;$<a.length;$++)if(a[$]!==s[$])return!1;return!0}var ThemeCache=function(){function a(){_classCallCheck(this,a),_defineProperty$c(this,"cache",void 0),_defineProperty$c(this,"keys",void 0),_defineProperty$c(this,"cacheCallTimes",void 0),this.cache=new Map,this.keys=[],this.cacheCallTimes=0}return _createClass(a,[{key:"size",value:function(){return this.keys.length}},{key:"internalGet",value:function($){var _,_e,tt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,nt={map:this.cache};return $.forEach(function(at){if(!nt)nt=void 0;else{var ot;nt=(ot=nt)===null||ot===void 0||(ot=ot.map)===null||ot===void 0?void 0:ot.get(at)}}),(_=nt)!==null&&_!==void 0&&_.value&&tt&&(nt.value[1]=this.cacheCallTimes++),(_e=nt)===null||_e===void 0?void 0:_e.value}},{key:"get",value:function($){var _;return(_=this.internalGet($,!0))===null||_===void 0?void 0:_[0]}},{key:"has",value:function($){return!!this.internalGet($)}},{key:"set",value:function($,_){var _e=this;if(!this.has($)){if(this.size()+1>a.MAX_CACHE_SIZE+a.MAX_CACHE_OFFSET){var tt=this.keys.reduce(function(rt,st){var lt=_slicedToArray$e(rt,2),et=lt[1];return _e.internalGet(st)[1]<et?[st,_e.internalGet(st)[1]]:rt},[this.keys[0],this.cacheCallTimes]),nt=_slicedToArray$e(tt,1),at=nt[0];this.delete(at)}this.keys.push($)}var ot=this.cache;$.forEach(function(rt,st){if(st===$.length-1)ot.set(rt,{value:[_,_e.cacheCallTimes++]});else{var lt=ot.get(rt);lt?lt.map||(lt.map=new Map):ot.set(rt,{map:new Map}),ot=ot.get(rt).map}})}},{key:"deleteByPath",value:function($,_){var _e=$.get(_[0]);if(_.length===1){var tt;return _e.map?$.set(_[0],{map:_e.map}):$.delete(_[0]),(tt=_e.value)===null||tt===void 0?void 0:tt[0]}var nt=this.deleteByPath(_e.map,_.slice(1));return(!_e.map||_e.map.size===0)&&!_e.value&&$.delete(_[0]),nt}},{key:"delete",value:function($){if(this.has($))return this.keys=this.keys.filter(function(_){return!sameDerivativeOption(_,$)}),this.deleteByPath(this.cache,$)}}]),a}();_defineProperty$c(ThemeCache,"MAX_CACHE_SIZE",20),_defineProperty$c(ThemeCache,"MAX_CACHE_OFFSET",5);var uuid$5=0,Theme=function(){function a(s){_classCallCheck(this,a),_defineProperty$c(this,"derivatives",void 0),_defineProperty$c(this,"id",void 0),this.derivatives=Array.isArray(s)?s:[s],this.id=uuid$5,s.length===0&&(s.length>0,void 0),uuid$5+=1}return _createClass(a,[{key:"getDerivativeToken",value:function($){return this.derivatives.reduce(function(_,_e){return _e($,_)},void 0)}}]),a}(),cacheThemes=new ThemeCache;function createTheme(a){var s=Array.isArray(a)?a:[a];return cacheThemes.has(s)||cacheThemes.set(s,new Theme(s)),cacheThemes.get(s)}var resultCache=new WeakMap,RESULT_VALUE={};function memoResult(a,s){for(var $=resultCache,_=0;_<s.length;_+=1){var _e=s[_];$.has(_e)||$.set(_e,new WeakMap),$=$.get(_e)}return $.has(RESULT_VALUE)||$.set(RESULT_VALUE,a()),$.get(RESULT_VALUE)}var flattenTokenCache=new WeakMap;function flattenToken(a){var s=flattenTokenCache.get(a)||"";return s||(Object.keys(a).forEach(function($){var _=a[$];s+=$,_ instanceof Theme?s+=_.id:_&&_typeof$q(_)==="object"?s+=flattenToken(_):s+=_}),flattenTokenCache.set(a,s)),s}function token2key(a,s){return murmur2("".concat(s,"_").concat(flattenToken(a)))}var randomSelectorKey="random-".concat(Date.now(),"-").concat(Math.random()).replace(/\./g,""),checkContent="_bAmBoO_";function supportSelector(a,s,$){if(canUseDom$1()){var _,_e;updateCSS(a,randomSelectorKey);var tt=document.createElement("div");tt.style.position="fixed",tt.style.left="0",tt.style.top="0",s==null||s(tt),document.body.appendChild(tt);var nt=$?$(tt):(_=getComputedStyle(tt).content)===null||_===void 0?void 0:_.includes(checkContent);return(_e=tt.parentNode)===null||_e===void 0||_e.removeChild(tt),removeCSS(randomSelectorKey),nt}return!1}var canLayer=void 0;function supportLayer(){return canLayer===void 0&&(canLayer=supportSelector("@layer ".concat(randomSelectorKey," { .").concat(randomSelectorKey,' { content: "').concat(checkContent,'"!important; } }'),function(a){a.className=randomSelectorKey})),canLayer}var isClientSide=canUseDom$1();function unit$1(a){return typeof a=="number"?"".concat(a,"px"):a}function toStyleStr(a,s,$){var _,_e=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},tt=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(tt)return a;var nt=_objectSpread2$a(_objectSpread2$a({},_e),{},(_={},_defineProperty$c(_,ATTR_TOKEN,s),_defineProperty$c(_,ATTR_MARK,$),_)),at=Object.keys(nt).map(function(ot){var rt=nt[ot];return rt?"".concat(ot,'="').concat(rt,'"'):null}).filter(function(ot){return ot}).join(" ");return"<style ".concat(at,">").concat(a,"</style>")}var token2CSSVar=function a(s){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return"--".concat($?"".concat($,"-"):"").concat(s).replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g,"$1-$2").replace(/([a-z])([A-Z0-9])/g,"$1-$2").toLowerCase()},serializeCSSVar=function a(s,$,_){return Object.keys(s).length?".".concat($).concat(_!=null&&_.scope?".".concat(_.scope):"","{").concat(Object.entries(s).map(function(_e){var tt=_slicedToArray$e(_e,2),nt=tt[0],at=tt[1];return"".concat(nt,":").concat(at,";")}).join(""),"}"):""},transformToken=function a(s,$,_){var _e={},tt={};return Object.entries(s).forEach(function(nt){var at,ot,rt=_slicedToArray$e(nt,2),st=rt[0],lt=rt[1];if(_!=null&&(at=_.preserve)!==null&&at!==void 0&&at[st])tt[st]=lt;else if((typeof lt=="string"||typeof lt=="number")&&!(_!=null&&(ot=_.ignore)!==null&&ot!==void 0&&ot[st])){var et,it=token2CSSVar(st,_==null?void 0:_.prefix);_e[it]=typeof lt=="number"&&!(_!=null&&(et=_.unitless)!==null&&et!==void 0&&et[st])?"".concat(lt,"px"):String(lt),tt[st]="var(".concat(it,")")}}),[tt,serializeCSSVar(_e,$,{scope:_==null?void 0:_.scope})]},useInternalLayoutEffect=canUseDom$1()?reactExports.useLayoutEffect:reactExports.useEffect,useLayoutEffect$1=function a(s,$){var _=reactExports.useRef(!0);useInternalLayoutEffect(function(){return s(_.current)},$),useInternalLayoutEffect(function(){return _.current=!1,function(){_.current=!0}},[])},useLayoutUpdateEffect=function a(s,$){useLayoutEffect$1(function(_){if(!_)return s()},$)},fullClone$3=_objectSpread2$a({},React$b),useInsertionEffect$1=fullClone$3.useInsertionEffect,useInsertionEffectPolyfill=function a(s,$,_){reactExports.useMemo(s,_),useLayoutEffect$1(function(){return $(!0)},_)},useCompatibleInsertionEffect=useInsertionEffect$1?function(a,s,$){return useInsertionEffect$1(function(){return a(),s()},$)}:useInsertionEffectPolyfill,fullClone$2=_objectSpread2$a({},React$b),useInsertionEffect=fullClone$2.useInsertionEffect,useCleanupRegister=function a(s){var $=[],_=!1;function _e(tt){_||$.push(tt)}return reactExports.useEffect(function(){return _=!1,function(){_=!0,$.length&&$.forEach(function(tt){return tt()})}},s),_e},useRun=function a(){return function(s){s()}},useEffectCleanupRegister=typeof useInsertionEffect<"u"?useCleanupRegister:useRun;function useGlobalCache(a,s,$,_,_e){var tt=reactExports.useContext(StyleContext),nt=tt.cache,at=[a].concat(_toConsumableArray$d(s)),ot=at.join("_"),rt=useEffectCleanupRegister([ot]),st=function(ut){nt.update(at,function(ft){var ht=ft||[void 0,void 0],dt=_slicedToArray$e(ht,2),gt=dt[0],pt=gt===void 0?0:gt,mt=dt[1],ct=mt,vt=ct||$(),At=[pt,vt];return ut?ut(At):At})};reactExports.useMemo(function(){st()},[ot]);var lt=nt.get(at),et=lt[1];return useCompatibleInsertionEffect(function(){_e==null||_e(et)},function(it){return st(function(ut){var ft=_slicedToArray$e(ut,2),ht=ft[0],dt=ft[1];return it&&ht===0&&(_e==null||_e(et)),[ht+1,dt]}),function(){nt.update(at,function(ut){var ft=ut||[],ht=_slicedToArray$e(ft,2),dt=ht[0],gt=dt===void 0?0:dt,pt=ht[1],mt=gt-1;return mt===0?(rt(function(){(it||!nt.get(at))&&(_==null||_(pt,!1))}),null):[gt-1,pt]})}},[ot]),et}var EMPTY_OVERRIDE={},hashPrefix="css",tokenKeys=new Map;function recordCleanToken(a){tokenKeys.set(a,(tokenKeys.get(a)||0)+1)}function removeStyleTags(a,s){if(typeof document<"u"){var $=document.querySelectorAll("style[".concat(ATTR_TOKEN,'="').concat(a,'"]'));$.forEach(function(_){if(_[CSS_IN_JS_INSTANCE]===s){var _e;(_e=_.parentNode)===null||_e===void 0||_e.removeChild(_)}})}}var TOKEN_THRESHOLD=0;function cleanTokenStyle(a,s){tokenKeys.set(a,(tokenKeys.get(a)||0)-1);var $=Array.from(tokenKeys.keys()),_=$.filter(function(_e){var tt=tokenKeys.get(_e)||0;return tt<=0});$.length-_.length>TOKEN_THRESHOLD&&_.forEach(function(_e){removeStyleTags(_e,s),tokenKeys.delete(_e)})}var getComputedToken$1=function a(s,$,_,_e){var tt=_.getDerivativeToken(s),nt=_objectSpread2$a(_objectSpread2$a({},tt),$);return _e&&(nt=_e(nt)),nt},TOKEN_PREFIX="token";function useCacheToken(a,s){var $=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},_=reactExports.useContext(StyleContext),_e=_.cache.instanceId,tt=_.container,nt=$.salt,at=nt===void 0?"":nt,ot=$.override,rt=ot===void 0?EMPTY_OVERRIDE:ot,st=$.formatToken,lt=$.getComputedToken,et=$.cssVar,it=memoResult(function(){return Object.assign.apply(Object,[{}].concat(_toConsumableArray$d(s)))},s),ut=flattenToken(it),ft=flattenToken(rt),ht=et?flattenToken(et):"",dt=useGlobalCache(TOKEN_PREFIX,[at,a.id,ut,ft,ht],function(){var gt,pt=lt?lt(it,rt,a):getComputedToken$1(it,rt,a,st),mt=_objectSpread2$a({},pt),ct="";if(et){var vt=transformToken(pt,et.key,{prefix:et.prefix,ignore:et.ignore,unitless:et.unitless,preserve:et.preserve}),At=_slicedToArray$e(vt,2);pt=At[0],ct=At[1]}var xt=token2key(pt,at);pt._tokenKey=xt,mt._tokenKey=token2key(mt,at);var bt=(gt=et==null?void 0:et.key)!==null&&gt!==void 0?gt:xt;pt._themeKey=bt,recordCleanToken(bt);var Et="".concat(hashPrefix,"-").concat(murmur2(xt));return pt._hashId=Et,[pt,Et,mt,ct,(et==null?void 0:et.key)||""]},function(gt){cleanTokenStyle(gt[0]._themeKey,_e)},function(gt){var pt=_slicedToArray$e(gt,4),mt=pt[0],ct=pt[3];if(et&&ct){var vt=updateCSS(ct,murmur2("css-variables-".concat(mt._themeKey)),{mark:ATTR_MARK,prepend:"queue",attachTo:tt,priority:-999});vt[CSS_IN_JS_INSTANCE]=_e,vt.setAttribute(ATTR_TOKEN,mt._themeKey)}});return dt}var extract$2=function a(s,$,_){var _e=_slicedToArray$e(s,5),tt=_e[2],nt=_e[3],at=_e[4],ot=_||{},rt=ot.plain;if(!nt)return null;var st=tt._tokenKey,lt=-999,et={"data-rc-order":"prependQueue","data-rc-priority":"".concat(lt)},it=toStyleStr(nt,at,st,et,rt);return[lt,st,it]},unitlessKeys={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},COMMENT="comm",RULESET="rule",DECLARATION="decl",IMPORT="@import",KEYFRAMES="@keyframes",LAYER="@layer",abs=Math.abs,from=String.fromCharCode;function trim(a){return a.trim()}function replace(a,s,$){return a.replace(s,$)}function indexof(a,s){return a.indexOf(s)}function charat(a,s){return a.charCodeAt(s)|0}function substr(a,s,$){return a.slice(s,$)}function strlen(a){return a.length}function sizeof(a){return a.length}function append(a,s){return s.push(a),a}var line=1,column=1,length=0,position=0,character=0,characters="";function node(a,s,$,_,_e,tt,nt,at){return{value:a,root:s,parent:$,type:_,props:_e,children:tt,line,column,length:nt,return:"",siblings:at}}function char(){return character}function prev(){return character=position>0?charat(characters,--position):0,column--,character===10&&(column=1,line--),character}function next(){return character=position<length?charat(characters,position++):0,column++,character===10&&(column=1,line++),character}function peek(){return charat(characters,position)}function caret(){return position}function slice(a,s){return substr(characters,a,s)}function token(a){switch(a){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function alloc(a){return line=column=1,length=strlen(characters=a),position=0,[]}function dealloc(a){return characters="",a}function delimit(a){return trim(slice(position-1,delimiter(a===91?a+2:a===40?a+1:a)))}function whitespace$1(a){for(;(character=peek())&&character<33;)next();return token(a)>2||token(character)>3?"":" "}function escaping(a,s){for(;--s&&next()&&!(character<48||character>102||character>57&&character<65||character>70&&character<97););return slice(a,caret()+(s<6&&peek()==32&&next()==32))}function delimiter(a){for(;next();)switch(character){case a:return position;case 34:case 39:a!==34&&a!==39&&delimiter(character);break;case 40:a===41&&delimiter(a);break;case 92:next();break}return position}function commenter(a,s){for(;next()&&a+character!==57;)if(a+character===84&&peek()===47)break;return"/*"+slice(s,position-1)+"*"+from(a===47?a:next())}function identifier(a){for(;!token(peek());)next();return slice(a,position)}function compile(a){return dealloc(parse$1("",null,null,null,[""],a=alloc(a),0,[0],a))}function parse$1(a,s,$,_,_e,tt,nt,at,ot){for(var rt=0,st=0,lt=nt,et=0,it=0,ut=0,ft=1,ht=1,dt=1,gt=0,pt="",mt=_e,ct=tt,vt=_,At=pt;ht;)switch(ut=gt,gt=next()){case 40:if(ut!=108&&charat(At,lt-1)==58){indexof(At+=replace(delimit(gt),"&","&\f"),"&\f")!=-1&&(dt=-1);break}case 34:case 39:case 91:At+=delimit(gt);break;case 9:case 10:case 13:case 32:At+=whitespace$1(ut);break;case 92:At+=escaping(caret()-1,7);continue;case 47:switch(peek()){case 42:case 47:append(comment(commenter(next(),caret()),s,$,ot),ot);break;default:At+="/"}break;case 123*ft:at[rt++]=strlen(At)*dt;case 125*ft:case 59:case 0:switch(gt){case 0:case 125:ht=0;case 59+st:dt==-1&&(At=replace(At,/\f/g,"")),it>0&&strlen(At)-lt&&append(it>32?declaration(At+";",_,$,lt-1,ot):declaration(replace(At," ","")+";",_,$,lt-2,ot),ot);break;case 59:At+=";";default:if(append(vt=ruleset(At,s,$,rt,st,_e,at,pt,mt=[],ct=[],lt,tt),tt),gt===123)if(st===0)parse$1(At,s,vt,vt,mt,tt,lt,at,ct);else switch(et===99&&charat(At,3)===110?100:et){case 100:case 108:case 109:case 115:parse$1(a,vt,vt,_&&append(ruleset(a,vt,vt,0,0,_e,at,pt,_e,mt=[],lt,ct),ct),_e,ct,lt,at,_?mt:ct);break;default:parse$1(At,vt,vt,vt,[""],ct,0,at,ct)}}rt=st=it=0,ft=dt=1,pt=At="",lt=nt;break;case 58:lt=1+strlen(At),it=ut;default:if(ft<1){if(gt==123)--ft;else if(gt==125&&ft++==0&&prev()==125)continue}switch(At+=from(gt),gt*ft){case 38:dt=st>0?1:(At+="\f",-1);break;case 44:at[rt++]=(strlen(At)-1)*dt,dt=1;break;case 64:peek()===45&&(At+=delimit(next())),et=peek(),st=lt=strlen(pt=At+=identifier(caret())),gt++;break;case 45:ut===45&&strlen(At)==2&&(ft=0)}}return tt}function ruleset(a,s,$,_,_e,tt,nt,at,ot,rt,st,lt){for(var et=_e-1,it=_e===0?tt:[""],ut=sizeof(it),ft=0,ht=0,dt=0;ft<_;++ft)for(var gt=0,pt=substr(a,et+1,et=abs(ht=nt[ft])),mt=a;gt<ut;++gt)(mt=trim(ht>0?it[gt]+" "+pt:replace(pt,/&\f/g,it[gt])))&&(ot[dt++]=mt);return node(a,s,$,_e===0?RULESET:at,ot,rt,st,lt)}function comment(a,s,$,_){return node(a,s,$,COMMENT,from(char()),substr(a,2,-2),0,_)}function declaration(a,s,$,_,_e){return node(a,s,$,DECLARATION,substr(a,0,_),substr(a,_+1,-1),_,_e)}function serialize(a,s){for(var $="",_=0;_<a.length;_++)$+=s(a[_],_,a,s)||"";return $}function stringify$2(a,s,$,_){switch(a.type){case LAYER:if(a.children.length)break;case IMPORT:case DECLARATION:return a.return=a.return||a.value;case COMMENT:return"";case KEYFRAMES:return a.return=a.value+"{"+serialize(a.children,_)+"}";case RULESET:if(!strlen(a.value=a.props.join(",")))return""}return strlen($=serialize(a.children,_))?a.return=a.value+"{"+$+"}":""}var ATTR_CACHE_MAP="data-ant-cssinjs-cache-path",CSS_FILE_STYLE="_FILE_STYLE__",cachePathMap,fromCSSFile=!0;function prepare(){if(!cachePathMap&&(cachePathMap={},canUseDom$1())){var a=document.createElement("div");a.className=ATTR_CACHE_MAP,a.style.position="fixed",a.style.visibility="hidden",a.style.top="-9999px",document.body.appendChild(a);var s=getComputedStyle(a).content||"";s=s.replace(/^"/,"").replace(/"$/,""),s.split(";").forEach(function(_e){var tt=_e.split(":"),nt=_slicedToArray$e(tt,2),at=nt[0],ot=nt[1];cachePathMap[at]=ot});var $=document.querySelector("style[".concat(ATTR_CACHE_MAP,"]"));if($){var _;fromCSSFile=!1,(_=$.parentNode)===null||_===void 0||_.removeChild($)}document.body.removeChild(a)}}function existPath(a){return prepare(),!!cachePathMap[a]}function getStyleAndHash(a){var s=cachePathMap[a],$=null;if(s&&canUseDom$1())if(fromCSSFile)$=CSS_FILE_STYLE;else{var _=document.querySelector("style[".concat(ATTR_MARK,'="').concat(cachePathMap[a],'"]'));_?$=_.innerHTML:delete cachePathMap[a]}return[$,s]}var SKIP_CHECK="_skip_check_",MULTI_VALUE="_multi_value_";function normalizeStyle(a){var s=serialize(compile(a),stringify$2);return s.replace(/\{%%%\:[^;];}/g,";")}function isCompoundCSSProperty(a){return _typeof$q(a)==="object"&&a&&(SKIP_CHECK in a||MULTI_VALUE in a)}function injectSelectorHash(a,s,$){if(!s)return a;var _=".".concat(s),_e=$==="low"?":where(".concat(_,")"):_,tt=a.split(",").map(function(nt){var at,ot=nt.trim().split(/\s+/),rt=ot[0]||"",st=((at=rt.match(/^\w+/))===null||at===void 0?void 0:at[0])||"";return rt="".concat(st).concat(_e).concat(rt.slice(st.length)),[rt].concat(_toConsumableArray$d(ot.slice(1))).join(" ")});return tt.join(",")}var parseStyle=function a(s){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},_=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]},_e=_.root,tt=_.injectHash,nt=_.parentSelectors,at=$.hashId,ot=$.layer;$.path;var rt=$.hashPriority,st=$.transformers,lt=st===void 0?[]:st;$.linters;var et="",it={};function ut(pt){var mt=pt.getName(at);if(!it[mt]){var ct=a(pt.style,$,{root:!1,parentSelectors:nt}),vt=_slicedToArray$e(ct,1),At=vt[0];it[mt]="@keyframes ".concat(pt.getName(at)).concat(At)}}function ft(pt){var mt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return pt.forEach(function(ct){Array.isArray(ct)?ft(ct,mt):ct&&mt.push(ct)}),mt}var ht=ft(Array.isArray(s)?s:[s]);if(ht.forEach(function(pt){var mt=typeof pt=="string"&&!_e?{}:pt;if(typeof mt=="string")et+="".concat(mt,`
147
147
  `);else if(mt._keyframe)ut(mt);else{var ct=lt.reduce(function(vt,At){var xt;return(At==null||(xt=At.visit)===null||xt===void 0?void 0:xt.call(At,vt))||vt},mt);Object.keys(ct).forEach(function(vt){var At=ct[vt];if(_typeof$q(At)==="object"&&At&&(vt!=="animationName"||!At._keyframe)&&!isCompoundCSSProperty(At)){var xt=!1,bt=vt.trim(),Et=!1;(_e||tt)&&at?bt.startsWith("@")?xt=!0:bt=injectSelectorHash(vt,at,rt):_e&&!at&&(bt==="&"||bt==="")&&(bt="",Et=!0);var St=a(At,$,{root:Et,injectHash:xt,parentSelectors:[].concat(_toConsumableArray$d(nt),[bt])}),Bt=_slicedToArray$e(St,2),Ot=Bt[0],Tt=Bt[1];it=_objectSpread2$a(_objectSpread2$a({},it),Tt),et+="".concat(bt).concat(Ot)}else{let It=function(yt,Rt){var kt=yt.replace(/[A-Z]/g,function(Ht){return"-".concat(Ht.toLowerCase())}),jt=Rt;!unitlessKeys[yt]&&typeof jt=="number"&&jt!==0&&(jt="".concat(jt,"px")),yt==="animationName"&&Rt!==null&&Rt!==void 0&&Rt._keyframe&&(ut(Rt),jt=Rt.getName(at)),et+="".concat(kt,":").concat(jt,";")};var wt,Ct=(wt=At==null?void 0:At.value)!==null&&wt!==void 0?wt:At;_typeof$q(At)==="object"&&At!==null&&At!==void 0&&At[MULTI_VALUE]&&Array.isArray(Ct)?Ct.forEach(function(yt){It(vt,yt)}):It(vt,Ct)}})}}),!_e)et="{".concat(et,"}");else if(ot&&supportLayer()){var dt=ot.split(","),gt=dt[dt.length-1].trim();et="@layer ".concat(gt," {").concat(et,"}"),dt.length>1&&(et="@layer ".concat(ot,"{%%%:%}").concat(et))}return[et,it]};function uniqueHash(a,s){return murmur2("".concat(a.join("%")).concat(s))}function Empty$4(){return null}var STYLE_PREFIX="style";function useStyleRegister(a,s){var $=a.token,_=a.path,_e=a.hashId,tt=a.layer,nt=a.nonce,at=a.clientOnly,ot=a.order,rt=ot===void 0?0:ot,st=reactExports.useContext(StyleContext),lt=st.autoClear;st.mock;var et=st.defaultCache,it=st.hashPriority,ut=st.container,ft=st.ssrInline,ht=st.transformers,dt=st.linters,gt=st.cache,pt=$._tokenKey,mt=[pt].concat(_toConsumableArray$d(_)),ct=isClientSide,vt=useGlobalCache(STYLE_PREFIX,mt,function(){var St=mt.join("|");if(existPath(St)){var Bt=getStyleAndHash(St),Ot=_slicedToArray$e(Bt,2),Tt=Ot[0],wt=Ot[1];if(Tt)return[Tt,pt,wt,{},at,rt]}var Ct=s(),It=parseStyle(Ct,{hashId:_e,hashPriority:it,layer:tt,path:_.join("-"),transformers:ht,linters:dt}),yt=_slicedToArray$e(It,2),Rt=yt[0],kt=yt[1],jt=normalizeStyle(Rt),Ht=uniqueHash(mt,jt);return[jt,pt,Ht,kt,at,rt]},function(St,Bt){var Ot=_slicedToArray$e(St,3),Tt=Ot[2];(Bt||lt)&&isClientSide&&removeCSS(Tt,{mark:ATTR_MARK})},function(St){var Bt=_slicedToArray$e(St,4),Ot=Bt[0];Bt[1];var Tt=Bt[2],wt=Bt[3];if(ct&&Ot!==CSS_FILE_STYLE){var Ct={mark:ATTR_MARK,prepend:"queue",attachTo:ut,priority:rt},It=typeof nt=="function"?nt():nt;It&&(Ct.csp={nonce:It});var yt=updateCSS(Ot,Tt,Ct);yt[CSS_IN_JS_INSTANCE]=gt.instanceId,yt.setAttribute(ATTR_TOKEN,pt),Object.keys(wt).forEach(function(Rt){updateCSS(normalizeStyle(wt[Rt]),"_effect-".concat(Rt),Ct)})}}),At=_slicedToArray$e(vt,3),xt=At[0],bt=At[1],Et=At[2];return function(St){var Bt;if(!ft||ct||!et)Bt=reactExports.createElement(Empty$4,null);else{var Ot;Bt=reactExports.createElement("style",_extends$2({},(Ot={},_defineProperty$c(Ot,ATTR_TOKEN,bt),_defineProperty$c(Ot,ATTR_MARK,Et),Ot),{dangerouslySetInnerHTML:{__html:xt}}))}return reactExports.createElement(reactExports.Fragment,null,Bt,St)}}var extract$1=function a(s,$,_){var _e=_slicedToArray$e(s,6),tt=_e[0],nt=_e[1],at=_e[2],ot=_e[3],rt=_e[4],st=_e[5],lt=_||{},et=lt.plain;if(rt)return null;var it=tt,ut={"data-rc-order":"prependQueue","data-rc-priority":"".concat(st)};return it=toStyleStr(tt,nt,at,ut,et),ot&&Object.keys(ot).forEach(function(ft){if(!$[ft]){$[ft]=!0;var ht=normalizeStyle(ot[ft]);it+=toStyleStr(ht,nt,"_effect-".concat(ft),ut,et)}}),[st,at,it]},CSS_VAR_PREFIX="cssVar",useCSSVarRegister=function a(s,$){var _=s.key,_e=s.prefix,tt=s.unitless,nt=s.ignore,at=s.token,ot=s.scope,rt=ot===void 0?"":ot,st=reactExports.useContext(StyleContext),lt=st.cache.instanceId,et=st.container,it=at._tokenKey,ut=[].concat(_toConsumableArray$d(s.path),[_,rt,it]),ft=useGlobalCache(CSS_VAR_PREFIX,ut,function(){var ht=$(),dt=transformToken(ht,_,{prefix:_e,unitless:tt,ignore:nt,scope:rt}),gt=_slicedToArray$e(dt,2),pt=gt[0],mt=gt[1],ct=uniqueHash(ut,mt);return[pt,mt,ct,_]},function(ht){var dt=_slicedToArray$e(ht,3),gt=dt[2];isClientSide&&removeCSS(gt,{mark:ATTR_MARK})},function(ht){var dt=_slicedToArray$e(ht,3),gt=dt[1],pt=dt[2];if(gt){var mt=updateCSS(gt,pt,{mark:ATTR_MARK,prepend:"queue",attachTo:et,priority:-999});mt[CSS_IN_JS_INSTANCE]=lt,mt.setAttribute(ATTR_TOKEN,_)}});return ft},extract=function a(s,$,_){var _e=_slicedToArray$e(s,4),tt=_e[1],nt=_e[2],at=_e[3],ot=_||{},rt=ot.plain;if(!tt)return null;var st=-999,lt={"data-rc-order":"prependQueue","data-rc-priority":"".concat(st)},et=toStyleStr(tt,at,nt,lt,rt);return[st,nt,et]},_ExtractStyleFns;_ExtractStyleFns={},_defineProperty$c(_ExtractStyleFns,STYLE_PREFIX,extract$1),_defineProperty$c(_ExtractStyleFns,TOKEN_PREFIX,extract$2),_defineProperty$c(_ExtractStyleFns,CSS_VAR_PREFIX,extract);var Keyframe=function(){function a(s,$){_classCallCheck(this,a),_defineProperty$c(this,"name",void 0),_defineProperty$c(this,"style",void 0),_defineProperty$c(this,"_keyframe",!0),this.name=s,this.style=$}return _createClass(a,[{key:"getName",value:function(){var $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return $?"".concat($,"-").concat(this.name):this.name}}]),a}();function noSplit(a){return a.notSplit=!0,a}noSplit(["borderTop","borderBottom"]),noSplit(["borderTop"]),noSplit(["borderBottom"]),noSplit(["borderLeft","borderRight"]),noSplit(["borderLeft"]),noSplit(["borderRight"]);var IconContext=reactExports.createContext({});const Context$4=IconContext;function _toArray$1(a){return _arrayWithHoles$f(a)||_iterableToArray$d(a)||_unsupportedIterableToArray$l(a)||_nonIterableRest$f()}function get$1(a,s){for(var $=a,_=0;_<s.length;_+=1){if($==null)return;$=$[s[_]]}return $}function internalSet(a,s,$,_){if(!s.length)return $;var _e=_toArray$1(s),tt=_e[0],nt=_e.slice(1),at;return!a&&typeof tt=="number"?at=[]:Array.isArray(a)?at=_toConsumableArray$d(a):at=_objectSpread2$a({},a),_&&$===void 0&&nt.length===1?delete at[tt][nt[0]]:at[tt]=internalSet(at[tt],nt,$,_),at}function set$1(a,s,$){var _=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return s.length&&_&&$===void 0&&!get$1(a,s.slice(0,-1))?a:internalSet(a,s,$,_)}function isObject$8(a){return _typeof$q(a)==="object"&&a!==null&&Object.getPrototypeOf(a)===Object.prototype}function createEmpty(a){return Array.isArray(a)?[]:{}}var keys$1=typeof Reflect>"u"?Object.keys:Reflect.ownKeys;function merge$1(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];var _=createEmpty(s[0]);return s.forEach(function(_e){function tt(nt,at){var ot=new Set(at),rt=get$1(_e,nt),st=Array.isArray(rt);if(st||isObject$8(rt)){if(!ot.has(rt)){ot.add(rt);var lt=get$1(_,nt);st?_=set$1(_,nt,[]):(!lt||_typeof$q(lt)!=="object")&&(_=set$1(_,nt,createEmpty(rt))),keys$1(rt).forEach(function(et){tt([].concat(_toConsumableArray$d(nt),[et]),ot)})}}else _=set$1(_,nt,rt)}tt([])}),_}function noop$5(){}const WarningContext=reactExports.createContext({}),devUseWarning=()=>{const a=()=>{};return a.deprecated=noop$5,a},ValidateMessagesContext=reactExports.createContext(void 0);var locale$c={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"},locale$b={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"};const locale$a={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},TimePicker$2=locale$a,locale$9={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},locale$b),timePickerLocale:Object.assign({},TimePicker$2)},enUS$1=locale$9,typeTemplate$4="${label} is not a valid ${type}",localeValues$2={locale:"en",Pagination:locale$c,DatePicker:enUS$1,TimePicker:TimePicker$2,Calendar:enUS$1,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:typeTemplate$4,method:typeTemplate$4,array:typeTemplate$4,object:typeTemplate$4,number:typeTemplate$4,date:typeTemplate$4,boolean:typeTemplate$4,integer:typeTemplate$4,float:typeTemplate$4,regexp:typeTemplate$4,email:typeTemplate$4,url:typeTemplate$4,hex:typeTemplate$4},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh"},ColorPicker:{presetEmpty:"Empty"}},defaultLocale=localeValues$2;Object.assign({},defaultLocale.Modal);let localeList=[];const generateLocale=()=>localeList.reduce((a,s)=>Object.assign(Object.assign({},a),s),defaultLocale.Modal);function changeConfirmLocale(a){if(a){const s=Object.assign({},a);return localeList.push(s),generateLocale(),()=>{localeList=localeList.filter($=>$!==s),generateLocale()}}Object.assign({},defaultLocale.Modal)}const LocaleContext=reactExports.createContext(void 0),LocaleContext$1=LocaleContext,useLocale=(a,s)=>{const $=reactExports.useContext(LocaleContext$1),_=reactExports.useMemo(()=>{var tt;const nt=s||defaultLocale[a],at=(tt=$==null?void 0:$[a])!==null&&tt!==void 0?tt:{};return Object.assign(Object.assign({},typeof nt=="function"?nt():nt),at||{})},[a,s,$]),_e=reactExports.useMemo(()=>{const tt=$==null?void 0:$.locale;return $!=null&&$.exist&&!tt?defaultLocale.locale:tt},[$]);return[_,_e]},useLocale$1=useLocale,ANT_MARK="internalMark",LocaleProvider=a=>{const{locale:s={},children:$,_ANT_MARK__:_}=a;reactExports.useEffect(()=>changeConfirmLocale(s&&s.Modal),[s]);const _e=reactExports.useMemo(()=>Object.assign(Object.assign({},s),{exist:!0}),[s]);return reactExports.createElement(LocaleContext$1.Provider,{value:_e},$)},LocaleProvider$1=LocaleProvider;function bound01(a,s){isOnePointZero(a)&&(a="100%");var $=isPercentage(a);return a=s===360?a:Math.min(s,Math.max(0,parseFloat(a))),$&&(a=parseInt(String(a*s),10)/100),Math.abs(a-s)<1e-6?1:(s===360?a=(a<0?a%s+s:a%s)/parseFloat(String(s)):a=a%s/parseFloat(String(s)),a)}function clamp01(a){return Math.min(1,Math.max(0,a))}function isOnePointZero(a){return typeof a=="string"&&a.indexOf(".")!==-1&&parseFloat(a)===1}function isPercentage(a){return typeof a=="string"&&a.indexOf("%")!==-1}function boundAlpha(a){return a=parseFloat(a),(isNaN(a)||a<0||a>1)&&(a=1),a}function convertToPercentage(a){return a<=1?"".concat(Number(a)*100,"%"):a}function pad2(a){return a.length===1?"0"+a:String(a)}function rgbToRgb(a,s,$){return{r:bound01(a,255)*255,g:bound01(s,255)*255,b:bound01($,255)*255}}function rgbToHsl(a,s,$){a=bound01(a,255),s=bound01(s,255),$=bound01($,255);var _=Math.max(a,s,$),_e=Math.min(a,s,$),tt=0,nt=0,at=(_+_e)/2;if(_===_e)nt=0,tt=0;else{var ot=_-_e;switch(nt=at>.5?ot/(2-_-_e):ot/(_+_e),_){case a:tt=(s-$)/ot+(s<$?6:0);break;case s:tt=($-a)/ot+2;break;case $:tt=(a-s)/ot+4;break}tt/=6}return{h:tt,s:nt,l:at}}function hue2rgb(a,s,$){return $<0&&($+=1),$>1&&($-=1),$<1/6?a+(s-a)*(6*$):$<1/2?s:$<2/3?a+(s-a)*(2/3-$)*6:a}function hslToRgb(a,s,$){var _,_e,tt;if(a=bound01(a,360),s=bound01(s,100),$=bound01($,100),s===0)_e=$,tt=$,_=$;else{var nt=$<.5?$*(1+s):$+s-$*s,at=2*$-nt;_=hue2rgb(at,nt,a+1/3),_e=hue2rgb(at,nt,a),tt=hue2rgb(at,nt,a-1/3)}return{r:_*255,g:_e*255,b:tt*255}}function rgbToHsv(a,s,$){a=bound01(a,255),s=bound01(s,255),$=bound01($,255);var _=Math.max(a,s,$),_e=Math.min(a,s,$),tt=0,nt=_,at=_-_e,ot=_===0?0:at/_;if(_===_e)tt=0;else{switch(_){case a:tt=(s-$)/at+(s<$?6:0);break;case s:tt=($-a)/at+2;break;case $:tt=(a-s)/at+4;break}tt/=6}return{h:tt,s:ot,v:nt}}function hsvToRgb(a,s,$){a=bound01(a,360)*6,s=bound01(s,100),$=bound01($,100);var _=Math.floor(a),_e=a-_,tt=$*(1-s),nt=$*(1-_e*s),at=$*(1-(1-_e)*s),ot=_%6,rt=[$,nt,tt,tt,at,$][ot],st=[at,$,$,nt,tt,tt][ot],lt=[tt,tt,at,$,$,nt][ot];return{r:rt*255,g:st*255,b:lt*255}}function rgbToHex(a,s,$,_){var _e=[pad2(Math.round(a).toString(16)),pad2(Math.round(s).toString(16)),pad2(Math.round($).toString(16))];return _&&_e[0].startsWith(_e[0].charAt(1))&&_e[1].startsWith(_e[1].charAt(1))&&_e[2].startsWith(_e[2].charAt(1))?_e[0].charAt(0)+_e[1].charAt(0)+_e[2].charAt(0):_e.join("")}function rgbaToHex(a,s,$,_,_e){var tt=[pad2(Math.round(a).toString(16)),pad2(Math.round(s).toString(16)),pad2(Math.round($).toString(16)),pad2(convertDecimalToHex(_))];return _e&&tt[0].startsWith(tt[0].charAt(1))&&tt[1].startsWith(tt[1].charAt(1))&&tt[2].startsWith(tt[2].charAt(1))&&tt[3].startsWith(tt[3].charAt(1))?tt[0].charAt(0)+tt[1].charAt(0)+tt[2].charAt(0)+tt[3].charAt(0):tt.join("")}function convertDecimalToHex(a){return Math.round(parseFloat(a)*255).toString(16)}function convertHexToDecimal(a){return parseIntFromHex(a)/255}function parseIntFromHex(a){return parseInt(a,16)}function numberInputToObject(a){return{r:a>>16,g:(a&65280)>>8,b:a&255}}var names={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function inputToRGB(a){var s={r:0,g:0,b:0},$=1,_=null,_e=null,tt=null,nt=!1,at=!1;return typeof a=="string"&&(a=stringInputToObject(a)),typeof a=="object"&&(isValidCSSUnit(a.r)&&isValidCSSUnit(a.g)&&isValidCSSUnit(a.b)?(s=rgbToRgb(a.r,a.g,a.b),nt=!0,at=String(a.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(a.h)&&isValidCSSUnit(a.s)&&isValidCSSUnit(a.v)?(_=convertToPercentage(a.s),_e=convertToPercentage(a.v),s=hsvToRgb(a.h,_,_e),nt=!0,at="hsv"):isValidCSSUnit(a.h)&&isValidCSSUnit(a.s)&&isValidCSSUnit(a.l)&&(_=convertToPercentage(a.s),tt=convertToPercentage(a.l),s=hslToRgb(a.h,_,tt),nt=!0,at="hsl"),Object.prototype.hasOwnProperty.call(a,"a")&&($=a.a)),$=boundAlpha($),{ok:nt,format:a.format||at,r:Math.min(255,Math.max(s.r,0)),g:Math.min(255,Math.max(s.g,0)),b:Math.min(255,Math.max(s.b,0)),a:$}}var CSS_INTEGER="[-\\+]?\\d+%?",CSS_NUMBER="[-\\+]?\\d*\\.\\d+%?",CSS_UNIT="(?:".concat(CSS_NUMBER,")|(?:").concat(CSS_INTEGER,")"),PERMISSIVE_MATCH3="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),PERMISSIVE_MATCH4="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),matchers={CSS_UNIT:new RegExp(CSS_UNIT),rgb:new RegExp("rgb"+PERMISSIVE_MATCH3),rgba:new RegExp("rgba"+PERMISSIVE_MATCH4),hsl:new RegExp("hsl"+PERMISSIVE_MATCH3),hsla:new RegExp("hsla"+PERMISSIVE_MATCH4),hsv:new RegExp("hsv"+PERMISSIVE_MATCH3),hsva:new RegExp("hsva"+PERMISSIVE_MATCH4),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function stringInputToObject(a){if(a=a.trim().toLowerCase(),a.length===0)return!1;var s=!1;if(names[a])a=names[a],s=!0;else if(a==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var $=matchers.rgb.exec(a);return $?{r:$[1],g:$[2],b:$[3]}:($=matchers.rgba.exec(a),$?{r:$[1],g:$[2],b:$[3],a:$[4]}:($=matchers.hsl.exec(a),$?{h:$[1],s:$[2],l:$[3]}:($=matchers.hsla.exec(a),$?{h:$[1],s:$[2],l:$[3],a:$[4]}:($=matchers.hsv.exec(a),$?{h:$[1],s:$[2],v:$[3]}:($=matchers.hsva.exec(a),$?{h:$[1],s:$[2],v:$[3],a:$[4]}:($=matchers.hex8.exec(a),$?{r:parseIntFromHex($[1]),g:parseIntFromHex($[2]),b:parseIntFromHex($[3]),a:convertHexToDecimal($[4]),format:s?"name":"hex8"}:($=matchers.hex6.exec(a),$?{r:parseIntFromHex($[1]),g:parseIntFromHex($[2]),b:parseIntFromHex($[3]),format:s?"name":"hex"}:($=matchers.hex4.exec(a),$?{r:parseIntFromHex($[1]+$[1]),g:parseIntFromHex($[2]+$[2]),b:parseIntFromHex($[3]+$[3]),a:convertHexToDecimal($[4]+$[4]),format:s?"name":"hex8"}:($=matchers.hex3.exec(a),$?{r:parseIntFromHex($[1]+$[1]),g:parseIntFromHex($[2]+$[2]),b:parseIntFromHex($[3]+$[3]),format:s?"name":"hex"}:!1)))))))))}function isValidCSSUnit(a){return!!matchers.CSS_UNIT.exec(String(a))}var TinyColor=function(){function a(s,$){s===void 0&&(s=""),$===void 0&&($={});var _;if(s instanceof a)return s;typeof s=="number"&&(s=numberInputToObject(s)),this.originalInput=s;var _e=inputToRGB(s);this.originalInput=s,this.r=_e.r,this.g=_e.g,this.b=_e.b,this.a=_e.a,this.roundA=Math.round(100*this.a)/100,this.format=(_=$.format)!==null&&_!==void 0?_:_e.format,this.gradientType=$.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=_e.ok}return a.prototype.isDark=function(){return this.getBrightness()<128},a.prototype.isLight=function(){return!this.isDark()},a.prototype.getBrightness=function(){var s=this.toRgb();return(s.r*299+s.g*587+s.b*114)/1e3},a.prototype.getLuminance=function(){var s=this.toRgb(),$,_,_e,tt=s.r/255,nt=s.g/255,at=s.b/255;return tt<=.03928?$=tt/12.92:$=Math.pow((tt+.055)/1.055,2.4),nt<=.03928?_=nt/12.92:_=Math.pow((nt+.055)/1.055,2.4),at<=.03928?_e=at/12.92:_e=Math.pow((at+.055)/1.055,2.4),.2126*$+.7152*_+.0722*_e},a.prototype.getAlpha=function(){return this.a},a.prototype.setAlpha=function(s){return this.a=boundAlpha(s),this.roundA=Math.round(100*this.a)/100,this},a.prototype.isMonochrome=function(){var s=this.toHsl().s;return s===0},a.prototype.toHsv=function(){var s=rgbToHsv(this.r,this.g,this.b);return{h:s.h*360,s:s.s,v:s.v,a:this.a}},a.prototype.toHsvString=function(){var s=rgbToHsv(this.r,this.g,this.b),$=Math.round(s.h*360),_=Math.round(s.s*100),_e=Math.round(s.v*100);return this.a===1?"hsv(".concat($,", ").concat(_,"%, ").concat(_e,"%)"):"hsva(".concat($,", ").concat(_,"%, ").concat(_e,"%, ").concat(this.roundA,")")},a.prototype.toHsl=function(){var s=rgbToHsl(this.r,this.g,this.b);return{h:s.h*360,s:s.s,l:s.l,a:this.a}},a.prototype.toHslString=function(){var s=rgbToHsl(this.r,this.g,this.b),$=Math.round(s.h*360),_=Math.round(s.s*100),_e=Math.round(s.l*100);return this.a===1?"hsl(".concat($,", ").concat(_,"%, ").concat(_e,"%)"):"hsla(".concat($,", ").concat(_,"%, ").concat(_e,"%, ").concat(this.roundA,")")},a.prototype.toHex=function(s){return s===void 0&&(s=!1),rgbToHex(this.r,this.g,this.b,s)},a.prototype.toHexString=function(s){return s===void 0&&(s=!1),"#"+this.toHex(s)},a.prototype.toHex8=function(s){return s===void 0&&(s=!1),rgbaToHex(this.r,this.g,this.b,this.a,s)},a.prototype.toHex8String=function(s){return s===void 0&&(s=!1),"#"+this.toHex8(s)},a.prototype.toHexShortString=function(s){return s===void 0&&(s=!1),this.a===1?this.toHexString(s):this.toHex8String(s)},a.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},a.prototype.toRgbString=function(){var s=Math.round(this.r),$=Math.round(this.g),_=Math.round(this.b);return this.a===1?"rgb(".concat(s,", ").concat($,", ").concat(_,")"):"rgba(".concat(s,", ").concat($,", ").concat(_,", ").concat(this.roundA,")")},a.prototype.toPercentageRgb=function(){var s=function($){return"".concat(Math.round(bound01($,255)*100),"%")};return{r:s(this.r),g:s(this.g),b:s(this.b),a:this.a}},a.prototype.toPercentageRgbString=function(){var s=function($){return Math.round(bound01($,255)*100)};return this.a===1?"rgb(".concat(s(this.r),"%, ").concat(s(this.g),"%, ").concat(s(this.b),"%)"):"rgba(".concat(s(this.r),"%, ").concat(s(this.g),"%, ").concat(s(this.b),"%, ").concat(this.roundA,")")},a.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var s="#"+rgbToHex(this.r,this.g,this.b,!1),$=0,_=Object.entries(names);$<_.length;$++){var _e=_[$],tt=_e[0],nt=_e[1];if(s===nt)return tt}return!1},a.prototype.toString=function(s){var $=!!s;s=s??this.format;var _=!1,_e=this.a<1&&this.a>=0,tt=!$&&_e&&(s.startsWith("hex")||s==="name");return tt?s==="name"&&this.a===0?this.toName():this.toRgbString():(s==="rgb"&&(_=this.toRgbString()),s==="prgb"&&(_=this.toPercentageRgbString()),(s==="hex"||s==="hex6")&&(_=this.toHexString()),s==="hex3"&&(_=this.toHexString(!0)),s==="hex4"&&(_=this.toHex8String(!0)),s==="hex8"&&(_=this.toHex8String()),s==="name"&&(_=this.toName()),s==="hsl"&&(_=this.toHslString()),s==="hsv"&&(_=this.toHsvString()),_||this.toHexString())},a.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},a.prototype.clone=function(){return new a(this.toString())},a.prototype.lighten=function(s){s===void 0&&(s=10);var $=this.toHsl();return $.l+=s/100,$.l=clamp01($.l),new a($)},a.prototype.brighten=function(s){s===void 0&&(s=10);var $=this.toRgb();return $.r=Math.max(0,Math.min(255,$.r-Math.round(255*-(s/100)))),$.g=Math.max(0,Math.min(255,$.g-Math.round(255*-(s/100)))),$.b=Math.max(0,Math.min(255,$.b-Math.round(255*-(s/100)))),new a($)},a.prototype.darken=function(s){s===void 0&&(s=10);var $=this.toHsl();return $.l-=s/100,$.l=clamp01($.l),new a($)},a.prototype.tint=function(s){return s===void 0&&(s=10),this.mix("white",s)},a.prototype.shade=function(s){return s===void 0&&(s=10),this.mix("black",s)},a.prototype.desaturate=function(s){s===void 0&&(s=10);var $=this.toHsl();return $.s-=s/100,$.s=clamp01($.s),new a($)},a.prototype.saturate=function(s){s===void 0&&(s=10);var $=this.toHsl();return $.s+=s/100,$.s=clamp01($.s),new a($)},a.prototype.greyscale=function(){return this.desaturate(100)},a.prototype.spin=function(s){var $=this.toHsl(),_=($.h+s)%360;return $.h=_<0?360+_:_,new a($)},a.prototype.mix=function(s,$){$===void 0&&($=50);var _=this.toRgb(),_e=new a(s).toRgb(),tt=$/100,nt={r:(_e.r-_.r)*tt+_.r,g:(_e.g-_.g)*tt+_.g,b:(_e.b-_.b)*tt+_.b,a:(_e.a-_.a)*tt+_.a};return new a(nt)},a.prototype.analogous=function(s,$){s===void 0&&(s=6),$===void 0&&($=30);var _=this.toHsl(),_e=360/$,tt=[this];for(_.h=(_.h-(_e*s>>1)+720)%360;--s;)_.h=(_.h+_e)%360,tt.push(new a(_));return tt},a.prototype.complement=function(){var s=this.toHsl();return s.h=(s.h+180)%360,new a(s)},a.prototype.monochromatic=function(s){s===void 0&&(s=6);for(var $=this.toHsv(),_=$.h,_e=$.s,tt=$.v,nt=[],at=1/s;s--;)nt.push(new a({h:_,s:_e,v:tt})),tt=(tt+at)%1;return nt},a.prototype.splitcomplement=function(){var s=this.toHsl(),$=s.h;return[this,new a({h:($+72)%360,s:s.s,l:s.l}),new a({h:($+216)%360,s:s.s,l:s.l})]},a.prototype.onBackground=function(s){var $=this.toRgb(),_=new a(s).toRgb(),_e=$.a+_.a*(1-$.a);return new a({r:($.r*$.a+_.r*_.a*(1-$.a))/_e,g:($.g*$.a+_.g*_.a*(1-$.a))/_e,b:($.b*$.a+_.b*_.a*(1-$.a))/_e,a:_e})},a.prototype.triad=function(){return this.polyad(3)},a.prototype.tetrad=function(){return this.polyad(4)},a.prototype.polyad=function(s){for(var $=this.toHsl(),_=$.h,_e=[this],tt=360/s,nt=1;nt<s;nt++)_e.push(new a({h:(_+nt*tt)%360,s:$.s,l:$.l}));return _e},a.prototype.equals=function(s){return this.toRgbString()===new a(s).toRgbString()},a}(),hueStep$1=2,saturationStep$1=.16,saturationStep2$1=.05,brightnessStep1$1=.05,brightnessStep2$1=.15,lightColorCount$1=5,darkColorCount$1=4,darkColorMap$1=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function toHsv$1(a){var s=a.r,$=a.g,_=a.b,_e=rgbToHsv(s,$,_);return{h:_e.h*360,s:_e.s,v:_e.v}}function toHex$1(a){var s=a.r,$=a.g,_=a.b;return"#".concat(rgbToHex(s,$,_,!1))}function mix$2(a,s,$){var _=$/100,_e={r:(s.r-a.r)*_+a.r,g:(s.g-a.g)*_+a.g,b:(s.b-a.b)*_+a.b};return _e}function getHue$1(a,s,$){var _;return Math.round(a.h)>=60&&Math.round(a.h)<=240?_=$?Math.round(a.h)-hueStep$1*s:Math.round(a.h)+hueStep$1*s:_=$?Math.round(a.h)+hueStep$1*s:Math.round(a.h)-hueStep$1*s,_<0?_+=360:_>=360&&(_-=360),_}function getSaturation$1(a,s,$){if(a.h===0&&a.s===0)return a.s;var _;return $?_=a.s-saturationStep$1*s:s===darkColorCount$1?_=a.s+saturationStep$1:_=a.s+saturationStep2$1*s,_>1&&(_=1),$&&s===lightColorCount$1&&_>.1&&(_=.1),_<.06&&(_=.06),Number(_.toFixed(2))}function getValue$4(a,s,$){var _;return $?_=a.v+brightnessStep1$1*s:_=a.v-brightnessStep2$1*s,_>1&&(_=1),Number(_.toFixed(2))}function generate$2(a){for(var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=[],_=inputToRGB(a),_e=lightColorCount$1;_e>0;_e-=1){var tt=toHsv$1(_),nt=toHex$1(inputToRGB({h:getHue$1(tt,_e,!0),s:getSaturation$1(tt,_e,!0),v:getValue$4(tt,_e,!0)}));$.push(nt)}$.push(toHex$1(_));for(var at=1;at<=darkColorCount$1;at+=1){var ot=toHsv$1(_),rt=toHex$1(inputToRGB({h:getHue$1(ot,at),s:getSaturation$1(ot,at),v:getValue$4(ot,at)}));$.push(rt)}return s.theme==="dark"?darkColorMap$1.map(function(st){var lt=st.index,et=st.opacity,it=toHex$1(mix$2(inputToRGB(s.backgroundColor||"#141414"),inputToRGB($[lt]),et*100));return it}):$}var presetPrimaryColors$1={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},presetPalettes$1={},presetDarkPalettes$1={};Object.keys(presetPrimaryColors$1).forEach(function(a){presetPalettes$1[a]=generate$2(presetPrimaryColors$1[a]),presetPalettes$1[a].primary=presetPalettes$1[a][5],presetDarkPalettes$1[a]=generate$2(presetPrimaryColors$1[a],{theme:"dark",backgroundColor:"#141414"}),presetDarkPalettes$1[a].primary=presetDarkPalettes$1[a][5]});var gold$1=presetPalettes$1.gold,blue$1=presetPalettes$1.blue;const genControlHeight=a=>{const{controlHeight:s}=a;return{controlHeightSM:s*.75,controlHeightXS:s*.5,controlHeightLG:s*1.25}},genControlHeight$1=genControlHeight;function genSizeMapToken$1(a){const{sizeUnit:s,sizeStep:$}=a;return{sizeXXL:s*($+8),sizeXL:s*($+4),sizeLG:s*($+2),sizeMD:s*($+1),sizeMS:s*$,size:s*$,sizeSM:s*($-1),sizeXS:s*($-2),sizeXXS:s*($-3)}}const defaultPresetColors={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},seedToken=Object.assign(Object.assign({},defaultPresetColors),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
@@ -586,7 +586,7 @@ html body {
586
586
  ${$}-eye,
587
587
  ${$}-download,
588
588
  ${$}-delete
589
- `]:{zIndex:10,width:_,margin:`0 ${unit$1(a.marginXXS)}`,fontSize:_,cursor:"pointer",transition:`all ${a.motionDurationSlow}`,color:_e,"&:hover":{color:_e},svg:{verticalAlign:"baseline"}}},[`${at}-thumbnail, ${at}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${at}-name`]:{display:"none",textAlign:"center"},[`${at}-file + ${at}-name`]:{position:"absolute",bottom:a.margin,display:"block",width:`calc(100% - ${unit$1(tt(a.paddingXS).mul(2).equal())})`},[`${at}-uploading`]:{[`&${at}`]:{backgroundColor:a.colorFillAlter},[`&::before, ${$}-eye, ${$}-download, ${$}-delete`]:{display:"none"}},[`${at}-progress`]:{bottom:a.marginXL,width:`calc(100% - ${unit$1(tt(a.paddingXS).mul(2).equal())})`,paddingInlineStart:0}}}),[`${s}-wrapper${s}-picture-circle-wrapper`]:{[`${s}${s}-select`]:{borderRadius:"50%"}}}},genRtlStyle=a=>{const{componentCls:s}=a;return{[`${s}-rtl`]:{direction:"rtl"}}},genRtlStyle$1=genRtlStyle,genBaseStyle=a=>{const{componentCls:s,colorTextDisabled:$}=a;return{[`${s}-wrapper`]:Object.assign(Object.assign({},resetComponent(a)),{[s]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${s}-select`]:{display:"inline-block"},[`${s}-disabled`]:{color:$,cursor:"not-allowed"}})}},prepareComponentToken=a=>({actionsColor:a.colorTextDescription}),useStyle=genStyleHooks("Upload",a=>{const{fontSizeHeading3:s,fontHeight:$,lineWidth:_,controlHeightLG:_e,calc:tt}=a,nt=merge(a,{uploadThumbnailSize:tt(s).mul(2).equal(),uploadProgressOffset:tt(tt($).div(2)).add(_).equal(),uploadPicCardSize:tt(_e).mul(2.55).equal()});return[genBaseStyle(nt),genDraggerStyle$1(nt),genPictureStyle(nt),genPictureCardStyle(nt),genListStyle$1(nt),genMotionStyle$1(nt),genRtlStyle$1(nt),genCollapseMotion$1(nt)]},prepareComponentToken);var FileTwoTone$2={icon:function a(s,$){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M534 352V136H232v752h560V394H576a42 42 0 01-42-42z",fill:$}},{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z",fill:s}}]}},name:"file",theme:"twotone"};const FileTwoToneSvg=FileTwoTone$2;var FileTwoTone=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:FileTwoToneSvg}))};const FileTwoTone$1=reactExports.forwardRef(FileTwoTone);var PaperClipOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z"}}]},name:"paper-clip",theme:"outlined"};const PaperClipOutlinedSvg=PaperClipOutlined$2;var PaperClipOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:PaperClipOutlinedSvg}))};const PaperClipOutlined$1=reactExports.forwardRef(PaperClipOutlined);var PictureTwoTone$2={icon:function a(s,$){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z",fill:s}},{tag:"path",attrs:{d:"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z",fill:$}},{tag:"path",attrs:{d:"M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z",fill:$}},{tag:"path",attrs:{d:"M276 368a28 28 0 1056 0 28 28 0 10-56 0z",fill:$}},{tag:"path",attrs:{d:"M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z",fill:s}}]}},name:"picture",theme:"twotone"};const PictureTwoToneSvg=PictureTwoTone$2;var PictureTwoTone=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:PictureTwoToneSvg}))};const PictureTwoTone$1=reactExports.forwardRef(PictureTwoTone);function file2Obj(a){return Object.assign(Object.assign({},a),{lastModified:a.lastModified,lastModifiedDate:a.lastModifiedDate,name:a.name,size:a.size,type:a.type,uid:a.uid,percent:0,originFileObj:a})}function updateFileList(a,s){const $=_toConsumableArray$d(s),_=$.findIndex(_e=>{let{uid:tt}=_e;return tt===a.uid});return _===-1?$.push(a):$[_]=a,$}function getFileItem(a,s){const $=a.uid!==void 0?"uid":"name";return s.filter(_=>_[$]===a[$])[0]}function removeFileItem(a,s){const $=a.uid!==void 0?"uid":"name",_=s.filter(_e=>_e[$]!==a[$]);return _.length===s.length?null:_}const extname=function(){const s=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),_=s[s.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(_)||[""])[0]},isImageFileType=a=>a.indexOf("image/")===0,isImageUrl=a=>{if(a.type&&!a.thumbUrl)return isImageFileType(a.type);const s=a.thumbUrl||a.url||"",$=extname(s);return/^data:image\//.test(s)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test($)?!0:!(/^data:/.test(s)||$)},MEASURE_SIZE=200;function previewImage(a){return new Promise(s=>{if(!a.type||!isImageFileType(a.type)){s("");return}const $=document.createElement("canvas");$.width=MEASURE_SIZE,$.height=MEASURE_SIZE,$.style.cssText=`position: fixed; left: 0; top: 0; width: ${MEASURE_SIZE}px; height: ${MEASURE_SIZE}px; z-index: 9999; display: none;`,document.body.appendChild($);const _=$.getContext("2d"),_e=new Image;if(_e.onload=()=>{const{width:tt,height:nt}=_e;let at=MEASURE_SIZE,ot=MEASURE_SIZE,rt=0,st=0;tt>nt?(ot=nt*(MEASURE_SIZE/tt),st=-(ot-at)/2):(at=tt*(MEASURE_SIZE/nt),rt=-(at-ot)/2),_.drawImage(_e,rt,st,at,ot);const lt=$.toDataURL();document.body.removeChild($),window.URL.revokeObjectURL(_e.src),s(lt)},_e.crossOrigin="anonymous",a.type.startsWith("image/svg+xml")){const tt=new FileReader;tt.onload=()=>{tt.result&&(_e.src=tt.result)},tt.readAsDataURL(a)}else if(a.type.startsWith("image/gif")){const tt=new FileReader;tt.onload=()=>{tt.result&&s(tt.result)},tt.readAsDataURL(a)}else _e.src=window.URL.createObjectURL(a)})}var DownloadOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"}}]},name:"download",theme:"outlined"};const DownloadOutlinedSvg=DownloadOutlined$2;var DownloadOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:DownloadOutlinedSvg}))};const DownloadOutlined$1=reactExports.forwardRef(DownloadOutlined),ListItem=reactExports.forwardRef((a,s)=>{let{prefixCls:$,className:_,style:_e,locale:tt,listType:nt,file:at,items:ot,progress:rt,iconRender:st,actionIconRender:lt,itemRender:et,isImgUrl:it,showPreviewIcon:ut,showRemoveIcon:ft,showDownloadIcon:ht,previewIcon:dt,removeIcon:gt,downloadIcon:pt,onPreview:mt,onDownload:ct,onClose:vt}=a;var At,xt;const{status:bt}=at,[Et,St]=reactExports.useState(bt);reactExports.useEffect(()=>{bt!=="removed"&&St(bt)},[bt]);const[Bt,Ot]=reactExports.useState(!1);reactExports.useEffect(()=>{const Dt=setTimeout(()=>{Ot(!0)},300);return()=>{clearTimeout(Dt)}},[]);const Tt=st(at);let wt=reactExports.createElement("div",{className:`${$}-icon`},Tt);if(nt==="picture"||nt==="picture-card"||nt==="picture-circle")if(Et==="uploading"||!at.thumbUrl&&!at.url){const Dt=classnames(`${$}-list-item-thumbnail`,{[`${$}-list-item-file`]:Et!=="uploading"});wt=reactExports.createElement("div",{className:Dt},Tt)}else{const Dt=it!=null&&it(at)?reactExports.createElement("img",{src:at.thumbUrl||at.url,alt:at.name,className:`${$}-list-item-image`,crossOrigin:at.crossOrigin}):Tt,Ut=classnames(`${$}-list-item-thumbnail`,{[`${$}-list-item-file`]:it&&!it(at)});wt=reactExports.createElement("a",{className:Ut,onClick:Vt=>mt(at,Vt),href:at.url||at.thumbUrl,target:"_blank",rel:"noopener noreferrer"},Dt)}const Ct=classnames(`${$}-list-item`,`${$}-list-item-${Et}`),It=typeof at.linkProps=="string"?JSON.parse(at.linkProps):at.linkProps,yt=ft?lt((typeof gt=="function"?gt(at):gt)||reactExports.createElement(DeleteOutlined$1,null),()=>vt(at),$,tt.removeFile,!0):null,Rt=ht&&Et==="done"?lt((typeof pt=="function"?pt(at):pt)||reactExports.createElement(DownloadOutlined$1,null),()=>ct(at),$,tt.downloadFile):null,kt=nt!=="picture-card"&&nt!=="picture-circle"&&reactExports.createElement("span",{key:"download-delete",className:classnames(`${$}-list-item-actions`,{picture:nt==="picture"})},Rt,yt),jt=classnames(`${$}-list-item-name`),Ht=at.url?[reactExports.createElement("a",Object.assign({key:"view",target:"_blank",rel:"noopener noreferrer",className:jt,title:at.name},It,{href:at.url,onClick:Dt=>mt(at,Dt)}),at.name),kt]:[reactExports.createElement("span",{key:"view",className:jt,onClick:Dt=>mt(at,Dt),title:at.name},at.name),kt],Ft=ut&&(at.url||at.thumbUrl)?reactExports.createElement("a",{href:at.url||at.thumbUrl,target:"_blank",rel:"noopener noreferrer",onClick:Dt=>mt(at,Dt),title:tt.previewFile},typeof dt=="function"?dt(at):dt||reactExports.createElement(EyeOutlined$1,null)):null,_t=(nt==="picture-card"||nt==="picture-circle")&&Et!=="uploading"&&reactExports.createElement("span",{className:`${$}-list-item-actions`},Ft,Et==="done"&&Rt,yt),{getPrefixCls:Nt}=reactExports.useContext(ConfigContext$1),Mt=Nt(),Lt=reactExports.createElement("div",{className:Ct},wt,Ht,_t,Bt&&reactExports.createElement(CSSMotion,{motionName:`${Mt}-fade`,visible:Et==="uploading",motionDeadline:2e3},Dt=>{let{className:Ut}=Dt;const Vt="percent"in at?reactExports.createElement(Progress$1,Object.assign({},rt,{type:"line",percent:at.percent,"aria-label":at["aria-label"],"aria-labelledby":at["aria-labelledby"]})):null;return reactExports.createElement("div",{className:classnames(`${$}-list-item-progress`,Ut)},Vt)})),$t=at.response&&typeof at.response=="string"?at.response:((At=at.error)===null||At===void 0?void 0:At.statusText)||((xt=at.error)===null||xt===void 0?void 0:xt.message)||tt.uploadError,Pt=Et==="error"?reactExports.createElement(_Tooltip,{title:$t,getPopupContainer:Dt=>Dt.parentNode},Lt):Lt;return reactExports.createElement("div",{className:classnames(`${$}-list-item-container`,_),style:_e,ref:s},et?et(Pt,at,ot,{download:ct.bind(null,at),preview:mt.bind(null,at),remove:vt.bind(null,at)}):Pt)}),ListItem$1=ListItem,InternalUploadList=(a,s)=>{const{listType:$="text",previewFile:_=previewImage,onPreview:_e,onDownload:tt,onRemove:nt,locale:at,iconRender:ot,isImageUrl:rt=isImageUrl,prefixCls:st,items:lt=[],showPreviewIcon:et=!0,showRemoveIcon:it=!0,showDownloadIcon:ut=!1,removeIcon:ft,previewIcon:ht,downloadIcon:dt,progress:gt={size:[-1,2],showInfo:!1},appendAction:pt,appendActionVisible:mt=!0,itemRender:ct,disabled:vt}=a,At=useForceUpdate(),[xt,bt]=reactExports.useState(!1);reactExports.useEffect(()=>{$!=="picture"&&$!=="picture-card"&&$!=="picture-circle"||(lt||[]).forEach(Ft=>{typeof document>"u"||typeof window>"u"||!window.FileReader||!window.File||!(Ft.originFileObj instanceof File||Ft.originFileObj instanceof Blob)||Ft.thumbUrl!==void 0||(Ft.thumbUrl="",_&&_(Ft.originFileObj).then(_t=>{Ft.thumbUrl=_t||"",At()}))})},[$,lt,_]),reactExports.useEffect(()=>{bt(!0)},[]);const Et=(Ft,_t)=>{if(_e)return _t==null||_t.preventDefault(),_e(Ft)},St=Ft=>{typeof tt=="function"?tt(Ft):Ft.url&&window.open(Ft.url)},Bt=Ft=>{nt==null||nt(Ft)},Ot=Ft=>{if(ot)return ot(Ft,$);const _t=Ft.status==="uploading",Nt=rt&&rt(Ft)?reactExports.createElement(PictureTwoTone$1,null):reactExports.createElement(FileTwoTone$1,null);let Mt=_t?reactExports.createElement(LoadingOutlined$1,null):reactExports.createElement(PaperClipOutlined$1,null);return $==="picture"?Mt=_t?reactExports.createElement(LoadingOutlined$1,null):Nt:($==="picture-card"||$==="picture-circle")&&(Mt=_t?at.uploading:Nt),Mt},Tt=(Ft,_t,Nt,Mt,Lt)=>{const $t={type:"text",size:"small",title:Mt,onClick:Pt=>{_t(),isValidElement(Ft)&&Ft.props.onClick&&Ft.props.onClick(Pt)},className:`${Nt}-list-item-action`};if(Lt&&($t.disabled=vt),isValidElement(Ft)){const Pt=cloneElement(Ft,Object.assign(Object.assign({},Ft.props),{onClick:()=>{}}));return reactExports.createElement(Button$2,Object.assign({},$t,{icon:Pt}))}return reactExports.createElement(Button$2,Object.assign({},$t),reactExports.createElement("span",null,Ft))};reactExports.useImperativeHandle(s,()=>({handlePreview:Et,handleDownload:St}));const{getPrefixCls:wt}=reactExports.useContext(ConfigContext$1),Ct=wt("upload",st),It=wt(),yt=classnames(`${Ct}-list`,`${Ct}-list-${$}`),Rt=_toConsumableArray$d(lt.map(Ft=>({key:Ft.uid,file:Ft})));let jt={motionDeadline:2e3,motionName:`${Ct}-${$==="picture-card"||$==="picture-circle"?"animate-inline":"animate"}`,keys:Rt,motionAppear:xt};const Ht=reactExports.useMemo(()=>{const Ft=Object.assign({},initCollapseMotion$1(It));return delete Ft.onAppearEnd,delete Ft.onEnterEnd,delete Ft.onLeaveEnd,Ft},[It]);return $!=="picture-card"&&$!=="picture-circle"&&(jt=Object.assign(Object.assign({},Ht),jt)),reactExports.createElement("div",{className:yt},reactExports.createElement(CSSMotionList,Object.assign({},jt,{component:!1}),Ft=>{let{key:_t,file:Nt,className:Mt,style:Lt}=Ft;return reactExports.createElement(ListItem$1,{key:_t,locale:at,prefixCls:Ct,className:Mt,style:Lt,file:Nt,items:lt,progress:gt,listType:$,isImgUrl:rt,showPreviewIcon:et,showRemoveIcon:it,showDownloadIcon:ut,removeIcon:ft,previewIcon:ht,downloadIcon:dt,iconRender:Ot,actionIconRender:Tt,itemRender:ct,onPreview:Et,onDownload:St,onClose:Bt})}),pt&&reactExports.createElement(CSSMotion,Object.assign({},jt,{visible:mt,forceRender:!0}),Ft=>{let{className:_t,style:Nt}=Ft;return cloneElement(pt,Mt=>({className:classnames(Mt.className,_t),style:Object.assign(Object.assign(Object.assign({},Nt),{pointerEvents:_t?"none":void 0}),Mt.style)}))}))},UploadList=reactExports.forwardRef(InternalUploadList),UploadList$1=UploadList;var __awaiter$1=function(a,s,$,_){function _e(tt){return tt instanceof $?tt:new $(function(nt){nt(tt)})}return new($||($=Promise))(function(tt,nt){function at(st){try{rt(_.next(st))}catch(lt){nt(lt)}}function ot(st){try{rt(_.throw(st))}catch(lt){nt(lt)}}function rt(st){st.done?tt(st.value):_e(st.value).then(at,ot)}rt((_=_.apply(a,s||[])).next())})};const LIST_IGNORE=`__LIST_IGNORE_${Date.now()}__`,InternalUpload=(a,s)=>{const{fileList:$,defaultFileList:_,onRemove:_e,showUploadList:tt=!0,listType:nt="text",onPreview:at,onDownload:ot,onChange:rt,onDrop:st,previewFile:lt,disabled:et,locale:it,iconRender:ut,isImageUrl:ft,progress:ht,prefixCls:dt,className:gt,type:pt="select",children:mt,style:ct,itemRender:vt,maxCount:At,data:xt={},multiple:bt=!1,action:Et="",accept:St="",supportServerRender:Bt=!0,rootClassName:Ot}=a,Tt=reactExports.useContext(DisabledContext$1),wt=et??Tt,[Ct,It]=useMergedState(_||[],{value:$,postState:ur=>ur??[]}),[yt,Rt]=reactExports.useState("drop"),kt=reactExports.useRef(null);reactExports.useMemo(()=>{const ur=Date.now();($||[]).forEach((pr,yr)=>{!pr.uid&&!Object.isFrozen(pr)&&(pr.uid=`__AUTO__${ur}_${yr}__`)})},[$]);const jt=(ur,pr,yr)=>{let Er=_toConsumableArray$d(pr),br=!1;At===1?Er=Er.slice(-1):At&&(br=Er.length>At,Er=Er.slice(0,At)),reactDomExports.flushSync(()=>{It(Er)});const gr={file:ur,fileList:Er};yr&&(gr.event=yr),(!br||Er.some(Ar=>Ar.uid===ur.uid))&&reactDomExports.flushSync(()=>{rt==null||rt(gr)})},Ht=(ur,pr)=>__awaiter$1(void 0,void 0,void 0,function*(){const{beforeUpload:yr,transformFile:Er}=a;let br=ur;if(yr){const gr=yield yr(ur,pr);if(gr===!1)return!1;if(delete ur[LIST_IGNORE],gr===LIST_IGNORE)return Object.defineProperty(ur,LIST_IGNORE,{value:!0,configurable:!0}),!1;typeof gr=="object"&&gr&&(br=gr)}return Er&&(br=yield Er(br)),br}),Ft=ur=>{const pr=ur.filter(br=>!br.file[LIST_IGNORE]);if(!pr.length)return;const yr=pr.map(br=>file2Obj(br.file));let Er=_toConsumableArray$d(Ct);yr.forEach(br=>{Er=updateFileList(br,Er)}),yr.forEach((br,gr)=>{let Ar=br;if(pr[gr].parsedFile)br.status="uploading";else{const{originFileObj:Sr}=br;let Br;try{Br=new File([Sr],Sr.name,{type:Sr.type})}catch{Br=new Blob([Sr],{type:Sr.type}),Br.name=Sr.name,Br.lastModifiedDate=new Date,Br.lastModified=new Date().getTime()}Br.uid=br.uid,Ar=Br}jt(Ar,Er)})},_t=(ur,pr,yr)=>{try{typeof ur=="string"&&(ur=JSON.parse(ur))}catch{}if(!getFileItem(pr,Ct))return;const Er=file2Obj(pr);Er.status="done",Er.percent=100,Er.response=ur,Er.xhr=yr;const br=updateFileList(Er,Ct);jt(Er,br)},Nt=(ur,pr)=>{if(!getFileItem(pr,Ct))return;const yr=file2Obj(pr);yr.status="uploading",yr.percent=ur.percent;const Er=updateFileList(yr,Ct);jt(yr,Er,ur)},Mt=(ur,pr,yr)=>{if(!getFileItem(yr,Ct))return;const Er=file2Obj(yr);Er.error=ur,Er.response=pr,Er.status="error";const br=updateFileList(Er,Ct);jt(Er,br)},Lt=ur=>{let pr;Promise.resolve(typeof _e=="function"?_e(ur):_e).then(yr=>{var Er;if(yr===!1)return;const br=removeFileItem(ur,Ct);br&&(pr=Object.assign(Object.assign({},ur),{status:"removed"}),Ct==null||Ct.forEach(gr=>{const Ar=pr.uid!==void 0?"uid":"name";gr[Ar]===pr[Ar]&&!Object.isFrozen(gr)&&(gr.status="removed")}),(Er=kt.current)===null||Er===void 0||Er.abort(pr),jt(pr,br))})},$t=ur=>{Rt(ur.type),ur.type==="drop"&&(st==null||st(ur))};reactExports.useImperativeHandle(s,()=>({onBatchStart:Ft,onSuccess:_t,onProgress:Nt,onError:Mt,fileList:Ct,upload:kt.current}));const{getPrefixCls:Pt,direction:Dt,upload:Ut}=reactExports.useContext(ConfigContext$1),Vt=Pt("upload",dt),Qt=Object.assign(Object.assign({onBatchStart:Ft,onError:Mt,onProgress:Nt,onSuccess:_t},a),{data:xt,multiple:bt,action:Et,accept:St,supportServerRender:Bt,prefixCls:Vt,disabled:wt,beforeUpload:Ht,onChange:void 0});delete Qt.className,delete Qt.style,(!mt||wt)&&delete Qt.id;const qt=`${Vt}-wrapper`,[Zt,ar,Jt]=useStyle(Vt,qt),[rr]=useLocale$1("Upload",defaultLocale.Upload),{showRemoveIcon:Yt,showPreviewIcon:Kt,showDownloadIcon:nr,removeIcon:tr,previewIcon:ir,downloadIcon:sr}=typeof tt=="boolean"?{}:tt,cr=typeof Yt>"u"?!wt:!!Yt,or=(ur,pr)=>tt?reactExports.createElement(UploadList$1,{prefixCls:Vt,listType:nt,items:Ct,previewFile:lt,onPreview:at,onDownload:ot,onRemove:Lt,showRemoveIcon:cr,showPreviewIcon:Kt,showDownloadIcon:nr,removeIcon:tr,previewIcon:ir,downloadIcon:sr,iconRender:ut,locale:Object.assign(Object.assign({},rr),it),isImageUrl:ft,progress:ht,appendAction:ur,appendActionVisible:pr,itemRender:vt,disabled:wt}):ur,Xt=classnames(qt,gt,Ot,ar,Jt,Ut==null?void 0:Ut.className,{[`${Vt}-rtl`]:Dt==="rtl",[`${Vt}-picture-card-wrapper`]:nt==="picture-card",[`${Vt}-picture-circle-wrapper`]:nt==="picture-circle"}),Gt=Object.assign(Object.assign({},Ut==null?void 0:Ut.style),ct);if(pt==="drag"){const ur=classnames(ar,Vt,`${Vt}-drag`,{[`${Vt}-drag-uploading`]:Ct.some(pr=>pr.status==="uploading"),[`${Vt}-drag-hover`]:yt==="dragover",[`${Vt}-disabled`]:wt,[`${Vt}-rtl`]:Dt==="rtl"});return Zt(reactExports.createElement("span",{className:Xt},reactExports.createElement("div",{className:ur,style:Gt,onDrop:$t,onDragOver:$t,onDragLeave:$t},reactExports.createElement(Upload$2,Object.assign({},Qt,{ref:kt,className:`${Vt}-btn`}),reactExports.createElement("div",{className:`${Vt}-drag-container`},mt))),or()))}const Wt=classnames(Vt,`${Vt}-select`,{[`${Vt}-disabled`]:wt}),lr=(ur=>reactExports.createElement("div",{className:Wt,style:ur},reactExports.createElement(Upload$2,Object.assign({},Qt,{ref:kt}))))(mt?void 0:{display:"none"});return Zt(nt==="picture-card"||nt==="picture-circle"?reactExports.createElement("span",{className:Xt},or(lr,!!mt)):reactExports.createElement("span",{className:Xt},lr,or()))},Upload$1=reactExports.forwardRef(InternalUpload),InternalUpload$1=Upload$1;var __rest$4=function(a,s){var $={};for(var _ in a)Object.prototype.hasOwnProperty.call(a,_)&&s.indexOf(_)<0&&($[_]=a[_]);if(a!=null&&typeof Object.getOwnPropertySymbols=="function")for(var _e=0,_=Object.getOwnPropertySymbols(a);_e<_.length;_e++)s.indexOf(_[_e])<0&&Object.prototype.propertyIsEnumerable.call(a,_[_e])&&($[_[_e]]=a[_[_e]]);return $};const Dragger=reactExports.forwardRef((a,s)=>{var{style:$,height:_}=a,_e=__rest$4(a,["style","height"]);return reactExports.createElement(InternalUpload$1,Object.assign({ref:s},_e,{type:"drag",style:Object.assign(Object.assign({},$),{height:_})}))}),Dragger$1=Dragger,Upload=InternalUpload$1;Upload.Dragger=Dragger$1,Upload.LIST_IGNORE=LIST_IGNORE;const _Upload=Upload;var ArrowLeftOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 000 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"arrow-left",theme:"outlined"};const ArrowLeftOutlinedSvg=ArrowLeftOutlined$2;var ArrowLeftOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:ArrowLeftOutlinedSvg}))};const ArrowLeftOutlined$1=reactExports.forwardRef(ArrowLeftOutlined);var ArrowRightOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 000-48.4z"}}]},name:"arrow-right",theme:"outlined"};const ArrowRightOutlinedSvg=ArrowRightOutlined$2;var ArrowRightOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:ArrowRightOutlinedSvg}))};const ArrowRightOutlined$1=reactExports.forwardRef(ArrowRightOutlined);var ExclamationCircleOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}},{tag:"path",attrs:{d:"M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"}}]},name:"exclamation-circle",theme:"outlined"};const ExclamationCircleOutlinedSvg=ExclamationCircleOutlined$2;var ExclamationCircleOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:ExclamationCircleOutlinedSvg}))};const ExclamationCircleOutlined$1=reactExports.forwardRef(ExclamationCircleOutlined);var MenuOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"}}]},name:"menu",theme:"outlined"};const MenuOutlinedSvg=MenuOutlined$2;var MenuOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:MenuOutlinedSvg}))};const MenuOutlined$1=reactExports.forwardRef(MenuOutlined);var MinusOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"minus",theme:"outlined"};const MinusOutlinedSvg=MinusOutlined$2;var MinusOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:MinusOutlinedSvg}))};const MinusOutlined$1=reactExports.forwardRef(MinusOutlined),dictEn={cancel:"Cancel",field:"field",fieldName:"Name",align:"Align",width:"Width",height:"Height",opacity:"Opacity",rotate:"Rotate",edit:"Edit",plsInputName:"Please input name",fieldMustUniq:"Name of field is not unique",notUniq:"(Not unique name)",noKeyName:"No name",fieldsList:"Field List",editField:"Edit Field",type:"Type",errorOccurred:"An error occurred",errorBulkUpdateFieldName:"Cannot commit the change because the number of items has been changed.",commitBulkUpdateFieldName:"Commit Changes",bulkUpdateFieldName:"Bulk update field names",addPageAfter:"Add Page After",removePage:"Remove Current Page",removePageConfirm:"Are you sure you want to delete this page? This action cannot be undone.",hexColorPrompt:"Please enter a valid hex color code.","schemas.color":"Color","schemas.borderWidth":"Border Width","schemas.borderColor":"Border Color","schemas.backgroundColor":"Background Color","schemas.textColor":"Text Color","schemas.bgColor":"Background Color","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Left","schemas.center":"Center","schemas.right":"Right","schemas.top":"Top","schemas.middle":"Middle","schemas.bottom":"Bottom","schemas.padding":"Padding","schemas.text.fontName":"Font Name","schemas.text.size":"Size","schemas.text.spacing":"Spacing","schemas.text.textAlign":"Text Align","schemas.text.verticalAlign":"Vertical Align","schemas.text.lineHeight":"Line Height","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Fit","schemas.text.dynamicFontSize":"Dynamic Font Size","schemas.barcodes.barColor":"Bar Color","schemas.barcodes.includetext":"Include Text","schemas.table.alternateBackgroundColor":"Alternate Background Color","schemas.table.tableStyle":"Table Style","schemas.table.headStyle":"Header Style","schemas.table.bodyStyle":"Body Style","schemas.table.columnStyle":"Column Style"},dictJa={cancel:"キャンセル",field:"入力項目",fieldName:"項目名",align:"整列",width:"幅",height:"高さ",opacity:"不透明度",rotate:"回転",edit:"編集する",plsInputName:"項目名を入力してください",fieldMustUniq:"他の入力項目名と被っています",notUniq:"(他の項目名と重複しています)",noKeyName:"項目名なし",fieldsList:"入力項目一覧",editField:"入力項目を編集",type:"タイプ",errorOccurred:"エラーが発生しました",errorBulkUpdateFieldName:"項目数が変更されているため変更をコミットできません。",commitBulkUpdateFieldName:"変更を反映",bulkUpdateFieldName:"項目名を一括変更",addPageAfter:"次にページを追加",removePage:"現在のページを削除",removePageConfirm:"ページを削除してもよろしいですか?この操作は元に戻せません。",hexColorPrompt:"有効な16進数のカラーコードを入力してください。","schemas.color":"色","schemas.borderWidth":"枠線の太さ","schemas.borderColor":"枠線の色","schemas.backgroundColor":"背景色","schemas.textColor":"テキストの色","schemas.bgColor":"背景色","schemas.horizontal":"水平","schemas.vertical":"垂直","schemas.left":"左","schemas.center":"中央","schemas.right":"右","schemas.top":"上","schemas.middle":"中間","schemas.bottom":"下","schemas.padding":"パディング","schemas.text.fontName":"フォント名","schemas.text.size":"サイズ","schemas.text.spacing":"間隔","schemas.text.textAlign":"テキストの揃え","schemas.text.verticalAlign":"垂直方向の揃え","schemas.text.lineHeight":"行の高さ","schemas.text.min":"最小","schemas.text.max":"最大","schemas.text.fit":"フィット","schemas.text.dynamicFontSize":"動的フォントサイズ","schemas.barcodes.barColor":"バーの色","schemas.barcodes.includetext":"テキストを含める","schemas.table.alternateBackgroundColor":"交互の背景色","schemas.table.tableStyle":"テーブルスタイル","schemas.table.headStyle":"ヘッダースタイル","schemas.table.bodyStyle":"ボディスタイル","schemas.table.columnStyle":"カラムスタイル"},dictAr={cancel:"إلغاء",field:"الحقل",fieldName:"اسم الحقل",align:"محاذاة",width:"العرض",height:"الارتفاع",opacity:"الشفافية",rotate:"تدوير",edit:"تعديل",plsInputName:"الرجاء إدخال الاسم",fieldMustUniq:"يجب أن يكون الحقل فريداً",notUniq:"(غير فريد)",noKeyName:"لا يوجد اسم للحقل",fieldsList:"قائمة الحقول",editField:"تعديل الحقل",type:"النوع",errorOccurred:"حدث خطأ",errorBulkUpdateFieldName:"لا يمكن تنفيذ التغيير لأنه تم تغيير عدد العناصر.",commitBulkUpdateFieldName:"تنفيذ التغييرات",bulkUpdateFieldName:"تغيير الأسماء",addPageAfter:"إضافة صفحة بعد",removePage:"احذف الصفحة الحالية",removePageConfirm:"هل أنت متأكد من رغبتك في حذف هذه الصفحة؟ لا يمكن التراجع عن هذا الإجراء.",hexColorPrompt:"الرجاء إدخال رمز لون سداسي عشري صالح.","schemas.color":"اللون","schemas.borderWidth":"عرض الحدود","schemas.borderColor":"لون الحدود","schemas.backgroundColor":"لون الخلفية","schemas.textColor":"لون الخط","schemas.bgColor":"لون الخلفية","schemas.horizontal":"أفقي","schemas.vertical":"عمودي","schemas.left":"يسار","schemas.center":"مركز","schemas.right":"يمين","schemas.top":"أعلى","schemas.middle":"وسط","schemas.bottom":"أسفل","schemas.padding":"التبطين","schemas.text.fontName":"اسم الخط","schemas.text.size":"الحجم","schemas.text.spacing":"التباعد","schemas.text.textAlign":"محاذاة النص","schemas.text.verticalAlign":"محاذاة عمودية","schemas.text.lineHeight":"ارتفاع السطر","schemas.text.min":"الحد الأدنى","schemas.text.max":"الحد الأقصى","schemas.text.fit":"ملاءمة","schemas.text.dynamicFontSize":"حجم الخط الديناميكي","schemas.barcodes.barColor":"لون الشريط","schemas.barcodes.includetext":"تضمين النص","schemas.table.alternateBackgroundColor":"لون الخلفية البديل","schemas.table.tableStyle":"أسلوب الجدول","schemas.table.headStyle":"أسلوب الرأس","schemas.table.bodyStyle":"أسلوب الجسم","schemas.table.columnStyle":"أسلوب العمود"},dictTh={cancel:"ยกเลิก",field:"ฟิลด์",fieldName:"ชื่อฟิลด์",align:"จัดเรียง",width:"ความกว้าง",height:"ความสูง",opacity:"ความทึบ",rotate:"หมุน",edit:"แก้ไข",plsInputName:"กรุณาใส่ชื่อ",fieldMustUniq:"ชื่อฟิลด์ต้องไม่ซ้ำกัน",notUniq:"(ชื่อฟิลด์ซ้ำกัน)",noKeyName:"ไม่มีชื่อ",fieldsList:"รายการฟิลด์ทั้งหมด",editField:"แก้ไขฟิลด์",type:"ประเภท",errorOccurred:"เกิดข้อผิดพลาด",errorBulkUpdateFieldName:"ไม่สามารถยืนยันการแก้ไขได้เนื่องจากจำนวนรายการมีการเปลี่ยนแปลง",commitBulkUpdateFieldName:"ยืนยันการแก้ไข",bulkUpdateFieldName:"แก้ไขชื่อฟิลด์เป็นชุด",addPageAfter:"เพิ่มหน้าถัดไป",removePage:"ลบหน้าปัจจุบัน",removePageConfirm:"คุณแน่ใจหรือไม่ว่าต้องการลบหน้านี้? การกระทำนี้ไม่สามารถย้อนกลับได้",hexColorPrompt:"กรุณาใส่รหัสสีแบบฐานสิบหกที่ถูกต้อง","schemas.color":"สี","schemas.borderWidth":"ความกว้างของเส้นขอบ","schemas.borderColor":"สีขอบ","schemas.backgroundColor":"สีพื้นหลัง","schemas.textColor":"สีข้อความ","schemas.bgColor":"สีพื้นหลัง","schemas.horizontal":"แนวนอน","schemas.vertical":"แนวตั้ง","schemas.left":"ซ้าย","schemas.center":"ตรงกลาง","schemas.right":"ขวา","schemas.top":"ด้านบน","schemas.middle":"ตรงกลาง","schemas.bottom":"ด้านล่าง","schemas.padding":"การเพิ่มพื้นที่","schemas.text.fontName":"ชื่อแบบอักษร","schemas.text.size":"ขนาด","schemas.text.spacing":"ระยะห่าง","schemas.text.textAlign":"จัดแนวข้อความ","schemas.text.verticalAlign":"จัดแนวแนวตั้ง","schemas.text.lineHeight":"ความสูงของบรรทัด","schemas.text.min":"ต่ำสุด","schemas.text.max":"สูงสุด","schemas.text.fit":"พอดี","schemas.text.dynamicFontSize":"ขนาดตัวอักษรแบบไดนามิก","schemas.barcodes.barColor":"สีบาร์","schemas.barcodes.includetext":"รวมข้อความ","schemas.table.alternateBackgroundColor":"สีพื้นหลังสลับกัน","schemas.table.tableStyle":"สไตล์ตาราง","schemas.table.headStyle":"สไตล์หัวข้อ","schemas.table.bodyStyle":"สไตล์เนื้อหา","schemas.table.columnStyle":"สไตล์คอลัมน์"},dictIt={cancel:"Annulla",field:"Campo",fieldName:"Nome",align:"Allinea",width:"Larghezza",height:"Altezza",opacity:"Opacità",rotate:"Ruota",edit:"Modifica",plsInputName:"Inserisci il nome per favore",fieldMustUniq:"Il nome del campo non è univoco",notUniq:"(Nome non univoco)",noKeyName:"Nessun nome",fieldsList:"Lista campi",editField:"Modifica campo",type:"Tipo",errorOccurred:"Riscontrato errore",errorBulkUpdateFieldName:"Non è possibile salvare le modifiche perché il numero di elementi è cambiato.",commitBulkUpdateFieldName:"Salva cambiamenti",bulkUpdateFieldName:"Modifica nomi campi in blocco",addPageAfter:"Aggiungi pagina dopo",removePage:"Rimuovi la Pagina Corrente",removePageConfirm:"Sei sicuro di voler eliminare questa pagina? Questa azione non può essere annullata.",hexColorPrompt:"Inserisci un codice colore esadecimale valido.","schemas.color":"Colore","schemas.borderWidth":"Spessore bordo","schemas.borderColor":"Colore bordo","schemas.backgroundColor":"Colore di Sfondo","schemas.textColor":"Colore testo","schemas.bgColor":"Colore sfondo","schemas.horizontal":"Orizzontale","schemas.vertical":"Verticale","schemas.left":"Sinistra","schemas.center":"Centro","schemas.right":"Destra","schemas.top":"Sopra","schemas.middle":"Medio","schemas.bottom":"Sotto","schemas.padding":"Padding","schemas.text.fontName":"Nome del font","schemas.text.size":"Dimensione","schemas.text.spacing":"Spaziatura","schemas.text.textAlign":"Allineamento testo","schemas.text.verticalAlign":"Allineamento verticale","schemas.text.lineHeight":"Altezza della linea","schemas.text.min":"Minimo","schemas.text.max":"Massimo","schemas.text.fit":"Adatta","schemas.text.dynamicFontSize":"Dimensione font dinamica","schemas.barcodes.barColor":"Colore barra","schemas.barcodes.includetext":"Includi testo","schemas.table.alternateBackgroundColor":"Colore di Sfondo Alternato","schemas.table.tableStyle":"Stile della Tabella","schemas.table.headStyle":"Stile dell'Intestazione","schemas.table.bodyStyle":"Stile del Corpo","schemas.table.columnStyle":"Stile della Colonna"},dictPl={cancel:"Anuluj",field:"pole",fieldName:"Klucz pola",align:"Wyrównanie",width:"Szerokość",height:"Wysokość",opacity:"przezroczystość",rotate:"Obrót",edit:"Edytuj",plsInputName:"Wymagane wprowadzenie klucza pola",fieldMustUniq:"Klucz pola nie jest unikalny",notUniq:"(Klucz pola nie jest unikalny)",noKeyName:"Brak nazwy klucza pola",fieldsList:"Lista pól",editField:"Edytuj pole",type:"Typ pola",errorOccurred:"Wystąpił błąd",errorBulkUpdateFieldName:"Nie można wprowadzić zmian ponieważ liczba elementów uległa zmianie.",commitBulkUpdateFieldName:"Zaakceptuj zmiany",bulkUpdateFieldName:"Masowo aktualizuj klucze pól",addPageAfter:"Dodaj stronę po",removePage:"Usuń Bieżącą Stronę",removePageConfirm:"Czy na pewno chcesz usunąć tę stronę? Tej operacji nie można cofnąć.",hexColorPrompt:"Wprowadź poprawny kod koloru szesnastkowego.","schemas.color":"Kolor","schemas.borderWidth":"Szerokość obramowania","schemas.borderColor":"Kolor obramowania","schemas.backgroundColor":"Kolor tła","schemas.textColor":"Kolor tekstu","schemas.bgColor":"Kolor tła","schemas.horizontal":"Poziomo","schemas.vertical":"Pionowo","schemas.left":"Lewo","schemas.center":"Centrum","schemas.right":"Prawo","schemas.top":"Góra","schemas.middle":"Środek","schemas.bottom":"Dół","schemas.padding":"Odsadzenie","schemas.text.fontName":"Nazwa czcionki","schemas.text.size":"Rozmiar","schemas.text.spacing":"Odstępy","schemas.text.textAlign":"Wyrównanie tekstu","schemas.text.verticalAlign":"Wyrównanie pionowe","schemas.text.lineHeight":"Wysokość linii","schemas.text.min":"Minimum","schemas.text.max":"Maksimum","schemas.text.fit":"Dopasowanie","schemas.text.dynamicFontSize":"Dynamiczny rozmiar czcionki","schemas.barcodes.barColor":"Kolor paska","schemas.barcodes.includetext":"Dołącz tekst","schemas.table.alternateBackgroundColor":"Alternatywny kolor tła","schemas.table.tableStyle":"Styl tabeli","schemas.table.headStyle":"Styl nagłówka","schemas.table.bodyStyle":"Styl ciała","schemas.table.columnStyle":"Styl kolumny"},dictDe={cancel:"Abbrechen",field:"Feld",fieldName:"Name",align:"Ausrichten",width:"Breite",height:"Höhe",opacity:"Opazität",rotate:"Drehen",edit:"Bearbeiten",plsInputName:"Bitte geben Sie einen Namen ein",fieldMustUniq:"Feldname ist nicht eindeutig",notUniq:"(Nicht eindeutiger Name)",noKeyName:"Kein Name",fieldsList:"Feldliste",editField:"Feld bearbeiten",type:"Typ",errorOccurred:"Ein Fehler ist aufgetreten",errorBulkUpdateFieldName:"Die Änderung kann nicht übernommen werden, weil die Anzahl der Elemente geändert wurde.",commitBulkUpdateFieldName:"Änderungen übernehmen",bulkUpdateFieldName:"Mehrfachaktualisierung der Feldnamen",addPageAfter:"Seite danach hinzufügen",removePage:"Aktuelle Seite entfernen",removePageConfirm:"Sind Sie sicher, dass Sie diese Seite löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.",hexColorPrompt:"Bitte geben Sie einen gültigen Hex-Farbcode ein.","schemas.color":"Farbe","schemas.borderWidth":"Rahmenbreite","schemas.borderColor":"Rahmenfarbe","schemas.backgroundColor":"Hintergrundfarbe","schemas.textColor":"Textfarbe","schemas.bgColor":"Hintergrundfarbe","schemas.horizontal":"Horizontal","schemas.vertical":"Vertikal","schemas.left":"Links","schemas.center":"Zentriert","schemas.right":"Rechts","schemas.top":"Oben","schemas.middle":"Mitte","schemas.bottom":"Unten","schemas.padding":"Polsterung","schemas.text.fontName":"Schriftart","schemas.text.size":"Größe","schemas.text.spacing":"Abstand","schemas.text.textAlign":"Ausrichtung","schemas.text.verticalAlign":"vert. Ausr.","schemas.text.lineHeight":"Zeilenhöhe","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Anpassen","schemas.text.dynamicFontSize":"Dynamische Schriftgröße","schemas.barcodes.barColor":"Strichcodefarbe","schemas.barcodes.includetext":"Text anzeigen","schemas.table.alternateBackgroundColor":"Wechselnde Hintergrundfarbe","schemas.table.tableStyle":"Tabellenstil","schemas.table.headStyle":"Kopfzeilenstil","schemas.table.bodyStyle":"Körperstil","schemas.table.columnStyle":"Spaltenstil"},dictEs={cancel:"Cancelar",field:"campo",fieldName:"Nombre",align:"Alinear",width:"Anchura",height:"Altura",opacity:"Opacidad",rotate:"Rotar",edit:"Editar",plsInputName:"Introduce el nombre",fieldMustUniq:"El nombre del campo no es único",notUniq:"(Nombre no único)",noKeyName:"Sin nombre",fieldsList:"Lista de campos",editField:"Editar campo",type:"Tipo",errorOccurred:"Ocurrió un error",errorBulkUpdateFieldName:"No se puede confirmar el cambio porque el número de elementos ha cambiado.",commitBulkUpdateFieldName:"Confirmar cambios",bulkUpdateFieldName:"Actualizar en bloque el nombre de los campos",addPageAfter:"Insertar página",removePage:"Eliminar página actual",removePageConfirm:"¿Estás seguro de que quieres eliminar esta página? Esta acción no se puede deshacer.",hexColorPrompt:"Introduce un código de color hexadecimal válido.","schemas.color":"Color","schemas.borderWidth":"Ancho del borde","schemas.borderColor":"Color del borde","schemas.backgroundColor":"Color de fondo","schemas.textColor":"Color del texto","schemas.bgColor":"Color del fondo","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Izquierda","schemas.center":"Centro","schemas.right":"Derecha","schemas.top":"Arriba","schemas.middle":"Medio","schemas.bottom":"Abajo","schemas.padding":"Relleno","schemas.text.fontName":"Nombre de la fuente","schemas.text.size":"Tamaño","schemas.text.spacing":"Espaciado","schemas.text.textAlign":"Alineación del texto","schemas.text.verticalAlign":"Alineación vertical","schemas.text.lineHeight":"Altura de línea","schemas.text.min":"Mín","schemas.text.max":"Máx","schemas.text.fit":"Ajustar","schemas.text.dynamicFontSize":"Tamaño de fuente dinámico","schemas.barcodes.barColor":"Color de la barra","schemas.barcodes.includetext":"Incluir texto","schemas.table.alternateBackgroundColor":"Color de fondo alternativo","schemas.table.tableStyle":"Estilo de tabla","schemas.table.headStyle":"Estilo de cabecera","schemas.table.bodyStyle":"Estilo de cuerpo","schemas.table.columnStyle":"Estilo de columna"},dictFr={cancel:"Annuler",field:"Champ",fieldName:"Nom",align:"Aligner",width:"Largeur",height:"Hauteur",opacity:"Opacité",rotate:"Rotation",edit:"Éditer",plsInputName:"Veuillez saisir le nom",fieldMustUniq:"Le nom du champ n'est pas unique",notUniq:"(Nombre non unique)",noKeyName:"Pas de nom",fieldsList:"Liste des champs",editField:"Éditer le champ",type:"Type",errorOccurred:" Une erreur est survenue",errorBulkUpdateFieldName:"Impossible de confirmer le changement car le nombre d'éléments a changé.",commitBulkUpdateFieldName:"Confirmer les changements",bulkUpdateFieldName:"Modifier les noms de champs en masse",addPageAfter:"Ajouter une page après",removePage:"Supprimer la page actuelle",removePageConfirm:"Êtes-vous sûr de vouloir supprimer cette page ? Cette action est irréversible.",hexColorPrompt:"Veuillez entrer un code couleur hexadécimal valide.","schemas.color":"Couleur","schemas.borderWidth":"Largeur de la bordure","schemas.borderColor":"Couleur de la bordure","schemas.backgroundColor":"Couleur de fond","schemas.textColor":"Couleur du texte","schemas.bgColor":"Couleur de fond","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Gauche","schemas.center":"Centre","schemas.right":"Droite","schemas.top":"Haut","schemas.middle":"Milieu","schemas.bottom":"Bas","schemas.padding":"Zone de remplissage","schemas.text.fontName":"Nom de la police","schemas.text.size":"Taille","schemas.text.spacing":"Espacement","schemas.text.textAlign":"Alignement du texte","schemas.text.verticalAlign":"Alignement vertical","schemas.text.lineHeight":"Hauteur de ligne","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Ajustement","schemas.text.dynamicFontSize":"Taille de police dynamique","schemas.barcodes.barColor":"Couleur de la barre","schemas.barcodes.includetext":"Inclure le texte","schemas.table.alternateBackgroundColor":"Couleur de fond alternative","schemas.table.tableStyle":"Style de tableau","schemas.table.headStyle":"Style d'en-tête","schemas.table.bodyStyle":"Style de corps","schemas.table.columnStyle":"Style de colonne"},dictionaries={en:dictEn,ja:dictJa,ar:dictAr,th:dictTh,it:dictIt,pl:dictPl,de:dictDe,es:dictEs,fr:dictFr},getDict=a=>dictionaries[a]||dictionaries[DEFAULT_LANG],i18n=(a,s)=>(s||getDict(DEFAULT_LANG))[a],I18nContext=reactExports.createContext(i18n),FontContext=reactExports.createContext(getDefaultFont()),PluginsRegistry=reactExports.createContext(builtInPlugins),OptionsContext=reactExports.createContext({});function arrayMove(a,s,$){const _=a.slice();return _.splice($<0?_.length+$:$,0,_.splice(s,1)[0]),_}function getSortedRects(a,s){return a.reduce(($,_,_e)=>{const tt=s.get(_);return tt&&($[_e]=tt),$},Array(a.length))}function isValidIndex(a){return a!==null&&a>=0}function itemsEqual(a,s){if(a===s)return!0;if(a.length!==s.length)return!1;for(let $=0;$<a.length;$++)if(a[$]!==s[$])return!1;return!0}function normalizeDisabled(a){return typeof a=="boolean"?{draggable:a,droppable:a}:a}const rectSortingStrategy=a=>{let{rects:s,activeIndex:$,overIndex:_,index:_e}=a;const tt=arrayMove(s,_,$),nt=s[_e],at=tt[_e];return!at||!nt?null:{x:at.left-nt.left,y:at.top-nt.top,scaleX:at.width/nt.width,scaleY:at.height/nt.height}},defaultScale$1={scaleX:1,scaleY:1},verticalListSortingStrategy=a=>{var s;let{activeIndex:$,activeNodeRect:_,index:_e,rects:tt,overIndex:nt}=a;const at=(s=tt[$])!=null?s:_;if(!at)return null;if(_e===$){const rt=tt[nt];return rt?{x:0,y:$<nt?rt.top+rt.height-(at.top+at.height):rt.top-at.top,...defaultScale$1}:null}const ot=getItemGap$1(tt,_e,$);return _e>$&&_e<=nt?{x:0,y:-at.height-ot,...defaultScale$1}:_e<$&&_e>=nt?{x:0,y:at.height+ot,...defaultScale$1}:{x:0,y:0,...defaultScale$1}};function getItemGap$1(a,s,$){const _=a[s],_e=a[s-1],tt=a[s+1];return _?$<s?_e?_.top-(_e.top+_e.height):tt?tt.top-(_.top+_.height):0:tt?tt.top-(_.top+_.height):_e?_.top-(_e.top+_e.height):0:0}const ID_PREFIX="Sortable",Context$1=React$a.createContext({activeIndex:-1,containerId:ID_PREFIX,disableTransforms:!1,items:[],overIndex:-1,useDragOverlay:!1,sortedRects:[],strategy:rectSortingStrategy,disabled:{draggable:!1,droppable:!1}});function SortableContext(a){let{children:s,id:$,items:_,strategy:_e=rectSortingStrategy,disabled:tt=!1}=a;const{active:nt,dragOverlay:at,droppableRects:ot,over:rt,measureDroppableContainers:st}=useDndContext(),lt=useUniqueId(ID_PREFIX,$),et=at.rect!==null,it=reactExports.useMemo(()=>_.map(vt=>typeof vt=="object"&&"id"in vt?vt.id:vt),[_]),ut=nt!=null,ft=nt?it.indexOf(nt.id):-1,ht=rt?it.indexOf(rt.id):-1,dt=reactExports.useRef(it),gt=!itemsEqual(it,dt.current),pt=ht!==-1&&ft===-1||gt,mt=normalizeDisabled(tt);useIsomorphicLayoutEffect$1(()=>{gt&&ut&&st(it)},[gt,it,ut,st]),reactExports.useEffect(()=>{dt.current=it},[it]);const ct=reactExports.useMemo(()=>({activeIndex:ft,containerId:lt,disabled:mt,disableTransforms:pt,items:it,overIndex:ht,useDragOverlay:et,sortedRects:getSortedRects(it,ot),strategy:_e}),[ft,lt,mt.draggable,mt.droppable,pt,it,ht,ot,et,_e]);return React$a.createElement(Context$1.Provider,{value:ct},s)}const defaultNewIndexGetter=a=>{let{id:s,items:$,activeIndex:_,overIndex:_e}=a;return arrayMove($,_,_e).indexOf(s)},defaultAnimateLayoutChanges=a=>{let{containerId:s,isSorting:$,wasDragging:_,index:_e,items:tt,newIndex:nt,previousItems:at,previousContainerId:ot,transition:rt}=a;return!rt||!_||at!==tt&&_e===nt?!1:$?!0:nt!==_e&&s===ot},defaultTransition={duration:200,easing:"ease"},transitionProperty="transform",disabledTransition=CSS$1.Transition.toString({property:transitionProperty,duration:0,easing:"linear"}),defaultAttributes={roleDescription:"sortable"};function useDerivedTransform(a){let{disabled:s,index:$,node:_,rect:_e}=a;const[tt,nt]=reactExports.useState(null),at=reactExports.useRef($);return useIsomorphicLayoutEffect$1(()=>{if(!s&&$!==at.current&&_.current){const ot=_e.current;if(ot){const rt=getClientRect$1(_.current,{ignoreTransform:!0}),st={x:ot.left-rt.left,y:ot.top-rt.top,scaleX:ot.width/rt.width,scaleY:ot.height/rt.height};(st.x||st.y)&&nt(st)}}$!==at.current&&(at.current=$)},[s,$,_,_e]),reactExports.useEffect(()=>{tt&&nt(null)},[tt]),tt}function useSortable(a){let{animateLayoutChanges:s=defaultAnimateLayoutChanges,attributes:$,disabled:_,data:_e,getNewIndex:tt=defaultNewIndexGetter,id:nt,strategy:at,resizeObserverConfig:ot,transition:rt=defaultTransition}=a;const{items:st,containerId:lt,activeIndex:et,disabled:it,disableTransforms:ut,sortedRects:ft,overIndex:ht,useDragOverlay:dt,strategy:gt}=reactExports.useContext(Context$1),pt=normalizeLocalDisabled(_,it),mt=st.indexOf(nt),ct=reactExports.useMemo(()=>({sortable:{containerId:lt,index:mt,items:st},..._e}),[lt,_e,mt,st]),vt=reactExports.useMemo(()=>st.slice(st.indexOf(nt)),[st,nt]),{rect:At,node:xt,isOver:bt,setNodeRef:Et}=useDroppable({id:nt,data:ct,disabled:pt.droppable,resizeObserverConfig:{updateMeasurementsFor:vt,...ot}}),{active:St,activatorEvent:Bt,activeNodeRect:Ot,attributes:Tt,setNodeRef:wt,listeners:Ct,isDragging:It,over:yt,setActivatorNodeRef:Rt,transform:kt}=useDraggable({id:nt,data:ct,attributes:{...defaultAttributes,...$},disabled:pt.draggable}),jt=useCombinedRefs(Et,wt),Ht=!!St,Ft=Ht&&!ut&&isValidIndex(et)&&isValidIndex(ht),_t=!dt&&It,Nt=_t&&Ft?kt:null,Lt=Ft?Nt??(at??gt)({rects:ft,activeNodeRect:Ot,activeIndex:et,overIndex:ht,index:mt}):null,$t=isValidIndex(et)&&isValidIndex(ht)?tt({id:nt,items:st,activeIndex:et,overIndex:ht}):mt,Pt=St==null?void 0:St.id,Dt=reactExports.useRef({activeId:Pt,items:st,newIndex:$t,containerId:lt}),Ut=st!==Dt.current.items,Vt=s({active:St,containerId:lt,isDragging:It,isSorting:Ht,id:nt,index:mt,items:st,newIndex:Dt.current.newIndex,previousItems:Dt.current.items,previousContainerId:Dt.current.containerId,transition:rt,wasDragging:Dt.current.activeId!=null}),Qt=useDerivedTransform({disabled:!Vt,index:mt,node:xt,rect:At});return reactExports.useEffect(()=>{Ht&&Dt.current.newIndex!==$t&&(Dt.current.newIndex=$t),lt!==Dt.current.containerId&&(Dt.current.containerId=lt),st!==Dt.current.items&&(Dt.current.items=st)},[Ht,$t,lt,st]),reactExports.useEffect(()=>{if(Pt===Dt.current.activeId)return;if(Pt&&!Dt.current.activeId){Dt.current.activeId=Pt;return}const Zt=setTimeout(()=>{Dt.current.activeId=Pt},50);return()=>clearTimeout(Zt)},[Pt]),{active:St,activeIndex:et,attributes:Tt,data:ct,rect:At,index:mt,newIndex:$t,items:st,isOver:bt,isSorting:Ht,isDragging:It,listeners:Ct,node:xt,overIndex:ht,over:yt,setNodeRef:jt,setActivatorNodeRef:Rt,setDroppableNodeRef:Et,setDraggableNodeRef:wt,transform:Qt??Lt,transition:qt()};function qt(){if(Qt||Ut&&Dt.current.newIndex===mt)return disabledTransition;if(!(_t&&!isKeyboardEvent(Bt)||!rt)&&(Ht||Vt))return CSS$1.Transition.toString({...rt,property:transitionProperty})}}function normalizeLocalDisabled(a,s){var $,_;return typeof a=="boolean"?{draggable:a,droppable:!1}:{draggable:($=a==null?void 0:a.draggable)!=null?$:s.draggable,droppable:(_=a==null?void 0:a.droppable)!=null?_:s.droppable}}function hasSortableData(a){if(!a)return!1;const s=a.data.current;return!!(s&&"sortable"in s&&typeof s.sortable=="object"&&"containerId"in s.sortable&&"items"in s.sortable&&"index"in s.sortable)}const directions=[KeyboardCode.Down,KeyboardCode.Right,KeyboardCode.Up,KeyboardCode.Left],sortableKeyboardCoordinates=(a,s)=>{let{context:{active:$,collisionRect:_,droppableRects:_e,droppableContainers:tt,over:nt,scrollableAncestors:at}}=s;if(directions.includes(a.code)){if(a.preventDefault(),!$||!_)return;const ot=[];tt.getEnabled().forEach(lt=>{if(!lt||lt!=null&&lt.disabled)return;const et=_e.get(lt.id);if(et)switch(a.code){case KeyboardCode.Down:_.top<et.top&&ot.push(lt);break;case KeyboardCode.Up:_.top>et.top&&ot.push(lt);break;case KeyboardCode.Left:_.left>et.left&&ot.push(lt);break;case KeyboardCode.Right:_.left<et.left&&ot.push(lt);break}});const rt=closestCorners({active:$,collisionRect:_,droppableRects:_e,droppableContainers:ot,pointerCoordinates:null});let st=getFirstCollision(rt,"id");if(st===(nt==null?void 0:nt.id)&&rt.length>1&&(st=rt[1].id),st!=null){const lt=tt.get($.id),et=tt.get(st),it=et?_e.get(et.id):null,ut=et==null?void 0:et.node.current;if(ut&&it&&lt&&et){const ht=getScrollableAncestors(ut).some((vt,At)=>at[At]!==vt),dt=isSameContainer(lt,et),gt=isAfter(lt,et),pt=ht||!dt?{x:0,y:0}:{x:gt?_.width-it.width:0,y:gt?_.height-it.height:0},mt={x:it.left,y:it.top};return pt.x&&pt.y?mt:subtract(mt,pt)}}}};function isSameContainer(a,s){return!hasSortableData(a)||!hasSortableData(s)?!1:a.data.current.sortable.containerId===s.data.current.sortable.containerId}function isAfter(a,s){return!hasSortableData(a)||!hasSortableData(s)||!isSameContainer(a,s)?!1:a.data.current.sortable.index<s.data.current.sortable.index}const{Text:Text$4}=Typography$1,Item=React$a.memo(React$a.forwardRef(({value:a,status:s,title:$,style:_,dragOverlay:_e,onClick:tt,onMouseEnter:nt,onMouseLeave:at,dragging:ot,fadeIn:rt,listeners:st,sorting:lt,transition:et,transform:it,...ut},ft)=>{const ht=reactExports.useContext(I18nContext);reactExports.useEffect(()=>{if(_e)return document.body.style.cursor="grabbing",()=>{document.body.style.cursor=""}},[_e]);const{x:dt,y:gt,scaleX:pt,scaleY:mt}=it||{x:0,y:0,scaleX:1,scaleY:1};return jsxRuntimeExports.jsx("li",{style:{marginTop:10,transition:et,transform:`translate(${dt}px, ${gt}px) scale(${pt}, ${mt})`},onMouseEnter:nt,onMouseLeave:at,ref:ft,children:jsxRuntimeExports.jsxs("div",{style:{display:"flex",alignItems:"center",cursor:"pointer",..._},...ut,onClick:()=>tt&&tt(),children:[jsxRuntimeExports.jsx(Button$2,{...st,style:{display:"flex",alignItems:"center",background:"none",boxShadow:"none",border:"none",paddingLeft:"0.25rem"},icon:jsxRuntimeExports.jsx(HolderOutlined$1,{style:{cursor:"grab"}})}),jsxRuntimeExports.jsx(Text$4,{style:{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",width:"100%"},title:$||"",children:s===void 0?a:jsxRuntimeExports.jsxs("span",{style:{display:"flex",alignItems:"center"},children:[jsxRuntimeExports.jsx(ExclamationCircleOutlined$1,{width:15,style:{marginRight:"0.5rem"}}),s==="is-warning"?ht("noKeyName"):a,s==="is-danger"?ht("notUniq"):""]})})]})})})),Item$1=Item,usePrevious=a=>{const s=reactExports.useRef(null);return reactExports.useEffect(()=>{s.current=a}),s.current},getScale=(a,s)=>Math.floor((a/s>1?1:a/s)*100)/100,useUIPreProcessor=({template:a,size:s,zoomLevel:$})=>{const[_,_e]=reactExports.useState([]),[tt,nt]=reactExports.useState([]),[at,ot]=reactExports.useState(0),[rt,st]=reactExports.useState(null),lt=async et=>{const{template:{basePdf:it,schemas:ut},size:ft}=et;let ht,dt,gt,pt;if(isBlankPdf(it)){const{width:ct,height:vt}=it;ht=ct*ZOOM,dt=vt*ZOOM,gt=ut.map(()=>"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P///38ACfsD/QVDRcoAAAAASUVORK5CYII="),pt=ut.map(()=>({width:ct,height:vt}))}else{const ct=await getB64BasePdf(it),vt=b64toBlob(ct);pt=await getPdfPageSizes(vt),ht=pt[0].width*ZOOM,dt=pt[0].height*ZOOM,gt=await pdf2Pngs(vt,ht)}const mt=Math.min(getScale(ft.width,ht),getScale(ft.height-RULER_HEIGHT,dt));return{backgrounds:gt,pageSizes:pt,scale:mt}};return reactExports.useEffect(()=>{lt({template:a,size:s}).then(({pageSizes:et,scale:it,backgrounds:ut})=>{nt(et),ot(it),_e(ut)}).catch(et=>{st(et),console.error(`[@pdfme/ui] ${et}`)})},[a,s]),{backgrounds:_,pageSizes:tt,scale:at*$,error:rt,refresh:et=>lt({template:et,size:s}).then(({pageSizes:it,scale:ut,backgrounds:ft})=>{nt(it),ot(ut),_e(ft)})}},useScrollPageCursor=({ref:a,pageSizes:s,scale:$,pageCursor:_,onChangePageCursor:_e})=>{const tt=reactExports.useCallback(()=>{if(!s[0]||!a.current)return;const nt=a.current.scrollTop,{top:at}=a.current.getBoundingClientRect(),ot=s.reduce((st,lt,et)=>{let it=(lt.height*ZOOM+RULER_HEIGHT)*$;return et===0?it+=at-it/2:it+=st[et-1],st.concat(it)},[]);let rt=0;ot.forEach((st,lt)=>{nt>st&&(rt=lt+1>=ot.length?ot.length-1:lt+1)}),rt!==_&&_e(rt)},[_e,_,s,a,$]);reactExports.useEffect(()=>{var nt;return(nt=a.current)==null||nt.addEventListener("scroll",tt),()=>{var at;(at=a.current)==null||at.removeEventListener("scroll",tt)}},[a,tt])},useMountStatus=()=>{const[a,s]=reactExports.useState(!1);return reactExports.useEffect(()=>{const $=setTimeout(()=>s(!0),500);return()=>clearTimeout($)},[]),a},useInitEvents=({pageCursor:a,pageSizes:s,activeElements:$,template:_,schemasList:_e,changeSchemas:tt,commitSchemas:nt,removeSchemas:at,onSaveTemplate:ot,past:rt,future:st,setSchemasList:lt,onEdit:et,onEditEnd:it})=>{const ut=reactExports.useRef(null),ft=reactExports.useCallback(()=>{const dt=()=>{const pt=$.map(mt=>mt.id);return _e[a].filter(mt=>pt.includes(mt.id))},gt=pt=>{const mt=pt==="undo",ct=mt?rt:st;if(ct.current.length<=0)return;(mt?st:rt).current.push(cloneDeep$2(_e[a]));const vt=cloneDeep$2(_e);vt[a]=ct.current.pop(),lt(vt)};initShortCuts({move:(pt,mt)=>{const ct=s[a],vt=dt(),At=moveCommandToChangeSchemasArg({command:pt,activeSchemas:vt,pageSize:ct,isShift:mt});tt(At)},copy:()=>{const pt=dt();pt.length!==0&&(ut.current=pt)},paste:()=>{if(!ut.current||ut.current.length===0)return;const pt=_e[a],mt=[],ct=ut.current.map(vt=>{const At=uuid$6(),xt=getUniqSchemaKey({copiedSchemaKey:vt.key,schema:pt,stackUniqSchemaKeys:mt}),{height:bt,width:Et,position:St}=vt,Bt=s[a],Ot={x:St.x+10>Bt.width-Et?Bt.width-Et:St.x+10,y:St.y+10>Bt.height-bt?Bt.height-bt:St.y+10};return Object.assign(cloneDeep$2(vt),{id:At,key:xt,position:Ot})});nt(_e[a].concat(ct)),et(ct.map(vt=>document.getElementById(vt.id))),ut.current=ct},redo:()=>gt("redo"),undo:()=>gt("undo"),save:()=>ot&&ot(schemasList2template(_e,_.basePdf)),remove:()=>at(dt().map(pt=>pt.id)),esc:it,selectAll:()=>et(_e[a].map(pt=>document.getElementById(pt.id)))})},[_,$,a,s,tt,nt,_e,ot,at,rt,st,lt,ut,et,it]),ht=reactExports.useCallback(()=>{destroyShortCuts()},[]);reactExports.useEffect(()=>(ft(),ht),[ft,ht])},SelectableSortableItem=({isSelected:a,style:s,onSelect:$,onEdit:_,schema:_e,schemas:tt,onMouseEnter:nt,onMouseLeave:at})=>{const{token:ot}=theme.useToken(),rt=reactExports.useContext(I18nContext),{setNodeRef:st,listeners:lt,isDragging:et,isSorting:it,transform:ut,transition:ft}=useSortable({id:_e.id}),ht=useMountStatus(),dt=et&&!ht,gt={...lt,onClick:vt=>$(_e.id,vt.shiftKey)};let pt;_e.key?tt.find(vt=>_e.key&&vt.key===_e.key&&vt.id!==_e.id)&&(pt="is-danger"):pt="is-warning";let mt=rt("edit");pt==="is-warning"?mt=rt("plsInputName"):pt==="is-danger"&&(mt=rt("fieldMustUniq"));const ct=a?{background:ot.colorPrimary,opacity:it||et?.5:1}:{};return jsxRuntimeExports.jsx(Item$1,{ref:st,onMouseEnter:nt,onMouseLeave:at,onClick:()=>_(_e.id),value:_e.key,status:pt,title:mt,style:{...ct,...s},dragging:et,sorting:it,transition:ft,transform:ut,fadeIn:dt,listeners:gt})},SelectableSortableItem$1=SelectableSortableItem,SelectableSortableContainer=a=>{const{token:s}=theme.useToken(),{schemas:$,onEdit:_,onSortEnd:_e,hoveringSchemaId:tt,onChangeHoveringSchemaId:nt}=a,[at,ot]=reactExports.useState([]),[rt,st]=reactExports.useState(null),[lt,et]=reactExports.useState(null),it=useSensors(useSensor(PointerSensor,{activationConstraint:{distance:15}}),useSensor(KeyboardSensor,{coordinateGetter:sortableKeyboardCoordinates})),ut=ht=>at.map(dt=>dt.id).includes(ht),ft=(ht,dt)=>{if(dt)if(ut(ht)){const gt=at.filter(pt=>pt.id!==ht);ot(gt)}else{const gt=$.find(mt=>mt.id===ht),pt=at.concat(gt);ot(pt)}else ot([])};return jsxRuntimeExports.jsx(DndContext,{sensors:it,collisionDetection:closestCorners,onDragStart:({active:ht})=>{et(String(ht.id)),st($),ut(String(ht.id))?at.length>0&&_e(at.reduce((dt,gt)=>gt.id===String(ht.id)?dt:dt.filter(pt=>pt!==gt),$)):ot([])},onDragEnd:({active:ht,over:dt})=>{const gt=(dt==null?void 0:dt.id)||"",pt=$.map(ct=>ct.id).indexOf(String(ht.id)),mt=$.map(ct=>ct.id).indexOf(String(gt));if(at.length){let ct=[...$];ct=arrayMove(ct,pt,mt),ct.splice(mt+1,0,...at.filter(vt=>vt.id!==lt)),_e(ct),ot([])}else pt!==mt&&_e(arrayMove($,pt,mt));et(null)},onDragCancel:()=>{rt&&_e(rt),et(null),st(null)},children:jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx("div",{style:{height:"100%",overflowY:"auto"},children:jsxRuntimeExports.jsx(SortableContext,{items:$,strategy:verticalListSortingStrategy,children:jsxRuntimeExports.jsx("ul",{style:{margin:0,padding:0,listStyle:"none",borderRadius:5},children:$.map(ht=>jsxRuntimeExports.jsx(SelectableSortableItem$1,{style:{border:`1px solid ${ht.id===tt?s.colorPrimary:"transparent"}`},schema:ht,schemas:$,isSelected:ut(ht.id)||lt===ht.id,onEdit:_,onSelect:ft,onMouseEnter:()=>nt(ht.id),onMouseLeave:()=>nt(null)},ht.id))})})}),reactDomExports.createPortal(jsxRuntimeExports.jsx(DragOverlay,{adjustScale:!0,children:lt?jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx("ul",{style:{margin:0,padding:0,listStyle:"none"},children:jsxRuntimeExports.jsx(Item$1,{value:$.find(ht=>ht.id===lt).key,style:{background:s.colorPrimary},dragOverlay:!0})}),jsxRuntimeExports.jsx("ul",{style:{margin:0,padding:0,listStyle:"none"},children:at.filter(ht=>ht.id!==lt).map(ht=>jsxRuntimeExports.jsx(Item$1,{value:ht.key,style:{background:s.colorPrimary},dragOverlay:!0},ht.id))})]}):null}),document.body)]})})},SelectableSortableContainer$1=SelectableSortableContainer,{Text:Text$3}=Typography$1,{TextArea:TextArea$2}=_Input,headHeight=40,ListView=a=>{const{schemas:s,onSortEnd:$,onEdit:_,size:_e,hoveringSchemaId:tt,onChangeHoveringSchemaId:nt,changeSchemas:at}=a,{token:ot}=theme.useToken(),rt=reactExports.useContext(I18nContext),[st,lt]=reactExports.useState(!1),[et,it]=reactExports.useState(""),ut=getSidebarContentHeight(_e.height),ft=()=>{const dt=et.split(`
589
+ `]:{zIndex:10,width:_,margin:`0 ${unit$1(a.marginXXS)}`,fontSize:_,cursor:"pointer",transition:`all ${a.motionDurationSlow}`,color:_e,"&:hover":{color:_e},svg:{verticalAlign:"baseline"}}},[`${at}-thumbnail, ${at}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${at}-name`]:{display:"none",textAlign:"center"},[`${at}-file + ${at}-name`]:{position:"absolute",bottom:a.margin,display:"block",width:`calc(100% - ${unit$1(tt(a.paddingXS).mul(2).equal())})`},[`${at}-uploading`]:{[`&${at}`]:{backgroundColor:a.colorFillAlter},[`&::before, ${$}-eye, ${$}-download, ${$}-delete`]:{display:"none"}},[`${at}-progress`]:{bottom:a.marginXL,width:`calc(100% - ${unit$1(tt(a.paddingXS).mul(2).equal())})`,paddingInlineStart:0}}}),[`${s}-wrapper${s}-picture-circle-wrapper`]:{[`${s}${s}-select`]:{borderRadius:"50%"}}}},genRtlStyle=a=>{const{componentCls:s}=a;return{[`${s}-rtl`]:{direction:"rtl"}}},genRtlStyle$1=genRtlStyle,genBaseStyle=a=>{const{componentCls:s,colorTextDisabled:$}=a;return{[`${s}-wrapper`]:Object.assign(Object.assign({},resetComponent(a)),{[s]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${s}-select`]:{display:"inline-block"},[`${s}-disabled`]:{color:$,cursor:"not-allowed"}})}},prepareComponentToken=a=>({actionsColor:a.colorTextDescription}),useStyle=genStyleHooks("Upload",a=>{const{fontSizeHeading3:s,fontHeight:$,lineWidth:_,controlHeightLG:_e,calc:tt}=a,nt=merge(a,{uploadThumbnailSize:tt(s).mul(2).equal(),uploadProgressOffset:tt(tt($).div(2)).add(_).equal(),uploadPicCardSize:tt(_e).mul(2.55).equal()});return[genBaseStyle(nt),genDraggerStyle$1(nt),genPictureStyle(nt),genPictureCardStyle(nt),genListStyle$1(nt),genMotionStyle$1(nt),genRtlStyle$1(nt),genCollapseMotion$1(nt)]},prepareComponentToken);var FileTwoTone$2={icon:function a(s,$){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M534 352V136H232v752h560V394H576a42 42 0 01-42-42z",fill:$}},{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z",fill:s}}]}},name:"file",theme:"twotone"};const FileTwoToneSvg=FileTwoTone$2;var FileTwoTone=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:FileTwoToneSvg}))};const FileTwoTone$1=reactExports.forwardRef(FileTwoTone);var PaperClipOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z"}}]},name:"paper-clip",theme:"outlined"};const PaperClipOutlinedSvg=PaperClipOutlined$2;var PaperClipOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:PaperClipOutlinedSvg}))};const PaperClipOutlined$1=reactExports.forwardRef(PaperClipOutlined);var PictureTwoTone$2={icon:function a(s,$){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z",fill:s}},{tag:"path",attrs:{d:"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z",fill:$}},{tag:"path",attrs:{d:"M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z",fill:$}},{tag:"path",attrs:{d:"M276 368a28 28 0 1056 0 28 28 0 10-56 0z",fill:$}},{tag:"path",attrs:{d:"M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z",fill:s}}]}},name:"picture",theme:"twotone"};const PictureTwoToneSvg=PictureTwoTone$2;var PictureTwoTone=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:PictureTwoToneSvg}))};const PictureTwoTone$1=reactExports.forwardRef(PictureTwoTone);function file2Obj(a){return Object.assign(Object.assign({},a),{lastModified:a.lastModified,lastModifiedDate:a.lastModifiedDate,name:a.name,size:a.size,type:a.type,uid:a.uid,percent:0,originFileObj:a})}function updateFileList(a,s){const $=_toConsumableArray$d(s),_=$.findIndex(_e=>{let{uid:tt}=_e;return tt===a.uid});return _===-1?$.push(a):$[_]=a,$}function getFileItem(a,s){const $=a.uid!==void 0?"uid":"name";return s.filter(_=>_[$]===a[$])[0]}function removeFileItem(a,s){const $=a.uid!==void 0?"uid":"name",_=s.filter(_e=>_e[$]!==a[$]);return _.length===s.length?null:_}const extname=function(){const s=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),_=s[s.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(_)||[""])[0]},isImageFileType=a=>a.indexOf("image/")===0,isImageUrl=a=>{if(a.type&&!a.thumbUrl)return isImageFileType(a.type);const s=a.thumbUrl||a.url||"",$=extname(s);return/^data:image\//.test(s)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test($)?!0:!(/^data:/.test(s)||$)},MEASURE_SIZE=200;function previewImage(a){return new Promise(s=>{if(!a.type||!isImageFileType(a.type)){s("");return}const $=document.createElement("canvas");$.width=MEASURE_SIZE,$.height=MEASURE_SIZE,$.style.cssText=`position: fixed; left: 0; top: 0; width: ${MEASURE_SIZE}px; height: ${MEASURE_SIZE}px; z-index: 9999; display: none;`,document.body.appendChild($);const _=$.getContext("2d"),_e=new Image;if(_e.onload=()=>{const{width:tt,height:nt}=_e;let at=MEASURE_SIZE,ot=MEASURE_SIZE,rt=0,st=0;tt>nt?(ot=nt*(MEASURE_SIZE/tt),st=-(ot-at)/2):(at=tt*(MEASURE_SIZE/nt),rt=-(at-ot)/2),_.drawImage(_e,rt,st,at,ot);const lt=$.toDataURL();document.body.removeChild($),window.URL.revokeObjectURL(_e.src),s(lt)},_e.crossOrigin="anonymous",a.type.startsWith("image/svg+xml")){const tt=new FileReader;tt.onload=()=>{tt.result&&(_e.src=tt.result)},tt.readAsDataURL(a)}else if(a.type.startsWith("image/gif")){const tt=new FileReader;tt.onload=()=>{tt.result&&s(tt.result)},tt.readAsDataURL(a)}else _e.src=window.URL.createObjectURL(a)})}var DownloadOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"}}]},name:"download",theme:"outlined"};const DownloadOutlinedSvg=DownloadOutlined$2;var DownloadOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:DownloadOutlinedSvg}))};const DownloadOutlined$1=reactExports.forwardRef(DownloadOutlined),ListItem=reactExports.forwardRef((a,s)=>{let{prefixCls:$,className:_,style:_e,locale:tt,listType:nt,file:at,items:ot,progress:rt,iconRender:st,actionIconRender:lt,itemRender:et,isImgUrl:it,showPreviewIcon:ut,showRemoveIcon:ft,showDownloadIcon:ht,previewIcon:dt,removeIcon:gt,downloadIcon:pt,onPreview:mt,onDownload:ct,onClose:vt}=a;var At,xt;const{status:bt}=at,[Et,St]=reactExports.useState(bt);reactExports.useEffect(()=>{bt!=="removed"&&St(bt)},[bt]);const[Bt,Ot]=reactExports.useState(!1);reactExports.useEffect(()=>{const Dt=setTimeout(()=>{Ot(!0)},300);return()=>{clearTimeout(Dt)}},[]);const Tt=st(at);let wt=reactExports.createElement("div",{className:`${$}-icon`},Tt);if(nt==="picture"||nt==="picture-card"||nt==="picture-circle")if(Et==="uploading"||!at.thumbUrl&&!at.url){const Dt=classnames(`${$}-list-item-thumbnail`,{[`${$}-list-item-file`]:Et!=="uploading"});wt=reactExports.createElement("div",{className:Dt},Tt)}else{const Dt=it!=null&&it(at)?reactExports.createElement("img",{src:at.thumbUrl||at.url,alt:at.name,className:`${$}-list-item-image`,crossOrigin:at.crossOrigin}):Tt,Ut=classnames(`${$}-list-item-thumbnail`,{[`${$}-list-item-file`]:it&&!it(at)});wt=reactExports.createElement("a",{className:Ut,onClick:Vt=>mt(at,Vt),href:at.url||at.thumbUrl,target:"_blank",rel:"noopener noreferrer"},Dt)}const Ct=classnames(`${$}-list-item`,`${$}-list-item-${Et}`),It=typeof at.linkProps=="string"?JSON.parse(at.linkProps):at.linkProps,yt=ft?lt((typeof gt=="function"?gt(at):gt)||reactExports.createElement(DeleteOutlined$1,null),()=>vt(at),$,tt.removeFile,!0):null,Rt=ht&&Et==="done"?lt((typeof pt=="function"?pt(at):pt)||reactExports.createElement(DownloadOutlined$1,null),()=>ct(at),$,tt.downloadFile):null,kt=nt!=="picture-card"&&nt!=="picture-circle"&&reactExports.createElement("span",{key:"download-delete",className:classnames(`${$}-list-item-actions`,{picture:nt==="picture"})},Rt,yt),jt=classnames(`${$}-list-item-name`),Ht=at.url?[reactExports.createElement("a",Object.assign({key:"view",target:"_blank",rel:"noopener noreferrer",className:jt,title:at.name},It,{href:at.url,onClick:Dt=>mt(at,Dt)}),at.name),kt]:[reactExports.createElement("span",{key:"view",className:jt,onClick:Dt=>mt(at,Dt),title:at.name},at.name),kt],Ft=ut&&(at.url||at.thumbUrl)?reactExports.createElement("a",{href:at.url||at.thumbUrl,target:"_blank",rel:"noopener noreferrer",onClick:Dt=>mt(at,Dt),title:tt.previewFile},typeof dt=="function"?dt(at):dt||reactExports.createElement(EyeOutlined$1,null)):null,_t=(nt==="picture-card"||nt==="picture-circle")&&Et!=="uploading"&&reactExports.createElement("span",{className:`${$}-list-item-actions`},Ft,Et==="done"&&Rt,yt),{getPrefixCls:Nt}=reactExports.useContext(ConfigContext$1),Mt=Nt(),Lt=reactExports.createElement("div",{className:Ct},wt,Ht,_t,Bt&&reactExports.createElement(CSSMotion,{motionName:`${Mt}-fade`,visible:Et==="uploading",motionDeadline:2e3},Dt=>{let{className:Ut}=Dt;const Vt="percent"in at?reactExports.createElement(Progress$1,Object.assign({},rt,{type:"line",percent:at.percent,"aria-label":at["aria-label"],"aria-labelledby":at["aria-labelledby"]})):null;return reactExports.createElement("div",{className:classnames(`${$}-list-item-progress`,Ut)},Vt)})),$t=at.response&&typeof at.response=="string"?at.response:((At=at.error)===null||At===void 0?void 0:At.statusText)||((xt=at.error)===null||xt===void 0?void 0:xt.message)||tt.uploadError,Pt=Et==="error"?reactExports.createElement(_Tooltip,{title:$t,getPopupContainer:Dt=>Dt.parentNode},Lt):Lt;return reactExports.createElement("div",{className:classnames(`${$}-list-item-container`,_),style:_e,ref:s},et?et(Pt,at,ot,{download:ct.bind(null,at),preview:mt.bind(null,at),remove:vt.bind(null,at)}):Pt)}),ListItem$1=ListItem,InternalUploadList=(a,s)=>{const{listType:$="text",previewFile:_=previewImage,onPreview:_e,onDownload:tt,onRemove:nt,locale:at,iconRender:ot,isImageUrl:rt=isImageUrl,prefixCls:st,items:lt=[],showPreviewIcon:et=!0,showRemoveIcon:it=!0,showDownloadIcon:ut=!1,removeIcon:ft,previewIcon:ht,downloadIcon:dt,progress:gt={size:[-1,2],showInfo:!1},appendAction:pt,appendActionVisible:mt=!0,itemRender:ct,disabled:vt}=a,At=useForceUpdate(),[xt,bt]=reactExports.useState(!1);reactExports.useEffect(()=>{$!=="picture"&&$!=="picture-card"&&$!=="picture-circle"||(lt||[]).forEach(Ft=>{typeof document>"u"||typeof window>"u"||!window.FileReader||!window.File||!(Ft.originFileObj instanceof File||Ft.originFileObj instanceof Blob)||Ft.thumbUrl!==void 0||(Ft.thumbUrl="",_&&_(Ft.originFileObj).then(_t=>{Ft.thumbUrl=_t||"",At()}))})},[$,lt,_]),reactExports.useEffect(()=>{bt(!0)},[]);const Et=(Ft,_t)=>{if(_e)return _t==null||_t.preventDefault(),_e(Ft)},St=Ft=>{typeof tt=="function"?tt(Ft):Ft.url&&window.open(Ft.url)},Bt=Ft=>{nt==null||nt(Ft)},Ot=Ft=>{if(ot)return ot(Ft,$);const _t=Ft.status==="uploading",Nt=rt&&rt(Ft)?reactExports.createElement(PictureTwoTone$1,null):reactExports.createElement(FileTwoTone$1,null);let Mt=_t?reactExports.createElement(LoadingOutlined$1,null):reactExports.createElement(PaperClipOutlined$1,null);return $==="picture"?Mt=_t?reactExports.createElement(LoadingOutlined$1,null):Nt:($==="picture-card"||$==="picture-circle")&&(Mt=_t?at.uploading:Nt),Mt},Tt=(Ft,_t,Nt,Mt,Lt)=>{const $t={type:"text",size:"small",title:Mt,onClick:Pt=>{_t(),isValidElement(Ft)&&Ft.props.onClick&&Ft.props.onClick(Pt)},className:`${Nt}-list-item-action`};if(Lt&&($t.disabled=vt),isValidElement(Ft)){const Pt=cloneElement(Ft,Object.assign(Object.assign({},Ft.props),{onClick:()=>{}}));return reactExports.createElement(Button$2,Object.assign({},$t,{icon:Pt}))}return reactExports.createElement(Button$2,Object.assign({},$t),reactExports.createElement("span",null,Ft))};reactExports.useImperativeHandle(s,()=>({handlePreview:Et,handleDownload:St}));const{getPrefixCls:wt}=reactExports.useContext(ConfigContext$1),Ct=wt("upload",st),It=wt(),yt=classnames(`${Ct}-list`,`${Ct}-list-${$}`),Rt=_toConsumableArray$d(lt.map(Ft=>({key:Ft.uid,file:Ft})));let jt={motionDeadline:2e3,motionName:`${Ct}-${$==="picture-card"||$==="picture-circle"?"animate-inline":"animate"}`,keys:Rt,motionAppear:xt};const Ht=reactExports.useMemo(()=>{const Ft=Object.assign({},initCollapseMotion$1(It));return delete Ft.onAppearEnd,delete Ft.onEnterEnd,delete Ft.onLeaveEnd,Ft},[It]);return $!=="picture-card"&&$!=="picture-circle"&&(jt=Object.assign(Object.assign({},Ht),jt)),reactExports.createElement("div",{className:yt},reactExports.createElement(CSSMotionList,Object.assign({},jt,{component:!1}),Ft=>{let{key:_t,file:Nt,className:Mt,style:Lt}=Ft;return reactExports.createElement(ListItem$1,{key:_t,locale:at,prefixCls:Ct,className:Mt,style:Lt,file:Nt,items:lt,progress:gt,listType:$,isImgUrl:rt,showPreviewIcon:et,showRemoveIcon:it,showDownloadIcon:ut,removeIcon:ft,previewIcon:ht,downloadIcon:dt,iconRender:Ot,actionIconRender:Tt,itemRender:ct,onPreview:Et,onDownload:St,onClose:Bt})}),pt&&reactExports.createElement(CSSMotion,Object.assign({},jt,{visible:mt,forceRender:!0}),Ft=>{let{className:_t,style:Nt}=Ft;return cloneElement(pt,Mt=>({className:classnames(Mt.className,_t),style:Object.assign(Object.assign(Object.assign({},Nt),{pointerEvents:_t?"none":void 0}),Mt.style)}))}))},UploadList=reactExports.forwardRef(InternalUploadList),UploadList$1=UploadList;var __awaiter$1=function(a,s,$,_){function _e(tt){return tt instanceof $?tt:new $(function(nt){nt(tt)})}return new($||($=Promise))(function(tt,nt){function at(st){try{rt(_.next(st))}catch(lt){nt(lt)}}function ot(st){try{rt(_.throw(st))}catch(lt){nt(lt)}}function rt(st){st.done?tt(st.value):_e(st.value).then(at,ot)}rt((_=_.apply(a,s||[])).next())})};const LIST_IGNORE=`__LIST_IGNORE_${Date.now()}__`,InternalUpload=(a,s)=>{const{fileList:$,defaultFileList:_,onRemove:_e,showUploadList:tt=!0,listType:nt="text",onPreview:at,onDownload:ot,onChange:rt,onDrop:st,previewFile:lt,disabled:et,locale:it,iconRender:ut,isImageUrl:ft,progress:ht,prefixCls:dt,className:gt,type:pt="select",children:mt,style:ct,itemRender:vt,maxCount:At,data:xt={},multiple:bt=!1,action:Et="",accept:St="",supportServerRender:Bt=!0,rootClassName:Ot}=a,Tt=reactExports.useContext(DisabledContext$1),wt=et??Tt,[Ct,It]=useMergedState(_||[],{value:$,postState:ur=>ur??[]}),[yt,Rt]=reactExports.useState("drop"),kt=reactExports.useRef(null);reactExports.useMemo(()=>{const ur=Date.now();($||[]).forEach((pr,yr)=>{!pr.uid&&!Object.isFrozen(pr)&&(pr.uid=`__AUTO__${ur}_${yr}__`)})},[$]);const jt=(ur,pr,yr)=>{let Er=_toConsumableArray$d(pr),br=!1;At===1?Er=Er.slice(-1):At&&(br=Er.length>At,Er=Er.slice(0,At)),reactDomExports.flushSync(()=>{It(Er)});const gr={file:ur,fileList:Er};yr&&(gr.event=yr),(!br||Er.some(Ar=>Ar.uid===ur.uid))&&reactDomExports.flushSync(()=>{rt==null||rt(gr)})},Ht=(ur,pr)=>__awaiter$1(void 0,void 0,void 0,function*(){const{beforeUpload:yr,transformFile:Er}=a;let br=ur;if(yr){const gr=yield yr(ur,pr);if(gr===!1)return!1;if(delete ur[LIST_IGNORE],gr===LIST_IGNORE)return Object.defineProperty(ur,LIST_IGNORE,{value:!0,configurable:!0}),!1;typeof gr=="object"&&gr&&(br=gr)}return Er&&(br=yield Er(br)),br}),Ft=ur=>{const pr=ur.filter(br=>!br.file[LIST_IGNORE]);if(!pr.length)return;const yr=pr.map(br=>file2Obj(br.file));let Er=_toConsumableArray$d(Ct);yr.forEach(br=>{Er=updateFileList(br,Er)}),yr.forEach((br,gr)=>{let Ar=br;if(pr[gr].parsedFile)br.status="uploading";else{const{originFileObj:Sr}=br;let Br;try{Br=new File([Sr],Sr.name,{type:Sr.type})}catch{Br=new Blob([Sr],{type:Sr.type}),Br.name=Sr.name,Br.lastModifiedDate=new Date,Br.lastModified=new Date().getTime()}Br.uid=br.uid,Ar=Br}jt(Ar,Er)})},_t=(ur,pr,yr)=>{try{typeof ur=="string"&&(ur=JSON.parse(ur))}catch{}if(!getFileItem(pr,Ct))return;const Er=file2Obj(pr);Er.status="done",Er.percent=100,Er.response=ur,Er.xhr=yr;const br=updateFileList(Er,Ct);jt(Er,br)},Nt=(ur,pr)=>{if(!getFileItem(pr,Ct))return;const yr=file2Obj(pr);yr.status="uploading",yr.percent=ur.percent;const Er=updateFileList(yr,Ct);jt(yr,Er,ur)},Mt=(ur,pr,yr)=>{if(!getFileItem(yr,Ct))return;const Er=file2Obj(yr);Er.error=ur,Er.response=pr,Er.status="error";const br=updateFileList(Er,Ct);jt(Er,br)},Lt=ur=>{let pr;Promise.resolve(typeof _e=="function"?_e(ur):_e).then(yr=>{var Er;if(yr===!1)return;const br=removeFileItem(ur,Ct);br&&(pr=Object.assign(Object.assign({},ur),{status:"removed"}),Ct==null||Ct.forEach(gr=>{const Ar=pr.uid!==void 0?"uid":"name";gr[Ar]===pr[Ar]&&!Object.isFrozen(gr)&&(gr.status="removed")}),(Er=kt.current)===null||Er===void 0||Er.abort(pr),jt(pr,br))})},$t=ur=>{Rt(ur.type),ur.type==="drop"&&(st==null||st(ur))};reactExports.useImperativeHandle(s,()=>({onBatchStart:Ft,onSuccess:_t,onProgress:Nt,onError:Mt,fileList:Ct,upload:kt.current}));const{getPrefixCls:Pt,direction:Dt,upload:Ut}=reactExports.useContext(ConfigContext$1),Vt=Pt("upload",dt),Qt=Object.assign(Object.assign({onBatchStart:Ft,onError:Mt,onProgress:Nt,onSuccess:_t},a),{data:xt,multiple:bt,action:Et,accept:St,supportServerRender:Bt,prefixCls:Vt,disabled:wt,beforeUpload:Ht,onChange:void 0});delete Qt.className,delete Qt.style,(!mt||wt)&&delete Qt.id;const qt=`${Vt}-wrapper`,[Zt,ar,Jt]=useStyle(Vt,qt),[rr]=useLocale$1("Upload",defaultLocale.Upload),{showRemoveIcon:Yt,showPreviewIcon:Kt,showDownloadIcon:nr,removeIcon:tr,previewIcon:ir,downloadIcon:sr}=typeof tt=="boolean"?{}:tt,cr=typeof Yt>"u"?!wt:!!Yt,or=(ur,pr)=>tt?reactExports.createElement(UploadList$1,{prefixCls:Vt,listType:nt,items:Ct,previewFile:lt,onPreview:at,onDownload:ot,onRemove:Lt,showRemoveIcon:cr,showPreviewIcon:Kt,showDownloadIcon:nr,removeIcon:tr,previewIcon:ir,downloadIcon:sr,iconRender:ut,locale:Object.assign(Object.assign({},rr),it),isImageUrl:ft,progress:ht,appendAction:ur,appendActionVisible:pr,itemRender:vt,disabled:wt}):ur,Xt=classnames(qt,gt,Ot,ar,Jt,Ut==null?void 0:Ut.className,{[`${Vt}-rtl`]:Dt==="rtl",[`${Vt}-picture-card-wrapper`]:nt==="picture-card",[`${Vt}-picture-circle-wrapper`]:nt==="picture-circle"}),Gt=Object.assign(Object.assign({},Ut==null?void 0:Ut.style),ct);if(pt==="drag"){const ur=classnames(ar,Vt,`${Vt}-drag`,{[`${Vt}-drag-uploading`]:Ct.some(pr=>pr.status==="uploading"),[`${Vt}-drag-hover`]:yt==="dragover",[`${Vt}-disabled`]:wt,[`${Vt}-rtl`]:Dt==="rtl"});return Zt(reactExports.createElement("span",{className:Xt},reactExports.createElement("div",{className:ur,style:Gt,onDrop:$t,onDragOver:$t,onDragLeave:$t},reactExports.createElement(Upload$2,Object.assign({},Qt,{ref:kt,className:`${Vt}-btn`}),reactExports.createElement("div",{className:`${Vt}-drag-container`},mt))),or()))}const Wt=classnames(Vt,`${Vt}-select`,{[`${Vt}-disabled`]:wt}),lr=(ur=>reactExports.createElement("div",{className:Wt,style:ur},reactExports.createElement(Upload$2,Object.assign({},Qt,{ref:kt}))))(mt?void 0:{display:"none"});return Zt(nt==="picture-card"||nt==="picture-circle"?reactExports.createElement("span",{className:Xt},or(lr,!!mt)):reactExports.createElement("span",{className:Xt},lr,or()))},Upload$1=reactExports.forwardRef(InternalUpload),InternalUpload$1=Upload$1;var __rest$4=function(a,s){var $={};for(var _ in a)Object.prototype.hasOwnProperty.call(a,_)&&s.indexOf(_)<0&&($[_]=a[_]);if(a!=null&&typeof Object.getOwnPropertySymbols=="function")for(var _e=0,_=Object.getOwnPropertySymbols(a);_e<_.length;_e++)s.indexOf(_[_e])<0&&Object.prototype.propertyIsEnumerable.call(a,_[_e])&&($[_[_e]]=a[_[_e]]);return $};const Dragger=reactExports.forwardRef((a,s)=>{var{style:$,height:_}=a,_e=__rest$4(a,["style","height"]);return reactExports.createElement(InternalUpload$1,Object.assign({ref:s},_e,{type:"drag",style:Object.assign(Object.assign({},$),{height:_})}))}),Dragger$1=Dragger,Upload=InternalUpload$1;Upload.Dragger=Dragger$1,Upload.LIST_IGNORE=LIST_IGNORE;const _Upload=Upload;var ArrowLeftOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 000 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"arrow-left",theme:"outlined"};const ArrowLeftOutlinedSvg=ArrowLeftOutlined$2;var ArrowLeftOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:ArrowLeftOutlinedSvg}))};const ArrowLeftOutlined$1=reactExports.forwardRef(ArrowLeftOutlined);var ArrowRightOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 000-48.4z"}}]},name:"arrow-right",theme:"outlined"};const ArrowRightOutlinedSvg=ArrowRightOutlined$2;var ArrowRightOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:ArrowRightOutlinedSvg}))};const ArrowRightOutlined$1=reactExports.forwardRef(ArrowRightOutlined);var ExclamationCircleOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}},{tag:"path",attrs:{d:"M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"}}]},name:"exclamation-circle",theme:"outlined"};const ExclamationCircleOutlinedSvg=ExclamationCircleOutlined$2;var ExclamationCircleOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:ExclamationCircleOutlinedSvg}))};const ExclamationCircleOutlined$1=reactExports.forwardRef(ExclamationCircleOutlined);var MenuOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"}}]},name:"menu",theme:"outlined"};const MenuOutlinedSvg=MenuOutlined$2;var MenuOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:MenuOutlinedSvg}))};const MenuOutlined$1=reactExports.forwardRef(MenuOutlined);var MinusOutlined$2={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"minus",theme:"outlined"};const MinusOutlinedSvg=MinusOutlined$2;var MinusOutlined=function a(s,$){return reactExports.createElement(AntdIcon$1,_extends$2({},s,{ref:$,icon:MinusOutlinedSvg}))};const MinusOutlined$1=reactExports.forwardRef(MinusOutlined),dictEn={cancel:"Cancel",field:"field",fieldName:"Name",align:"Align",width:"Width",height:"Height",opacity:"Opacity",rotate:"Rotate",edit:"Edit",plsInputName:"Please input name",fieldMustUniq:"Name of field is not unique",notUniq:"(Not unique name)",noKeyName:"No name",fieldsList:"Field List",editField:"Edit Field",type:"Type",errorOccurred:"An error occurred",errorBulkUpdateFieldName:"Cannot commit the change because the number of items has been changed.",commitBulkUpdateFieldName:"Commit Changes",bulkUpdateFieldName:"Bulk update field names",addPageAfter:"Add Page After",removePage:"Remove Current Page",removePageConfirm:"Are you sure you want to delete this page? This action cannot be undone.",hexColorPrompt:"Please enter a valid hex color code.","schemas.color":"Color","schemas.borderWidth":"Border Width","schemas.borderColor":"Border Color","schemas.backgroundColor":"Background Color","schemas.textColor":"Text Color","schemas.bgColor":"Background Color","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Left","schemas.center":"Center","schemas.right":"Right","schemas.top":"Top","schemas.middle":"Middle","schemas.bottom":"Bottom","schemas.padding":"Padding","schemas.text.fontName":"Font Name","schemas.text.size":"Size","schemas.text.spacing":"Spacing","schemas.text.textAlign":"Text Align","schemas.text.verticalAlign":"Vertical Align","schemas.text.lineHeight":"Line Height","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Fit","schemas.text.dynamicFontSize":"Dynamic Font Size","schemas.barcodes.barColor":"Bar Color","schemas.barcodes.includetext":"Include Text","schemas.table.alternateBackgroundColor":"Alternate Background Color","schemas.table.tableStyle":"Table Style","schemas.table.headStyle":"Header Style","schemas.table.bodyStyle":"Body Style","schemas.table.columnStyle":"Column Style"},dictZh={cancel:"取消",field:"字段",fieldName:"名称",align:"对齐",width:"宽度",height:"高度",opacity:"透明度",rotate:"旋转",edit:"编辑",plsInputName:"请输入名称",fieldMustUniq:"字段名称必须唯一",notUniq:"(名称不唯一)",noKeyName:"无名称",fieldsList:"字段列表",editField:"编辑字段",type:"类型",errorOccurred:"发生错误",errorBulkUpdateFieldName:"由于项目数量已更改,无法提交更改。",commitBulkUpdateFieldName:"提交更改",bulkUpdateFieldName:"批量更新字段名称",addPageAfter:"在之后添加页面",removePage:"删除当前页面",removePageConfirm:"您确定要删除此页面吗?此操作无法撤销。",hexColorPrompt:"请输入有效的十六进制颜色代码。","schemas.color":"颜色","schemas.borderWidth":"边框宽度","schemas.borderColor":"边框颜色","schemas.backgroundColor":"背景颜色","schemas.textColor":"文字颜色","schemas.bgColor":"背景颜色","schemas.horizontal":"水平","schemas.vertical":"垂直","schemas.left":"左","schemas.center":"中","schemas.right":"右","schemas.top":"顶","schemas.middle":"中间","schemas.bottom":"底","schemas.padding":"填充","schemas.text.fontName":"字体名称","schemas.text.size":"大小","schemas.text.spacing":"间距","schemas.text.textAlign":"文本对齐","schemas.text.verticalAlign":"垂直对齐","schemas.text.lineHeight":"行高","schemas.text.min":"最小","schemas.text.max":"最大","schemas.text.fit":"适应","schemas.text.dynamicFontSize":"动态字体大小","schemas.barcodes.barColor":"条码颜色","schemas.barcodes.includetext":"包括文本","schemas.table.alternateBackgroundColor":"交替背景颜色","schemas.table.tableStyle":"表格样式","schemas.table.headStyle":"表头样式","schemas.table.bodyStyle":"表体样式","schemas.table.columnStyle":"列样式"},dictJa={cancel:"キャンセル",field:"入力項目",fieldName:"項目名",align:"整列",width:"幅",height:"高さ",opacity:"不透明度",rotate:"回転",edit:"編集する",plsInputName:"項目名を入力してください",fieldMustUniq:"他の入力項目名と被っています",notUniq:"(他の項目名と重複しています)",noKeyName:"項目名なし",fieldsList:"入力項目一覧",editField:"入力項目を編集",type:"タイプ",errorOccurred:"エラーが発生しました",errorBulkUpdateFieldName:"項目数が変更されているため変更をコミットできません。",commitBulkUpdateFieldName:"変更を反映",bulkUpdateFieldName:"項目名を一括変更",addPageAfter:"次にページを追加",removePage:"現在のページを削除",removePageConfirm:"ページを削除してもよろしいですか?この操作は元に戻せません。",hexColorPrompt:"有効な16進数のカラーコードを入力してください。","schemas.color":"色","schemas.borderWidth":"枠線の太さ","schemas.borderColor":"枠線の色","schemas.backgroundColor":"背景色","schemas.textColor":"テキストの色","schemas.bgColor":"背景色","schemas.horizontal":"水平","schemas.vertical":"垂直","schemas.left":"左","schemas.center":"中央","schemas.right":"右","schemas.top":"上","schemas.middle":"中間","schemas.bottom":"下","schemas.padding":"パディング","schemas.text.fontName":"フォント名","schemas.text.size":"サイズ","schemas.text.spacing":"間隔","schemas.text.textAlign":"テキストの揃え","schemas.text.verticalAlign":"垂直方向の揃え","schemas.text.lineHeight":"行の高さ","schemas.text.min":"最小","schemas.text.max":"最大","schemas.text.fit":"フィット","schemas.text.dynamicFontSize":"動的フォントサイズ","schemas.barcodes.barColor":"バーの色","schemas.barcodes.includetext":"テキストを含める","schemas.table.alternateBackgroundColor":"交互の背景色","schemas.table.tableStyle":"テーブルスタイル","schemas.table.headStyle":"ヘッダースタイル","schemas.table.bodyStyle":"ボディスタイル","schemas.table.columnStyle":"カラムスタイル"},dictKo={cancel:"취소",field:"필드",fieldName:"이름",align:"정렬",width:"너비",height:"높이",opacity:"투명도",rotate:"회전",edit:"편집",plsInputName:"이름을 입력하세요",fieldMustUniq:"필드 이름은 유일해야 합니다",notUniq:"(유일하지 않은 이름)",noKeyName:"이름 없음",fieldsList:"필드 목록",editField:"필드 편집",type:"유형",errorOccurred:"오류 발생",errorBulkUpdateFieldName:"항목 수가 변경되어 변경을 커밋할 수 없습니다.",commitBulkUpdateFieldName:"변경 사항 커밋",bulkUpdateFieldName:"필드 이름 일괄 업데이트",addPageAfter:"다음에 페이지 추가",removePage:"현재 페이지 제거",removePageConfirm:"이 페이지를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",hexColorPrompt:"유효한 16진수 색상 코드를 입력하세요.","schemas.color":"색상","schemas.borderWidth":"테두리 너비","schemas.borderColor":"테두리 색상","schemas.backgroundColor":"배경색","schemas.textColor":"텍스트 색상","schemas.bgColor":"배경색","schemas.horizontal":"수평","schemas.vertical":"수직","schemas.left":"왼쪽","schemas.center":"중앙","schemas.right":"오른쪽","schemas.top":"상단","schemas.middle":"중간","schemas.bottom":"하단","schemas.padding":"패딩","schemas.text.fontName":"글꼴 이름","schemas.text.size":"크기","schemas.text.spacing":"간격","schemas.text.textAlign":"텍스트 정렬","schemas.text.verticalAlign":"수직 정렬","schemas.text.lineHeight":"줄 높이","schemas.text.min":"최소","schemas.text.max":"최대","schemas.text.fit":"맞춤","schemas.text.dynamicFontSize":"동적 폰트 크기","schemas.barcodes.barColor":"바코드 색상","schemas.barcodes.includetext":"텍스트 포함","schemas.table.alternateBackgroundColor":"대체 배경색","schemas.table.tableStyle":"테이블 스타일","schemas.table.headStyle":"헤더 스타일","schemas.table.bodyStyle":"본문 스타일","schemas.table.columnStyle":"열 스타일"},dictAr={cancel:"إلغاء",field:"الحقل",fieldName:"اسم الحقل",align:"محاذاة",width:"العرض",height:"الارتفاع",opacity:"الشفافية",rotate:"تدوير",edit:"تعديل",plsInputName:"الرجاء إدخال الاسم",fieldMustUniq:"يجب أن يكون الحقل فريداً",notUniq:"(غير فريد)",noKeyName:"لا يوجد اسم للحقل",fieldsList:"قائمة الحقول",editField:"تعديل الحقل",type:"النوع",errorOccurred:"حدث خطأ",errorBulkUpdateFieldName:"لا يمكن تنفيذ التغيير لأنه تم تغيير عدد العناصر.",commitBulkUpdateFieldName:"تنفيذ التغييرات",bulkUpdateFieldName:"تغيير الأسماء",addPageAfter:"إضافة صفحة بعد",removePage:"احذف الصفحة الحالية",removePageConfirm:"هل أنت متأكد من رغبتك في حذف هذه الصفحة؟ لا يمكن التراجع عن هذا الإجراء.",hexColorPrompt:"الرجاء إدخال رمز لون سداسي عشري صالح.","schemas.color":"اللون","schemas.borderWidth":"عرض الحدود","schemas.borderColor":"لون الحدود","schemas.backgroundColor":"لون الخلفية","schemas.textColor":"لون الخط","schemas.bgColor":"لون الخلفية","schemas.horizontal":"أفقي","schemas.vertical":"عمودي","schemas.left":"يسار","schemas.center":"مركز","schemas.right":"يمين","schemas.top":"أعلى","schemas.middle":"وسط","schemas.bottom":"أسفل","schemas.padding":"التبطين","schemas.text.fontName":"اسم الخط","schemas.text.size":"الحجم","schemas.text.spacing":"التباعد","schemas.text.textAlign":"محاذاة النص","schemas.text.verticalAlign":"محاذاة عمودية","schemas.text.lineHeight":"ارتفاع السطر","schemas.text.min":"الحد الأدنى","schemas.text.max":"الحد الأقصى","schemas.text.fit":"ملاءمة","schemas.text.dynamicFontSize":"حجم الخط الديناميكي","schemas.barcodes.barColor":"لون الشريط","schemas.barcodes.includetext":"تضمين النص","schemas.table.alternateBackgroundColor":"لون الخلفية البديل","schemas.table.tableStyle":"أسلوب الجدول","schemas.table.headStyle":"أسلوب الرأس","schemas.table.bodyStyle":"أسلوب الجسم","schemas.table.columnStyle":"أسلوب العمود"},dictTh={cancel:"ยกเลิก",field:"ฟิลด์",fieldName:"ชื่อฟิลด์",align:"จัดเรียง",width:"ความกว้าง",height:"ความสูง",opacity:"ความทึบ",rotate:"หมุน",edit:"แก้ไข",plsInputName:"กรุณาใส่ชื่อ",fieldMustUniq:"ชื่อฟิลด์ต้องไม่ซ้ำกัน",notUniq:"(ชื่อฟิลด์ซ้ำกัน)",noKeyName:"ไม่มีชื่อ",fieldsList:"รายการฟิลด์ทั้งหมด",editField:"แก้ไขฟิลด์",type:"ประเภท",errorOccurred:"เกิดข้อผิดพลาด",errorBulkUpdateFieldName:"ไม่สามารถยืนยันการแก้ไขได้เนื่องจากจำนวนรายการมีการเปลี่ยนแปลง",commitBulkUpdateFieldName:"ยืนยันการแก้ไข",bulkUpdateFieldName:"แก้ไขชื่อฟิลด์เป็นชุด",addPageAfter:"เพิ่มหน้าถัดไป",removePage:"ลบหน้าปัจจุบัน",removePageConfirm:"คุณแน่ใจหรือไม่ว่าต้องการลบหน้านี้? การกระทำนี้ไม่สามารถย้อนกลับได้",hexColorPrompt:"กรุณาใส่รหัสสีแบบฐานสิบหกที่ถูกต้อง","schemas.color":"สี","schemas.borderWidth":"ความกว้างของเส้นขอบ","schemas.borderColor":"สีขอบ","schemas.backgroundColor":"สีพื้นหลัง","schemas.textColor":"สีข้อความ","schemas.bgColor":"สีพื้นหลัง","schemas.horizontal":"แนวนอน","schemas.vertical":"แนวตั้ง","schemas.left":"ซ้าย","schemas.center":"ตรงกลาง","schemas.right":"ขวา","schemas.top":"ด้านบน","schemas.middle":"ตรงกลาง","schemas.bottom":"ด้านล่าง","schemas.padding":"การเพิ่มพื้นที่","schemas.text.fontName":"ชื่อแบบอักษร","schemas.text.size":"ขนาด","schemas.text.spacing":"ระยะห่าง","schemas.text.textAlign":"จัดแนวข้อความ","schemas.text.verticalAlign":"จัดแนวแนวตั้ง","schemas.text.lineHeight":"ความสูงของบรรทัด","schemas.text.min":"ต่ำสุด","schemas.text.max":"สูงสุด","schemas.text.fit":"พอดี","schemas.text.dynamicFontSize":"ขนาดตัวอักษรแบบไดนามิก","schemas.barcodes.barColor":"สีบาร์","schemas.barcodes.includetext":"รวมข้อความ","schemas.table.alternateBackgroundColor":"สีพื้นหลังสลับกัน","schemas.table.tableStyle":"สไตล์ตาราง","schemas.table.headStyle":"สไตล์หัวข้อ","schemas.table.bodyStyle":"สไตล์เนื้อหา","schemas.table.columnStyle":"สไตล์คอลัมน์"},dictIt={cancel:"Annulla",field:"Campo",fieldName:"Nome",align:"Allinea",width:"Larghezza",height:"Altezza",opacity:"Opacità",rotate:"Ruota",edit:"Modifica",plsInputName:"Inserisci il nome per favore",fieldMustUniq:"Il nome del campo non è univoco",notUniq:"(Nome non univoco)",noKeyName:"Nessun nome",fieldsList:"Lista campi",editField:"Modifica campo",type:"Tipo",errorOccurred:"Riscontrato errore",errorBulkUpdateFieldName:"Non è possibile salvare le modifiche perché il numero di elementi è cambiato.",commitBulkUpdateFieldName:"Salva cambiamenti",bulkUpdateFieldName:"Modifica nomi campi in blocco",addPageAfter:"Aggiungi pagina dopo",removePage:"Rimuovi la Pagina Corrente",removePageConfirm:"Sei sicuro di voler eliminare questa pagina? Questa azione non può essere annullata.",hexColorPrompt:"Inserisci un codice colore esadecimale valido.","schemas.color":"Colore","schemas.borderWidth":"Spessore bordo","schemas.borderColor":"Colore bordo","schemas.backgroundColor":"Colore di Sfondo","schemas.textColor":"Colore testo","schemas.bgColor":"Colore sfondo","schemas.horizontal":"Orizzontale","schemas.vertical":"Verticale","schemas.left":"Sinistra","schemas.center":"Centro","schemas.right":"Destra","schemas.top":"Sopra","schemas.middle":"Medio","schemas.bottom":"Sotto","schemas.padding":"Padding","schemas.text.fontName":"Nome del font","schemas.text.size":"Dimensione","schemas.text.spacing":"Spaziatura","schemas.text.textAlign":"Allineamento testo","schemas.text.verticalAlign":"Allineamento verticale","schemas.text.lineHeight":"Altezza della linea","schemas.text.min":"Minimo","schemas.text.max":"Massimo","schemas.text.fit":"Adatta","schemas.text.dynamicFontSize":"Dimensione font dinamica","schemas.barcodes.barColor":"Colore barra","schemas.barcodes.includetext":"Includi testo","schemas.table.alternateBackgroundColor":"Colore di Sfondo Alternato","schemas.table.tableStyle":"Stile della Tabella","schemas.table.headStyle":"Stile dell'Intestazione","schemas.table.bodyStyle":"Stile del Corpo","schemas.table.columnStyle":"Stile della Colonna"},dictPl={cancel:"Anuluj",field:"pole",fieldName:"Klucz pola",align:"Wyrównanie",width:"Szerokość",height:"Wysokość",opacity:"przezroczystość",rotate:"Obrót",edit:"Edytuj",plsInputName:"Wymagane wprowadzenie klucza pola",fieldMustUniq:"Klucz pola nie jest unikalny",notUniq:"(Klucz pola nie jest unikalny)",noKeyName:"Brak nazwy klucza pola",fieldsList:"Lista pól",editField:"Edytuj pole",type:"Typ pola",errorOccurred:"Wystąpił błąd",errorBulkUpdateFieldName:"Nie można wprowadzić zmian ponieważ liczba elementów uległa zmianie.",commitBulkUpdateFieldName:"Zaakceptuj zmiany",bulkUpdateFieldName:"Masowo aktualizuj klucze pól",addPageAfter:"Dodaj stronę po",removePage:"Usuń Bieżącą Stronę",removePageConfirm:"Czy na pewno chcesz usunąć tę stronę? Tej operacji nie można cofnąć.",hexColorPrompt:"Wprowadź poprawny kod koloru szesnastkowego.","schemas.color":"Kolor","schemas.borderWidth":"Szerokość obramowania","schemas.borderColor":"Kolor obramowania","schemas.backgroundColor":"Kolor tła","schemas.textColor":"Kolor tekstu","schemas.bgColor":"Kolor tła","schemas.horizontal":"Poziomo","schemas.vertical":"Pionowo","schemas.left":"Lewo","schemas.center":"Centrum","schemas.right":"Prawo","schemas.top":"Góra","schemas.middle":"Środek","schemas.bottom":"Dół","schemas.padding":"Odsadzenie","schemas.text.fontName":"Nazwa czcionki","schemas.text.size":"Rozmiar","schemas.text.spacing":"Odstępy","schemas.text.textAlign":"Wyrównanie tekstu","schemas.text.verticalAlign":"Wyrównanie pionowe","schemas.text.lineHeight":"Wysokość linii","schemas.text.min":"Minimum","schemas.text.max":"Maksimum","schemas.text.fit":"Dopasowanie","schemas.text.dynamicFontSize":"Dynamiczny rozmiar czcionki","schemas.barcodes.barColor":"Kolor paska","schemas.barcodes.includetext":"Dołącz tekst","schemas.table.alternateBackgroundColor":"Alternatywny kolor tła","schemas.table.tableStyle":"Styl tabeli","schemas.table.headStyle":"Styl nagłówka","schemas.table.bodyStyle":"Styl ciała","schemas.table.columnStyle":"Styl kolumny"},dictDe={cancel:"Abbrechen",field:"Feld",fieldName:"Name",align:"Ausrichten",width:"Breite",height:"Höhe",opacity:"Opazität",rotate:"Drehen",edit:"Bearbeiten",plsInputName:"Bitte geben Sie einen Namen ein",fieldMustUniq:"Feldname ist nicht eindeutig",notUniq:"(Nicht eindeutiger Name)",noKeyName:"Kein Name",fieldsList:"Feldliste",editField:"Feld bearbeiten",type:"Typ",errorOccurred:"Ein Fehler ist aufgetreten",errorBulkUpdateFieldName:"Die Änderung kann nicht übernommen werden, weil die Anzahl der Elemente geändert wurde.",commitBulkUpdateFieldName:"Änderungen übernehmen",bulkUpdateFieldName:"Mehrfachaktualisierung der Feldnamen",addPageAfter:"Seite danach hinzufügen",removePage:"Aktuelle Seite entfernen",removePageConfirm:"Sind Sie sicher, dass Sie diese Seite löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.",hexColorPrompt:"Bitte geben Sie einen gültigen Hex-Farbcode ein.","schemas.color":"Farbe","schemas.borderWidth":"Rahmenbreite","schemas.borderColor":"Rahmenfarbe","schemas.backgroundColor":"Hintergrundfarbe","schemas.textColor":"Textfarbe","schemas.bgColor":"Hintergrundfarbe","schemas.horizontal":"Horizontal","schemas.vertical":"Vertikal","schemas.left":"Links","schemas.center":"Zentriert","schemas.right":"Rechts","schemas.top":"Oben","schemas.middle":"Mitte","schemas.bottom":"Unten","schemas.padding":"Polsterung","schemas.text.fontName":"Schriftart","schemas.text.size":"Größe","schemas.text.spacing":"Abstand","schemas.text.textAlign":"Ausrichtung","schemas.text.verticalAlign":"vert. Ausr.","schemas.text.lineHeight":"Zeilenhöhe","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Anpassen","schemas.text.dynamicFontSize":"Dynamische Schriftgröße","schemas.barcodes.barColor":"Strichcodefarbe","schemas.barcodes.includetext":"Text anzeigen","schemas.table.alternateBackgroundColor":"Wechselnde Hintergrundfarbe","schemas.table.tableStyle":"Tabellenstil","schemas.table.headStyle":"Kopfzeilenstil","schemas.table.bodyStyle":"Körperstil","schemas.table.columnStyle":"Spaltenstil"},dictEs={cancel:"Cancelar",field:"campo",fieldName:"Nombre",align:"Alinear",width:"Anchura",height:"Altura",opacity:"Opacidad",rotate:"Rotar",edit:"Editar",plsInputName:"Introduce el nombre",fieldMustUniq:"El nombre del campo no es único",notUniq:"(Nombre no único)",noKeyName:"Sin nombre",fieldsList:"Lista de campos",editField:"Editar campo",type:"Tipo",errorOccurred:"Ocurrió un error",errorBulkUpdateFieldName:"No se puede confirmar el cambio porque el número de elementos ha cambiado.",commitBulkUpdateFieldName:"Confirmar cambios",bulkUpdateFieldName:"Actualizar en bloque el nombre de los campos",addPageAfter:"Insertar página",removePage:"Eliminar página actual",removePageConfirm:"¿Estás seguro de que quieres eliminar esta página? Esta acción no se puede deshacer.",hexColorPrompt:"Introduce un código de color hexadecimal válido.","schemas.color":"Color","schemas.borderWidth":"Ancho del borde","schemas.borderColor":"Color del borde","schemas.backgroundColor":"Color de fondo","schemas.textColor":"Color del texto","schemas.bgColor":"Color del fondo","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Izquierda","schemas.center":"Centro","schemas.right":"Derecha","schemas.top":"Arriba","schemas.middle":"Medio","schemas.bottom":"Abajo","schemas.padding":"Relleno","schemas.text.fontName":"Nombre de la fuente","schemas.text.size":"Tamaño","schemas.text.spacing":"Espaciado","schemas.text.textAlign":"Alineación del texto","schemas.text.verticalAlign":"Alineación vertical","schemas.text.lineHeight":"Altura de línea","schemas.text.min":"Mín","schemas.text.max":"Máx","schemas.text.fit":"Ajustar","schemas.text.dynamicFontSize":"Tamaño de fuente dinámico","schemas.barcodes.barColor":"Color de la barra","schemas.barcodes.includetext":"Incluir texto","schemas.table.alternateBackgroundColor":"Color de fondo alternativo","schemas.table.tableStyle":"Estilo de tabla","schemas.table.headStyle":"Estilo de cabecera","schemas.table.bodyStyle":"Estilo de cuerpo","schemas.table.columnStyle":"Estilo de columna"},dictFr={cancel:"Annuler",field:"Champ",fieldName:"Nom",align:"Aligner",width:"Largeur",height:"Hauteur",opacity:"Opacité",rotate:"Rotation",edit:"Éditer",plsInputName:"Veuillez saisir le nom",fieldMustUniq:"Le nom du champ n'est pas unique",notUniq:"(Nombre non unique)",noKeyName:"Pas de nom",fieldsList:"Liste des champs",editField:"Éditer le champ",type:"Type",errorOccurred:" Une erreur est survenue",errorBulkUpdateFieldName:"Impossible de confirmer le changement car le nombre d'éléments a changé.",commitBulkUpdateFieldName:"Confirmer les changements",bulkUpdateFieldName:"Modifier les noms de champs en masse",addPageAfter:"Ajouter une page après",removePage:"Supprimer la page actuelle",removePageConfirm:"Êtes-vous sûr de vouloir supprimer cette page ? Cette action est irréversible.",hexColorPrompt:"Veuillez entrer un code couleur hexadécimal valide.","schemas.color":"Couleur","schemas.borderWidth":"Largeur de la bordure","schemas.borderColor":"Couleur de la bordure","schemas.backgroundColor":"Couleur de fond","schemas.textColor":"Couleur du texte","schemas.bgColor":"Couleur de fond","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Gauche","schemas.center":"Centre","schemas.right":"Droite","schemas.top":"Haut","schemas.middle":"Milieu","schemas.bottom":"Bas","schemas.padding":"Zone de remplissage","schemas.text.fontName":"Nom de la police","schemas.text.size":"Taille","schemas.text.spacing":"Espacement","schemas.text.textAlign":"Alignement du texte","schemas.text.verticalAlign":"Alignement vertical","schemas.text.lineHeight":"Hauteur de ligne","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Ajustement","schemas.text.dynamicFontSize":"Taille de police dynamique","schemas.barcodes.barColor":"Couleur de la barre","schemas.barcodes.includetext":"Inclure le texte","schemas.table.alternateBackgroundColor":"Couleur de fond alternative","schemas.table.tableStyle":"Style de tableau","schemas.table.headStyle":"Style d'en-tête","schemas.table.bodyStyle":"Style de corps","schemas.table.columnStyle":"Style de colonne"},dictionaries={en:dictEn,zh:dictZh,ja:dictJa,ko:dictKo,ar:dictAr,th:dictTh,it:dictIt,pl:dictPl,de:dictDe,es:dictEs,fr:dictFr},getDict=a=>dictionaries[a]||dictionaries[DEFAULT_LANG],i18n=(a,s)=>(s||getDict(DEFAULT_LANG))[a],I18nContext=reactExports.createContext(i18n),FontContext=reactExports.createContext(getDefaultFont()),PluginsRegistry=reactExports.createContext(builtInPlugins),OptionsContext=reactExports.createContext({});function arrayMove(a,s,$){const _=a.slice();return _.splice($<0?_.length+$:$,0,_.splice(s,1)[0]),_}function getSortedRects(a,s){return a.reduce(($,_,_e)=>{const tt=s.get(_);return tt&&($[_e]=tt),$},Array(a.length))}function isValidIndex(a){return a!==null&&a>=0}function itemsEqual(a,s){if(a===s)return!0;if(a.length!==s.length)return!1;for(let $=0;$<a.length;$++)if(a[$]!==s[$])return!1;return!0}function normalizeDisabled(a){return typeof a=="boolean"?{draggable:a,droppable:a}:a}const rectSortingStrategy=a=>{let{rects:s,activeIndex:$,overIndex:_,index:_e}=a;const tt=arrayMove(s,_,$),nt=s[_e],at=tt[_e];return!at||!nt?null:{x:at.left-nt.left,y:at.top-nt.top,scaleX:at.width/nt.width,scaleY:at.height/nt.height}},defaultScale$1={scaleX:1,scaleY:1},verticalListSortingStrategy=a=>{var s;let{activeIndex:$,activeNodeRect:_,index:_e,rects:tt,overIndex:nt}=a;const at=(s=tt[$])!=null?s:_;if(!at)return null;if(_e===$){const rt=tt[nt];return rt?{x:0,y:$<nt?rt.top+rt.height-(at.top+at.height):rt.top-at.top,...defaultScale$1}:null}const ot=getItemGap$1(tt,_e,$);return _e>$&&_e<=nt?{x:0,y:-at.height-ot,...defaultScale$1}:_e<$&&_e>=nt?{x:0,y:at.height+ot,...defaultScale$1}:{x:0,y:0,...defaultScale$1}};function getItemGap$1(a,s,$){const _=a[s],_e=a[s-1],tt=a[s+1];return _?$<s?_e?_.top-(_e.top+_e.height):tt?tt.top-(_.top+_.height):0:tt?tt.top-(_.top+_.height):_e?_.top-(_e.top+_e.height):0:0}const ID_PREFIX="Sortable",Context$1=React$a.createContext({activeIndex:-1,containerId:ID_PREFIX,disableTransforms:!1,items:[],overIndex:-1,useDragOverlay:!1,sortedRects:[],strategy:rectSortingStrategy,disabled:{draggable:!1,droppable:!1}});function SortableContext(a){let{children:s,id:$,items:_,strategy:_e=rectSortingStrategy,disabled:tt=!1}=a;const{active:nt,dragOverlay:at,droppableRects:ot,over:rt,measureDroppableContainers:st}=useDndContext(),lt=useUniqueId(ID_PREFIX,$),et=at.rect!==null,it=reactExports.useMemo(()=>_.map(vt=>typeof vt=="object"&&"id"in vt?vt.id:vt),[_]),ut=nt!=null,ft=nt?it.indexOf(nt.id):-1,ht=rt?it.indexOf(rt.id):-1,dt=reactExports.useRef(it),gt=!itemsEqual(it,dt.current),pt=ht!==-1&&ft===-1||gt,mt=normalizeDisabled(tt);useIsomorphicLayoutEffect$1(()=>{gt&&ut&&st(it)},[gt,it,ut,st]),reactExports.useEffect(()=>{dt.current=it},[it]);const ct=reactExports.useMemo(()=>({activeIndex:ft,containerId:lt,disabled:mt,disableTransforms:pt,items:it,overIndex:ht,useDragOverlay:et,sortedRects:getSortedRects(it,ot),strategy:_e}),[ft,lt,mt.draggable,mt.droppable,pt,it,ht,ot,et,_e]);return React$a.createElement(Context$1.Provider,{value:ct},s)}const defaultNewIndexGetter=a=>{let{id:s,items:$,activeIndex:_,overIndex:_e}=a;return arrayMove($,_,_e).indexOf(s)},defaultAnimateLayoutChanges=a=>{let{containerId:s,isSorting:$,wasDragging:_,index:_e,items:tt,newIndex:nt,previousItems:at,previousContainerId:ot,transition:rt}=a;return!rt||!_||at!==tt&&_e===nt?!1:$?!0:nt!==_e&&s===ot},defaultTransition={duration:200,easing:"ease"},transitionProperty="transform",disabledTransition=CSS$1.Transition.toString({property:transitionProperty,duration:0,easing:"linear"}),defaultAttributes={roleDescription:"sortable"};function useDerivedTransform(a){let{disabled:s,index:$,node:_,rect:_e}=a;const[tt,nt]=reactExports.useState(null),at=reactExports.useRef($);return useIsomorphicLayoutEffect$1(()=>{if(!s&&$!==at.current&&_.current){const ot=_e.current;if(ot){const rt=getClientRect$1(_.current,{ignoreTransform:!0}),st={x:ot.left-rt.left,y:ot.top-rt.top,scaleX:ot.width/rt.width,scaleY:ot.height/rt.height};(st.x||st.y)&&nt(st)}}$!==at.current&&(at.current=$)},[s,$,_,_e]),reactExports.useEffect(()=>{tt&&nt(null)},[tt]),tt}function useSortable(a){let{animateLayoutChanges:s=defaultAnimateLayoutChanges,attributes:$,disabled:_,data:_e,getNewIndex:tt=defaultNewIndexGetter,id:nt,strategy:at,resizeObserverConfig:ot,transition:rt=defaultTransition}=a;const{items:st,containerId:lt,activeIndex:et,disabled:it,disableTransforms:ut,sortedRects:ft,overIndex:ht,useDragOverlay:dt,strategy:gt}=reactExports.useContext(Context$1),pt=normalizeLocalDisabled(_,it),mt=st.indexOf(nt),ct=reactExports.useMemo(()=>({sortable:{containerId:lt,index:mt,items:st},..._e}),[lt,_e,mt,st]),vt=reactExports.useMemo(()=>st.slice(st.indexOf(nt)),[st,nt]),{rect:At,node:xt,isOver:bt,setNodeRef:Et}=useDroppable({id:nt,data:ct,disabled:pt.droppable,resizeObserverConfig:{updateMeasurementsFor:vt,...ot}}),{active:St,activatorEvent:Bt,activeNodeRect:Ot,attributes:Tt,setNodeRef:wt,listeners:Ct,isDragging:It,over:yt,setActivatorNodeRef:Rt,transform:kt}=useDraggable({id:nt,data:ct,attributes:{...defaultAttributes,...$},disabled:pt.draggable}),jt=useCombinedRefs(Et,wt),Ht=!!St,Ft=Ht&&!ut&&isValidIndex(et)&&isValidIndex(ht),_t=!dt&&It,Nt=_t&&Ft?kt:null,Lt=Ft?Nt??(at??gt)({rects:ft,activeNodeRect:Ot,activeIndex:et,overIndex:ht,index:mt}):null,$t=isValidIndex(et)&&isValidIndex(ht)?tt({id:nt,items:st,activeIndex:et,overIndex:ht}):mt,Pt=St==null?void 0:St.id,Dt=reactExports.useRef({activeId:Pt,items:st,newIndex:$t,containerId:lt}),Ut=st!==Dt.current.items,Vt=s({active:St,containerId:lt,isDragging:It,isSorting:Ht,id:nt,index:mt,items:st,newIndex:Dt.current.newIndex,previousItems:Dt.current.items,previousContainerId:Dt.current.containerId,transition:rt,wasDragging:Dt.current.activeId!=null}),Qt=useDerivedTransform({disabled:!Vt,index:mt,node:xt,rect:At});return reactExports.useEffect(()=>{Ht&&Dt.current.newIndex!==$t&&(Dt.current.newIndex=$t),lt!==Dt.current.containerId&&(Dt.current.containerId=lt),st!==Dt.current.items&&(Dt.current.items=st)},[Ht,$t,lt,st]),reactExports.useEffect(()=>{if(Pt===Dt.current.activeId)return;if(Pt&&!Dt.current.activeId){Dt.current.activeId=Pt;return}const Zt=setTimeout(()=>{Dt.current.activeId=Pt},50);return()=>clearTimeout(Zt)},[Pt]),{active:St,activeIndex:et,attributes:Tt,data:ct,rect:At,index:mt,newIndex:$t,items:st,isOver:bt,isSorting:Ht,isDragging:It,listeners:Ct,node:xt,overIndex:ht,over:yt,setNodeRef:jt,setActivatorNodeRef:Rt,setDroppableNodeRef:Et,setDraggableNodeRef:wt,transform:Qt??Lt,transition:qt()};function qt(){if(Qt||Ut&&Dt.current.newIndex===mt)return disabledTransition;if(!(_t&&!isKeyboardEvent(Bt)||!rt)&&(Ht||Vt))return CSS$1.Transition.toString({...rt,property:transitionProperty})}}function normalizeLocalDisabled(a,s){var $,_;return typeof a=="boolean"?{draggable:a,droppable:!1}:{draggable:($=a==null?void 0:a.draggable)!=null?$:s.draggable,droppable:(_=a==null?void 0:a.droppable)!=null?_:s.droppable}}function hasSortableData(a){if(!a)return!1;const s=a.data.current;return!!(s&&"sortable"in s&&typeof s.sortable=="object"&&"containerId"in s.sortable&&"items"in s.sortable&&"index"in s.sortable)}const directions=[KeyboardCode.Down,KeyboardCode.Right,KeyboardCode.Up,KeyboardCode.Left],sortableKeyboardCoordinates=(a,s)=>{let{context:{active:$,collisionRect:_,droppableRects:_e,droppableContainers:tt,over:nt,scrollableAncestors:at}}=s;if(directions.includes(a.code)){if(a.preventDefault(),!$||!_)return;const ot=[];tt.getEnabled().forEach(lt=>{if(!lt||lt!=null&&lt.disabled)return;const et=_e.get(lt.id);if(et)switch(a.code){case KeyboardCode.Down:_.top<et.top&&ot.push(lt);break;case KeyboardCode.Up:_.top>et.top&&ot.push(lt);break;case KeyboardCode.Left:_.left>et.left&&ot.push(lt);break;case KeyboardCode.Right:_.left<et.left&&ot.push(lt);break}});const rt=closestCorners({active:$,collisionRect:_,droppableRects:_e,droppableContainers:ot,pointerCoordinates:null});let st=getFirstCollision(rt,"id");if(st===(nt==null?void 0:nt.id)&&rt.length>1&&(st=rt[1].id),st!=null){const lt=tt.get($.id),et=tt.get(st),it=et?_e.get(et.id):null,ut=et==null?void 0:et.node.current;if(ut&&it&&lt&&et){const ht=getScrollableAncestors(ut).some((vt,At)=>at[At]!==vt),dt=isSameContainer(lt,et),gt=isAfter(lt,et),pt=ht||!dt?{x:0,y:0}:{x:gt?_.width-it.width:0,y:gt?_.height-it.height:0},mt={x:it.left,y:it.top};return pt.x&&pt.y?mt:subtract(mt,pt)}}}};function isSameContainer(a,s){return!hasSortableData(a)||!hasSortableData(s)?!1:a.data.current.sortable.containerId===s.data.current.sortable.containerId}function isAfter(a,s){return!hasSortableData(a)||!hasSortableData(s)||!isSameContainer(a,s)?!1:a.data.current.sortable.index<s.data.current.sortable.index}const{Text:Text$4}=Typography$1,Item=React$a.memo(React$a.forwardRef(({value:a,status:s,title:$,style:_,dragOverlay:_e,onClick:tt,onMouseEnter:nt,onMouseLeave:at,dragging:ot,fadeIn:rt,listeners:st,sorting:lt,transition:et,transform:it,...ut},ft)=>{const ht=reactExports.useContext(I18nContext);reactExports.useEffect(()=>{if(_e)return document.body.style.cursor="grabbing",()=>{document.body.style.cursor=""}},[_e]);const{x:dt,y:gt,scaleX:pt,scaleY:mt}=it||{x:0,y:0,scaleX:1,scaleY:1};return jsxRuntimeExports.jsx("li",{style:{marginTop:10,transition:et,transform:`translate(${dt}px, ${gt}px) scale(${pt}, ${mt})`},onMouseEnter:nt,onMouseLeave:at,ref:ft,children:jsxRuntimeExports.jsxs("div",{style:{display:"flex",alignItems:"center",cursor:"pointer",..._},...ut,onClick:()=>tt&&tt(),children:[jsxRuntimeExports.jsx(Button$2,{...st,style:{display:"flex",alignItems:"center",background:"none",boxShadow:"none",border:"none",paddingLeft:"0.25rem"},icon:jsxRuntimeExports.jsx(HolderOutlined$1,{style:{cursor:"grab"}})}),jsxRuntimeExports.jsx(Text$4,{style:{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",width:"100%"},title:$||"",children:s===void 0?a:jsxRuntimeExports.jsxs("span",{style:{display:"flex",alignItems:"center"},children:[jsxRuntimeExports.jsx(ExclamationCircleOutlined$1,{width:15,style:{marginRight:"0.5rem"}}),s==="is-warning"?ht("noKeyName"):a,s==="is-danger"?ht("notUniq"):""]})})]})})})),Item$1=Item,usePrevious=a=>{const s=reactExports.useRef(null);return reactExports.useEffect(()=>{s.current=a}),s.current},getScale=(a,s)=>Math.floor((a/s>1?1:a/s)*100)/100,useUIPreProcessor=({template:a,size:s,zoomLevel:$})=>{const[_,_e]=reactExports.useState([]),[tt,nt]=reactExports.useState([]),[at,ot]=reactExports.useState(0),[rt,st]=reactExports.useState(null),lt=async et=>{const{template:{basePdf:it,schemas:ut},size:ft}=et;let ht,dt,gt,pt;if(isBlankPdf(it)){const{width:ct,height:vt}=it;ht=ct*ZOOM,dt=vt*ZOOM,gt=ut.map(()=>"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P///38ACfsD/QVDRcoAAAAASUVORK5CYII="),pt=ut.map(()=>({width:ct,height:vt}))}else{const ct=await getB64BasePdf(it),vt=b64toBlob(ct);pt=await getPdfPageSizes(vt),ht=pt[0].width*ZOOM,dt=pt[0].height*ZOOM,gt=await pdf2Pngs(vt,ht)}const mt=Math.min(getScale(ft.width,ht),getScale(ft.height-RULER_HEIGHT,dt));return{backgrounds:gt,pageSizes:pt,scale:mt}};return reactExports.useEffect(()=>{lt({template:a,size:s}).then(({pageSizes:et,scale:it,backgrounds:ut})=>{nt(et),ot(it),_e(ut)}).catch(et=>{st(et),console.error(`[@pdfme/ui] ${et}`)})},[a,s]),{backgrounds:_,pageSizes:tt,scale:at*$,error:rt,refresh:et=>lt({template:et,size:s}).then(({pageSizes:it,scale:ut,backgrounds:ft})=>{nt(it),ot(ut),_e(ft)})}},useScrollPageCursor=({ref:a,pageSizes:s,scale:$,pageCursor:_,onChangePageCursor:_e})=>{const tt=reactExports.useCallback(()=>{if(!s[0]||!a.current)return;const nt=a.current.scrollTop,{top:at}=a.current.getBoundingClientRect(),ot=s.reduce((st,lt,et)=>{let it=(lt.height*ZOOM+RULER_HEIGHT)*$;return et===0?it+=at-it/2:it+=st[et-1],st.concat(it)},[]);let rt=0;ot.forEach((st,lt)=>{nt>st&&(rt=lt+1>=ot.length?ot.length-1:lt+1)}),rt!==_&&_e(rt)},[_e,_,s,a,$]);reactExports.useEffect(()=>{var nt;return(nt=a.current)==null||nt.addEventListener("scroll",tt),()=>{var at;(at=a.current)==null||at.removeEventListener("scroll",tt)}},[a,tt])},useMountStatus=()=>{const[a,s]=reactExports.useState(!1);return reactExports.useEffect(()=>{const $=setTimeout(()=>s(!0),500);return()=>clearTimeout($)},[]),a},useInitEvents=({pageCursor:a,pageSizes:s,activeElements:$,template:_,schemasList:_e,changeSchemas:tt,commitSchemas:nt,removeSchemas:at,onSaveTemplate:ot,past:rt,future:st,setSchemasList:lt,onEdit:et,onEditEnd:it})=>{const ut=reactExports.useRef(null),ft=reactExports.useCallback(()=>{const dt=()=>{const pt=$.map(mt=>mt.id);return _e[a].filter(mt=>pt.includes(mt.id))},gt=pt=>{const mt=pt==="undo",ct=mt?rt:st;if(ct.current.length<=0)return;(mt?st:rt).current.push(cloneDeep$2(_e[a]));const vt=cloneDeep$2(_e);vt[a]=ct.current.pop(),lt(vt)};initShortCuts({move:(pt,mt)=>{const ct=s[a],vt=dt(),At=moveCommandToChangeSchemasArg({command:pt,activeSchemas:vt,pageSize:ct,isShift:mt});tt(At)},copy:()=>{const pt=dt();pt.length!==0&&(ut.current=pt)},paste:()=>{if(!ut.current||ut.current.length===0)return;const pt=_e[a],mt=[],ct=ut.current.map(vt=>{const At=uuid$6(),xt=getUniqSchemaKey({copiedSchemaKey:vt.key,schema:pt,stackUniqSchemaKeys:mt}),{height:bt,width:Et,position:St}=vt,Bt=s[a],Ot={x:St.x+10>Bt.width-Et?Bt.width-Et:St.x+10,y:St.y+10>Bt.height-bt?Bt.height-bt:St.y+10};return Object.assign(cloneDeep$2(vt),{id:At,key:xt,position:Ot})});nt(_e[a].concat(ct)),et(ct.map(vt=>document.getElementById(vt.id))),ut.current=ct},redo:()=>gt("redo"),undo:()=>gt("undo"),save:()=>ot&&ot(schemasList2template(_e,_.basePdf)),remove:()=>at(dt().map(pt=>pt.id)),esc:it,selectAll:()=>et(_e[a].map(pt=>document.getElementById(pt.id)))})},[_,$,a,s,tt,nt,_e,ot,at,rt,st,lt,ut,et,it]),ht=reactExports.useCallback(()=>{destroyShortCuts()},[]);reactExports.useEffect(()=>(ft(),ht),[ft,ht])},SelectableSortableItem=({isSelected:a,style:s,onSelect:$,onEdit:_,schema:_e,schemas:tt,onMouseEnter:nt,onMouseLeave:at})=>{const{token:ot}=theme.useToken(),rt=reactExports.useContext(I18nContext),{setNodeRef:st,listeners:lt,isDragging:et,isSorting:it,transform:ut,transition:ft}=useSortable({id:_e.id}),ht=useMountStatus(),dt=et&&!ht,gt={...lt,onClick:vt=>$(_e.id,vt.shiftKey)};let pt;_e.key?tt.find(vt=>_e.key&&vt.key===_e.key&&vt.id!==_e.id)&&(pt="is-danger"):pt="is-warning";let mt=rt("edit");pt==="is-warning"?mt=rt("plsInputName"):pt==="is-danger"&&(mt=rt("fieldMustUniq"));const ct=a?{background:ot.colorPrimary,opacity:it||et?.5:1}:{};return jsxRuntimeExports.jsx(Item$1,{ref:st,onMouseEnter:nt,onMouseLeave:at,onClick:()=>_(_e.id),value:_e.key,status:pt,title:mt,style:{...ct,...s},dragging:et,sorting:it,transition:ft,transform:ut,fadeIn:dt,listeners:gt})},SelectableSortableItem$1=SelectableSortableItem,SelectableSortableContainer=a=>{const{token:s}=theme.useToken(),{schemas:$,onEdit:_,onSortEnd:_e,hoveringSchemaId:tt,onChangeHoveringSchemaId:nt}=a,[at,ot]=reactExports.useState([]),[rt,st]=reactExports.useState(null),[lt,et]=reactExports.useState(null),it=useSensors(useSensor(PointerSensor,{activationConstraint:{distance:15}}),useSensor(KeyboardSensor,{coordinateGetter:sortableKeyboardCoordinates})),ut=ht=>at.map(dt=>dt.id).includes(ht),ft=(ht,dt)=>{if(dt)if(ut(ht)){const gt=at.filter(pt=>pt.id!==ht);ot(gt)}else{const gt=$.find(mt=>mt.id===ht),pt=at.concat(gt);ot(pt)}else ot([])};return jsxRuntimeExports.jsx(DndContext,{sensors:it,collisionDetection:closestCorners,onDragStart:({active:ht})=>{et(String(ht.id)),st($),ut(String(ht.id))?at.length>0&&_e(at.reduce((dt,gt)=>gt.id===String(ht.id)?dt:dt.filter(pt=>pt!==gt),$)):ot([])},onDragEnd:({active:ht,over:dt})=>{const gt=(dt==null?void 0:dt.id)||"",pt=$.map(ct=>ct.id).indexOf(String(ht.id)),mt=$.map(ct=>ct.id).indexOf(String(gt));if(at.length){let ct=[...$];ct=arrayMove(ct,pt,mt),ct.splice(mt+1,0,...at.filter(vt=>vt.id!==lt)),_e(ct),ot([])}else pt!==mt&&_e(arrayMove($,pt,mt));et(null)},onDragCancel:()=>{rt&&_e(rt),et(null),st(null)},children:jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx("div",{style:{height:"100%",overflowY:"auto"},children:jsxRuntimeExports.jsx(SortableContext,{items:$,strategy:verticalListSortingStrategy,children:jsxRuntimeExports.jsx("ul",{style:{margin:0,padding:0,listStyle:"none",borderRadius:5},children:$.map(ht=>jsxRuntimeExports.jsx(SelectableSortableItem$1,{style:{border:`1px solid ${ht.id===tt?s.colorPrimary:"transparent"}`},schema:ht,schemas:$,isSelected:ut(ht.id)||lt===ht.id,onEdit:_,onSelect:ft,onMouseEnter:()=>nt(ht.id),onMouseLeave:()=>nt(null)},ht.id))})})}),reactDomExports.createPortal(jsxRuntimeExports.jsx(DragOverlay,{adjustScale:!0,children:lt?jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx("ul",{style:{margin:0,padding:0,listStyle:"none"},children:jsxRuntimeExports.jsx(Item$1,{value:$.find(ht=>ht.id===lt).key,style:{background:s.colorPrimary},dragOverlay:!0})}),jsxRuntimeExports.jsx("ul",{style:{margin:0,padding:0,listStyle:"none"},children:at.filter(ht=>ht.id!==lt).map(ht=>jsxRuntimeExports.jsx(Item$1,{value:ht.key,style:{background:s.colorPrimary},dragOverlay:!0},ht.id))})]}):null}),document.body)]})})},SelectableSortableContainer$1=SelectableSortableContainer,{Text:Text$3}=Typography$1,{TextArea:TextArea$2}=_Input,headHeight=40,ListView=a=>{const{schemas:s,onSortEnd:$,onEdit:_,size:_e,hoveringSchemaId:tt,onChangeHoveringSchemaId:nt,changeSchemas:at}=a,{token:ot}=theme.useToken(),rt=reactExports.useContext(I18nContext),[st,lt]=reactExports.useState(!1),[et,it]=reactExports.useState(""),ut=getSidebarContentHeight(_e.height),ft=()=>{const dt=et.split(`
590
590
  `);dt.length!==s.length?alert(rt("errorBulkUpdateFieldName")):(at(dt.map((gt,pt)=>({key:"key",value:gt,schemaId:s[pt].id}))),lt(!1))},ht=()=>{it(s.map(dt=>dt.key).join(`
591
591
  `)),lt(!0)};return jsxRuntimeExports.jsxs("div",{children:[jsxRuntimeExports.jsx("div",{style:{height:headHeight,display:"flex",alignItems:"center"},children:jsxRuntimeExports.jsx(Text$3,{strong:!0,style:{textAlign:"center",width:"100%"},children:rt("fieldsList")})}),jsxRuntimeExports.jsx(Divider$1,{style:{marginTop:ot.marginXS,marginBottom:ot.marginXS}}),jsxRuntimeExports.jsxs("div",{style:{height:ut-headHeight},children:[st?jsxRuntimeExports.jsx(TextArea$2,{wrap:"off",value:et,onChange:dt=>it(dt.target.value),style:{paddingLeft:30,height:ut-headHeight,width:RIGHT_SIDEBAR_WIDTH-35,lineHeight:"2.75rem"}}):jsxRuntimeExports.jsx(SelectableSortableContainer$1,{schemas:s,hoveringSchemaId:tt,onChangeHoveringSchemaId:nt,onSortEnd:$,onEdit:_}),jsxRuntimeExports.jsx("div",{style:{paddingTop:"0.5rem",display:"flex",alignItems:"center",justifyContent:"flex-end"},children:st?jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(Button$2,{size:"small",type:"text",onClick:ft,children:jsxRuntimeExports.jsxs("u",{children:[" ",rt("commitBulkUpdateFieldName")]})}),jsxRuntimeExports.jsx("span",{style:{margin:"0 1rem"},children:"/"}),jsxRuntimeExports.jsx(Button$2,{size:"small",type:"text",onClick:()=>lt(!1),children:jsxRuntimeExports.jsxs("u",{children:[" ",rt("cancel")]})})]}):jsxRuntimeExports.jsx(Button$2,{size:"small",type:"text",onClick:ht,children:jsxRuntimeExports.jsxs("u",{children:[" ",rt("bulkUpdateFieldName")]})})})]})]})},ListView$1=ListView;/*! *****************************************************************************
592
592
  Copyright (c) Microsoft Corporation.
@@ -632,7 +632,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
632
632
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$f(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$f(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$f(a,s)}}function _arrayLikeToArray$f(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _iterableToArrayLimit$d(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _arrayWithHoles$d(a){if(Array.isArray(a))return a}var UpperContext=reactExports.createContext(function(){});const Main=function(a){var s=reactExports.useState([]),$=_slicedToArray$d(s,2);$[0];var _=$[1],_e=a.configContext,tt=reactExports.useContext(FRContext),nt=useStore(tt,function(It){return It.context}),at=reactExports.useContext(UpperContext),ot=_e.form,rt=_e.widgets,st=_e.methods,lt=_e.globalConfig,et=nt.displayType,it=et==="column",ut=a.schema,ft=ot.getFieldsValue(!0),ht=tt.getState(),dt=ht.schema,gt=ut.items,pt=ut.className,mt=__rest$3(ut,["items","className"]),ct=lt!=null&&lt.mustacheDisabled?ut:Object.assign({items:gt},parseAllExpression(mt,ft,a.rootPath,dt)),vt=ct.widget,At=vt||"list1",xt=getParamValue(nt,at,ct),bt=getLabel(ct,et,rt),Et=getTooltip$3(ct,et),St=getFormListLayout(xt,et),Bt=St.labelCol,Ot=St.fieldCol,Tt=ct.display==="inline",wt=_toConsumableArray$7(a.rootPath||[]).splice(0,a.rootPath.length-1),Ct=ot.getFieldValue([].concat(_toConsumableArray$7(wt),_toConsumableArray$7(a.path)));return!(Ct!=null&&Ct.length)&&At!=="drawerList"&&(Tt=!0),ct.hidden?null:React$a.createElement(Col$1,{span:24,className:pt},!Tt&&!it&&bt&&React$a.createElement(Form$3.Item,{className:"ant-form-item-optional-hide",label:bt,labelAlign:"left",colon:!1,tooltip:Et,style:{marginBottom:0},labelCol:{span:24}}),React$a.createElement(Form$3.Item,{label:bt,labelCol:it?{span:24}:Bt,wrapperCol:Ot,noStyle:!Tt&&!it,tooltip:Et},React$a.createElement(Main$1,Object.assign({},a,{form:ot,methods:st,formCtx:nt,upperCtx:at,widgets:rt,configContext:_e,setListData:_}))))},FieldList=function(a){var s,$=a.schema,_=a.rootPath,_e=$||{},tt=_e.items,nt=__rest$3(_e,["items"]),at=reactExports.useContext(FRContext),ot=at.getState(),rt=ot.schema,st=reactExports.useContext(ConfigContext),lt=(s=st==null?void 0:st.globalConfig)===null||s===void 0?void 0:s.mustacheDisabled,et=$==null?void 0:$.dependencies;return!isHasExpression($)&&!lt&&(!et||!(et!=null&&et.length))?React$a.createElement(Main,Object.assign({configContext:st},a)):React$a.createElement(Form$3.Item,{noStyle:!0,shouldUpdate:fieldShouldUpdate(JSON.stringify(nt||{}),_,et)},function(it){var ut=it.getFieldsValue(!0),ft=lt?$:parseAllExpression(nt,ut,_,rt);return React$a.createElement(Main,Object.assign({configContext:st},a,{schema:Object.assign({items:tt},ft),rootPath:_}))})};function _slicedToArray$c(a,s){return _arrayWithHoles$c(a)||_iterableToArrayLimit$c(a,s)||_unsupportedIterableToArray$e(a,s)||_nonIterableRest$c()}function _nonIterableRest$c(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
633
633
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$e(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$e(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$e(a,s)}}function _arrayLikeToArray$e(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _iterableToArrayLimit$c(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _arrayWithHoles$c(a){if(Array.isArray(a))return a}const sortProperties=function(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"order",$=new Map,_=[],_e=function(at){var ot=_slicedToArray$c(at,2),rt=ot[1];if(typeof rt[s]!="number"){_.push(at);return}$.has(rt[s])?$.get(rt[s]).push(at):$.set(rt[s],[at])};a.forEach(function(nt){return _e(nt)});var tt=Array.from($.entries()).sort(function(nt,at){var ot=_slicedToArray$c(nt,1),rt=ot[0],st=_slicedToArray$c(at,1),lt=st[0];return rt-lt}).flatMap(function(nt){var at=_slicedToArray$c(nt,2),ot=at[1];return ot});return tt.concat(_)};function _toConsumableArray$6(a){return _arrayWithoutHoles$6(a)||_iterableToArray$6(a)||_unsupportedIterableToArray$d(a)||_nonIterableSpread$6()}function _nonIterableSpread$6(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
634
634
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _iterableToArray$6(a){if(typeof Symbol<"u"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}function _arrayWithoutHoles$6(a){if(Array.isArray(a))return _arrayLikeToArray$d(a)}function _slicedToArray$b(a,s){return _arrayWithHoles$b(a)||_iterableToArrayLimit$b(a,s)||_unsupportedIterableToArray$d(a,s)||_nonIterableRest$b()}function _nonIterableRest$b(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
635
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$d(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$d(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$d(a,s)}}function _arrayLikeToArray$d(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _iterableToArrayLimit$b(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _arrayWithHoles$b(a){if(Array.isArray(a))return a}var renderItem=function a(s){var $,_=s.schema,_e=s.key,tt=s.path,nt=s.rootPath;if(_.type==="array"&&(($=_.items)===null||$===void 0?void 0:$.type)==="object")return React$a.createElement(FieldList,{key:_e,schema:_,path:tt,rootPath:nt,renderCore:RenderCore});var at=null;return _!=null&&_.properties&&(_==null?void 0:_.widgetType)!=="field"&&(at=RenderCore({schema:_,parentPath:tt,rootPath:nt})),React$a.createElement(FieldItem,{key:_e,schema:_,path:tt,rootPath:nt,children:at,renderCore:RenderCore})},RenderCore=function a(s){var $=s.schema,_=s.parentPath,_e=_===void 0?[]:_,tt=s.rootPath,nt=tt===void 0?[]:tt;return!$||Object.keys($).length===0?null:$!=null&&$.items?renderItem({schema:$.items,path:_e,rootPath:nt}):sortProperties(Object.entries($.properties||{})).map(function(at){var ot=_slicedToArray$b(at,2),rt=ot[0],st=ot[1],lt=[].concat(_toConsumableArray$6(_e),[rt]);return renderItem({schema:st,path:lt,key:rt,rootPath:nt})})};function _typeof$k(a){"@babel/helpers - typeof";return _typeof$k=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},_typeof$k(a)}function _defineProperty$9(a,s,$){return s=_toPropertyKey$5(s),s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}function _toPropertyKey$5(a){var s=_toPrimitive$6(a,"string");return _typeof$k(s)==="symbol"?s:String(s)}function _toPrimitive$6(a,s){if(_typeof$k(a)!=="object"||a===null)return a;var $=a[Symbol.toPrimitive];if($!==void 0){var _=$.call(a,s||"default");if(_typeof$k(_)!=="object")return _;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(a)}function _regeneratorRuntime(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */_regeneratorRuntime=function(){return s};var a,s={},$=Object.prototype,_=$.hasOwnProperty,_e=Object.defineProperty||function(Ct,It,yt){Ct[It]=yt.value},tt=typeof Symbol=="function"?Symbol:{},nt=tt.iterator||"@@iterator",at=tt.asyncIterator||"@@asyncIterator",ot=tt.toStringTag||"@@toStringTag";function rt(Ct,It,yt){return Object.defineProperty(Ct,It,{value:yt,enumerable:!0,configurable:!0,writable:!0}),Ct[It]}try{rt({},"")}catch{rt=function(yt,Rt,kt){return yt[Rt]=kt}}function st(Ct,It,yt,Rt){var kt=It&&It.prototype instanceof dt?It:dt,jt=Object.create(kt.prototype),Ht=new Tt(Rt||[]);return _e(jt,"_invoke",{value:Et(Ct,yt,Ht)}),jt}function lt(Ct,It,yt){try{return{type:"normal",arg:Ct.call(It,yt)}}catch(Rt){return{type:"throw",arg:Rt}}}s.wrap=st;var et="suspendedStart",it="suspendedYield",ut="executing",ft="completed",ht={};function dt(){}function gt(){}function pt(){}var mt={};rt(mt,nt,function(){return this});var ct=Object.getPrototypeOf,vt=ct&&ct(ct(wt([])));vt&&vt!==$&&_.call(vt,nt)&&(mt=vt);var At=pt.prototype=dt.prototype=Object.create(mt);function xt(Ct){["next","throw","return"].forEach(function(It){rt(Ct,It,function(yt){return this._invoke(It,yt)})})}function bt(Ct,It){function yt(kt,jt,Ht,Ft){var _t=lt(Ct[kt],Ct,jt);if(_t.type!=="throw"){var Nt=_t.arg,Mt=Nt.value;return Mt&&_typeof$k(Mt)=="object"&&_.call(Mt,"__await")?It.resolve(Mt.__await).then(function(Lt){yt("next",Lt,Ht,Ft)},function(Lt){yt("throw",Lt,Ht,Ft)}):It.resolve(Mt).then(function(Lt){Nt.value=Lt,Ht(Nt)},function(Lt){return yt("throw",Lt,Ht,Ft)})}Ft(_t.arg)}var Rt;_e(this,"_invoke",{value:function(jt,Ht){function Ft(){return new It(function(_t,Nt){yt(jt,Ht,_t,Nt)})}return Rt=Rt?Rt.then(Ft,Ft):Ft()}})}function Et(Ct,It,yt){var Rt=et;return function(kt,jt){if(Rt===ut)throw new Error("Generator is already running");if(Rt===ft){if(kt==="throw")throw jt;return{value:a,done:!0}}for(yt.method=kt,yt.arg=jt;;){var Ht=yt.delegate;if(Ht){var Ft=St(Ht,yt);if(Ft){if(Ft===ht)continue;return Ft}}if(yt.method==="next")yt.sent=yt._sent=yt.arg;else if(yt.method==="throw"){if(Rt===et)throw Rt=ft,yt.arg;yt.dispatchException(yt.arg)}else yt.method==="return"&&yt.abrupt("return",yt.arg);Rt=ut;var _t=lt(Ct,It,yt);if(_t.type==="normal"){if(Rt=yt.done?ft:it,_t.arg===ht)continue;return{value:_t.arg,done:yt.done}}_t.type==="throw"&&(Rt=ft,yt.method="throw",yt.arg=_t.arg)}}}function St(Ct,It){var yt=It.method,Rt=Ct.iterator[yt];if(Rt===a)return It.delegate=null,yt==="throw"&&Ct.iterator.return&&(It.method="return",It.arg=a,St(Ct,It),It.method==="throw")||yt!=="return"&&(It.method="throw",It.arg=new TypeError("The iterator does not provide a '"+yt+"' method")),ht;var kt=lt(Rt,Ct.iterator,It.arg);if(kt.type==="throw")return It.method="throw",It.arg=kt.arg,It.delegate=null,ht;var jt=kt.arg;return jt?jt.done?(It[Ct.resultName]=jt.value,It.next=Ct.nextLoc,It.method!=="return"&&(It.method="next",It.arg=a),It.delegate=null,ht):jt:(It.method="throw",It.arg=new TypeError("iterator result is not an object"),It.delegate=null,ht)}function Bt(Ct){var It={tryLoc:Ct[0]};1 in Ct&&(It.catchLoc=Ct[1]),2 in Ct&&(It.finallyLoc=Ct[2],It.afterLoc=Ct[3]),this.tryEntries.push(It)}function Ot(Ct){var It=Ct.completion||{};It.type="normal",delete It.arg,Ct.completion=It}function Tt(Ct){this.tryEntries=[{tryLoc:"root"}],Ct.forEach(Bt,this),this.reset(!0)}function wt(Ct){if(Ct||Ct===""){var It=Ct[nt];if(It)return It.call(Ct);if(typeof Ct.next=="function")return Ct;if(!isNaN(Ct.length)){var yt=-1,Rt=function kt(){for(;++yt<Ct.length;)if(_.call(Ct,yt))return kt.value=Ct[yt],kt.done=!1,kt;return kt.value=a,kt.done=!0,kt};return Rt.next=Rt}}throw new TypeError(_typeof$k(Ct)+" is not iterable")}return gt.prototype=pt,_e(At,"constructor",{value:pt,configurable:!0}),_e(pt,"constructor",{value:gt,configurable:!0}),gt.displayName=rt(pt,ot,"GeneratorFunction"),s.isGeneratorFunction=function(Ct){var It=typeof Ct=="function"&&Ct.constructor;return!!It&&(It===gt||(It.displayName||It.name)==="GeneratorFunction")},s.mark=function(Ct){return Object.setPrototypeOf?Object.setPrototypeOf(Ct,pt):(Ct.__proto__=pt,rt(Ct,ot,"GeneratorFunction")),Ct.prototype=Object.create(At),Ct},s.awrap=function(Ct){return{__await:Ct}},xt(bt.prototype),rt(bt.prototype,at,function(){return this}),s.AsyncIterator=bt,s.async=function(Ct,It,yt,Rt,kt){kt===void 0&&(kt=Promise);var jt=new bt(st(Ct,It,yt,Rt),kt);return s.isGeneratorFunction(It)?jt:jt.next().then(function(Ht){return Ht.done?Ht.value:jt.next()})},xt(At),rt(At,ot,"Generator"),rt(At,nt,function(){return this}),rt(At,"toString",function(){return"[object Generator]"}),s.keys=function(Ct){var It=Object(Ct),yt=[];for(var Rt in It)yt.push(Rt);return yt.reverse(),function kt(){for(;yt.length;){var jt=yt.pop();if(jt in It)return kt.value=jt,kt.done=!1,kt}return kt.done=!0,kt}},s.values=wt,Tt.prototype={constructor:Tt,reset:function(It){if(this.prev=0,this.next=0,this.sent=this._sent=a,this.done=!1,this.delegate=null,this.method="next",this.arg=a,this.tryEntries.forEach(Ot),!It)for(var yt in this)yt.charAt(0)==="t"&&_.call(this,yt)&&!isNaN(+yt.slice(1))&&(this[yt]=a)},stop:function(){this.done=!0;var It=this.tryEntries[0].completion;if(It.type==="throw")throw It.arg;return this.rval},dispatchException:function(It){if(this.done)throw It;var yt=this;function Rt(Nt,Mt){return Ht.type="throw",Ht.arg=It,yt.next=Nt,Mt&&(yt.method="next",yt.arg=a),!!Mt}for(var kt=this.tryEntries.length-1;kt>=0;--kt){var jt=this.tryEntries[kt],Ht=jt.completion;if(jt.tryLoc==="root")return Rt("end");if(jt.tryLoc<=this.prev){var Ft=_.call(jt,"catchLoc"),_t=_.call(jt,"finallyLoc");if(Ft&&_t){if(this.prev<jt.catchLoc)return Rt(jt.catchLoc,!0);if(this.prev<jt.finallyLoc)return Rt(jt.finallyLoc)}else if(Ft){if(this.prev<jt.catchLoc)return Rt(jt.catchLoc,!0)}else{if(!_t)throw new Error("try statement without catch or finally");if(this.prev<jt.finallyLoc)return Rt(jt.finallyLoc)}}}},abrupt:function(It,yt){for(var Rt=this.tryEntries.length-1;Rt>=0;--Rt){var kt=this.tryEntries[Rt];if(kt.tryLoc<=this.prev&&_.call(kt,"finallyLoc")&&this.prev<kt.finallyLoc){var jt=kt;break}}jt&&(It==="break"||It==="continue")&&jt.tryLoc<=yt&&yt<=jt.finallyLoc&&(jt=null);var Ht=jt?jt.completion:{};return Ht.type=It,Ht.arg=yt,jt?(this.method="next",this.next=jt.finallyLoc,ht):this.complete(Ht)},complete:function(It,yt){if(It.type==="throw")throw It.arg;return It.type==="break"||It.type==="continue"?this.next=It.arg:It.type==="return"?(this.rval=this.arg=It.arg,this.method="return",this.next="end"):It.type==="normal"&&yt&&(this.next=yt),ht},finish:function(It){for(var yt=this.tryEntries.length-1;yt>=0;--yt){var Rt=this.tryEntries[yt];if(Rt.finallyLoc===It)return this.complete(Rt.completion,Rt.afterLoc),Ot(Rt),ht}},catch:function(It){for(var yt=this.tryEntries.length-1;yt>=0;--yt){var Rt=this.tryEntries[yt];if(Rt.tryLoc===It){var kt=Rt.completion;if(kt.type==="throw"){var jt=kt.arg;Ot(Rt)}return jt}}throw new Error("illegal catch attempt")},delegateYield:function(It,yt,Rt){return this.delegate={iterator:wt(It),resultName:yt,nextLoc:Rt},this.method==="next"&&(this.arg=a),ht}},s}var FormCore=function a(s){var $,_,_e,tt,nt,at=reactExports.useContext(FRContext),ot=useStore(at,function(Vt){return Vt.schema}),rt=useStore(at,function(Vt){return Vt.flattenSchema}),st=useStore(at,function(Vt){return Vt.setContext}),lt=reactExports.useContext(ThemeConfigProvider.ConfigContext),et=translation$1(lt),it=ot||{};it.type,it.properties;var ut=__rest$3(it,["type","properties"]),ft=transformProps(Object.assign(Object.assign({},s),ut)),ht=ft.formProps,dt=ft.displayType,gt=ft.beforeFinish,pt=ft.watch,mt=ft.onMount,ct=ft.column,vt=ft.labelWidth,At=ft.labelCol,xt=ft.fieldCol,bt=ft.maxWidth,Et=ft.form,St=ft.onFinish,Bt=ft.onFinishFailed,Ot=ft.readOnly,Tt=ft.disabled,wt=ft.footer,Ct=ft.removeHiddenData,It=ft.operateExtra,yt=ft.logOnMount,Rt=ft.logOnSubmit,kt=ft.id,jt=ft.className,Ht=ft.validateTrigger,Ft=ft.antdVersion;reactExports.useEffect(function(){Et.__initStore(at),setTimeout(_t,0),window.antdVersion=Ft},[]),reactExports.useEffect(function(){Et.setSchema(s.schema,!0)},[JSON.stringify(s.schema||{})]),reactExports.useEffect(function(){at.setState({removeHiddenData:Ct})},[Ct]),reactExports.useEffect(function(){var Vt={column:ct,readOnly:Ot,disabled:Tt,labelWidth:vt,displayType:dt,labelCol:At,fieldCol:xt,maxWidth:bt,validateTrigger:Ht};st(Vt)},[ct,At,xt,dt,vt,bt,Ot,Tt,Ht]);var _t=function(){return __awaiter(void 0,void 0,void 0,_regeneratorRuntime().mark(function Qt(){return _regeneratorRuntime().wrap(function(Zt){for(;;)switch(Zt.prev=Zt.next){case 0:if(Zt.t0=mt,!Zt.t0){Zt.next=4;break}return Zt.next=4,mt();case 4:Nt(),setTimeout(function(){var ar=Et.getValues();immediateWatch(pt,ar)},0);case 6:case"end":return Zt.stop()}},Qt)}))},Nt=function(){var Qt=new Date().getTime();if((isFunction$2(yt)||isFunction$2(Rt))&&(setSessionItem("FORM_MOUNT_TIME",Qt),setSessionItem("FORM_START",Qt)),isFunction$2(yt)){var qt={schema:s.schema,url:location.href,formData:JSON.stringify(Et.getValues()),formMount:yymmdd(Qt)};kt&&(qt.id=kt),yt(qt)}isFunction$2(Rt)&&(setSessionItem("NUMBER_OF_SUBMITS",0),setSessionItem("FAILED_ATTEMPTS",0))},Mt=function(Qt){if(isFunction$2(Rt)){var qt=getSessionItem("FORM_START"),Zt=getSessionItem("FORM_MOUNT_TIME"),ar=getSessionItem("NUMBER_OF_SUBMITS")+1,Jt=new Date().getTime(),rr=getSessionItem("FAILED_ATTEMPTS");Qt.errorFields.length>0&&(rr=rr+1);var Yt={formMount:yymmdd(Zt),ms:Jt-qt,duration:msToTime(Jt-qt),numberOfSubmits:ar,failedAttempts:rr,url:location.href,formData:JSON.stringify(Qt.values),errors:JSON.stringify(Qt.errorFields),schema:JSON.stringify(ot)};kt&&(Yt.id=kt),Rt(Yt),setSessionItem("FORM_START",Jt),setSessionItem("NUMBER_OF_SUBMITS",ar),setSessionItem("FAILED_ATTEMPTS",rr)}},Lt=function(Qt,qt){var Zt=filterValuesUndefined(qt,!0);valuesWatch(Qt,Zt,pt)},$t=function(Qt){var qt=cloneDeep(Qt);return qt=Ct?filterValuesHidden(qt,rt):cloneDeep(Et.getFieldsValue(!0)),qt=parseValuesToBind(qt,rt),qt=filterValuesUndefined(qt),qt},Pt=function(Qt){return __awaiter(void 0,void 0,void 0,_regeneratorRuntime().mark(function qt(){var Zt,ar;return _regeneratorRuntime().wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(Zt=$t(Qt),!gt){rr.next=7;break}return rr.next=4,gt({data:Zt,schema:ot,errors:[]});case 4:rr.t0=rr.sent,rr.next=8;break;case 7:rr.t0=null;case 8:if(ar=rr.t0,!((ar==null?void 0:ar.length)>0)){rr.next=12;break}return Et.setFields(ar),rr.abrupt("return");case 12:Mt({values:Zt}),St&&St(Zt,[]);case 14:case"end":return rr.stop()}},qt)}))},Dt=function(Qt){return __awaiter(void 0,void 0,void 0,_regeneratorRuntime().mark(function qt(){var Zt;return _regeneratorRuntime().wrap(function(Jt){for(;;)switch(Jt.prev=Jt.next){case 0:if(Zt=$t(Qt.values),Mt(Object.assign(Object.assign({},Qt),{values:Zt})),Bt){Jt.next=4;break}return Jt.abrupt("return");case 4:Bt(Object.assign(Object.assign({},Qt),{values:Zt}));case 5:case"end":return Jt.stop()}},qt)}))},Ut=($=getFormItemLayout(ct,{},{labelWidth:vt}))===null||$===void 0?void 0:$.labelCol;return React$a.createElement(Form$3,Object.assign({className:classnames("fr-form",_defineProperty$9({},jt,!!jt)),labelWrap:!0},ht,{disabled:Tt,form:Et,onFinish:Pt,onFinishFailed:Dt,onValuesChange:Lt}),React$a.createElement(Row$1,{gutter:dt==="row"?16:24},React$a.createElement(RenderCore,{schema:ot}),It),ot&&!!wt&&React$a.createElement(Row$1,{gutter:dt==="row"?16:24},React$a.createElement(Col$1,{span:24/ct},React$a.createElement(Form$3.Item,{label:dt!=="column"?"hideLabel":null,labelCol:Ut,className:"fr-hide-label"},isFunction$2(wt)?React$a.createElement(_Space,null,wt()):React$a.createElement(_Space,null,!(!((_=wt==null?void 0:wt.reset)===null||_===void 0)&&_.hide)&&React$a.createElement(Button$2,Object.assign({},wt==null?void 0:wt.reset,{onClick:function(){return Et.resetFields()}}),((_e=wt==null?void 0:wt.reset)===null||_e===void 0?void 0:_e.text)||et("reset")),!(!((tt=wt==null?void 0:wt.submit)===null||tt===void 0)&&tt.hide)&&React$a.createElement(Button$2,Object.assign({type:"primary",onClick:Et.submit},wt==null?void 0:wt.submit),((nt=wt==null?void 0:wt.submit)===null||nt===void 0?void 0:nt.text)||et("submit")))))))},zh_CN$5={},interopRequireDefault={exports:{}};(function(a){function s($){return $&&$.__esModule?$:{default:$}}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports})(interopRequireDefault);var interopRequireDefaultExports=interopRequireDefault.exports,zh_CN$4={};Object.defineProperty(zh_CN$4,"__esModule",{value:!0}),zh_CN$4.default=void 0;var locale$7={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页",page_size:"页码"};zh_CN$4.default=locale$7;var zh_CN$3={},zh_CN$2={},zh_CN$1={};Object.defineProperty(zh_CN$1,"__esModule",{value:!0}),zh_CN$1.default=void 0;var locale$6={locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",yearFormat:"YYYY年",dayFormat:"D日",dateFormat:"YYYY年M月D日",dateTimeFormat:"YYYY年M月D日 HH时mm分ss秒",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪"};zh_CN$1.default=locale$6;var zh_CN={};Object.defineProperty(zh_CN,"__esModule",{value:!0}),zh_CN.default=void 0;const locale$5={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]};zh_CN.default=locale$5;var _interopRequireDefault$n=interopRequireDefaultExports.default;Object.defineProperty(zh_CN$2,"__esModule",{value:!0}),zh_CN$2.default=void 0;var _zh_CN$2=_interopRequireDefault$n(zh_CN$1),_zh_CN2$1=_interopRequireDefault$n(zh_CN);const locale$4={lang:Object.assign({placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"]},_zh_CN$2.default),timePickerLocale:Object.assign({},_zh_CN2$1.default)};locale$4.lang.ok="确定",zh_CN$2.default=locale$4;var _interopRequireDefault$m=interopRequireDefaultExports.default;Object.defineProperty(zh_CN$3,"__esModule",{value:!0}),zh_CN$3.default=void 0;var _zh_CN$1=_interopRequireDefault$m(zh_CN$2);zh_CN$3.default=_zh_CN$1.default;var _interopRequireDefault$l=interopRequireDefaultExports.default;Object.defineProperty(zh_CN$5,"__esModule",{value:!0});var default_1$a=zh_CN$5.default=void 0,_zh_CN=_interopRequireDefault$l(zh_CN$4),_zh_CN2=_interopRequireDefault$l(zh_CN$3),_zh_CN3=_interopRequireDefault$l(zh_CN$2),_zh_CN4=_interopRequireDefault$l(zh_CN);const typeTemplate$2="${label}不是一个有效的${type}",localeValues$1={locale:"zh-cn",Pagination:_zh_CN.default,DatePicker:_zh_CN3.default,TimePicker:_zh_CN4.default,Calendar:_zh_CN2.default,global:{placeholder:"请选择"},Table:{filterTitle:"筛选",filterConfirm:"确定",filterReset:"重置",filterEmptyText:"无筛选项",filterCheckall:"全选",filterSearchPlaceholder:"在筛选项中搜索",selectAll:"全选当页",selectInvert:"反选当页",selectNone:"清空所有",selectionAll:"全选所有",sortTitle:"排序",expand:"展开行",collapse:"关闭行",triggerDesc:"点击降序",triggerAsc:"点击升序",cancelSort:"取消排序"},Modal:{okText:"确定",cancelText:"取消",justOkText:"知道了"},Tour:{Next:"下一步",Previous:"上一步",Finish:"结束导览"},Popconfirm:{cancelText:"取消",okText:"确定"},Transfer:{titles:["",""],searchPlaceholder:"请输入搜索内容",itemUnit:"项",itemsUnit:"项",remove:"删除",selectCurrent:"全选当页",removeCurrent:"删除当页",selectAll:"全选所有",removeAll:"删除全部",selectInvert:"反选当页"},Upload:{uploading:"文件上传中",removeFile:"删除文件",uploadError:"上传错误",previewFile:"预览文件",downloadFile:"下载文件"},Empty:{description:"暂无数据"},Icon:{icon:"图标"},Text:{edit:"编辑",copy:"复制",copied:"复制成功",expand:"展开"},PageHeader:{back:"返回"},Form:{optional:"(可选)",defaultValidateMessages:{default:"字段验证错误${label}",required:"请输入${label}",enum:"${label}必须是其中一个[${enum}]",whitespace:"${label}不能为空字符",date:{format:"${label}日期格式无效",parse:"${label}不能转换为日期",invalid:"${label}是一个无效日期"},types:{string:typeTemplate$2,method:typeTemplate$2,array:typeTemplate$2,object:typeTemplate$2,number:typeTemplate$2,date:typeTemplate$2,boolean:typeTemplate$2,integer:typeTemplate$2,float:typeTemplate$2,regexp:typeTemplate$2,email:typeTemplate$2,url:typeTemplate$2,hex:typeTemplate$2},string:{len:"${label}须为${len}个字符",min:"${label}最少${min}个字符",max:"${label}最多${max}个字符",range:"${label}须在${min}-${max}字符之间"},number:{len:"${label}必须等于${len}",min:"${label}最小值为${min}",max:"${label}最大值为${max}",range:"${label}须在${min}-${max}之间"},array:{len:"须为${len}个${label}",min:"最少${min}个${label}",max:"最多${max}个${label}",range:"${label}数量须在${min}-${max}之间"},pattern:{mismatch:"${label}与模式不匹配${pattern}"}}},Image:{preview:"预览"},QRCode:{expired:"二维码过期",refresh:"点击刷新"},ColorPicker:{presetEmpty:"暂无"}};default_1$a=zh_CN$5.default=localeValues$1;var en_US$5={},en_US$4={};Object.defineProperty(en_US$4,"__esModule",{value:!0}),en_US$4.default=void 0;var locale$3={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"};en_US$4.default=locale$3;var en_US$3={},en_US$2={},en_US$1={};Object.defineProperty(en_US$1,"__esModule",{value:!0}),en_US$1.default=void 0;var locale$2={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"};en_US$1.default=locale$2;var en_US={};Object.defineProperty(en_US,"__esModule",{value:!0}),en_US.default=void 0;const locale$1={placeholder:"Select time",rangePlaceholder:["Start time","End time"]};en_US.default=locale$1;var _interopRequireDefault$k=interopRequireDefaultExports.default;Object.defineProperty(en_US$2,"__esModule",{value:!0}),en_US$2.default=void 0;var _en_US$2=_interopRequireDefault$k(en_US$1),_en_US2$1=_interopRequireDefault$k(en_US);const locale={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},_en_US$2.default),timePickerLocale:Object.assign({},_en_US2$1.default)};en_US$2.default=locale;var _interopRequireDefault$j=interopRequireDefaultExports.default;Object.defineProperty(en_US$3,"__esModule",{value:!0}),en_US$3.default=void 0;var _en_US$1=_interopRequireDefault$j(en_US$2);en_US$3.default=_en_US$1.default;var _interopRequireDefault$i=interopRequireDefaultExports.default;Object.defineProperty(en_US$5,"__esModule",{value:!0});var default_1$9=en_US$5.default=void 0,_en_US=_interopRequireDefault$i(en_US$4),_en_US2=_interopRequireDefault$i(en_US$3),_en_US3=_interopRequireDefault$i(en_US$2),_en_US4=_interopRequireDefault$i(en_US);const typeTemplate$1="${label} is not a valid ${type}",localeValues={locale:"en",Pagination:_en_US.default,DatePicker:_en_US3.default,TimePicker:_en_US4.default,Calendar:_en_US2.default,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:typeTemplate$1,method:typeTemplate$1,array:typeTemplate$1,object:typeTemplate$1,number:typeTemplate$1,date:typeTemplate$1,boolean:typeTemplate$1,integer:typeTemplate$1,float:typeTemplate$1,regexp:typeTemplate$1,email:typeTemplate$1,url:typeTemplate$1,hex:typeTemplate$1},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh"},ColorPicker:{presetEmpty:"Empty"}};default_1$9=en_US$5.default=localeValues;const enUS={copy_max_tip:"The maximum number of table items has been reached and cannot be copied",copy:"Copy",add_item:"Add a new line",confirm_delete:"Are you sure to delete?",confirm:"Yes",cancel:"No",operate:"Operate",delete:"Delete",edit:"Edit",img_src_error:"Image address error",upload:"Upload",upload_success:"upload success",upload_fail:"upload failed",uploaded_address:"Uploaded address",test_src:"Test address",schema_not_match:"Schema does not match the display component:",item:"Item",search:"Search",reset:"Reset",expand:"Expand",fold:"Fold",submit:"Submit",save:"Save",moveDown:"Move Down",moveUp:"Move Up"},zhCN={copy_max_tip:"已达表单项数量上限,无法复制!",copy:"复制",add_item:"新增一条",confirm_delete:"确定删除?",confirm:"确定",cancel:"取消",operate:"操作",delete:"删除",edit:"编辑",img_src_error:"图片地址错误",upload:"上传",upload_success:"上传成功",upload_fail:"上传失败",uploaded_address:"已上传地址",test_src:"测试链接",schema_not_match:"schema未匹配到展示组件:",item:"项目",search:"查询",reset:"重置",expand:"展开",fold:"收起",submit:"提交",save:"保存",moveDown:"下移",moveUp:"上移"},locales={"en-US":enUS,"zh-CN":zhCN};var zhCn={exports:{}};(function(a,s){(function($,_){a.exports=_(dayjs_minExports)})(commonjsGlobal,function($){function _(nt){return nt&&typeof nt=="object"&&"default"in nt?nt:{default:nt}}var _e=_($),tt={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(nt,at){return at==="W"?nt+"周":nt+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(nt,at){var ot=100*nt+at;return ot<600?"凌晨":ot<900?"早上":ot<1100?"上午":ot<1300?"中午":ot<1800?"下午":"晚上"}};return _e.default.locale(tt,null,!0),tt})})(zhCn);var createStore=function a(){return createStore$1(function(s,$){return{initialized:!1,schema:{},flattenSchema:{},context:{},init:function(_e){return s(Object.assign({initialized:!0},_e))},setContext:function(_e){return s({context:_e})}}})},typeTemplate="'${label}' is not a valid ${type}",typeTemplateCN="数据类型必须是 ${type}",validateMessagesEN={default:"Validation error on field '${label}'",required:"'${label}' is required",enum:"'${label}' must be one of [${enum}]",whitespace:"'${label}' cannot be empty",date:{format:"'${label}' is invalid for format date",parse:"'${label}' could not be parsed as date",invalid:"'${label}' is invalid date"},types:{string:typeTemplate,method:typeTemplate,array:typeTemplate,object:typeTemplate,number:typeTemplate,date:typeTemplate,boolean:typeTemplate,integer:typeTemplate,float:typeTemplate,regexp:typeTemplate,email:typeTemplate,url:typeTemplate,hex:typeTemplate},string:{len:"'${label}' must be exactly ${len} characters",min:"'${label}' must be at least ${min} characters",max:"'${label}' cannot be longer than ${max} characters",range:"'${label}' must be between ${min} and ${max} characters"},number:{len:"'${label}' must equal ${len}",min:"'${label}' cannot be less than ${min}",max:"'${label}' cannot be greater than ${max}",range:"'${label}' must be between ${min} and ${max}"},array:{len:"'${label}' must be exactly ${len} in length",min:"'${label}' cannot be less than ${min} in length",max:"'${label}' cannot be greater than ${max} in length",range:"'${label}' must be between ${min} and ${max} in length"},pattern:{mismatch:"'${label}' does not match pattern ${pattern}"}},validateMessagesCN={default:"${label}未通过校验",required:"${label}必填",whitespace:"${label}不能为空",date:{format:"${label}的格式错误",parse:"${label}无法被解析",invalid:"${label}数据不合法"},types:{string:typeTemplateCN,method:typeTemplateCN,array:typeTemplateCN,object:typeTemplateCN,number:typeTemplateCN,date:typeTemplateCN,boolean:typeTemplateCN,integer:typeTemplateCN,float:typeTemplateCN,regexp:typeTemplateCN,email:typeTemplateCN,url:typeTemplateCN,hex:typeTemplateCN},string:{len:"${label}长度不是${len}",min:"${label}长度不能小于${min}",max:"${label}长度不能大于${max}",range:"${label}长度需在${min}与${max}之间"},number:{len:"${label}不等于${len}",min:"${label}不能小于${min}",max:"${label}不能大于${max}",range:"${label}需在${min}与${max}之间"},array:{len:"${label}长度不是${len}",min:"${label}长度不能小于${min}",max:"${label}长度不能大于${max}",range:"${label}长度需在${min}与${max}之间"},pattern:{mismatch:"${label}未通过正则判断${pattern}"}};function withProvider(a,s){return function($){var _=$.configProvider,_e=$.locale,tt=_e===void 0?"zh-CN":_e,nt=$.widgets,at=$.methods,ot=$.form,rt=$.validateMessages,st=$.globalProps,lt=st===void 0?{}:st,et=$.globalConfig,it=et===void 0?{}:et,ut=__rest$3($,["configProvider","locale","widgets","methods","form","validateMessages","globalProps","globalConfig"]),ft=reactExports.useRef(createStore()),ht=ft.current;if(reactExports.useEffect(function(){if(tt==="en-US"){dayjs.locale("en");return}dayjs.locale("zh-cn")},[tt]),useUnmount$1(function(){ot.resetFields()}),!ot)return console.warn("Please provide a form instance to FormRender"),null;var dt=tt==="zh-CN"?default_1$a:default_1$9,gt=tt==="zh-CN"?validateMessagesCN:validateMessagesEN,pt={locale:tt,widgets:Object.assign(Object.assign({},s),nt),methods:at,form:ot,globalProps:lt,globalConfig:it},mt=Object.assign(Object.assign(Object.assign({},dt),{FormRender:locales[tt]}),_==null?void 0:_.locale);return React$a.createElement(ThemeConfigProvider,Object.assign({},_,{locale:mt,form:{validateMessages:Object.assign(Object.assign({},gt),rt)}}),React$a.createElement(ConfigContext.Provider,{value:pt},React$a.createElement(FRContext.Provider,{value:ht},React$a.createElement(a,Object.assign({form:ot},ut)))))}}var getProps=function a(s,$){var _={};return Object.keys(s).forEach(function(_e){$.includes(_e)||(_[_e]=s[_e])}),_};const withFieldWrap=function(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:["addons","schema","dependValues"];return function($){return React$a.createElement(a,Object.assign({},getProps($,s)))}},Input=withFieldWrap(_Input),InputNumber=withFieldWrap(_InputNumber);var TextArea=function a(s){var $=Object.assign({autoSize:{minRows:3}},s);return $.rows&&delete $.autoSize,React$a.createElement(_Input.TextArea,Object.assign({},$))};const TextArea$1=withFieldWrap(TextArea),MultiSelect=withFieldWrap(_Select),Switch=withFieldWrap(_Switch);var RadioComp=function a(s){var $=s.direction,_=$===void 0?"row":$,_e=s.options,tt=_e===void 0?[]:_e,nt=__rest$3(s,["direction","options"]);return _==="column"?React$a.createElement(_Radio.Group,Object.assign({},nt),React$a.createElement(_Space,{direction:"vertical"},tt.map(function(at){var ot=at.value,rt=at.label,st=__rest$3(at,["value","label"]);return React$a.createElement(_Radio,Object.assign({key:ot,value:ot},st),rt)}))):React$a.createElement(_Radio.Group,Object.assign({},nt,{options:tt}))};const Radio=withFieldWrap(RadioComp),index$2=withFieldWrap(_Rate),TreeSelect=withFieldWrap(_TreeSelect);var CheckBox=function a(s){var $=s.title,_=__rest$3(s,["title"]);return React$a.createElement(React$a.Fragment,null,React$a.createElement(_Checkbox,Object.assign({},_)),React$a.createElement("span",{style:{marginLeft:"12px"}},$))};const Checkbox=withFieldWrap(CheckBox);var Checkboxes=function a(s){var $=s.direction,_=$===void 0?"row":$,_e=s.options,tt=_e===void 0?[]:_e,nt=__rest$3(s,["direction","options"]);return _==="column"?React$a.createElement(_Checkbox.Group,Object.assign({},nt),React$a.createElement(_Space,{direction:"vertical"},tt.map(function(at){var ot=at.value,rt=at.label,st=__rest$3(at,["value","label"]);return React$a.createElement(_Checkbox,Object.assign({key:ot,value:ot},st),rt)}))):React$a.createElement(_Checkbox.Group,Object.assign({},nt,{options:tt}))};const Checkboxes$1=withFieldWrap(Checkboxes);var lib$1={exports:{}},ColorPicker$1={exports:{}},propTypes={exports:{}},ReactPropTypesSecret$1="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",ReactPropTypesSecret_1=ReactPropTypesSecret$1,ReactPropTypesSecret=ReactPropTypesSecret_1;function emptyFunction(){}function emptyFunctionWithReset(){}emptyFunctionWithReset.resetWarningCache=emptyFunction;var factoryWithThrowingShims=function(){function a(_,_e,tt,nt,at,ot){if(ot!==ReactPropTypesSecret){var rt=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw rt.name="Invariant Violation",rt}}a.isRequired=a;function s(){return a}var $={array:a,bigint:a,bool:a,func:a,number:a,object:a,string:a,symbol:a,any:a,arrayOf:s,element:a,elementType:a,instanceOf:s,node:a,objectOf:s,oneOf:s,oneOfType:s,shape:s,exact:s,checkPropTypes:emptyFunctionWithReset,resetWarningCache:emptyFunction};return $.PropTypes=$,$};propTypes.exports=factoryWithThrowingShims();var propTypesExports=propTypes.exports;const PropTypes=getDefaultExportFromCjs(propTypesExports);var _global={exports:{}},global$5=_global.exports=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=global$5);var _globalExports=_global.exports,_core={exports:{}},core$3=_core.exports={version:"2.6.12"};typeof __e=="number"&&(__e=core$3);var _coreExports=_core.exports,_aFunction=function(a){if(typeof a!="function")throw TypeError(a+" is not a function!");return a},aFunction=_aFunction,_ctx=function(a,s,$){if(aFunction(a),s===void 0)return a;switch($){case 1:return function(_){return a.call(s,_)};case 2:return function(_,_e){return a.call(s,_,_e)};case 3:return function(_,_e,tt){return a.call(s,_,_e,tt)}}return function(){return a.apply(s,arguments)}},_objectDp={},_isObject=function(a){return typeof a=="object"?a!==null:typeof a=="function"},isObject$5=_isObject,_anObject=function(a){if(!isObject$5(a))throw TypeError(a+" is not an object!");return a},_fails,hasRequired_fails;function require_fails(){return hasRequired_fails||(hasRequired_fails=1,_fails=function(a){try{return!!a()}catch{return!0}}),_fails}var _descriptors,hasRequired_descriptors;function require_descriptors(){return hasRequired_descriptors||(hasRequired_descriptors=1,_descriptors=!require_fails()(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})),_descriptors}var _domCreate,hasRequired_domCreate;function require_domCreate(){if(hasRequired_domCreate)return _domCreate;hasRequired_domCreate=1;var a=_isObject,s=_globalExports.document,$=a(s)&&a(s.createElement);return _domCreate=function(_){return $?s.createElement(_):{}},_domCreate}var _ie8DomDefine=!require_descriptors()&&!require_fails()(function(){return Object.defineProperty(require_domCreate()("div"),"a",{get:function(){return 7}}).a!=7}),isObject$4=_isObject,_toPrimitive$5=function(a,s){if(!isObject$4(a))return a;var $,_;if(s&&typeof($=a.toString)=="function"&&!isObject$4(_=$.call(a))||typeof($=a.valueOf)=="function"&&!isObject$4(_=$.call(a))||!s&&typeof($=a.toString)=="function"&&!isObject$4(_=$.call(a)))return _;throw TypeError("Can't convert object to primitive value")},anObject$3=_anObject,IE8_DOM_DEFINE$1=_ie8DomDefine,toPrimitive$3=_toPrimitive$5,dP$3=Object.defineProperty;_objectDp.f=require_descriptors()?Object.defineProperty:function a(s,$,_){if(anObject$3(s),$=toPrimitive$3($,!0),anObject$3(_),IE8_DOM_DEFINE$1)try{return dP$3(s,$,_)}catch{}if("get"in _||"set"in _)throw TypeError("Accessors not supported!");return"value"in _&&(s[$]=_.value),s};var _propertyDesc=function(a,s){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:s}},dP$2=_objectDp,createDesc$2=_propertyDesc,_hide=require_descriptors()?function(a,s,$){return dP$2.f(a,s,createDesc$2(1,$))}:function(a,s,$){return a[s]=$,a},hasOwnProperty={}.hasOwnProperty,_has=function(a,s){return hasOwnProperty.call(a,s)},global$4=_globalExports,core$2=_coreExports,ctx=_ctx,hide$1=_hide,has$4=_has,PROTOTYPE$2="prototype",$export$5=function(a,s,$){var _=a&$export$5.F,_e=a&$export$5.G,tt=a&$export$5.S,nt=a&$export$5.P,at=a&$export$5.B,ot=a&$export$5.W,rt=_e?core$2:core$2[s]||(core$2[s]={}),st=rt[PROTOTYPE$2],lt=_e?global$4:tt?global$4[s]:(global$4[s]||{})[PROTOTYPE$2],et,it,ut;_e&&($=s);for(et in $)it=!_&&lt&&lt[et]!==void 0,!(it&&has$4(rt,et))&&(ut=it?lt[et]:$[et],rt[et]=_e&&typeof lt[et]!="function"?$[et]:at&&it?ctx(ut,global$4):ot&&lt[et]==ut?function(ft){var ht=function(dt,gt,pt){if(this instanceof ft){switch(arguments.length){case 0:return new ft;case 1:return new ft(dt);case 2:return new ft(dt,gt)}return new ft(dt,gt,pt)}return ft.apply(this,arguments)};return ht[PROTOTYPE$2]=ft[PROTOTYPE$2],ht}(ut):nt&&typeof ut=="function"?ctx(Function.call,ut):ut,nt&&((rt.virtual||(rt.virtual={}))[et]=ut,a&$export$5.R&&st&&!st[et]&&hide$1(st,et,ut)))};$export$5.F=1,$export$5.G=2,$export$5.S=4,$export$5.P=8,$export$5.B=16,$export$5.W=32,$export$5.U=64,$export$5.R=128;var _export=$export$5,_cof,hasRequired_cof;function require_cof(){if(hasRequired_cof)return _cof;hasRequired_cof=1;var a={}.toString;return _cof=function(s){return a.call(s).slice(8,-1)},_cof}var _iobject,hasRequired_iobject;function require_iobject(){if(hasRequired_iobject)return _iobject;hasRequired_iobject=1;var a=require_cof();return _iobject=Object("z").propertyIsEnumerable(0)?Object:function(s){return a(s)=="String"?s.split(""):Object(s)},_iobject}var _defined,hasRequired_defined;function require_defined(){return hasRequired_defined||(hasRequired_defined=1,_defined=function(a){if(a==null)throw TypeError("Can't call method on "+a);return a}),_defined}var IObject=require_iobject(),defined$1=require_defined(),_toIobject=function(a){return IObject(defined$1(a))},ceil=Math.ceil,floor=Math.floor,_toInteger=function(a){return isNaN(a=+a)?0:(a>0?floor:ceil)(a)},_toLength,hasRequired_toLength;function require_toLength(){if(hasRequired_toLength)return _toLength;hasRequired_toLength=1;var a=_toInteger,s=Math.min;return _toLength=function($){return $>0?s(a($),9007199254740991):0},_toLength}var _toAbsoluteIndex,hasRequired_toAbsoluteIndex;function require_toAbsoluteIndex(){if(hasRequired_toAbsoluteIndex)return _toAbsoluteIndex;hasRequired_toAbsoluteIndex=1;var a=_toInteger,s=Math.max,$=Math.min;return _toAbsoluteIndex=function(_,_e){return _=a(_),_<0?s(_+_e,0):$(_,_e)},_toAbsoluteIndex}var _arrayIncludes,hasRequired_arrayIncludes;function require_arrayIncludes(){if(hasRequired_arrayIncludes)return _arrayIncludes;hasRequired_arrayIncludes=1;var a=_toIobject,s=require_toLength(),$=require_toAbsoluteIndex();return _arrayIncludes=function(_){return function(_e,tt,nt){var at=a(_e),ot=s(at.length),rt=$(nt,ot),st;if(_&&tt!=tt){for(;ot>rt;)if(st=at[rt++],st!=st)return!0}else for(;ot>rt;rt++)if((_||rt in at)&&at[rt]===tt)return _||rt||0;return!_&&-1}},_arrayIncludes}var _shared={exports:{}},_library=!0,core$1=_coreExports,global$3=_globalExports,SHARED="__core-js_shared__",store$1=global$3[SHARED]||(global$3[SHARED]={});(_shared.exports=function(a,s){return store$1[a]||(store$1[a]=s!==void 0?s:{})})("versions",[]).push({version:core$1.version,mode:"pure",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"});var _sharedExports=_shared.exports,id$1=0,px=Math.random(),_uid=function(a){return"Symbol(".concat(a===void 0?"":a,")_",(++id$1+px).toString(36))},shared$1=_sharedExports("keys"),uid$2=_uid,_sharedKey=function(a){return shared$1[a]||(shared$1[a]=uid$2(a))},_objectKeysInternal,hasRequired_objectKeysInternal;function require_objectKeysInternal(){if(hasRequired_objectKeysInternal)return _objectKeysInternal;hasRequired_objectKeysInternal=1;var a=_has,s=_toIobject,$=require_arrayIncludes()(!1),_=_sharedKey("IE_PROTO");return _objectKeysInternal=function(_e,tt){var nt=s(_e),at=0,ot=[],rt;for(rt in nt)rt!=_&&a(nt,rt)&&ot.push(rt);for(;tt.length>at;)a(nt,rt=tt[at++])&&(~$(ot,rt)||ot.push(rt));return ot},_objectKeysInternal}var _enumBugKeys="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","),_objectKeys,hasRequired_objectKeys;function require_objectKeys(){if(hasRequired_objectKeys)return _objectKeys;hasRequired_objectKeys=1;var a=require_objectKeysInternal(),s=_enumBugKeys;return _objectKeys=Object.keys||function(_){return a(_,s)},_objectKeys}var _objectGops={},hasRequired_objectGops;function require_objectGops(){return hasRequired_objectGops||(hasRequired_objectGops=1,_objectGops.f=Object.getOwnPropertySymbols),_objectGops}var _objectPie={},hasRequired_objectPie;function require_objectPie(){return hasRequired_objectPie||(hasRequired_objectPie=1,_objectPie.f={}.propertyIsEnumerable),_objectPie}var _toObject,hasRequired_toObject;function require_toObject(){if(hasRequired_toObject)return _toObject;hasRequired_toObject=1;var a=require_defined();return _toObject=function(s){return Object(a(s))},_toObject}var _objectAssign,hasRequired_objectAssign;function require_objectAssign(){if(hasRequired_objectAssign)return _objectAssign;hasRequired_objectAssign=1;var a=require_descriptors(),s=require_objectKeys(),$=require_objectGops(),_=require_objectPie(),_e=require_toObject(),tt=require_iobject(),nt=Object.assign;return _objectAssign=!nt||require_fails()(function(){var at={},ot={},rt=Symbol(),st="abcdefghijklmnopqrst";return at[rt]=7,st.split("").forEach(function(lt){ot[lt]=lt}),nt({},at)[rt]!=7||Object.keys(nt({},ot)).join("")!=st})?function(ot,rt){for(var st=_e(ot),lt=arguments.length,et=1,it=$.f,ut=_.f;lt>et;)for(var ft=tt(arguments[et++]),ht=it?s(ft).concat(it(ft)):s(ft),dt=ht.length,gt=0,pt;dt>gt;)pt=ht[gt++],(!a||ut.call(ft,pt))&&(st[pt]=ft[pt]);return st}:nt,_objectAssign}var $export$4=_export;$export$4($export$4.S+$export$4.F,"Object",{assign:require_objectAssign()});var assign$1=_coreExports.Object.assign,assign={default:assign$1,__esModule:!0},_assign$1=assign,_assign2=_interopRequireDefault$h(_assign$1);function _interopRequireDefault$h(a){return a&&a.__esModule?a:{default:a}}var _default$i=_assign2.default||function(a){for(var s=1;s<arguments.length;s++){var $=arguments[s];for(var _ in $)Object.prototype.hasOwnProperty.call($,_)&&(a[_]=$[_])}return a},_assign=objectAssign,emptyObject={};function _invariant(a,s,$,_,_e,tt,nt,at){if(!a){var ot;if(s===void 0)ot=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var rt=[$,_,_e,tt,nt,at],st=0;ot=new Error(s.replace(/%s/g,function(){return rt[st++]})),ot.name="Invariant Violation"}throw ot.framesToPop=1,ot}}var MIXINS_KEY="mixins";function identity(a){return a}function factory$1(a,s,$){var _=[],_e={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},tt={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},nt={displayName:function(mt,ct){mt.displayName=ct},mixins:function(mt,ct){if(ct)for(var vt=0;vt<ct.length;vt++)ot(mt,ct[vt])},childContextTypes:function(mt,ct){mt.childContextTypes=_assign({},mt.childContextTypes,ct)},contextTypes:function(mt,ct){mt.contextTypes=_assign({},mt.contextTypes,ct)},getDefaultProps:function(mt,ct){mt.getDefaultProps?mt.getDefaultProps=lt(mt.getDefaultProps,ct):mt.getDefaultProps=ct},propTypes:function(mt,ct){mt.propTypes=_assign({},mt.propTypes,ct)},statics:function(mt,ct){rt(mt,ct)},autobind:function(){}};function at(mt,ct){var vt=_e.hasOwnProperty(ct)?_e[ct]:null;dt.hasOwnProperty(ct)&&_invariant(vt==="OVERRIDE_BASE","ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",ct),mt&&_invariant(vt==="DEFINE_MANY"||vt==="DEFINE_MANY_MERGED","ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",ct)}function ot(mt,ct){if(ct){_invariant(typeof ct!="function","ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),_invariant(!s(ct),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var vt=mt.prototype,At=vt.__reactAutoBindPairs;ct.hasOwnProperty(MIXINS_KEY)&&nt.mixins(mt,ct.mixins);for(var xt in ct)if(ct.hasOwnProperty(xt)&&xt!==MIXINS_KEY){var bt=ct[xt],Et=vt.hasOwnProperty(xt);if(at(Et,xt),nt.hasOwnProperty(xt))nt[xt](mt,bt);else{var St=_e.hasOwnProperty(xt),Bt=typeof bt=="function",Ot=Bt&&!St&&!Et&&ct.autobind!==!1;if(Ot)At.push(xt,bt),vt[xt]=bt;else if(Et){var Tt=_e[xt];_invariant(St&&(Tt==="DEFINE_MANY_MERGED"||Tt==="DEFINE_MANY"),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",Tt,xt),Tt==="DEFINE_MANY_MERGED"?vt[xt]=lt(vt[xt],bt):Tt==="DEFINE_MANY"&&(vt[xt]=et(vt[xt],bt))}else vt[xt]=bt}}}}function rt(mt,ct){if(ct)for(var vt in ct){var At=ct[vt];if(ct.hasOwnProperty(vt)){var xt=vt in nt;_invariant(!xt,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',vt);var bt=vt in mt;if(bt){var Et=tt.hasOwnProperty(vt)?tt[vt]:null;_invariant(Et==="DEFINE_MANY_MERGED","ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",vt),mt[vt]=lt(mt[vt],At);return}mt[vt]=At}}}function st(mt,ct){_invariant(mt&&ct&&typeof mt=="object"&&typeof ct=="object","mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var vt in ct)ct.hasOwnProperty(vt)&&(_invariant(mt[vt]===void 0,"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",vt),mt[vt]=ct[vt]);return mt}function lt(mt,ct){return function(){var At=mt.apply(this,arguments),xt=ct.apply(this,arguments);if(At==null)return xt;if(xt==null)return At;var bt={};return st(bt,At),st(bt,xt),bt}}function et(mt,ct){return function(){mt.apply(this,arguments),ct.apply(this,arguments)}}function it(mt,ct){var vt=ct.bind(mt);return vt}function ut(mt){for(var ct=mt.__reactAutoBindPairs,vt=0;vt<ct.length;vt+=2){var At=ct[vt],xt=ct[vt+1];mt[At]=it(mt,xt)}}var ft={componentDidMount:function(){this.__isMounted=!0}},ht={componentWillUnmount:function(){this.__isMounted=!1}},dt={replaceState:function(mt,ct){this.updater.enqueueReplaceState(this,mt,ct)},isMounted:function(){return!!this.__isMounted}},gt=function(){};_assign(gt.prototype,a.prototype,dt);function pt(mt){var ct=function(At,xt,bt){this.__reactAutoBindPairs.length&&ut(this),this.props=At,this.context=xt,this.refs=emptyObject,this.updater=bt||$,this.state=null;var Et=this.getInitialState?this.getInitialState():null;_invariant(typeof Et=="object"&&!Array.isArray(Et),"%s.getInitialState(): must return an object or null",ct.displayName||"ReactCompositeComponent"),this.state=Et};ct.prototype=new gt,ct.prototype.constructor=ct,ct.prototype.__reactAutoBindPairs=[],_.forEach(ot.bind(null,ct)),ot(ct,ft),ot(ct,mt),ot(ct,ht),ct.getDefaultProps&&(ct.defaultProps=ct.getDefaultProps()),_invariant(ct.prototype.render,"createClass(...): Class specification must implement a `render` method.");for(var vt in _e)ct.prototype[vt]||(ct.prototype[vt]=null);return ct}return pt}var factory_1=factory$1,React$9=reactExports,factory=factory_1;if(typeof React$9>"u")throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var ReactNoopUpdateQueue=new React$9.Component().updater,createReactClass=factory(React$9.Component,React$9.isValidElement,ReactNoopUpdateQueue);const createReactClass$1=getDefaultExportFromCjs(createReactClass);function contains$2(a,s){for(var $=s;$;){if($===a)return!0;$=$.parentNode}return!1}var addEventListener$2={},lib={exports:{}},EventObject={exports:{}},EventBaseObject={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});function $(){return!1}function _(){return!0}function _e(){this.timeStamp=Date.now(),this.target=void 0,this.currentTarget=void 0}_e.prototype={isEventObject:1,constructor:_e,isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){this.isDefaultPrevented=_},stopPropagation:function(){this.isPropagationStopped=_},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=_,this.stopPropagation()},halt:function(nt){nt?this.stopImmediatePropagation():this.stopPropagation(),this.preventDefault()}},s.default=_e,a.exports=s.default})(EventBaseObject,EventBaseObject.exports);var EventBaseObjectExports=EventBaseObject.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});function $(ht){return ht&&ht.__esModule?ht:{default:ht}}var _=EventBaseObjectExports,_e=$(_),tt=objectAssign,nt=$(tt),at=!0,ot=!1,rt=["altKey","bubbles","cancelable","ctrlKey","currentTarget","eventPhase","metaKey","shiftKey","target","timeStamp","view","type"];function st(ht){return ht==null}var lt=[{reg:/^key/,props:["char","charCode","key","keyCode","which"],fix:function(dt,gt){st(dt.which)&&(dt.which=st(gt.charCode)?gt.keyCode:gt.charCode),dt.metaKey===void 0&&(dt.metaKey=dt.ctrlKey)}},{reg:/^touch/,props:["touches","changedTouches","targetTouches"]},{reg:/^hashchange$/,props:["newURL","oldURL"]},{reg:/^gesturechange$/i,props:["rotation","scale"]},{reg:/^(mousewheel|DOMMouseScroll)$/,props:[],fix:function(dt,gt){var pt=void 0,mt=void 0,ct=void 0,vt=gt.wheelDelta,At=gt.axis,xt=gt.wheelDeltaY,bt=gt.wheelDeltaX,Et=gt.detail;vt&&(ct=vt/120),Et&&(ct=0-(Et%3===0?Et/3:Et)),At!==void 0&&(At===dt.HORIZONTAL_AXIS?(mt=0,pt=0-ct):At===dt.VERTICAL_AXIS&&(pt=0,mt=ct)),xt!==void 0&&(mt=xt/120),bt!==void 0&&(pt=-1*bt/120),!pt&&!mt&&(mt=ct),pt!==void 0&&(dt.deltaX=pt),mt!==void 0&&(dt.deltaY=mt),ct!==void 0&&(dt.delta=ct)}},{reg:/^mouse|contextmenu|click|mspointer|(^DOMMouseScroll$)/i,props:["buttons","clientX","clientY","button","offsetX","relatedTarget","which","fromElement","toElement","offsetY","pageX","pageY","screenX","screenY"],fix:function(dt,gt){var pt=void 0,mt=void 0,ct=void 0,vt=dt.target,At=gt.button;return vt&&st(dt.pageX)&&!st(gt.clientX)&&(pt=vt.ownerDocument||document,mt=pt.documentElement,ct=pt.body,dt.pageX=gt.clientX+(mt&&mt.scrollLeft||ct&&ct.scrollLeft||0)-(mt&&mt.clientLeft||ct&&ct.clientLeft||0),dt.pageY=gt.clientY+(mt&&mt.scrollTop||ct&&ct.scrollTop||0)-(mt&&mt.clientTop||ct&&ct.clientTop||0)),!dt.which&&At!==void 0&&(At&1?dt.which=1:At&2?dt.which=3:At&4?dt.which=2:dt.which=0),!dt.relatedTarget&&dt.fromElement&&(dt.relatedTarget=dt.fromElement===vt?dt.toElement:dt.fromElement),dt}}];function et(){return at}function it(){return ot}function ut(ht){var dt=ht.type,gt=typeof ht.stopPropagation=="function"||typeof ht.cancelBubble=="boolean";_e.default.call(this),this.nativeEvent=ht;var pt=it;"defaultPrevented"in ht?pt=ht.defaultPrevented?et:it:"getPreventDefault"in ht?pt=ht.getPreventDefault()?et:it:"returnValue"in ht&&(pt=ht.returnValue===ot?et:it),this.isDefaultPrevented=pt;var mt=[],ct=void 0,vt=void 0,At=void 0,xt=rt.concat();for(lt.forEach(function(bt){dt.match(bt.reg)&&(xt=xt.concat(bt.props),bt.fix&&mt.push(bt.fix))}),vt=xt.length;vt;)At=xt[--vt],this[At]=ht[At];for(!this.target&&gt&&(this.target=ht.srcElement||document),this.target&&this.target.nodeType===3&&(this.target=this.target.parentNode),vt=mt.length;vt;)ct=mt[--vt],ct(this,ht);this.timeStamp=ht.timeStamp||Date.now()}var ft=_e.default.prototype;(0,nt.default)(ut.prototype,ft,{constructor:ut,preventDefault:function(){var dt=this.nativeEvent;dt.preventDefault?dt.preventDefault():dt.returnValue=ot,ft.preventDefault.call(this)},stopPropagation:function(){var dt=this.nativeEvent;dt.stopPropagation?dt.stopPropagation():dt.cancelBubble=at,ft.stopPropagation.call(this)}}),s.default=ut,a.exports=s.default})(EventObject,EventObject.exports);var EventObjectExports=EventObject.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0}),s.default=tt;function $(nt){return nt&&nt.__esModule?nt:{default:nt}}var _=EventObjectExports,_e=$(_);function tt(nt,at,ot,rt){function st(et){var it=new _e.default(et);ot.call(nt,it)}if(nt.addEventListener){var lt=function(){var et=!1;return typeof rt=="object"?et=rt.capture||!1:typeof rt=="boolean"&&(et=rt),nt.addEventListener(at,st,rt||!1),{v:{remove:function(){nt.removeEventListener(at,st,et)}}}}();if(typeof lt=="object")return lt.v}else if(nt.attachEvent)return nt.attachEvent("on"+at,st),{remove:function(){nt.detachEvent("on"+at,st)}}}a.exports=s.default})(lib,lib.exports);var libExports$1=lib.exports;const addDOMEventListener=getDefaultExportFromCjs(libExports$1);Object.defineProperty(addEventListener$2,"__esModule",{value:!0});var _default$h=addEventListener$2.default=addEventListenerWrap$2,_addDomEventListener$1=_interopRequireDefault$g(libExports$1),_reactDom$2=_interopRequireDefault$g(reactDomExports);function _interopRequireDefault$g(a){return a&&a.__esModule?a:{default:a}}function addEventListenerWrap$2(a,s,$,_){var _e=_reactDom$2.default.unstable_batchedUpdates?function(nt){_reactDom$2.default.unstable_batchedUpdates($,nt)}:$;return(0,_addDomEventListener$1.default)(a,s,_e,_)}var _default$g=function(a,s){if(!(a instanceof s))throw new TypeError("Cannot call a class as a function")},$export$3=_export;$export$3($export$3.S+$export$3.F*!require_descriptors(),"Object",{defineProperty:_objectDp.f});var $Object$1=_coreExports.Object,defineProperty$3=function a(s,$,_){return $Object$1.defineProperty(s,$,_)},defineProperty$2={default:defineProperty$3,__esModule:!0},_defineProperty$8=defineProperty$2,_defineProperty2$1=_interopRequireDefault$f(_defineProperty$8);function _interopRequireDefault$f(a){return a&&a.__esModule?a:{default:a}}var _default$f=function(){function a(s,$){for(var _=0;_<$.length;_++){var _e=$[_];_e.enumerable=_e.enumerable||!1,_e.configurable=!0,"value"in _e&&(_e.writable=!0),(0,_defineProperty2$1.default)(s,_e.key,_e)}}return function(s,$,_){return $&&a(s.prototype,$),_&&a(s,_),s}}(),_typeof$j={},toInteger=_toInteger,defined=require_defined(),_stringAt=function(a){return function(s,$){var _=String(defined(s)),_e=toInteger($),tt=_.length,nt,at;return _e<0||_e>=tt?a?"":void 0:(nt=_.charCodeAt(_e),nt<55296||nt>56319||_e+1===tt||(at=_.charCodeAt(_e+1))<56320||at>57343?a?_.charAt(_e):nt:a?_.slice(_e,_e+2):(nt-55296<<10)+(at-56320)+65536)}},_redefine=_hide,_iterators={},dP$1=_objectDp,anObject$2=_anObject,getKeys$2=require_objectKeys(),_objectDps=require_descriptors()?Object.defineProperties:function a(s,$){anObject$2(s);for(var _=getKeys$2($),_e=_.length,tt=0,nt;_e>tt;)dP$1.f(s,nt=_[tt++],$[nt]);return s},_html,hasRequired_html;function require_html(){if(hasRequired_html)return _html;hasRequired_html=1;var a=_globalExports.document;return _html=a&&a.documentElement,_html}var anObject$1=_anObject,dPs=_objectDps,enumBugKeys=_enumBugKeys,IE_PROTO=_sharedKey("IE_PROTO"),Empty=function(){},PROTOTYPE$1="prototype",createDict=function(){var a=require_domCreate()("iframe"),s=enumBugKeys.length,$="<",_=">",_e;for(a.style.display="none",require_html().appendChild(a),a.src="javascript:",_e=a.contentWindow.document,_e.open(),_e.write($+"script"+_+"document.F=Object"+$+"/script"+_),_e.close(),createDict=_e.F;s--;)delete createDict[PROTOTYPE$1][enumBugKeys[s]];return createDict()},_objectCreate=Object.create||function a(s,$){var _;return s!==null?(Empty[PROTOTYPE$1]=anObject$1(s),_=new Empty,Empty[PROTOTYPE$1]=null,_[IE_PROTO]=s):_=createDict(),$===void 0?_:dPs(_,$)},_wks={exports:{}},store=_sharedExports("wks"),uid$1=_uid,Symbol$1=_globalExports.Symbol,USE_SYMBOL=typeof Symbol$1=="function",$exports=_wks.exports=function(a){return store[a]||(store[a]=USE_SYMBOL&&Symbol$1[a]||(USE_SYMBOL?Symbol$1:uid$1)("Symbol."+a))};$exports.store=store;var _wksExports=_wks.exports,def=_objectDp.f,has$3=_has,TAG=_wksExports("toStringTag"),_setToStringTag=function(a,s,$){a&&!has$3(a=$?a:a.prototype,TAG)&&def(a,TAG,{configurable:!0,value:s})},_iterCreate,hasRequired_iterCreate;function require_iterCreate(){if(hasRequired_iterCreate)return _iterCreate;hasRequired_iterCreate=1;var a=_objectCreate,s=_propertyDesc,$=_setToStringTag,_={};return _hide(_,_wksExports("iterator"),function(){return this}),_iterCreate=function(_e,tt,nt){_e.prototype=a(_,{next:s(1,nt)}),$(_e,tt+" Iterator")},_iterCreate}var _objectGpo,hasRequired_objectGpo;function require_objectGpo(){if(hasRequired_objectGpo)return _objectGpo;hasRequired_objectGpo=1;var a=_has,s=require_toObject(),$=_sharedKey("IE_PROTO"),_=Object.prototype;return _objectGpo=Object.getPrototypeOf||function(_e){return _e=s(_e),a(_e,$)?_e[$]:typeof _e.constructor=="function"&&_e instanceof _e.constructor?_e.constructor.prototype:_e instanceof Object?_:null},_objectGpo}var _iterDefine,hasRequired_iterDefine;function require_iterDefine(){if(hasRequired_iterDefine)return _iterDefine;hasRequired_iterDefine=1;var a=_export,s=_redefine,$=_hide,_=_iterators,_e=require_iterCreate(),tt=_setToStringTag,nt=require_objectGpo(),at=_wksExports("iterator"),ot=!([].keys&&"next"in[].keys()),rt="@@iterator",st="keys",lt="values",et=function(){return this};return _iterDefine=function(it,ut,ft,ht,dt,gt,pt){_e(ft,ut,ht);var mt=function(Ct){if(!ot&&Ct in xt)return xt[Ct];switch(Ct){case st:return function(){return new ft(this,Ct)};case lt:return function(){return new ft(this,Ct)}}return function(){return new ft(this,Ct)}},ct=ut+" Iterator",vt=dt==lt,At=!1,xt=it.prototype,bt=xt[at]||xt[rt]||dt&&xt[dt],Et=bt||mt(dt),St=dt?vt?mt("entries"):Et:void 0,Bt=ut=="Array"&&xt.entries||bt,Ot,Tt,wt;if(Bt&&(wt=nt(Bt.call(new it)),wt!==Object.prototype&&wt.next&&tt(wt,ct,!0)),vt&&bt&&bt.name!==lt&&(At=!0,Et=function(){return bt.call(this)}),pt&&(ot||At||!xt[at])&&$(xt,at,Et),_[ut]=Et,_[ct]=et,dt)if(Ot={values:vt?Et:mt(lt),keys:gt?Et:mt(st),entries:St},pt)for(Tt in Ot)Tt in xt||s(xt,Tt,Ot[Tt]);else a(a.P+a.F*(ot||At),ut,Ot);return Ot},_iterDefine}var $at=_stringAt(!0);require_iterDefine()(String,"String",function(a){this._t=String(a),this._i=0},function(){var a=this._t,s=this._i,$;return s>=a.length?{value:void 0,done:!0}:($=$at(a,s),this._i+=$.length,{value:$,done:!1})});var _iterStep=function(a,s){return{value:s,done:!!a}},step=_iterStep,Iterators$1=_iterators,toIObject$3=_toIobject;require_iterDefine()(Array,"Array",function(a,s){this._t=toIObject$3(a),this._i=0,this._k=s},function(){var a=this._t,s=this._k,$=this._i++;return!a||$>=a.length?(this._t=void 0,step(1)):s=="keys"?step(0,$):s=="values"?step(0,a[$]):step(0,[$,a[$]])},"values"),Iterators$1.Arguments=Iterators$1.Array;for(var global$2=_globalExports,hide=_hide,Iterators=_iterators,TO_STRING_TAG=_wksExports("toStringTag"),DOMIterables="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),i=0;i<DOMIterables.length;i++){var NAME=DOMIterables[i],Collection=global$2[NAME],proto=Collection&&Collection.prototype;proto&&!proto[TO_STRING_TAG]&&hide(proto,TO_STRING_TAG,NAME),Iterators[NAME]=Iterators.Array}var _wksExt={};_wksExt.f=_wksExports;var iterator$1=_wksExt.f("iterator"),iterator={default:iterator$1,__esModule:!0},_meta={exports:{}},META$1=_uid("meta"),isObject$3=_isObject,has$2=_has,setDesc=_objectDp.f,id=0,isExtensible=Object.isExtensible||function(){return!0},FREEZE=!require_fails()(function(){return isExtensible(Object.preventExtensions({}))}),setMeta=function(a){setDesc(a,META$1,{value:{i:"O"+ ++id,w:{}}})},fastKey=function(a,s){if(!isObject$3(a))return typeof a=="symbol"?a:(typeof a=="string"?"S":"P")+a;if(!has$2(a,META$1)){if(!isExtensible(a))return"F";if(!s)return"E";setMeta(a)}return a[META$1].i},getWeak=function(a,s){if(!has$2(a,META$1)){if(!isExtensible(a))return!0;if(!s)return!1;setMeta(a)}return a[META$1].w},onFreeze=function(a){return FREEZE&&meta.NEED&&isExtensible(a)&&!has$2(a,META$1)&&setMeta(a),a},meta=_meta.exports={KEY:META$1,NEED:!1,fastKey,getWeak,onFreeze},_metaExports=_meta.exports,core=_coreExports,wksExt$1=_wksExt,defineProperty$1=_objectDp.f,_wksDefine=function(a){var s=core.Symbol||(core.Symbol={});a.charAt(0)!="_"&&!(a in s)&&defineProperty$1(s,a,{value:wksExt$1.f(a)})},getKeys$1=require_objectKeys(),gOPS=require_objectGops(),pIE$1=require_objectPie(),_enumKeys=function(a){var s=getKeys$1(a),$=gOPS.f;if($)for(var _=$(a),_e=pIE$1.f,tt=0,nt;_.length>tt;)_e.call(a,nt=_[tt++])&&s.push(nt);return s},cof=require_cof(),_isArray=Array.isArray||function a(s){return cof(s)=="Array"},_objectGopnExt={},_objectGopn={},$keys$1=require_objectKeysInternal(),hiddenKeys=_enumBugKeys.concat("length","prototype");_objectGopn.f=Object.getOwnPropertyNames||function a(s){return $keys$1(s,hiddenKeys)};var toIObject$2=_toIobject,gOPN$1=_objectGopn.f,toString$1={}.toString,windowNames=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],getWindowNames=function(a){try{return gOPN$1(a)}catch{return windowNames.slice()}};_objectGopnExt.f=function a(s){return windowNames&&toString$1.call(s)=="[object Window]"?getWindowNames(s):gOPN$1(toIObject$2(s))};var _objectGopd={},pIE=require_objectPie(),createDesc$1=_propertyDesc,toIObject$1=_toIobject,toPrimitive$2=_toPrimitive$5,has$1=_has,IE8_DOM_DEFINE=_ie8DomDefine,gOPD$1=Object.getOwnPropertyDescriptor;_objectGopd.f=require_descriptors()?gOPD$1:function a(s,$){if(s=toIObject$1(s),$=toPrimitive$2($,!0),IE8_DOM_DEFINE)try{return gOPD$1(s,$)}catch{}if(has$1(s,$))return createDesc$1(!pIE.f.call(s,$),s[$])};var global$1=_globalExports,has=_has,DESCRIPTORS=require_descriptors(),$export$2=_export,redefine=_redefine,META=_metaExports.KEY,$fails=require_fails(),shared=_sharedExports,setToStringTag=_setToStringTag,uid=_uid,wks=_wksExports,wksExt=_wksExt,wksDefine=_wksDefine,enumKeys=_enumKeys,isArray$1=_isArray,anObject=_anObject,isObject$2=_isObject,toObject=require_toObject(),toIObject=_toIobject,toPrimitive$1=_toPrimitive$5,createDesc=_propertyDesc,_create$1=_objectCreate,gOPNExt=_objectGopnExt,$GOPD=_objectGopd,$GOPS=require_objectGops(),$DP=_objectDp,$keys=require_objectKeys(),gOPD=$GOPD.f,dP=$DP.f,gOPN=gOPNExt.f,$Symbol=global$1.Symbol,$JSON=global$1.JSON,_stringify=$JSON&&$JSON.stringify,PROTOTYPE="prototype",HIDDEN=wks("_hidden"),TO_PRIMITIVE=wks("toPrimitive"),isEnum={}.propertyIsEnumerable,SymbolRegistry=shared("symbol-registry"),AllSymbols=shared("symbols"),OPSymbols=shared("op-symbols"),ObjectProto=Object[PROTOTYPE],USE_NATIVE=typeof $Symbol=="function"&&!!$GOPS.f,QObject=global$1.QObject,setter=!QObject||!QObject[PROTOTYPE]||!QObject[PROTOTYPE].findChild,setSymbolDesc=DESCRIPTORS&&$fails(function(){return _create$1(dP({},"a",{get:function(){return dP(this,"a",{value:7}).a}})).a!=7})?function(a,s,$){var _=gOPD(ObjectProto,s);_&&delete ObjectProto[s],dP(a,s,$),_&&a!==ObjectProto&&dP(ObjectProto,s,_)}:dP,wrap=function(a){var s=AllSymbols[a]=_create$1($Symbol[PROTOTYPE]);return s._k=a,s},isSymbol=USE_NATIVE&&typeof $Symbol.iterator=="symbol"?function(a){return typeof a=="symbol"}:function(a){return a instanceof $Symbol},$defineProperty=function a(s,$,_){return s===ObjectProto&&$defineProperty(OPSymbols,$,_),anObject(s),$=toPrimitive$1($,!0),anObject(_),has(AllSymbols,$)?(_.enumerable?(has(s,HIDDEN)&&s[HIDDEN][$]&&(s[HIDDEN][$]=!1),_=_create$1(_,{enumerable:createDesc(0,!1)})):(has(s,HIDDEN)||dP(s,HIDDEN,createDesc(1,{})),s[HIDDEN][$]=!0),setSymbolDesc(s,$,_)):dP(s,$,_)},$defineProperties=function a(s,$){anObject(s);for(var _=enumKeys($=toIObject($)),_e=0,tt=_.length,nt;tt>_e;)$defineProperty(s,nt=_[_e++],$[nt]);return s},$create=function a(s,$){return $===void 0?_create$1(s):$defineProperties(_create$1(s),$)},$propertyIsEnumerable=function a(s){var $=isEnum.call(this,s=toPrimitive$1(s,!0));return this===ObjectProto&&has(AllSymbols,s)&&!has(OPSymbols,s)?!1:$||!has(this,s)||!has(AllSymbols,s)||has(this,HIDDEN)&&this[HIDDEN][s]?$:!0},$getOwnPropertyDescriptor=function a(s,$){if(s=toIObject(s),$=toPrimitive$1($,!0),!(s===ObjectProto&&has(AllSymbols,$)&&!has(OPSymbols,$))){var _=gOPD(s,$);return _&&has(AllSymbols,$)&&!(has(s,HIDDEN)&&s[HIDDEN][$])&&(_.enumerable=!0),_}},$getOwnPropertyNames=function a(s){for(var $=gOPN(toIObject(s)),_=[],_e=0,tt;$.length>_e;)!has(AllSymbols,tt=$[_e++])&&tt!=HIDDEN&&tt!=META&&_.push(tt);return _},$getOwnPropertySymbols=function a(s){for(var $=s===ObjectProto,_=gOPN($?OPSymbols:toIObject(s)),_e=[],tt=0,nt;_.length>tt;)has(AllSymbols,nt=_[tt++])&&(!$||has(ObjectProto,nt))&&_e.push(AllSymbols[nt]);return _e};USE_NATIVE||($Symbol=function(){if(this instanceof $Symbol)throw TypeError("Symbol is not a constructor!");var s=uid(arguments.length>0?arguments[0]:void 0),$=function(_){this===ObjectProto&&$.call(OPSymbols,_),has(this,HIDDEN)&&has(this[HIDDEN],s)&&(this[HIDDEN][s]=!1),setSymbolDesc(this,s,createDesc(1,_))};return DESCRIPTORS&&setter&&setSymbolDesc(ObjectProto,s,{configurable:!0,set:$}),wrap(s)},redefine($Symbol[PROTOTYPE],"toString",function(){return this._k}),$GOPD.f=$getOwnPropertyDescriptor,$DP.f=$defineProperty,_objectGopn.f=gOPNExt.f=$getOwnPropertyNames,require_objectPie().f=$propertyIsEnumerable,$GOPS.f=$getOwnPropertySymbols,DESCRIPTORS&&!_library&&redefine(ObjectProto,"propertyIsEnumerable",$propertyIsEnumerable),wksExt.f=function(a){return wrap(wks(a))}),$export$2($export$2.G+$export$2.W+$export$2.F*!USE_NATIVE,{Symbol:$Symbol});for(var es6Symbols="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),j=0;es6Symbols.length>j;)wks(es6Symbols[j++]);for(var wellKnownSymbols=$keys(wks.store),k=0;wellKnownSymbols.length>k;)wksDefine(wellKnownSymbols[k++]);$export$2($export$2.S+$export$2.F*!USE_NATIVE,"Symbol",{for:function(a){return has(SymbolRegistry,a+="")?SymbolRegistry[a]:SymbolRegistry[a]=$Symbol(a)},keyFor:function a(s){if(!isSymbol(s))throw TypeError(s+" is not a symbol!");for(var $ in SymbolRegistry)if(SymbolRegistry[$]===s)return $},useSetter:function(){setter=!0},useSimple:function(){setter=!1}}),$export$2($export$2.S+$export$2.F*!USE_NATIVE,"Object",{create:$create,defineProperty:$defineProperty,defineProperties:$defineProperties,getOwnPropertyDescriptor:$getOwnPropertyDescriptor,getOwnPropertyNames:$getOwnPropertyNames,getOwnPropertySymbols:$getOwnPropertySymbols});var FAILS_ON_PRIMITIVES=$fails(function(){$GOPS.f(1)});$export$2($export$2.S+$export$2.F*FAILS_ON_PRIMITIVES,"Object",{getOwnPropertySymbols:function a(s){return $GOPS.f(toObject(s))}}),$JSON&&$export$2($export$2.S+$export$2.F*(!USE_NATIVE||$fails(function(){var a=$Symbol();return _stringify([a])!="[null]"||_stringify({a})!="{}"||_stringify(Object(a))!="{}"})),"JSON",{stringify:function a(s){for(var $=[s],_=1,_e,tt;arguments.length>_;)$.push(arguments[_++]);if(tt=_e=$[1],!(!isObject$2(_e)&&s===void 0||isSymbol(s)))return isArray$1(_e)||(_e=function(nt,at){if(typeof tt=="function"&&(at=tt.call(this,nt,at)),!isSymbol(at))return at}),$[1]=_e,_stringify.apply($JSON,$)}}),$Symbol[PROTOTYPE][TO_PRIMITIVE]||_hide($Symbol[PROTOTYPE],TO_PRIMITIVE,$Symbol[PROTOTYPE].valueOf),setToStringTag($Symbol,"Symbol"),setToStringTag(Math,"Math",!0),setToStringTag(global$1.JSON,"JSON",!0),_wksDefine("asyncIterator"),_wksDefine("observable");var symbol$1=_coreExports.Symbol,symbol={default:symbol$1,__esModule:!0};_typeof$j.__esModule=!0;var _iterator=iterator,_iterator2=_interopRequireDefault$e(_iterator),_symbol=symbol,_symbol2=_interopRequireDefault$e(_symbol),_typeof$i=typeof _symbol2.default=="function"&&typeof _iterator2.default=="symbol"?function(a){return typeof a}:function(a){return a&&typeof _symbol2.default=="function"&&a.constructor===_symbol2.default&&a!==_symbol2.default.prototype?"symbol":typeof a};function _interopRequireDefault$e(a){return a&&a.__esModule?a:{default:a}}var _default$e=_typeof$j.default=typeof _symbol2.default=="function"&&_typeof$i(_iterator2.default)==="symbol"?function(a){return typeof a>"u"?"undefined":_typeof$i(a)}:function(a){return a&&typeof _symbol2.default=="function"&&a.constructor===_symbol2.default&&a!==_symbol2.default.prototype?"symbol":typeof a>"u"?"undefined":_typeof$i(a)},_typeof2$1=_typeof$j,_typeof3$1=_interopRequireDefault$d(_typeof2$1);function _interopRequireDefault$d(a){return a&&a.__esModule?a:{default:a}}var _default$d=function(a,s){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return s&&((typeof s>"u"?"undefined":(0,_typeof3$1.default)(s))==="object"||typeof s=="function")?s:a},_setProto,hasRequired_setProto;function require_setProto(){if(hasRequired_setProto)return _setProto;hasRequired_setProto=1;var a=_isObject,s=_anObject,$=function(_,_e){if(s(_),!a(_e)&&_e!==null)throw TypeError(_e+": can't set as prototype!")};return _setProto={set:Object.setPrototypeOf||("__proto__"in{}?function(_,_e,tt){try{tt=_ctx(Function.call,_objectGopd.f(Object.prototype,"__proto__").set,2),tt(_,[]),_e=!(_ instanceof Array)}catch{_e=!0}return function(at,ot){return $(at,ot),_e?at.__proto__=ot:tt(at,ot),at}}({},!1):void 0),check:$},_setProto}var $export$1=_export;$export$1($export$1.S,"Object",{setPrototypeOf:require_setProto().set});var setPrototypeOf$1=_coreExports.Object.setPrototypeOf,setPrototypeOf={default:setPrototypeOf$1,__esModule:!0},$export=_export;$export($export.S,"Object",{create:_objectCreate});var $Object=_coreExports.Object,create$1=function a(s,$){return $Object.create(s,$)},create={default:create$1,__esModule:!0},_setPrototypeOf=setPrototypeOf,_setPrototypeOf2=_interopRequireDefault$c(_setPrototypeOf),_create=create,_create2=_interopRequireDefault$c(_create),_typeof2=_typeof$j,_typeof3=_interopRequireDefault$c(_typeof2);function _interopRequireDefault$c(a){return a&&a.__esModule?a:{default:a}}var _default$c=function(a,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function, not "+(typeof s>"u"?"undefined":(0,_typeof3.default)(s)));a.prototype=(0,_create2.default)(s&&s.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),s&&(_setPrototypeOf2.default?(0,_setPrototypeOf2.default)(a,s):a.__proto__=s)};function ownKeys$2(a,s){var $=Object.keys(a);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);s&&(_=_.filter(function(_e){return Object.getOwnPropertyDescriptor(a,_e).enumerable})),$.push.apply($,_)}return $}function _objectSpread2$9(a){for(var s=1;s<arguments.length;s++){var $=arguments[s]!=null?arguments[s]:{};s%2?ownKeys$2(Object($),!0).forEach(function(_){_defineProperty$7(a,_,$[_])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors($)):ownKeys$2(Object($)).forEach(function(_){Object.defineProperty(a,_,Object.getOwnPropertyDescriptor($,_))})}return a}function _typeof$h(a){"@babel/helpers - typeof";return _typeof$h=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},_typeof$h(a)}function _defineProperty$7(a,s,$){return s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}var vendorPrefix,jsCssMap={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-",O:"-o-"};function getVendorPrefix(){if(vendorPrefix!==void 0)return vendorPrefix;vendorPrefix="";var a=document.createElement("p").style,s="Transform";for(var $ in jsCssMap)$+s in a&&(vendorPrefix=$);return vendorPrefix}function getTransitionName(){return getVendorPrefix()?"".concat(getVendorPrefix(),"TransitionProperty"):"transitionProperty"}function getTransformName(){return getVendorPrefix()?"".concat(getVendorPrefix(),"Transform"):"transform"}function setTransitionProperty(a,s){var $=getTransitionName();$&&(a.style[$]=s,$!=="transitionProperty"&&(a.style.transitionProperty=s))}function setTransform(a,s){var $=getTransformName();$&&(a.style[$]=s,$!=="transform"&&(a.style.transform=s))}function getTransitionProperty(a){return a.style.transitionProperty||a.style[getTransitionName()]}function getTransformXY(a){var s=window.getComputedStyle(a,null),$=s.getPropertyValue("transform")||s.getPropertyValue(getTransformName());if($&&$!=="none"){var _=$.replace(/[^0-9\-.,]/g,"").split(",");return{x:parseFloat(_[12]||_[4],0),y:parseFloat(_[13]||_[5],0)}}return{x:0,y:0}}var matrix2d=/matrix\((.*)\)/,matrix3d$1=/matrix3d\((.*)\)/;function setTransformXY(a,s){var $=window.getComputedStyle(a,null),_=$.getPropertyValue("transform")||$.getPropertyValue(getTransformName());if(_&&_!=="none"){var _e,tt=_.match(matrix2d);if(tt)tt=tt[1],_e=tt.split(",").map(function(at){return parseFloat(at,10)}),_e[4]=s.x,_e[5]=s.y,setTransform(a,"matrix(".concat(_e.join(","),")"));else{var nt=_.match(matrix3d$1)[1];_e=nt.split(",").map(function(at){return parseFloat(at,10)}),_e[12]=s.x,_e[13]=s.y,setTransform(a,"matrix3d(".concat(_e.join(","),")"))}}else setTransform(a,"translateX(".concat(s.x,"px) translateY(").concat(s.y,"px) translateZ(0)"))}var RE_NUM=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,getComputedStyleX;function forceRelayout(a){var s=a.style.display;a.style.display="none",a.offsetHeight,a.style.display=s}function css(a,s,$){var _=$;if(_typeof$h(s)==="object"){for(var _e in s)s.hasOwnProperty(_e)&&css(a,_e,s[_e]);return}if(typeof _<"u"){typeof _=="number"&&(_="".concat(_,"px")),a.style[s]=_;return}return getComputedStyleX(a,s)}function getClientPosition(a){var s,$,_,_e=a.ownerDocument,tt=_e.body,nt=_e&&_e.documentElement;return s=a.getBoundingClientRect(),$=Math.floor(s.left),_=Math.floor(s.top),$-=nt.clientLeft||tt.clientLeft||0,_-=nt.clientTop||tt.clientTop||0,{left:$,top:_}}function getScroll(a,s){var $=a["page".concat(s?"Y":"X","Offset")],_="scroll".concat(s?"Top":"Left");if(typeof $!="number"){var _e=a.document;$=_e.documentElement[_],typeof $!="number"&&($=_e.body[_])}return $}function getScrollLeft(a){return getScroll(a)}function getScrollTop(a){return getScroll(a,!0)}function getOffset(a){var s=getClientPosition(a),$=a.ownerDocument,_=$.defaultView||$.parentWindow;return s.left+=getScrollLeft(_),s.top+=getScrollTop(_),s}function isWindow$2(a){return a!=null&&a==a.window}function getDocument$1(a){return isWindow$2(a)?a.document:a.nodeType===9?a:a.ownerDocument}function _getComputedStyle(a,s,$){var _=$,_e="",tt=getDocument$1(a);return _=_||tt.defaultView.getComputedStyle(a,null),_&&(_e=_.getPropertyValue(s)||_[s]),_e}var _RE_NUM_NO_PX=new RegExp("^(".concat(RE_NUM,")(?!px)[a-z%]+$"),"i"),RE_POS=/^(top|right|bottom|left)$/,CURRENT_STYLE="currentStyle",RUNTIME_STYLE="runtimeStyle",LEFT="left",PX="px";function _getComputedStyleIE(a,s){var $=a[CURRENT_STYLE]&&a[CURRENT_STYLE][s];if(_RE_NUM_NO_PX.test($)&&!RE_POS.test(s)){var _=a.style,_e=_[LEFT],tt=a[RUNTIME_STYLE][LEFT];a[RUNTIME_STYLE][LEFT]=a[CURRENT_STYLE][LEFT],_[LEFT]=s==="fontSize"?"1em":$||0,$=_.pixelLeft+PX,_[LEFT]=_e,a[RUNTIME_STYLE][LEFT]=tt}return $===""?"auto":$}typeof window<"u"&&(getComputedStyleX=window.getComputedStyle?_getComputedStyle:_getComputedStyleIE);function getOffsetDirection(a,s){return a==="left"?s.useCssRight?"right":a:s.useCssBottom?"bottom":a}function oppositeOffsetDirection(a){if(a==="left")return"right";if(a==="right")return"left";if(a==="top")return"bottom";if(a==="bottom")return"top"}function setLeftTop(a,s,$){css(a,"position")==="static"&&(a.style.position="relative");var _=-999,_e=-999,tt=getOffsetDirection("left",$),nt=getOffsetDirection("top",$),at=oppositeOffsetDirection(tt),ot=oppositeOffsetDirection(nt);tt!=="left"&&(_=999),nt!=="top"&&(_e=999);var rt="",st=getOffset(a);("left"in s||"top"in s)&&(rt=getTransitionProperty(a)||"",setTransitionProperty(a,"none")),"left"in s&&(a.style[at]="",a.style[tt]="".concat(_,"px")),"top"in s&&(a.style[ot]="",a.style[nt]="".concat(_e,"px")),forceRelayout(a);var lt=getOffset(a),et={};for(var it in s)if(s.hasOwnProperty(it)){var ut=getOffsetDirection(it,$),ft=it==="left"?_:_e,ht=st[it]-lt[it];ut===it?et[ut]=ft+ht:et[ut]=ft-ht}css(a,et),forceRelayout(a),("left"in s||"top"in s)&&setTransitionProperty(a,rt);var dt={};for(var gt in s)if(s.hasOwnProperty(gt)){var pt=getOffsetDirection(gt,$),mt=s[gt]-st[gt];gt===pt?dt[pt]=et[pt]+mt:dt[pt]=et[pt]-mt}css(a,dt)}function setTransform$1(a,s){var $=getOffset(a),_=getTransformXY(a),_e={x:_.x,y:_.y};"left"in s&&(_e.x=_.x+s.left-$.left),"top"in s&&(_e.y=_.y+s.top-$.top),setTransformXY(a,_e)}function setOffset(a,s,$){if($.ignoreShake){var _=getOffset(a),_e=_.left.toFixed(0),tt=_.top.toFixed(0),nt=s.left.toFixed(0),at=s.top.toFixed(0);if(_e===nt&&tt===at)return}$.useCssRight||$.useCssBottom?setLeftTop(a,s,$):$.useCssTransform&&getTransformName()in document.body.style?setTransform$1(a,s):setLeftTop(a,s,$)}function each(a,s){for(var $=0;$<a.length;$++)s(a[$])}function isBorderBoxFn(a){return getComputedStyleX(a,"boxSizing")==="border-box"}var BOX_MODELS=["margin","border","padding"],CONTENT_INDEX=-1,PADDING_INDEX=2,BORDER_INDEX=1,MARGIN_INDEX=0;function swap$1(a,s,$){var _={},_e=a.style,tt;for(tt in s)s.hasOwnProperty(tt)&&(_[tt]=_e[tt],_e[tt]=s[tt]);$.call(a);for(tt in s)s.hasOwnProperty(tt)&&(_e[tt]=_[tt])}function getPBMWidth(a,s,$){var _=0,_e,tt,nt;for(tt=0;tt<s.length;tt++)if(_e=s[tt],_e)for(nt=0;nt<$.length;nt++){var at=void 0;_e==="border"?at="".concat(_e).concat($[nt],"Width"):at=_e+$[nt],_+=parseFloat(getComputedStyleX(a,at))||0}return _}var domUtils={getParent:function a(s){var $=s;do $.nodeType===11&&$.host?$=$.host:$=$.parentNode;while($&&$.nodeType!==1&&$.nodeType!==9);return $}};each(["Width","Height"],function(a){domUtils["doc".concat(a)]=function(s){var $=s.document;return Math.max($.documentElement["scroll".concat(a)],$.body["scroll".concat(a)],domUtils["viewport".concat(a)]($))},domUtils["viewport".concat(a)]=function(s){var $="client".concat(a),_=s.document,_e=_.body,tt=_.documentElement,nt=tt[$];return _.compatMode==="CSS1Compat"&&nt||_e&&_e[$]||nt}});function getWH(a,s,$){var _=$;if(isWindow$2(a))return s==="width"?domUtils.viewportWidth(a):domUtils.viewportHeight(a);if(a.nodeType===9)return s==="width"?domUtils.docWidth(a):domUtils.docHeight(a);var _e=s==="width"?["Left","Right"]:["Top","Bottom"],tt=Math.floor(s==="width"?a.getBoundingClientRect().width:a.getBoundingClientRect().height),nt=isBorderBoxFn(a),at=0;(tt==null||tt<=0)&&(tt=void 0,at=getComputedStyleX(a,s),(at==null||Number(at)<0)&&(at=a.style[s]||0),at=Math.floor(parseFloat(at))||0),_===void 0&&(_=nt?BORDER_INDEX:CONTENT_INDEX);var ot=tt!==void 0||nt,rt=tt||at;return _===CONTENT_INDEX?ot?rt-getPBMWidth(a,["border","padding"],_e):at:ot?_===BORDER_INDEX?rt:rt+(_===PADDING_INDEX?-getPBMWidth(a,["border"],_e):getPBMWidth(a,["margin"],_e)):at+getPBMWidth(a,BOX_MODELS.slice(_),_e)}var cssShow={position:"absolute",visibility:"hidden",display:"block"};function getWHIgnoreDisplay(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];var _,_e=s[0];return _e.offsetWidth!==0?_=getWH.apply(void 0,s):swap$1(_e,cssShow,function(){_=getWH.apply(void 0,s)}),_}each(["width","height"],function(a){var s=a.charAt(0).toUpperCase()+a.slice(1);domUtils["outer".concat(s)]=function(_,_e){return _&&getWHIgnoreDisplay(_,a,_e?MARGIN_INDEX:BORDER_INDEX)};var $=a==="width"?["Left","Right"]:["Top","Bottom"];domUtils[a]=function(_,_e){var tt=_e;if(tt!==void 0){if(_){var nt=isBorderBoxFn(_);return nt&&(tt+=getPBMWidth(_,["padding","border"],$)),css(_,a,tt)}return}return _&&getWHIgnoreDisplay(_,a,CONTENT_INDEX)}});function mix$1(a,s){for(var $ in s)s.hasOwnProperty($)&&(a[$]=s[$]);return a}var utils$1={getWindow:function a(s){if(s&&s.document&&s.setTimeout)return s;var $=s.ownerDocument||s;return $.defaultView||$.parentWindow},getDocument:getDocument$1,offset:function a(s,$,_){if(typeof $<"u")setOffset(s,$,_||{});else return getOffset(s)},isWindow:isWindow$2,each,css,clone:function a(s){var $,_={};for($ in s)s.hasOwnProperty($)&&(_[$]=s[$]);var _e=s.overflow;if(_e)for($ in s)s.hasOwnProperty($)&&(_.overflow[$]=s.overflow[$]);return _},mix:mix$1,getWindowScrollLeft:function a(s){return getScrollLeft(s)},getWindowScrollTop:function a(s){return getScrollTop(s)},merge:function a(){for(var s={},$=0;$<arguments.length;$++)utils$1.mix(s,$<0||arguments.length<=$?void 0:arguments[$]);return s},viewportWidth:0,viewportHeight:0};mix$1(utils$1,domUtils);var getParent=utils$1.getParent;function getOffsetParent(a){if(utils$1.isWindow(a)||a.nodeType===9)return null;var s=utils$1.getDocument(a),$=s.body,_,_e=utils$1.css(a,"position"),tt=_e==="fixed"||_e==="absolute";if(!tt)return a.nodeName.toLowerCase()==="html"?null:getParent(a);for(_=getParent(a);_&&_!==$&&_.nodeType!==9;_=getParent(_))if(_e=utils$1.css(_,"position"),_e!=="static")return _;return null}var getParent$1=utils$1.getParent;function isAncestorFixed(a){if(utils$1.isWindow(a)||a.nodeType===9)return!1;var s=utils$1.getDocument(a),$=s.body,_=null;for(_=getParent$1(a);_&&_!==$&&_!==s;_=getParent$1(_)){var _e=utils$1.css(_,"position");if(_e==="fixed")return!0}return!1}function getVisibleRectForElement(a,s){for(var $={left:0,right:1/0,top:0,bottom:1/0},_=getOffsetParent(a),_e=utils$1.getDocument(a),tt=_e.defaultView||_e.parentWindow,nt=_e.body,at=_e.documentElement;_;){if((navigator.userAgent.indexOf("MSIE")===-1||_.clientWidth!==0)&&_!==nt&&_!==at&&utils$1.css(_,"overflow")!=="visible"){var ot=utils$1.offset(_);ot.left+=_.clientLeft,ot.top+=_.clientTop,$.top=Math.max($.top,ot.top),$.right=Math.min($.right,ot.left+_.clientWidth),$.bottom=Math.min($.bottom,ot.top+_.clientHeight),$.left=Math.max($.left,ot.left)}else if(_===nt||_===at)break;_=getOffsetParent(_)}var rt=null;if(!utils$1.isWindow(a)&&a.nodeType!==9){rt=a.style.position;var st=utils$1.css(a,"position");st==="absolute"&&(a.style.position="fixed")}var lt=utils$1.getWindowScrollLeft(tt),et=utils$1.getWindowScrollTop(tt),it=utils$1.viewportWidth(tt),ut=utils$1.viewportHeight(tt),ft=at.scrollWidth,ht=at.scrollHeight,dt=window.getComputedStyle(nt);if(dt.overflowX==="hidden"&&(ft=tt.innerWidth),dt.overflowY==="hidden"&&(ht=tt.innerHeight),a.style&&(a.style.position=rt),s||isAncestorFixed(a))$.left=Math.max($.left,lt),$.top=Math.max($.top,et),$.right=Math.min($.right,lt+it),$.bottom=Math.min($.bottom,et+ut);else{var gt=Math.max(ft,lt+it);$.right=Math.min($.right,gt);var pt=Math.max(ht,et+ut);$.bottom=Math.min($.bottom,pt)}return $.top>=0&&$.left>=0&&$.bottom>$.top&&$.right>$.left?$:null}function adjustForViewport(a,s,$,_){var _e=utils$1.clone(a),tt={width:s.width,height:s.height};return _.adjustX&&_e.left<$.left&&(_e.left=$.left),_.resizeWidth&&_e.left>=$.left&&_e.left+tt.width>$.right&&(tt.width-=_e.left+tt.width-$.right),_.adjustX&&_e.left+tt.width>$.right&&(_e.left=Math.max($.right-tt.width,$.left)),_.adjustY&&_e.top<$.top&&(_e.top=$.top),_.resizeHeight&&_e.top>=$.top&&_e.top+tt.height>$.bottom&&(tt.height-=_e.top+tt.height-$.bottom),_.adjustY&&_e.top+tt.height>$.bottom&&(_e.top=Math.max($.bottom-tt.height,$.top)),utils$1.mix(_e,tt)}function getRegion(a){var s,$,_;if(!utils$1.isWindow(a)&&a.nodeType!==9)s=utils$1.offset(a),$=utils$1.outerWidth(a),_=utils$1.outerHeight(a);else{var _e=utils$1.getWindow(a);s={left:utils$1.getWindowScrollLeft(_e),top:utils$1.getWindowScrollTop(_e)},$=utils$1.viewportWidth(_e),_=utils$1.viewportHeight(_e)}return s.width=$,s.height=_,s}function getAlignOffset(a,s){var $=s.charAt(0),_=s.charAt(1),_e=a.width,tt=a.height,nt=a.left,at=a.top;return $==="c"?at+=tt/2:$==="b"&&(at+=tt),_==="c"?nt+=_e/2:_==="r"&&(nt+=_e),{left:nt,top:at}}function getElFuturePos(a,s,$,_,_e){var tt=getAlignOffset(s,$[1]),nt=getAlignOffset(a,$[0]),at=[nt.left-tt.left,nt.top-tt.top];return{left:Math.round(a.left-at[0]+_[0]-_e[0]),top:Math.round(a.top-at[1]+_[1]-_e[1])}}function isFailX(a,s,$){return a.left<$.left||a.left+s.width>$.right}function isFailY(a,s,$){return a.top<$.top||a.top+s.height>$.bottom}function isCompleteFailX(a,s,$){return a.left>$.right||a.left+s.width<$.left}function isCompleteFailY(a,s,$){return a.top>$.bottom||a.top+s.height<$.top}function flip(a,s,$){var _=[];return utils$1.each(a,function(_e){_.push(_e.replace(s,function(tt){return $[tt]}))}),_}function flipOffset(a,s){return a[s]=-a[s],a}function convertOffset(a,s){var $;return/%$/.test(a)?$=parseInt(a.substring(0,a.length-1),10)/100*s:$=parseInt(a,10),$||0}function normalizeOffset(a,s){a[0]=convertOffset(a[0],s.width),a[1]=convertOffset(a[1],s.height)}function doAlign(a,s,$,_){var _e=$.points,tt=$.offset||[0,0],nt=$.targetOffset||[0,0],at=$.overflow,ot=$.source||a;tt=[].concat(tt),nt=[].concat(nt),at=at||{};var rt={},st=0,lt=!!(at&&at.alwaysByViewport),et=getVisibleRectForElement(ot,lt),it=getRegion(ot);normalizeOffset(tt,it),normalizeOffset(nt,s);var ut=getElFuturePos(it,s,_e,tt,nt),ft=utils$1.merge(it,ut);if(et&&(at.adjustX||at.adjustY)&&_){if(at.adjustX&&isFailX(ut,it,et)){var ht=flip(_e,/[lr]/gi,{l:"r",r:"l"}),dt=flipOffset(tt,0),gt=flipOffset(nt,0),pt=getElFuturePos(it,s,ht,dt,gt);isCompleteFailX(pt,it,et)||(st=1,_e=ht,tt=dt,nt=gt)}if(at.adjustY&&isFailY(ut,it,et)){var mt=flip(_e,/[tb]/gi,{t:"b",b:"t"}),ct=flipOffset(tt,1),vt=flipOffset(nt,1),At=getElFuturePos(it,s,mt,ct,vt);isCompleteFailY(At,it,et)||(st=1,_e=mt,tt=ct,nt=vt)}st&&(ut=getElFuturePos(it,s,_e,tt,nt),utils$1.mix(ft,ut));var xt=isFailX(ut,it,et),bt=isFailY(ut,it,et);if(xt||bt){var Et=_e;xt&&(Et=flip(_e,/[lr]/gi,{l:"r",r:"l"})),bt&&(Et=flip(_e,/[tb]/gi,{t:"b",b:"t"})),_e=Et,tt=$.offset||[0,0],nt=$.targetOffset||[0,0]}rt.adjustX=at.adjustX&&xt,rt.adjustY=at.adjustY&&bt,(rt.adjustX||rt.adjustY)&&(ft=adjustForViewport(ut,it,et,rt))}return ft.width!==it.width&&utils$1.css(ot,"width",utils$1.width(ot)+ft.width-it.width),ft.height!==it.height&&utils$1.css(ot,"height",utils$1.height(ot)+ft.height-it.height),utils$1.offset(ot,{left:ft.left,top:ft.top},{useCssRight:$.useCssRight,useCssBottom:$.useCssBottom,useCssTransform:$.useCssTransform,ignoreShake:$.ignoreShake}),{points:_e,offset:tt,targetOffset:nt,overflow:rt}}function isOutOfVisibleRect(a,s){var $=getVisibleRectForElement(a,s),_=getRegion(a);return!$||_.left+_.width<=$.left||_.top+_.height<=$.top||_.left>=$.right||_.top>=$.bottom}function alignElement(a,s,$){var _=$.target||s,_e=getRegion(_),tt=!isOutOfVisibleRect(_,$.overflow&&$.overflow.alwaysByViewport);return doAlign(a,_e,$,tt)}alignElement.__getOffsetParent=getOffsetParent,alignElement.__getVisibleRectForElement=getVisibleRectForElement;function alignPoint(a,s,$){var _,_e,tt=utils$1.getDocument(a),nt=tt.defaultView||tt.parentWindow,at=utils$1.getWindowScrollLeft(nt),ot=utils$1.getWindowScrollTop(nt),rt=utils$1.viewportWidth(nt),st=utils$1.viewportHeight(nt);"pageX"in s?_=s.pageX:_=at+s.clientX,"pageY"in s?_e=s.pageY:_e=ot+s.clientY;var lt={left:_,top:_e,width:0,height:0},et=_>=0&&_<=at+rt&&_e>=0&&_e<=ot+st,it=[$.points[0],"cc"];return doAlign(a,lt,_objectSpread2$9(_objectSpread2$9({},$),{},{points:it}),et)}function addEventListenerWrap$1(a,s,$,_){var _e=ReactDOM.unstable_batchedUpdates?function(nt){ReactDOM.unstable_batchedUpdates($,nt)}:$;return addDOMEventListener(a,s,_e,_)}function contains$1(a,s){for(var $=s;$;){if($===a)return!0;$=$.parentNode}return!1}function buffer(a,s){var $=void 0;function _(){$&&(clearTimeout($),$=null)}function _e(){_(),$=setTimeout(a,s)}return _e.clear=_,_e}function isSamePoint$1(a,s){return a===s?!0:!a||!s?!1:"pageX"in s&&"pageY"in s?a.pageX===s.pageX&&a.pageY===s.pageY:"clientX"in s&&"clientY"in s?a.clientX===s.clientX&&a.clientY===s.clientY:!1}function isWindow$1(a){return a&&typeof a=="object"&&a.window===a}function isSimilarValue(a,s){var $=Math.floor(a),_=Math.floor(s);return Math.abs($-_)<=1}function restoreFocus(a,s){a!==document.activeElement&&contains$1(s,a)&&a.focus()}function getElement(a){return typeof a!="function"||!a?null:a()}function getPoint(a){return typeof a!="object"||!a?null:a}var Align=function(a){_default$c(s,a);function s(){var $,_,_e,tt;_default$g(this,s);for(var nt=arguments.length,at=Array(nt),ot=0;ot<nt;ot++)at[ot]=arguments[ot];return tt=(_=(_e=_default$d(this,($=s.__proto__||Object.getPrototypeOf(s)).call.apply($,[this].concat(at))),_e),_e.forceAlign=function(){var rt=_e.props,st=rt.disabled,lt=rt.target,et=rt.align,it=rt.onAlign;if(!st&&lt){var ut=ReactDOM.findDOMNode(_e),ft=void 0,ht=getElement(lt),dt=getPoint(lt),gt=document.activeElement;ht?ft=alignElement(ut,ht,et):dt&&(ft=alignPoint(ut,dt,et)),restoreFocus(gt,ut),it&&it(ut,ft)}},_),_default$d(_e,tt)}return _default$f(s,[{key:"componentDidMount",value:function(){var _=this.props;this.forceAlign(),!_.disabled&&_.monitorWindowResize&&this.startMonitorWindowResize()}},{key:"componentDidUpdate",value:function(_){var _e=!1,tt=this.props;if(!tt.disabled){var nt=ReactDOM.findDOMNode(this),at=nt?nt.getBoundingClientRect():null;if(_.disabled)_e=!0;else{var ot=getElement(_.target),rt=getElement(tt.target),st=getPoint(_.target),lt=getPoint(tt.target);isWindow$1(ot)&&isWindow$1(rt)?_e=!1:(ot!==rt||ot&&!rt&&lt||st&&lt&&rt||lt&&!isSamePoint$1(st,lt))&&(_e=!0);var et=this.sourceRect||{};!_e&&nt&&(!isSimilarValue(et.width,at.width)||!isSimilarValue(et.height,at.height))&&(_e=!0)}this.sourceRect=at}_e&&this.forceAlign(),tt.monitorWindowResize&&!tt.disabled?this.startMonitorWindowResize():this.stopMonitorWindowResize()}},{key:"componentWillUnmount",value:function(){this.stopMonitorWindowResize()}},{key:"startMonitorWindowResize",value:function(){this.resizeHandler||(this.bufferMonitor=buffer(this.forceAlign,this.props.monitorBufferTime),this.resizeHandler=addEventListenerWrap$1(window,"resize",this.bufferMonitor))}},{key:"stopMonitorWindowResize",value:function(){this.resizeHandler&&(this.bufferMonitor.clear(),this.resizeHandler.remove(),this.resizeHandler=null)}},{key:"render",value:function(){var _=this,_e=this.props,tt=_e.childrenProps,nt=_e.children,at=React$a.Children.only(nt);if(tt){var ot={},rt=Object.keys(tt);return rt.forEach(function(st){ot[st]=_.props[tt[st]]}),React$a.cloneElement(at,ot)}return at}}]),s}(reactExports.Component);Align.propTypes={childrenProps:PropTypes.object,align:PropTypes.object.isRequired,target:PropTypes.oneOfType([PropTypes.func,PropTypes.shape({clientX:PropTypes.number,clientY:PropTypes.number,pageX:PropTypes.number,pageY:PropTypes.number})]),onAlign:PropTypes.func,monitorBufferTime:PropTypes.number,monitorWindowResize:PropTypes.bool,disabled:PropTypes.bool,children:PropTypes.any},Align.defaultProps={target:function a(){return window},monitorBufferTime:50,monitorWindowResize:!1,disabled:!1};var _defineProperty$6=defineProperty$2,_defineProperty2=_interopRequireDefault$b(_defineProperty$6);function _interopRequireDefault$b(a){return a&&a.__esModule?a:{default:a}}var _default$b=function(a,s,$){return s in a?(0,_defineProperty2.default)(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a},unsafeLifecyclesPolyfill=function a(s){var $=s.prototype;if(!$||!$.isReactComponent)throw new Error("Can only polyfill class components");return typeof $.componentWillReceiveProps!="function"||!React$a.Profiler||($.UNSAFE_componentWillReceiveProps=$.componentWillReceiveProps,delete $.componentWillReceiveProps),s};function toArrayChildren(a){var s=[];return React$a.Children.forEach(a,function($){s.push($)}),s}function findChildInChildrenByKey(a,s){var $=null;return a&&a.forEach(function(_){$||_&&_.key===s&&($=_)}),$}function findShownChildInChildrenByKey(a,s,$){var _=null;return a&&a.forEach(function(_e){if(_e&&_e.key===s&&_e.props[$]){if(_)throw new Error("two child with same key for <rc-animate> children");_=_e}}),_}function isSameChildren(a,s,$){var _=a.length===s.length;return _&&a.forEach(function(_e,tt){var nt=s[tt];_e&&nt&&(_e&&!nt||!_e&&nt||_e.key!==nt.key||$&&_e.props[$]!==nt.props[$])&&(_=!1)}),_}function mergeChildren(a,s){var $=[],_={},_e=[];return a.forEach(function(tt){tt&&findChildInChildrenByKey(s,tt.key)?_e.length&&(_[tt.key]=_e,_e=[]):_e.push(tt)}),s.forEach(function(tt){tt&&Object.prototype.hasOwnProperty.call(_,tt.key)&&($=$.concat(_[tt.key])),$.push(tt)}),$=$.concat(_e),$}var START_EVENT_NAME_MAP={transitionstart:{transition:"transitionstart",WebkitTransition:"webkitTransitionStart",MozTransition:"mozTransitionStart",OTransition:"oTransitionStart",msTransition:"MSTransitionStart"},animationstart:{animation:"animationstart",WebkitAnimation:"webkitAnimationStart",MozAnimation:"mozAnimationStart",OAnimation:"oAnimationStart",msAnimation:"MSAnimationStart"}},END_EVENT_NAME_MAP={transitionend:{transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"mozTransitionEnd",OTransition:"oTransitionEnd",msTransition:"MSTransitionEnd"},animationend:{animation:"animationend",WebkitAnimation:"webkitAnimationEnd",MozAnimation:"mozAnimationEnd",OAnimation:"oAnimationEnd",msAnimation:"MSAnimationEnd"}},startEvents=[],endEvents=[];function detectEvents(){var a=document.createElement("div"),s=a.style;"AnimationEvent"in window||(delete START_EVENT_NAME_MAP.animationstart.animation,delete END_EVENT_NAME_MAP.animationend.animation),"TransitionEvent"in window||(delete START_EVENT_NAME_MAP.transitionstart.transition,delete END_EVENT_NAME_MAP.transitionend.transition);function $(_,_e){for(var tt in _)if(_.hasOwnProperty(tt)){var nt=_[tt];for(var at in nt)if(at in s){_e.push(nt[at]);break}}}$(START_EVENT_NAME_MAP,startEvents),$(END_EVENT_NAME_MAP,endEvents)}typeof window<"u"&&typeof document<"u"&&detectEvents();function addEventListener$1(a,s,$){a.addEventListener(s,$,!1)}function removeEventListener(a,s,$){a.removeEventListener(s,$,!1)}var TransitionEvents={startEvents,addStartEventListener:function a(s,$){if(startEvents.length===0){window.setTimeout($,0);return}startEvents.forEach(function(_){addEventListener$1(s,_,$)})},removeStartEventListener:function a(s,$){startEvents.length!==0&&startEvents.forEach(function(_){removeEventListener(s,_,$)})},endEvents,addEndEventListener:function a(s,$){if(endEvents.length===0){window.setTimeout($,0);return}endEvents.forEach(function(_){addEventListener$1(s,_,$)})},removeEndEventListener:function a(s,$){endEvents.length!==0&&endEvents.forEach(function(_){removeEventListener(s,_,$)})}},componentIndexof,hasRequiredComponentIndexof;function requireComponentIndexof(){return hasRequiredComponentIndexof||(hasRequiredComponentIndexof=1,componentIndexof=function(a,s){if(a.indexOf)return a.indexOf(s);for(var $=0;$<a.length;++$)if(a[$]===s)return $;return-1}),componentIndexof}try{var index$1=requireComponentIndexof()}catch(a){var index$1=requireComponentIndexof()}var re=/\s+/,toString=Object.prototype.toString,componentClasses=function(a){return new ClassList(a)};function ClassList(a){if(!a||!a.nodeType)throw new Error("A DOM element reference is required");this.el=a,this.list=a.classList}ClassList.prototype.add=function(a){if(this.list)return this.list.add(a),this;var s=this.array(),$=index$1(s,a);return~$||s.push(a),this.el.className=s.join(" "),this},ClassList.prototype.remove=function(a){if(toString.call(a)=="[object RegExp]")return this.removeMatching(a);if(this.list)return this.list.remove(a),this;var s=this.array(),$=index$1(s,a);return~$&&s.splice($,1),this.el.className=s.join(" "),this},ClassList.prototype.removeMatching=function(a){for(var s=this.array(),$=0;$<s.length;$++)a.test(s[$])&&this.remove(s[$]);return this},ClassList.prototype.toggle=function(a,s){return this.list?(typeof s<"u"?s!==this.list.toggle(a,s)&&this.list.toggle(a):this.list.toggle(a),this):(typeof s<"u"?s?this.add(a):this.remove(a):this.has(a)?this.remove(a):this.add(a),this)},ClassList.prototype.array=function(){var a=this.el.getAttribute("class")||"",s=a.replace(/^\s+|\s+$/g,""),$=s.split(re);return $[0]===""&&$.shift(),$},ClassList.prototype.has=ClassList.prototype.contains=function(a){return this.list?this.list.contains(a):!!~index$1(this.array(),a)};const classes=getDefaultExportFromCjs(componentClasses);var isCssAnimationSupported=TransitionEvents.endEvents.length!==0,capitalPrefixes=["Webkit","Moz","O","ms"],prefixes=["-webkit-","-moz-","-o-","ms-",""];function getStyleProperty(a,s){for(var $=window.getComputedStyle(a,null),_="",_e=0;_e<prefixes.length&&(_=$.getPropertyValue(prefixes[_e]+s),!_);_e++);return _}function fixBrowserByTimeout(a){if(isCssAnimationSupported){var s=parseFloat(getStyleProperty(a,"transition-delay"))||0,$=parseFloat(getStyleProperty(a,"transition-duration"))||0,_=parseFloat(getStyleProperty(a,"animation-delay"))||0,_e=parseFloat(getStyleProperty(a,"animation-duration"))||0,tt=Math.max($+s,_e+_);a.rcEndAnimTimeout=setTimeout(function(){a.rcEndAnimTimeout=null,a.rcEndListener&&a.rcEndListener()},tt*1e3+200)}}function clearBrowserBugTimeout(a){a.rcEndAnimTimeout&&(clearTimeout(a.rcEndAnimTimeout),a.rcEndAnimTimeout=null)}var cssAnimation=function a(s,$,_){var _e=(typeof $>"u"?"undefined":_default$e($))==="object",tt=_e?$.name:$,nt=_e?$.active:$+"-active",at=_,ot=void 0,rt=void 0,st=classes(s);return _&&Object.prototype.toString.call(_)==="[object Object]"&&(at=_.end,ot=_.start,rt=_.active),s.rcEndListener&&s.rcEndListener(),s.rcEndListener=function(lt){lt&&lt.target!==s||(s.rcAnimTimeout&&(clearTimeout(s.rcAnimTimeout),s.rcAnimTimeout=null),clearBrowserBugTimeout(s),st.remove(tt),st.remove(nt),TransitionEvents.removeEndEventListener(s,s.rcEndListener),s.rcEndListener=null,at&&at())},TransitionEvents.addEndEventListener(s,s.rcEndListener),ot&&ot(),st.add(tt),s.rcAnimTimeout=setTimeout(function(){s.rcAnimTimeout=null,st.add(nt),rt&&setTimeout(rt,0),fixBrowserByTimeout(s)},30),{stop:function(){s.rcEndListener&&s.rcEndListener()}}};cssAnimation.style=function(a,s,$){a.rcEndListener&&a.rcEndListener(),a.rcEndListener=function(_){_&&_.target!==a||(a.rcAnimTimeout&&(clearTimeout(a.rcAnimTimeout),a.rcAnimTimeout=null),clearBrowserBugTimeout(a),TransitionEvents.removeEndEventListener(a,a.rcEndListener),a.rcEndListener=null,$&&$())},TransitionEvents.addEndEventListener(a,a.rcEndListener),a.rcAnimTimeout=setTimeout(function(){for(var _ in s)s.hasOwnProperty(_)&&(a.style[_]=s[_]);a.rcAnimTimeout=null,fixBrowserByTimeout(a)},0)},cssAnimation.setTransition=function(a,s,$){var _=s,_e=$;$===void 0&&(_e=_,_=""),_=_||"",capitalPrefixes.forEach(function(tt){a.style[tt+"Transition"+_]=_e})},cssAnimation.isCssAnimationSupported=isCssAnimationSupported;var util={isAppearSupported:function a(s){return s.transitionName&&s.transitionAppear||s.animation.appear},isEnterSupported:function a(s){return s.transitionName&&s.transitionEnter||s.animation.enter},isLeaveSupported:function a(s){return s.transitionName&&s.transitionLeave||s.animation.leave},allowAppearCallback:function a(s){return s.transitionAppear||s.animation.appear},allowEnterCallback:function a(s){return s.transitionEnter||s.animation.enter},allowLeaveCallback:function a(s){return s.transitionLeave||s.animation.leave}},transitionMap={enter:"transitionEnter",appear:"transitionAppear",leave:"transitionLeave"},AnimateChild=function(a){_default$c(s,a);function s(){return _default$g(this,s),_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return _default$f(s,[{key:"componentWillUnmount",value:function(){this.stop()}},{key:"componentWillEnter",value:function(_){util.isEnterSupported(this.props)?this.transition("enter",_):_()}},{key:"componentWillAppear",value:function(_){util.isAppearSupported(this.props)?this.transition("appear",_):_()}},{key:"componentWillLeave",value:function(_){util.isLeaveSupported(this.props)?this.transition("leave",_):_()}},{key:"transition",value:function(_,_e){var tt=this,nt=ReactDOM.findDOMNode(this),at=this.props,ot=at.transitionName,rt=typeof ot=="object";this.stop();var st=function(){tt.stopper=null,_e()};if((isCssAnimationSupported||!at.animation[_])&&ot&&at[transitionMap[_]]){var lt=rt?ot[_]:ot+"-"+_,et=lt+"-active";rt&&ot[_+"Active"]&&(et=ot[_+"Active"]),this.stopper=cssAnimation(nt,{name:lt,active:et},st)}else this.stopper=at.animation[_](nt,st)}},{key:"stop",value:function(){var _=this.stopper;_&&(this.stopper=null,_.stop())}},{key:"render",value:function(){return this.props.children}}]),s}(React$a.Component);AnimateChild.propTypes={children:PropTypes.any,animation:PropTypes.any,transitionName:PropTypes.any};var defaultKey="rc_animate_"+Date.now();function getChildrenFromProps(a){var s=a.children;return React$a.isValidElement(s)&&!s.key?React$a.cloneElement(s,{key:defaultKey}):s}function noop$1(){}var Animate=function(a){_default$c(s,a);function s($){_default$g(this,s);var _=_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).call(this,$));return _initialiseProps$1.call(_),_.currentlyAnimatingKeys={},_.keysToEnter=[],_.keysToLeave=[],_.state={children:toArrayChildren(getChildrenFromProps($))},_.childrenRefs={},_}return _default$f(s,[{key:"componentDidMount",value:function(){var _=this,_e=this.props.showProp,tt=this.state.children;_e&&(tt=tt.filter(function(nt){return!!nt.props[_e]})),tt.forEach(function(nt){nt&&_.performAppear(nt.key)})}},{key:"componentWillReceiveProps",value:function(_){var _e=this;this.nextProps=_;var tt=toArrayChildren(getChildrenFromProps(_)),nt=this.props;nt.exclusive&&Object.keys(this.currentlyAnimatingKeys).forEach(function(lt){_e.stop(lt)});var at=nt.showProp,ot=this.currentlyAnimatingKeys,rt=nt.exclusive?toArrayChildren(getChildrenFromProps(nt)):this.state.children,st=[];at?(rt.forEach(function(lt){var et=lt&&findChildInChildrenByKey(tt,lt.key),it=void 0;(!et||!et.props[at])&&lt.props[at]?it=React$a.cloneElement(et||lt,_default$b({},at,!0)):it=et,it&&st.push(it)}),tt.forEach(function(lt){(!lt||!findChildInChildrenByKey(rt,lt.key))&&st.push(lt)})):st=mergeChildren(rt,tt),this.setState({children:st}),tt.forEach(function(lt){var et=lt&&lt.key;if(!(lt&&ot[et])){var it=lt&&findChildInChildrenByKey(rt,et);if(at){var ut=lt.props[at];if(it){var ft=findShownChildInChildrenByKey(rt,et,at);!ft&&ut&&_e.keysToEnter.push(et)}else ut&&_e.keysToEnter.push(et)}else it||_e.keysToEnter.push(et)}}),rt.forEach(function(lt){var et=lt&&lt.key;if(!(lt&&ot[et])){var it=lt&&findChildInChildrenByKey(tt,et);if(at){var ut=lt.props[at];if(it){var ft=findShownChildInChildrenByKey(tt,et,at);!ft&&ut&&_e.keysToLeave.push(et)}else ut&&_e.keysToLeave.push(et)}else it||_e.keysToLeave.push(et)}})}},{key:"componentDidUpdate",value:function(){var _=this.keysToEnter;this.keysToEnter=[],_.forEach(this.performEnter);var _e=this.keysToLeave;this.keysToLeave=[],_e.forEach(this.performLeave)}},{key:"isValidChildByKey",value:function(_,_e){var tt=this.props.showProp;return tt?findShownChildInChildrenByKey(_,_e,tt):findChildInChildrenByKey(_,_e)}},{key:"stop",value:function(_){delete this.currentlyAnimatingKeys[_];var _e=this.childrenRefs[_];_e&&_e.stop()}},{key:"render",value:function(){var _=this,_e=this.props;this.nextProps=_e;var tt=this.state.children,nt=null;tt&&(nt=tt.map(function(rt){if(rt==null)return rt;if(!rt.key)throw new Error("must set key for <rc-animate> children");return React$a.createElement(AnimateChild,{key:rt.key,ref:function(lt){_.childrenRefs[rt.key]=lt},animation:_e.animation,transitionName:_e.transitionName,transitionEnter:_e.transitionEnter,transitionAppear:_e.transitionAppear,transitionLeave:_e.transitionLeave},rt)}));var at=_e.component;if(at){var ot=_e;return typeof at=="string"&&(ot=_default$i({className:_e.className,style:_e.style},_e.componentProps)),React$a.createElement(at,ot,nt)}return nt[0]||null}}]),s}(React$a.Component);Animate.isAnimate=!0,Animate.propTypes={className:PropTypes.string,style:PropTypes.object,component:PropTypes.any,componentProps:PropTypes.object,animation:PropTypes.object,transitionName:PropTypes.oneOfType([PropTypes.string,PropTypes.object]),transitionEnter:PropTypes.bool,transitionAppear:PropTypes.bool,exclusive:PropTypes.bool,transitionLeave:PropTypes.bool,onEnd:PropTypes.func,onEnter:PropTypes.func,onLeave:PropTypes.func,onAppear:PropTypes.func,showProp:PropTypes.string,children:PropTypes.node},Animate.defaultProps={animation:{},component:"span",componentProps:{},transitionEnter:!0,transitionLeave:!0,transitionAppear:!1,onEnd:noop$1,onEnter:noop$1,onLeave:noop$1,onAppear:noop$1};var _initialiseProps$1=function a(){var s=this;this.performEnter=function($){s.childrenRefs[$]&&(s.currentlyAnimatingKeys[$]=!0,s.childrenRefs[$].componentWillEnter(s.handleDoneAdding.bind(s,$,"enter")))},this.performAppear=function($){s.childrenRefs[$]&&(s.currentlyAnimatingKeys[$]=!0,s.childrenRefs[$].componentWillAppear(s.handleDoneAdding.bind(s,$,"appear")))},this.handleDoneAdding=function($,_){var _e=s.props;if(delete s.currentlyAnimatingKeys[$],!(_e.exclusive&&_e!==s.nextProps)){var tt=toArrayChildren(getChildrenFromProps(_e));s.isValidChildByKey(tt,$)?_==="appear"?util.allowAppearCallback(_e)&&(_e.onAppear($),_e.onEnd($,!0)):util.allowEnterCallback(_e)&&(_e.onEnter($),_e.onEnd($,!0)):s.performLeave($)}},this.performLeave=function($){s.childrenRefs[$]&&(s.currentlyAnimatingKeys[$]=!0,s.childrenRefs[$].componentWillLeave(s.handleDoneLeaving.bind(s,$)))},this.handleDoneLeaving=function($){var _=s.props;if(delete s.currentlyAnimatingKeys[$],!(_.exclusive&&_!==s.nextProps)){var _e=toArrayChildren(getChildrenFromProps(_));if(s.isValidChildByKey(_e,$))s.performEnter($);else{var tt=function(){util.allowLeaveCallback(_)&&(_.onLeave($),_.onEnd($,!1))};isSameChildren(s.state.children,_e,_.showProp)?tt():s.setState({children:_e},tt)}}}};const Animate$1=unsafeLifecyclesPolyfill(Animate);var _default$a=function(a,s){var $={};for(var _ in a)s.indexOf(_)>=0||Object.prototype.hasOwnProperty.call(a,_)&&($[_]=a[_]);return $},LazyRenderBox=function(a){_default$c(s,a);function s(){return _default$g(this,s),_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return _default$f(s,[{key:"shouldComponentUpdate",value:function(_){return _.hiddenClassName||_.visible}},{key:"render",value:function(){var _=this.props,_e=_.hiddenClassName,tt=_.visible,nt=_default$a(_,["hiddenClassName","visible"]);return _e||React$a.Children.count(nt.children)>1?(!tt&&_e&&(nt.className+=" "+_e),React$a.createElement("div",nt)):React$a.Children.only(nt.children)}}]),s}(reactExports.Component);LazyRenderBox.propTypes={children:PropTypes.any,className:PropTypes.string,visible:PropTypes.bool,hiddenClassName:PropTypes.string};var PopupInner=function(a){_default$c(s,a);function s(){return _default$g(this,s),_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return _default$f(s,[{key:"render",value:function(){var _=this.props,_e=_.className;return _.visible||(_e+=" "+_.hiddenClassName),React$a.createElement("div",{className:_e,onMouseEnter:_.onMouseEnter,onMouseLeave:_.onMouseLeave,style:_.style},React$a.createElement(LazyRenderBox,{className:_.prefixCls+"-content",visible:_.visible},_.children))}}]),s}(reactExports.Component);PopupInner.propTypes={hiddenClassName:PropTypes.string,className:PropTypes.string,prefixCls:PropTypes.string,onMouseEnter:PropTypes.func,onMouseLeave:PropTypes.func,children:PropTypes.any};function isPointsEq(a,s){return a[0]===s[0]&&a[1]===s[1]}function getAlignFromPlacement(a,s,$){var _=a[s]||{};return _default$i({},_,$)}function getPopupClassNameFromAlign(a,s,$){var _=$.points;for(var _e in a)if(a.hasOwnProperty(_e)&&isPointsEq(a[_e].points,_))return s+"-placement-"+_e;return""}function saveRef(a,s){this[a]=s}var Popup=function(a){_default$c(s,a);function s($){_default$g(this,s);var _=_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).call(this,$));return _initialiseProps.call(_),_.savePopupRef=saveRef.bind(_,"popupInstance"),_.saveAlignRef=saveRef.bind(_,"alignInstance"),_}return _default$f(s,[{key:"componentDidMount",value:function(){this.rootNode=this.getPopupDomNode()}},{key:"getPopupDomNode",value:function(){return ReactDOM.findDOMNode(this.popupInstance)}},{key:"getMaskTransitionName",value:function(){var _=this.props,_e=_.maskTransitionName,tt=_.maskAnimation;return!_e&&tt&&(_e=_.prefixCls+"-"+tt),_e}},{key:"getTransitionName",value:function(){var _=this.props,_e=_.transitionName;return!_e&&_.animation&&(_e=_.prefixCls+"-"+_.animation),_e}},{key:"getClassName",value:function(_){return this.props.prefixCls+" "+this.props.className+" "+_}},{key:"getPopupElement",value:function(){var _=this.savePopupRef,_e=this.props,tt=_e.align,nt=_e.style,at=_e.visible,ot=_e.prefixCls,rt=_e.destroyPopupOnHide,st=this.getClassName(this.currentAlignClassName||_e.getClassNameFromAlign(tt)),lt=ot+"-hidden";at||(this.currentAlignClassName=null);var et=_default$i({},nt,this.getZIndexStyle()),it={className:st,prefixCls:ot,ref:_,onMouseEnter:_e.onMouseEnter,onMouseLeave:_e.onMouseLeave,style:et};return rt?React$a.createElement(Animate$1,{component:"",exclusive:!0,transitionAppear:!0,transitionName:this.getTransitionName()},at?React$a.createElement(Align,{target:this.getTarget,key:"popup",ref:this.saveAlignRef,monitorWindowResize:!0,align:tt,onAlign:this.onAlign},React$a.createElement(PopupInner,_default$i({visible:!0},it),_e.children)):null):React$a.createElement(Animate$1,{component:"",exclusive:!0,transitionAppear:!0,transitionName:this.getTransitionName(),showProp:"xVisible"},React$a.createElement(Align,{target:this.getTarget,key:"popup",ref:this.saveAlignRef,monitorWindowResize:!0,xVisible:at,childrenProps:{visible:"xVisible"},disabled:!at,align:tt,onAlign:this.onAlign},React$a.createElement(PopupInner,_default$i({hiddenClassName:lt},it),_e.children)))}},{key:"getZIndexStyle",value:function(){var _={},_e=this.props;return _e.zIndex!==void 0&&(_.zIndex=_e.zIndex),_}},{key:"getMaskElement",value:function(){var _=this.props,_e=void 0;if(_.mask){var tt=this.getMaskTransitionName();_e=React$a.createElement(LazyRenderBox,{style:this.getZIndexStyle(),key:"mask",className:_.prefixCls+"-mask",hiddenClassName:_.prefixCls+"-mask-hidden",visible:_.visible}),tt&&(_e=React$a.createElement(Animate$1,{key:"mask",showProp:"visible",transitionAppear:!0,component:"",transitionName:tt},_e))}return _e}},{key:"render",value:function(){return React$a.createElement("div",null,this.getMaskElement(),this.getPopupElement())}}]),s}(reactExports.Component);Popup.propTypes={visible:PropTypes.bool,style:PropTypes.object,getClassNameFromAlign:PropTypes.func,onAlign:PropTypes.func,getRootDomNode:PropTypes.func,onMouseEnter:PropTypes.func,align:PropTypes.any,destroyPopupOnHide:PropTypes.bool,className:PropTypes.string,prefixCls:PropTypes.string,onMouseLeave:PropTypes.func};var _initialiseProps=function a(){var s=this;this.onAlign=function($,_){var _e=s.props,tt=_e.getClassNameFromAlign(_);s.currentAlignClassName!==tt&&(s.currentAlignClassName=tt,$.className=s.getClassName(tt)),_e.onAlign($,_)},this.getTarget=function(){return s.props.getRootDomNode()}},getContainerRenderMixin$1={};Object.defineProperty(getContainerRenderMixin$1,"__esModule",{value:!0});var _default$9=getContainerRenderMixin$1.default=getContainerRenderMixin,_reactDom$1=_interopRequireDefault$a(reactDomExports);function _interopRequireDefault$a(a){return a&&a.__esModule?a:{default:a}}function ownKeys$1(a,s){var $=Object.keys(a);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);s&&(_=_.filter(function(_e){return Object.getOwnPropertyDescriptor(a,_e).enumerable})),$.push.apply($,_)}return $}function _objectSpread$1(a){for(var s=1;s<arguments.length;s++){var $=arguments[s]!=null?arguments[s]:{};s%2?ownKeys$1(Object($),!0).forEach(function(_){_defineProperty$5(a,_,$[_])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors($)):ownKeys$1(Object($)).forEach(function(_){Object.defineProperty(a,_,Object.getOwnPropertyDescriptor($,_))})}return a}function _defineProperty$5(a,s,$){return s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}function defaultGetContainer(){var a=document.createElement("div");return document.body.appendChild(a),a}function getContainerRenderMixin(a){var s=a.autoMount,$=s===void 0?!0:s,_=a.autoDestroy,_e=_===void 0?!0:_,tt=a.isVisible,nt=a.isForceRender,at=a.getComponent,ot=a.getContainer,rt=ot===void 0?defaultGetContainer:ot,st;function lt(it,ut,ft){if(!tt||it._component||tt(it)||nt&&nt(it)){it._container||(it._container=rt(it));var ht;it.getComponent?ht=it.getComponent(ut):ht=at(it,ut),_reactDom$1.default.unstable_renderSubtreeIntoContainer(it,ht,it._container,function(){it._component=this,ft&&ft.call(this)})}}$&&(st=_objectSpread$1(_objectSpread$1({},st),{},{componentDidMount:function(){lt(this)},componentDidUpdate:function(){lt(this)}})),(!$||!_e)&&(st=_objectSpread$1(_objectSpread$1({},st),{},{renderComponent:function(ut,ft){lt(this,ut,ft)}}));function et(it){if(it._container){var ut=it._container;_reactDom$1.default.unmountComponentAtNode(ut),ut.parentNode.removeChild(ut),it._container=null}}return _e?st=_objectSpread$1(_objectSpread$1({},st),{},{componentWillUnmount:function(){et(this)}}):st=_objectSpread$1(_objectSpread$1({},st),{},{removeContainer:function(){et(this)}}),st}function noop(){}function returnEmptyString(){return""}function returnDocument(){return window.document}var isMobile=typeof navigator<"u"&&!!navigator.userAgent.match(/(Android|iPhone|iPad|iPod|iOS|UCWEB)/i),ALL_HANDLERS=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"],Trigger=createReactClass$1({displayName:"Trigger",propTypes:{children:PropTypes.any,action:PropTypes.oneOfType([PropTypes.string,PropTypes.arrayOf(PropTypes.string)]),showAction:PropTypes.any,hideAction:PropTypes.any,getPopupClassNameFromAlign:PropTypes.any,onPopupVisibleChange:PropTypes.func,afterPopupVisibleChange:PropTypes.func,popup:PropTypes.oneOfType([PropTypes.node,PropTypes.func]).isRequired,popupStyle:PropTypes.object,prefixCls:PropTypes.string,popupClassName:PropTypes.string,popupPlacement:PropTypes.string,builtinPlacements:PropTypes.object,popupTransitionName:PropTypes.oneOfType([PropTypes.string,PropTypes.object]),popupAnimation:PropTypes.any,mouseEnterDelay:PropTypes.number,mouseLeaveDelay:PropTypes.number,zIndex:PropTypes.number,focusDelay:PropTypes.number,blurDelay:PropTypes.number,getPopupContainer:PropTypes.func,getDocument:PropTypes.func,destroyPopupOnHide:PropTypes.bool,mask:PropTypes.bool,maskClosable:PropTypes.bool,onPopupAlign:PropTypes.func,popupAlign:PropTypes.object,popupVisible:PropTypes.bool,maskTransitionName:PropTypes.oneOfType([PropTypes.string,PropTypes.object]),maskAnimation:PropTypes.string},mixins:[_default$9({autoMount:!1,isVisible:function a(s){return s.state.popupVisible},getContainer:function a(s){var $=s.props,_=document.createElement("div");_.style.position="absolute",_.style.top="0",_.style.left="0",_.style.width="100%";var _e=$.getPopupContainer?$.getPopupContainer(reactDomExports.findDOMNode(s)):$.getDocument().body;return _e.appendChild(_),_}})],getDefaultProps:function a(){return{prefixCls:"rc-trigger-popup",getPopupClassNameFromAlign:returnEmptyString,getDocument:returnDocument,onPopupVisibleChange:noop,afterPopupVisibleChange:noop,onPopupAlign:noop,popupClassName:"",mouseEnterDelay:0,mouseLeaveDelay:.1,focusDelay:0,blurDelay:.15,popupStyle:{},destroyPopupOnHide:!1,popupAlign:{},defaultPopupVisible:!1,mask:!1,maskClosable:!0,action:[],showAction:[],hideAction:[]}},getInitialState:function a(){var s=this.props,$=void 0;return"popupVisible"in s?$=!!s.popupVisible:$=!!s.defaultPopupVisible,{popupVisible:$}},componentWillMount:function a(){var s=this;ALL_HANDLERS.forEach(function($){s["fire"+$]=function(_){s.fireEvents($,_)}})},componentDidMount:function a(){this.componentDidUpdate({},{popupVisible:this.state.popupVisible})},componentWillReceiveProps:function a(s){var $=s.popupVisible;$!==void 0&&this.setState({popupVisible:$})},componentDidUpdate:function a(s,$){var _=this.props,_e=this.state;if(this.renderComponent(null,function(){$.popupVisible!==_e.popupVisible&&_.afterPopupVisibleChange(_e.popupVisible)}),_e.popupVisible){var tt=void 0;!this.clickOutsideHandler&&this.isClickToHide()&&(tt=_.getDocument(),this.clickOutsideHandler=_default$h(tt,"mousedown",this.onDocumentClick)),!this.touchOutsideHandler&&isMobile&&(tt=tt||_.getDocument(),this.touchOutsideHandler=_default$h(tt,"click",this.onDocumentClick));return}this.clearOutsideHandler()},componentWillUnmount:function a(){this.clearDelayTimer(),this.clearOutsideHandler()},onMouseEnter:function a(s){this.fireEvents("onMouseEnter",s),this.delaySetPopupVisible(!0,this.props.mouseEnterDelay)},onMouseLeave:function a(s){this.fireEvents("onMouseLeave",s),this.delaySetPopupVisible(!1,this.props.mouseLeaveDelay)},onPopupMouseEnter:function a(){this.clearDelayTimer()},onPopupMouseLeave:function a(s){s.relatedTarget&&!s.relatedTarget.setTimeout&&this._component&&this._component.getPopupDomNode&&contains$2(this._component.getPopupDomNode(),s.relatedTarget)||this.delaySetPopupVisible(!1,this.props.mouseLeaveDelay)},onFocus:function a(s){this.fireEvents("onFocus",s),this.clearDelayTimer(),this.isFocusToShow()&&(this.focusTime=Date.now(),this.delaySetPopupVisible(!0,this.props.focusDelay))},onMouseDown:function a(s){this.fireEvents("onMouseDown",s),this.preClickTime=Date.now()},onTouchStart:function a(s){this.fireEvents("onTouchStart",s),this.preTouchTime=Date.now()},onBlur:function a(s){this.fireEvents("onBlur",s),this.clearDelayTimer(),this.isBlurToHide()&&this.delaySetPopupVisible(!1,this.props.blurDelay)},onClick:function a(s){if(this.fireEvents("onClick",s),this.focusTime){var $=void 0;if(this.preClickTime&&this.preTouchTime?$=Math.min(this.preClickTime,this.preTouchTime):this.preClickTime?$=this.preClickTime:this.preTouchTime&&($=this.preTouchTime),Math.abs($-this.focusTime)<20)return;this.focusTime=0}this.preClickTime=0,this.preTouchTime=0,s.preventDefault();var _=!this.state.popupVisible;(this.isClickToHide()&&!_||_&&this.isClickToShow())&&this.setPopupVisible(!this.state.popupVisible)},onDocumentClick:function a(s){if(!(this.props.mask&&!this.props.maskClosable)){var $=s.target,_=reactDomExports.findDOMNode(this),_e=this.getPopupDomNode();!contains$2(_,$)&&!contains$2(_e,$)&&this.close()}},getPopupDomNode:function a(){return this._component&&this._component.getPopupDomNode?this._component.getPopupDomNode():null},getRootDomNode:function a(){return reactDomExports.findDOMNode(this)},getPopupClassNameFromAlign:function a(s){var $=[],_=this.props,_e=_.popupPlacement,tt=_.builtinPlacements,nt=_.prefixCls;return _e&&tt&&$.push(getPopupClassNameFromAlign(tt,nt,s)),_.getPopupClassNameFromAlign&&$.push(_.getPopupClassNameFromAlign(s)),$.join(" ")},getPopupAlign:function a(){var s=this.props,$=s.popupPlacement,_=s.popupAlign,_e=s.builtinPlacements;return $&&_e?getAlignFromPlacement(_e,$,_):_},getComponent:function a(){var s=this.props,$=this.state,_={};return this.isMouseEnterToShow()&&(_.onMouseEnter=this.onPopupMouseEnter),this.isMouseLeaveToHide()&&(_.onMouseLeave=this.onPopupMouseLeave),React$a.createElement(Popup,_default$i({prefixCls:s.prefixCls,destroyPopupOnHide:s.destroyPopupOnHide,visible:$.popupVisible,className:s.popupClassName,action:s.action,align:this.getPopupAlign(),onAlign:s.onPopupAlign,animation:s.popupAnimation,getClassNameFromAlign:this.getPopupClassNameFromAlign},_,{getRootDomNode:this.getRootDomNode,style:s.popupStyle,mask:s.mask,zIndex:s.zIndex,transitionName:s.popupTransitionName,maskAnimation:s.maskAnimation,maskTransitionName:s.maskTransitionName}),typeof s.popup=="function"?s.popup():s.popup)},setPopupVisible:function a(s){this.clearDelayTimer(),this.state.popupVisible!==s&&("popupVisible"in this.props||this.setState({popupVisible:s}),this.props.onPopupVisibleChange(s))},delaySetPopupVisible:function a(s,$){var _=this,_e=$*1e3;this.clearDelayTimer(),_e?this.delayTimer=setTimeout(function(){_.setPopupVisible(s),_.clearDelayTimer()},_e):this.setPopupVisible(s)},clearDelayTimer:function a(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)},clearOutsideHandler:function a(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)},createTwoChains:function a(s){var $=this.props.children.props,_=this.props;return $[s]&&_[s]?this["fire"+s]:$[s]||_[s]},isClickToShow:function a(){var s=this.props,$=s.action,_=s.showAction;return $.indexOf("click")!==-1||_.indexOf("click")!==-1},isClickToHide:function a(){var s=this.props,$=s.action,_=s.hideAction;return $.indexOf("click")!==-1||_.indexOf("click")!==-1},isMouseEnterToShow:function a(){var s=this.props,$=s.action,_=s.showAction;return $.indexOf("hover")!==-1||_.indexOf("mouseEnter")!==-1},isMouseLeaveToHide:function a(){var s=this.props,$=s.action,_=s.hideAction;return $.indexOf("hover")!==-1||_.indexOf("mouseLeave")!==-1},isFocusToShow:function a(){var s=this.props,$=s.action,_=s.showAction;return $.indexOf("focus")!==-1||_.indexOf("focus")!==-1},isBlurToHide:function a(){var s=this.props,$=s.action,_=s.hideAction;return $.indexOf("focus")!==-1||_.indexOf("blur")!==-1},forcePopupAlign:function a(){this.state.popupVisible&&this._component&&this._component.alignInstance&&this._component.alignInstance.forceAlign()},fireEvents:function a(s,$){var _=this.props.children.props[s];_&&_($);var _e=this.props[s];_e&&_e($)},close:function a(){this.setPopupVisible(!1)},render:function a(){var s=this.props,$=s.children,_=React$a.Children.only($),_e={};return this.isClickToHide()||this.isClickToShow()?(_e.onClick=this.onClick,_e.onMouseDown=this.onMouseDown,_e.onTouchStart=this.onTouchStart):(_e.onClick=this.createTwoChains("onClick"),_e.onMouseDown=this.createTwoChains("onMouseDown"),_e.onTouchStart=this.createTwoChains("onTouchStart")),this.isMouseEnterToShow()?_e.onMouseEnter=this.onMouseEnter:_e.onMouseEnter=this.createTwoChains("onMouseEnter"),this.isMouseLeaveToHide()?_e.onMouseLeave=this.onMouseLeave:_e.onMouseLeave=this.createTwoChains("onMouseLeave"),this.isFocusToShow()||this.isBlurToHide()?(_e.onFocus=this.onFocus,_e.onBlur=this.onBlur):(_e.onFocus=this.createTwoChains("onFocus"),_e.onBlur=this.createTwoChains("onBlur")),React$a.cloneElement(_,_e)}});const es=Object.freeze(Object.defineProperty({__proto__:null,default:Trigger},Symbol.toStringTag,{value:"Module"})),require$$3$1=getAugmentedNamespace(es);var Panel$1={exports:{}},color={exports:{}},tinycolor={exports:{}};(function(a,s){(function($,_){a.exports=_()})(commonjsGlobal,function(){function $($t){"@babel/helpers - typeof";return $=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Pt){return typeof Pt}:function(Pt){return Pt&&typeof Symbol=="function"&&Pt.constructor===Symbol&&Pt!==Symbol.prototype?"symbol":typeof Pt},$($t)}var _=/^\s+/,_e=/\s+$/;function tt($t,Pt){if($t=$t||"",Pt=Pt||{},$t instanceof tt)return $t;if(!(this instanceof tt))return new tt($t,Pt);var Dt=nt($t);this._originalInput=$t,this._r=Dt.r,this._g=Dt.g,this._b=Dt.b,this._a=Dt.a,this._roundA=Math.round(100*this._a)/100,this._format=Pt.format||Dt.format,this._gradientType=Pt.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=Dt.ok}tt.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var Pt=this.toRgb();return(Pt.r*299+Pt.g*587+Pt.b*114)/1e3},getLuminance:function(){var Pt=this.toRgb(),Dt,Ut,Vt,Qt,qt,Zt;return Dt=Pt.r/255,Ut=Pt.g/255,Vt=Pt.b/255,Dt<=.03928?Qt=Dt/12.92:Qt=Math.pow((Dt+.055)/1.055,2.4),Ut<=.03928?qt=Ut/12.92:qt=Math.pow((Ut+.055)/1.055,2.4),Vt<=.03928?Zt=Vt/12.92:Zt=Math.pow((Vt+.055)/1.055,2.4),.2126*Qt+.7152*qt+.0722*Zt},setAlpha:function(Pt){return this._a=Tt(Pt),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var Pt=st(this._r,this._g,this._b);return{h:Pt.h*360,s:Pt.s,v:Pt.v,a:this._a}},toHsvString:function(){var Pt=st(this._r,this._g,this._b),Dt=Math.round(Pt.h*360),Ut=Math.round(Pt.s*100),Vt=Math.round(Pt.v*100);return this._a==1?"hsv("+Dt+", "+Ut+"%, "+Vt+"%)":"hsva("+Dt+", "+Ut+"%, "+Vt+"%, "+this._roundA+")"},toHsl:function(){var Pt=ot(this._r,this._g,this._b);return{h:Pt.h*360,s:Pt.s,l:Pt.l,a:this._a}},toHslString:function(){var Pt=ot(this._r,this._g,this._b),Dt=Math.round(Pt.h*360),Ut=Math.round(Pt.s*100),Vt=Math.round(Pt.l*100);return this._a==1?"hsl("+Dt+", "+Ut+"%, "+Vt+"%)":"hsla("+Dt+", "+Ut+"%, "+Vt+"%, "+this._roundA+")"},toHex:function(Pt){return et(this._r,this._g,this._b,Pt)},toHexString:function(Pt){return"#"+this.toHex(Pt)},toHex8:function(Pt){return it(this._r,this._g,this._b,this._a,Pt)},toHex8String:function(Pt){return"#"+this.toHex8(Pt)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(wt(this._r,255)*100)+"%",g:Math.round(wt(this._g,255)*100)+"%",b:Math.round(wt(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(wt(this._r,255)*100)+"%, "+Math.round(wt(this._g,255)*100)+"%, "+Math.round(wt(this._b,255)*100)+"%)":"rgba("+Math.round(wt(this._r,255)*100)+"%, "+Math.round(wt(this._g,255)*100)+"%, "+Math.round(wt(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Bt[et(this._r,this._g,this._b,!0)]||!1},toFilter:function(Pt){var Dt="#"+ut(this._r,this._g,this._b,this._a),Ut=Dt,Vt=this._gradientType?"GradientType = 1, ":"";if(Pt){var Qt=tt(Pt);Ut="#"+ut(Qt._r,Qt._g,Qt._b,Qt._a)}return"progid:DXImageTransform.Microsoft.gradient("+Vt+"startColorstr="+Dt+",endColorstr="+Ut+")"},toString:function(Pt){var Dt=!!Pt;Pt=Pt||this._format;var Ut=!1,Vt=this._a<1&&this._a>=0,Qt=!Dt&&Vt&&(Pt==="hex"||Pt==="hex6"||Pt==="hex3"||Pt==="hex4"||Pt==="hex8"||Pt==="name");return Qt?Pt==="name"&&this._a===0?this.toName():this.toRgbString():(Pt==="rgb"&&(Ut=this.toRgbString()),Pt==="prgb"&&(Ut=this.toPercentageRgbString()),(Pt==="hex"||Pt==="hex6")&&(Ut=this.toHexString()),Pt==="hex3"&&(Ut=this.toHexString(!0)),Pt==="hex4"&&(Ut=this.toHex8String(!0)),Pt==="hex8"&&(Ut=this.toHex8String()),Pt==="name"&&(Ut=this.toName()),Pt==="hsl"&&(Ut=this.toHslString()),Pt==="hsv"&&(Ut=this.toHsvString()),Ut||this.toHexString())},clone:function(){return tt(this.toString())},_applyModification:function(Pt,Dt){var Ut=Pt.apply(null,[this].concat([].slice.call(Dt)));return this._r=Ut._r,this._g=Ut._g,this._b=Ut._b,this.setAlpha(Ut._a),this},lighten:function(){return this._applyModification(gt,arguments)},brighten:function(){return this._applyModification(pt,arguments)},darken:function(){return this._applyModification(mt,arguments)},desaturate:function(){return this._applyModification(ft,arguments)},saturate:function(){return this._applyModification(ht,arguments)},greyscale:function(){return this._applyModification(dt,arguments)},spin:function(){return this._applyModification(ct,arguments)},_applyCombination:function(Pt,Dt){return Pt.apply(null,[this].concat([].slice.call(Dt)))},analogous:function(){return this._applyCombination(bt,arguments)},complement:function(){return this._applyCombination(vt,arguments)},monochromatic:function(){return this._applyCombination(Et,arguments)},splitcomplement:function(){return this._applyCombination(xt,arguments)},triad:function(){return this._applyCombination(At,[3])},tetrad:function(){return this._applyCombination(At,[4])}},tt.fromRatio=function($t,Pt){if($($t)=="object"){var Dt={};for(var Ut in $t)$t.hasOwnProperty(Ut)&&(Ut==="a"?Dt[Ut]=$t[Ut]:Dt[Ut]=jt($t[Ut]));$t=Dt}return tt($t,Pt)};function nt($t){var Pt={r:0,g:0,b:0},Dt=1,Ut=null,Vt=null,Qt=null,qt=!1,Zt=!1;return typeof $t=="string"&&($t=Mt($t)),$($t)=="object"&&(Nt($t.r)&&Nt($t.g)&&Nt($t.b)?(Pt=at($t.r,$t.g,$t.b),qt=!0,Zt=String($t.r).substr(-1)==="%"?"prgb":"rgb"):Nt($t.h)&&Nt($t.s)&&Nt($t.v)?(Ut=jt($t.s),Vt=jt($t.v),Pt=lt($t.h,Ut,Vt),qt=!0,Zt="hsv"):Nt($t.h)&&Nt($t.s)&&Nt($t.l)&&(Ut=jt($t.s),Qt=jt($t.l),Pt=rt($t.h,Ut,Qt),qt=!0,Zt="hsl"),$t.hasOwnProperty("a")&&(Dt=$t.a)),Dt=Tt(Dt),{ok:qt,format:$t.format||Zt,r:Math.min(255,Math.max(Pt.r,0)),g:Math.min(255,Math.max(Pt.g,0)),b:Math.min(255,Math.max(Pt.b,0)),a:Dt}}function at($t,Pt,Dt){return{r:wt($t,255)*255,g:wt(Pt,255)*255,b:wt(Dt,255)*255}}function ot($t,Pt,Dt){$t=wt($t,255),Pt=wt(Pt,255),Dt=wt(Dt,255);var Ut=Math.max($t,Pt,Dt),Vt=Math.min($t,Pt,Dt),Qt,qt,Zt=(Ut+Vt)/2;if(Ut==Vt)Qt=qt=0;else{var ar=Ut-Vt;switch(qt=Zt>.5?ar/(2-Ut-Vt):ar/(Ut+Vt),Ut){case $t:Qt=(Pt-Dt)/ar+(Pt<Dt?6:0);break;case Pt:Qt=(Dt-$t)/ar+2;break;case Dt:Qt=($t-Pt)/ar+4;break}Qt/=6}return{h:Qt,s:qt,l:Zt}}function rt($t,Pt,Dt){var Ut,Vt,Qt;$t=wt($t,360),Pt=wt(Pt,100),Dt=wt(Dt,100);function qt(Jt,rr,Yt){return Yt<0&&(Yt+=1),Yt>1&&(Yt-=1),Yt<1/6?Jt+(rr-Jt)*6*Yt:Yt<1/2?rr:Yt<2/3?Jt+(rr-Jt)*(2/3-Yt)*6:Jt}if(Pt===0)Ut=Vt=Qt=Dt;else{var Zt=Dt<.5?Dt*(1+Pt):Dt+Pt-Dt*Pt,ar=2*Dt-Zt;Ut=qt(ar,Zt,$t+1/3),Vt=qt(ar,Zt,$t),Qt=qt(ar,Zt,$t-1/3)}return{r:Ut*255,g:Vt*255,b:Qt*255}}function st($t,Pt,Dt){$t=wt($t,255),Pt=wt(Pt,255),Dt=wt(Dt,255);var Ut=Math.max($t,Pt,Dt),Vt=Math.min($t,Pt,Dt),Qt,qt,Zt=Ut,ar=Ut-Vt;if(qt=Ut===0?0:ar/Ut,Ut==Vt)Qt=0;else{switch(Ut){case $t:Qt=(Pt-Dt)/ar+(Pt<Dt?6:0);break;case Pt:Qt=(Dt-$t)/ar+2;break;case Dt:Qt=($t-Pt)/ar+4;break}Qt/=6}return{h:Qt,s:qt,v:Zt}}function lt($t,Pt,Dt){$t=wt($t,360)*6,Pt=wt(Pt,100),Dt=wt(Dt,100);var Ut=Math.floor($t),Vt=$t-Ut,Qt=Dt*(1-Pt),qt=Dt*(1-Vt*Pt),Zt=Dt*(1-(1-Vt)*Pt),ar=Ut%6,Jt=[Dt,qt,Qt,Qt,Zt,Dt][ar],rr=[Zt,Dt,Dt,qt,Qt,Qt][ar],Yt=[Qt,Qt,Zt,Dt,Dt,qt][ar];return{r:Jt*255,g:rr*255,b:Yt*255}}function et($t,Pt,Dt,Ut){var Vt=[kt(Math.round($t).toString(16)),kt(Math.round(Pt).toString(16)),kt(Math.round(Dt).toString(16))];return Ut&&Vt[0].charAt(0)==Vt[0].charAt(1)&&Vt[1].charAt(0)==Vt[1].charAt(1)&&Vt[2].charAt(0)==Vt[2].charAt(1)?Vt[0].charAt(0)+Vt[1].charAt(0)+Vt[2].charAt(0):Vt.join("")}function it($t,Pt,Dt,Ut,Vt){var Qt=[kt(Math.round($t).toString(16)),kt(Math.round(Pt).toString(16)),kt(Math.round(Dt).toString(16)),kt(Ht(Ut))];return Vt&&Qt[0].charAt(0)==Qt[0].charAt(1)&&Qt[1].charAt(0)==Qt[1].charAt(1)&&Qt[2].charAt(0)==Qt[2].charAt(1)&&Qt[3].charAt(0)==Qt[3].charAt(1)?Qt[0].charAt(0)+Qt[1].charAt(0)+Qt[2].charAt(0)+Qt[3].charAt(0):Qt.join("")}function ut($t,Pt,Dt,Ut){var Vt=[kt(Ht(Ut)),kt(Math.round($t).toString(16)),kt(Math.round(Pt).toString(16)),kt(Math.round(Dt).toString(16))];return Vt.join("")}tt.equals=function($t,Pt){return!$t||!Pt?!1:tt($t).toRgbString()==tt(Pt).toRgbString()},tt.random=function(){return tt.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function ft($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.s-=Pt/100,Dt.s=Ct(Dt.s),tt(Dt)}function ht($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.s+=Pt/100,Dt.s=Ct(Dt.s),tt(Dt)}function dt($t){return tt($t).desaturate(100)}function gt($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.l+=Pt/100,Dt.l=Ct(Dt.l),tt(Dt)}function pt($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toRgb();return Dt.r=Math.max(0,Math.min(255,Dt.r-Math.round(255*-(Pt/100)))),Dt.g=Math.max(0,Math.min(255,Dt.g-Math.round(255*-(Pt/100)))),Dt.b=Math.max(0,Math.min(255,Dt.b-Math.round(255*-(Pt/100)))),tt(Dt)}function mt($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.l-=Pt/100,Dt.l=Ct(Dt.l),tt(Dt)}function ct($t,Pt){var Dt=tt($t).toHsl(),Ut=(Dt.h+Pt)%360;return Dt.h=Ut<0?360+Ut:Ut,tt(Dt)}function vt($t){var Pt=tt($t).toHsl();return Pt.h=(Pt.h+180)%360,tt(Pt)}function At($t,Pt){if(isNaN(Pt)||Pt<=0)throw new Error("Argument to polyad must be a positive number");for(var Dt=tt($t).toHsl(),Ut=[tt($t)],Vt=360/Pt,Qt=1;Qt<Pt;Qt++)Ut.push(tt({h:(Dt.h+Qt*Vt)%360,s:Dt.s,l:Dt.l}));return Ut}function xt($t){var Pt=tt($t).toHsl(),Dt=Pt.h;return[tt($t),tt({h:(Dt+72)%360,s:Pt.s,l:Pt.l}),tt({h:(Dt+216)%360,s:Pt.s,l:Pt.l})]}function bt($t,Pt,Dt){Pt=Pt||6,Dt=Dt||30;var Ut=tt($t).toHsl(),Vt=360/Dt,Qt=[tt($t)];for(Ut.h=(Ut.h-(Vt*Pt>>1)+720)%360;--Pt;)Ut.h=(Ut.h+Vt)%360,Qt.push(tt(Ut));return Qt}function Et($t,Pt){Pt=Pt||6;for(var Dt=tt($t).toHsv(),Ut=Dt.h,Vt=Dt.s,Qt=Dt.v,qt=[],Zt=1/Pt;Pt--;)qt.push(tt({h:Ut,s:Vt,v:Qt})),Qt=(Qt+Zt)%1;return qt}tt.mix=function($t,Pt,Dt){Dt=Dt===0?0:Dt||50;var Ut=tt($t).toRgb(),Vt=tt(Pt).toRgb(),Qt=Dt/100,qt={r:(Vt.r-Ut.r)*Qt+Ut.r,g:(Vt.g-Ut.g)*Qt+Ut.g,b:(Vt.b-Ut.b)*Qt+Ut.b,a:(Vt.a-Ut.a)*Qt+Ut.a};return tt(qt)},tt.readability=function($t,Pt){var Dt=tt($t),Ut=tt(Pt);return(Math.max(Dt.getLuminance(),Ut.getLuminance())+.05)/(Math.min(Dt.getLuminance(),Ut.getLuminance())+.05)},tt.isReadable=function($t,Pt,Dt){var Ut=tt.readability($t,Pt),Vt,Qt;switch(Qt=!1,Vt=Lt(Dt),Vt.level+Vt.size){case"AAsmall":case"AAAlarge":Qt=Ut>=4.5;break;case"AAlarge":Qt=Ut>=3;break;case"AAAsmall":Qt=Ut>=7;break}return Qt},tt.mostReadable=function($t,Pt,Dt){var Ut=null,Vt=0,Qt,qt,Zt,ar;Dt=Dt||{},qt=Dt.includeFallbackColors,Zt=Dt.level,ar=Dt.size;for(var Jt=0;Jt<Pt.length;Jt++)Qt=tt.readability($t,Pt[Jt]),Qt>Vt&&(Vt=Qt,Ut=tt(Pt[Jt]));return tt.isReadable($t,Ut,{level:Zt,size:ar})||!qt?Ut:(Dt.includeFallbackColors=!1,tt.mostReadable($t,["#fff","#000"],Dt))};var St=tt.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Bt=tt.hexNames=Ot(St);function Ot($t){var Pt={};for(var Dt in $t)$t.hasOwnProperty(Dt)&&(Pt[$t[Dt]]=Dt);return Pt}function Tt($t){return $t=parseFloat($t),(isNaN($t)||$t<0||$t>1)&&($t=1),$t}function wt($t,Pt){yt($t)&&($t="100%");var Dt=Rt($t);return $t=Math.min(Pt,Math.max(0,parseFloat($t))),Dt&&($t=parseInt($t*Pt,10)/100),Math.abs($t-Pt)<1e-6?1:$t%Pt/parseFloat(Pt)}function Ct($t){return Math.min(1,Math.max(0,$t))}function It($t){return parseInt($t,16)}function yt($t){return typeof $t=="string"&&$t.indexOf(".")!=-1&&parseFloat($t)===1}function Rt($t){return typeof $t=="string"&&$t.indexOf("%")!=-1}function kt($t){return $t.length==1?"0"+$t:""+$t}function jt($t){return $t<=1&&($t=$t*100+"%"),$t}function Ht($t){return Math.round(parseFloat($t)*255).toString(16)}function Ft($t){return It($t)/255}var _t=function(){var $t="[-\\+]?\\d+%?",Pt="[-\\+]?\\d*\\.\\d+%?",Dt="(?:"+Pt+")|(?:"+$t+")",Ut="[\\s|\\(]+("+Dt+")[,|\\s]+("+Dt+")[,|\\s]+("+Dt+")\\s*\\)?",Vt="[\\s|\\(]+("+Dt+")[,|\\s]+("+Dt+")[,|\\s]+("+Dt+")[,|\\s]+("+Dt+")\\s*\\)?";return{CSS_UNIT:new RegExp(Dt),rgb:new RegExp("rgb"+Ut),rgba:new RegExp("rgba"+Vt),hsl:new RegExp("hsl"+Ut),hsla:new RegExp("hsla"+Vt),hsv:new RegExp("hsv"+Ut),hsva:new RegExp("hsva"+Vt),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function Nt($t){return!!_t.CSS_UNIT.exec($t)}function Mt($t){$t=$t.replace(_,"").replace(_e,"").toLowerCase();var Pt=!1;if(St[$t])$t=St[$t],Pt=!0;else if($t=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var Dt;return(Dt=_t.rgb.exec($t))?{r:Dt[1],g:Dt[2],b:Dt[3]}:(Dt=_t.rgba.exec($t))?{r:Dt[1],g:Dt[2],b:Dt[3],a:Dt[4]}:(Dt=_t.hsl.exec($t))?{h:Dt[1],s:Dt[2],l:Dt[3]}:(Dt=_t.hsla.exec($t))?{h:Dt[1],s:Dt[2],l:Dt[3],a:Dt[4]}:(Dt=_t.hsv.exec($t))?{h:Dt[1],s:Dt[2],v:Dt[3]}:(Dt=_t.hsva.exec($t))?{h:Dt[1],s:Dt[2],v:Dt[3],a:Dt[4]}:(Dt=_t.hex8.exec($t))?{r:It(Dt[1]),g:It(Dt[2]),b:It(Dt[3]),a:Ft(Dt[4]),format:Pt?"name":"hex8"}:(Dt=_t.hex6.exec($t))?{r:It(Dt[1]),g:It(Dt[2]),b:It(Dt[3]),format:Pt?"name":"hex"}:(Dt=_t.hex4.exec($t))?{r:It(Dt[1]+""+Dt[1]),g:It(Dt[2]+""+Dt[2]),b:It(Dt[3]+""+Dt[3]),a:Ft(Dt[4]+""+Dt[4]),format:Pt?"name":"hex8"}:(Dt=_t.hex3.exec($t))?{r:It(Dt[1]+""+Dt[1]),g:It(Dt[2]+""+Dt[2]),b:It(Dt[3]+""+Dt[3]),format:Pt?"name":"hex"}:!1}function Lt($t){var Pt,Dt;return $t=$t||{level:"AA",size:"small"},Pt=($t.level||"AA").toUpperCase(),Dt=($t.size||"small").toLowerCase(),Pt!=="AA"&&Pt!=="AAA"&&(Pt="AA"),Dt!=="small"&&Dt!=="large"&&(Dt="small"),{level:Pt,size:Dt}}return tt})})(tinycolor);var tinycolorExports=tinycolor.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=Object.assign||function(rt){for(var st=1;st<arguments.length;st++){var lt=arguments[st];for(var et in lt)Object.prototype.hasOwnProperty.call(lt,et)&&(rt[et]=lt[et])}return rt},_=function(){function rt(st,lt){for(var et=0;et<lt.length;et++){var it=lt[et];it.enumerable=it.enumerable||!1,it.configurable=!0,"value"in it&&(it.writable=!0),Object.defineProperty(st,it.key,it)}}return function(st,lt,et){return lt&&rt(st.prototype,lt),et&&rt(st,et),st}}(),_e=tinycolorExports,tt=nt(_e);function nt(rt){return rt&&rt.__esModule?rt:{default:rt}}function at(rt,st){if(!(rt instanceof st))throw new TypeError("Cannot call a class as a function")}var ot=function(){function rt(st){var lt=this;at(this,rt),this.initRgb=function(){var it=lt.color.toRgb(),ut=it.r,ft=it.g,ht=it.b;lt.redValue=ut,lt.greenValue=ft,lt.blueValue=ht},this.initHsb=function(){var it=lt.color.toHsv(),ut=it.h,ft=it.s,ht=it.v;lt.hueValue=ut,lt.saturationValue=ft,lt.brightnessValue=ht},this.toHexString=function(){return lt.color.toHexString()},this.toRgbString=function(){return lt.color.toRgbString()},this.color=(0,tt.default)(st),this.initRgb(),this.initHsb();var et=st&&st.alpha||this.color.toRgb().a;this.alphaValue=Math.min(1,et)*100}return rt.isValidHex=function(lt){return(0,tt.default)(lt).isValid()},_(rt,[{key:"hex",get:function(){return this.color.toHex()}},{key:"hue",set:function(lt){this.color=(0,tt.default)({h:lt,s:this.saturation,v:this.brightness}),this.initRgb(),this.hueValue=lt},get:function(){return this.hueValue}},{key:"saturation",set:function(lt){this.color=(0,tt.default)({h:this.hue,s:lt,v:this.brightness}),this.initRgb(),this.saturationValue=lt},get:function(){return this.saturationValue}},{key:"lightness",set:function(lt){this.color=(0,tt.default)({h:this.hue,s:this.saturation,l:lt}),this.initRgb(),this.lightnessValue=lt},get:function(){return this.lightnessValue}},{key:"brightness",set:function(lt){this.color=(0,tt.default)({h:this.hue,s:this.saturation,v:lt}),this.initRgb(),this.brightnessValue=lt},get:function(){return this.brightnessValue}},{key:"red",set:function(lt){var et=this.color.toRgb();this.color=(0,tt.default)($({},et,{r:lt})),this.initHsb(),this.redValue=lt},get:function(){return this.redValue}},{key:"green",set:function(lt){var et=this.color.toRgb();this.color=(0,tt.default)($({},et,{g:lt})),this.initHsb(),this.greenValue=lt},get:function(){return this.greenValue}},{key:"blue",set:function(lt){var et=this.color.toRgb();this.color=(0,tt.default)($({},et,{b:lt})),this.initHsb(),this.blueValue=lt},get:function(){return this.blueValue}},{key:"alpha",set:function(lt){this.color.setAlpha(lt/100)},get:function(){return this.color.getAlpha()*100}},{key:"RGB",get:function(){return[this.red,this.green,this.blue]}},{key:"HSB",get:function(){return[this.hue,this.saturation,this.brightness]}}]),rt}();s.default=ot,a.exports=s.default})(color,color.exports);var colorExports=color.exports,Board={exports:{}},addEventListener={};Object.defineProperty(addEventListener,"__esModule",{value:!0}),addEventListener.default=addEventListenerWrap;var _addDomEventListener=_interopRequireDefault$9(libExports$1),_reactDom=_interopRequireDefault$9(reactDomExports);function _interopRequireDefault$9(a){return a&&a.__esModule?a:{default:a}}function addEventListenerWrap(a,s,$,_){var _e=_reactDom.default.unstable_batchedUpdates?function(nt){_reactDom.default.unstable_batchedUpdates($,nt)}:$;return(0,_addDomEventListener.default)(a,s,_e,_)}(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=et($),_e=reactDomExports,tt=et(_e),nt=propTypesExports,at=et(nt),ot=addEventListener,rt=et(ot),st=colorExports,lt=et(st);function et(mt){return mt&&mt.__esModule?mt:{default:mt}}function it(mt,ct){for(var vt=Object.getOwnPropertyNames(ct),At=0;At<vt.length;At++){var xt=vt[At],bt=Object.getOwnPropertyDescriptor(ct,xt);bt&&bt.configurable&&mt[xt]===void 0&&Object.defineProperty(mt,xt,bt)}return mt}function ut(mt,ct){if(!(mt instanceof ct))throw new TypeError("Cannot call a class as a function")}function ft(mt,ct){if(!mt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ct&&(typeof ct=="object"||typeof ct=="function")?ct:mt}function ht(mt,ct){if(typeof ct!="function"&&ct!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ct);mt.prototype=Object.create(ct&&ct.prototype,{constructor:{value:mt,enumerable:!1,writable:!0,configurable:!0}}),ct&&(Object.setPrototypeOf?Object.setPrototypeOf(mt,ct):it(mt,ct))}var dt=200,gt=150,pt=function(mt){ht(ct,mt);function ct(vt){ut(this,ct);var At=ft(this,mt.call(this,vt));return At.onBoardMouseDown=function(xt){var bt=xt.buttons;if(bt===1){var Et=xt.clientX,St=xt.clientY;At.pointMoveTo({x:Et,y:St}),At.removeListeners(),At.dragListener=(0,rt.default)(window,"mousemove",At.onBoardDrag),At.dragUpListener=(0,rt.default)(window,"mouseup",At.onBoardDragEnd)}},At.onBoardTouchStart=function(xt){if(xt.touches.length===1){At.removeTouchListeners();var bt=xt.targetTouches[0].clientX,Et=xt.targetTouches[0].clientY;At.pointMoveTo({x:bt,y:Et}),At.touchMoveListener=(0,rt.default)(window,"touchmove",At.onBoardTouchMove),At.touchEndListener=(0,rt.default)(window,"touchend",At.onBoardTouchEnd)}},At.onBoardTouchMove=function(xt){xt.preventDefault&&xt.preventDefault();var bt=xt.targetTouches[0].clientX,Et=xt.targetTouches[0].clientY;At.pointMoveTo({x:bt,y:Et})},At.onBoardTouchEnd=function(){At.removeTouchListeners()},At.onBoardDrag=function(xt){var bt=xt.clientX,Et=xt.clientY;At.pointMoveTo({x:bt,y:Et})},At.onBoardDragEnd=function(xt){var bt=xt.clientX,Et=xt.clientY;At.pointMoveTo({x:bt,y:Et}),At.removeListeners()},At.getPrefixCls=function(){return At.props.rootPrefixCls+"-board"},At.removeTouchListeners=function(){At.touchMoveListener&&(At.touchMoveListener.remove(),At.touchMoveListener=null),At.touchEndListener&&(At.touchEndListener.remove(),At.touchEndListener=null)},At.removeListeners=function(){At.dragListener&&(At.dragListener.remove(),At.dragListener=null),At.dragUpListener&&(At.dragUpListener.remove(),At.dragUpListener=null)},At.pointMoveTo=function(xt){var bt=tt.default.findDOMNode(At).getBoundingClientRect(),Et=xt.x-bt.left,St=xt.y-bt.top,Bt=bt.width||dt,Ot=bt.height||gt;Et=Math.max(0,Et),Et=Math.min(Et,Bt),St=Math.max(0,St),St=Math.min(St,Ot);var Tt=At.props.color;Tt.saturation=Et/Bt,Tt.brightness=1-St/Ot,At.props.onChange(Tt)},At}return ct.prototype.componentWillUnmount=function(){this.removeListeners(),this.removeTouchListeners()},ct.prototype.render=function(){var At=this.getPrefixCls(),xt=this.props.color,bt={h:xt.hue,s:1,v:1},Et=new lt.default(bt).toHexString(),St=xt.saturation*100,Bt=(1-xt.brightness)*100;return _.default.createElement("div",{className:At},_.default.createElement("div",{className:At+"-hsv",style:{backgroundColor:Et}},_.default.createElement("div",{className:At+"-value"}),_.default.createElement("div",{className:At+"-saturation"})),_.default.createElement("span",{style:{left:St+"%",top:Bt+"%"}}),_.default.createElement("div",{className:At+"-handler",onMouseDown:this.onBoardMouseDown,onTouchStart:this.onBoardTouchStart}))},ct}(_.default.Component);s.default=pt,pt.propTypes={color:at.default.object,onChange:at.default.func,rootPrefixCls:at.default.string},a.exports=s.default})(Board,Board.exports);var BoardExports=Board.exports,Preview$2={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=ot($),_e=propTypesExports,tt=ot(_e),nt=colorExports,at=ot(nt);function ot(ut){return ut&&ut.__esModule?ut:{default:ut}}function rt(ut,ft){for(var ht=Object.getOwnPropertyNames(ft),dt=0;dt<ht.length;dt++){var gt=ht[dt],pt=Object.getOwnPropertyDescriptor(ft,gt);pt&&pt.configurable&&ut[gt]===void 0&&Object.defineProperty(ut,gt,pt)}return ut}function st(ut,ft){if(!(ut instanceof ft))throw new TypeError("Cannot call a class as a function")}function lt(ut,ft){if(!ut)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ft&&(typeof ft=="object"||typeof ft=="function")?ft:ut}function et(ut,ft){if(typeof ft!="function"&&ft!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ft);ut.prototype=Object.create(ft&&ft.prototype,{constructor:{value:ut,enumerable:!1,writable:!0,configurable:!0}}),ft&&(Object.setPrototypeOf?Object.setPrototypeOf(ut,ft):rt(ut,ft))}var it=function(ut){et(ft,ut);function ft(){var ht,dt,gt;st(this,ft);for(var pt=arguments.length,mt=Array(pt),ct=0;ct<pt;ct++)mt[ct]=arguments[ct];return gt=(ht=(dt=lt(this,ut.call.apply(ut,[this].concat(mt))),dt),dt.onChange=function(vt){var At=vt.target.value,xt=new at.default(At);dt.props.onChange(xt),vt.stopPropagation()},dt.getPrefixCls=function(){return dt.props.rootPrefixCls+"-preview"},ht),lt(dt,gt)}return ft.prototype.render=function(){var dt=this.getPrefixCls(),gt=this.props.color.toHexString();return _.default.createElement("div",{className:dt},_.default.createElement("span",{style:{backgroundColor:gt,opacity:this.props.alpha/100}}),_.default.createElement("input",{type:"color",value:gt,onChange:this.onChange,onClick:this.props.onInputClick}))},ft}(_.default.Component);s.default=it,it.propTypes={rootPrefixCls:tt.default.string,color:tt.default.object,alpha:tt.default.number,onChange:tt.default.func,onInputClick:tt.default.func},a.exports=s.default})(Preview$2,Preview$2.exports);var PreviewExports=Preview$2.exports,Ribbon={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=st($),_e=reactDomExports,tt=st(_e),nt=propTypesExports,at=st(nt),ot=addEventListener,rt=st(ot);function st(ht){return ht&&ht.__esModule?ht:{default:ht}}function lt(ht,dt){for(var gt=Object.getOwnPropertyNames(dt),pt=0;pt<gt.length;pt++){var mt=gt[pt],ct=Object.getOwnPropertyDescriptor(dt,mt);ct&&ct.configurable&&ht[mt]===void 0&&Object.defineProperty(ht,mt,ct)}return ht}function et(ht,dt){if(!(ht instanceof dt))throw new TypeError("Cannot call a class as a function")}function it(ht,dt){if(!ht)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return dt&&(typeof dt=="object"||typeof dt=="function")?dt:ht}function ut(ht,dt){if(typeof dt!="function"&&dt!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof dt);ht.prototype=Object.create(dt&&dt.prototype,{constructor:{value:ht,enumerable:!1,writable:!0,configurable:!0}}),dt&&(Object.setPrototypeOf?Object.setPrototypeOf(ht,dt):lt(ht,dt))}var ft=function(ht){ut(dt,ht);function dt(gt){et(this,dt);var pt=it(this,ht.call(this,gt));return pt.onMouseDown=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.dragListener=(0,rt.default)(window,"mousemove",pt.onDrag),pt.dragUpListener=(0,rt.default)(window,"mouseup",pt.onDragEnd)},pt.onDrag=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt})},pt.onDragEnd=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.removeListeners()},pt.getPrefixCls=function(){return pt.props.rootPrefixCls+"-ribbon"},pt.pointMoveTo=function(mt){var ct=tt.default.findDOMNode(pt).getBoundingClientRect(),vt=ct.width,At=mt.x-ct.left;At=Math.max(0,At),At=Math.min(At,vt);var xt=At/vt,bt=xt*360,Et=pt.props.color;Et.hue=bt,pt.props.onChange(Et)},pt.removeListeners=function(){pt.dragListener&&(pt.dragListener.remove(),pt.dragListener=null),pt.dragUpListener&&(pt.dragUpListener.remove(),pt.dragUpListener=null)},pt}return dt.prototype.componentWillUnmount=function(){this.removeListeners()},dt.prototype.render=function(){var pt=this.getPrefixCls(),mt=this.props.color.hue,ct=mt/360*100;return _.default.createElement("div",{className:pt},_.default.createElement("span",{ref:"point",style:{left:ct+"%"}}),_.default.createElement("div",{className:pt+"-handler",onMouseDown:this.onMouseDown}))},dt}(_.default.Component);s.default=ft,ft.propTypes={rootPrefixCls:at.default.string,color:at.default.object,onChange:at.default.func},a.exports=s.default})(Ribbon,Ribbon.exports);var RibbonExports=Ribbon.exports,Alpha={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=rt($),_e=reactDomExports,tt=propTypesExports,nt=rt(tt),at=addEventListener,ot=rt(at);function rt(ht){return ht&&ht.__esModule?ht:{default:ht}}function st(ht,dt){for(var gt=Object.getOwnPropertyNames(dt),pt=0;pt<gt.length;pt++){var mt=gt[pt],ct=Object.getOwnPropertyDescriptor(dt,mt);ct&&ct.configurable&&ht[mt]===void 0&&Object.defineProperty(ht,mt,ct)}return ht}function lt(ht,dt){if(!(ht instanceof dt))throw new TypeError("Cannot call a class as a function")}function et(ht,dt){if(!ht)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return dt&&(typeof dt=="object"||typeof dt=="function")?dt:ht}function it(ht,dt){if(typeof dt!="function"&&dt!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof dt);ht.prototype=Object.create(dt&&dt.prototype,{constructor:{value:ht,enumerable:!1,writable:!0,configurable:!0}}),dt&&(Object.setPrototypeOf?Object.setPrototypeOf(ht,dt):st(ht,dt))}function ut(ht,dt,gt,pt){return"rgba("+[ht,dt,gt,pt/100].join(",")+")"}var ft=function(ht){it(dt,ht);function dt(gt){lt(this,dt);var pt=et(this,ht.call(this,gt));return pt.onMouseDown=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.dragListener=(0,ot.default)(window,"mousemove",pt.onDrag),pt.dragUpListener=(0,ot.default)(window,"mouseup",pt.onDragEnd)},pt.onDrag=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt})},pt.onDragEnd=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.removeListeners()},pt.getBackground=function(){var mt=pt.props.color,ct=mt.red,vt=mt.green,At=mt.blue,xt="linear-gradient(to right, "+ut(ct,vt,At,0)+" , "+ut(ct,vt,At,100)+")";return xt},pt.getPrefixCls=function(){return pt.props.rootPrefixCls+"-alpha"},pt.pointMoveTo=function(mt){var ct=(0,_e.findDOMNode)(pt).getBoundingClientRect(),vt=ct.width,At=mt.x-ct.left;At=Math.max(0,At),At=Math.min(At,vt);var xt=Math.round(At/vt*100);pt.props.onChange(xt)},pt.removeListeners=function(){pt.dragListener&&(pt.dragListener.remove(),pt.dragListener=null),pt.dragUpListener&&(pt.dragUpListener.remove(),pt.dragUpListener=null)},pt}return dt.prototype.componentWillUnmount=function(){this.removeListeners()},dt.prototype.render=function(){var pt=this.getPrefixCls();return _.default.createElement("div",{className:pt},_.default.createElement("div",{ref:"bg",className:pt+"-bg",style:{background:this.getBackground()}}),_.default.createElement("span",{style:{left:this.props.alpha+"%"}}),_.default.createElement("div",{className:pt+"-handler",onMouseDown:this.onMouseDown}))},dt}(_.default.Component);s.default=ft,ft.propTypes={color:nt.default.object,onChange:nt.default.func,rootPrefixCls:nt.default.string,alpha:nt.default.number},a.exports=s.default})(Alpha,Alpha.exports);var AlphaExports=Alpha.exports,Params={exports:{}},percentage={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0}),s.default=$;function $(_){return Math.round(_*100)}a.exports=s.default})(percentage,percentage.exports);var percentageExports=percentage.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=et($),_e=propTypesExports,tt=et(_e),nt=classnamesExports,at=et(nt),ot=colorExports,rt=et(ot),st=percentageExports,lt=et(st);function et(mt){return mt&&mt.__esModule?mt:{default:mt}}function it(mt,ct){for(var vt=Object.getOwnPropertyNames(ct),At=0;At<vt.length;At++){var xt=vt[At],bt=Object.getOwnPropertyDescriptor(ct,xt);bt&&bt.configurable&&mt[xt]===void 0&&Object.defineProperty(mt,xt,bt)}return mt}function ut(mt,ct,vt){return ct in mt?Object.defineProperty(mt,ct,{value:vt,enumerable:!0,configurable:!0,writable:!0}):mt[ct]=vt,mt}function ft(mt,ct){if(!(mt instanceof ct))throw new TypeError("Cannot call a class as a function")}function ht(mt,ct){if(!mt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ct&&(typeof ct=="object"||typeof ct=="function")?ct:mt}function dt(mt,ct){if(typeof ct!="function"&&ct!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ct);mt.prototype=Object.create(ct&&ct.prototype,{constructor:{value:mt,enumerable:!1,writable:!0,configurable:!0}}),ct&&(Object.setPrototypeOf?Object.setPrototypeOf(mt,ct):it(mt,ct))}var gt=["RGB","HSB"],pt=function(mt){dt(ct,mt);function ct(vt){ft(this,ct);var At=ht(this,mt.call(this,vt));return At.getChannelInRange=function(xt,bt){var Et={RGB:[[0,255],[0,255],[0,255]],HSB:[[0,359],[0,100],[0,100]]},St=At.state.mode,Bt=Et[St][bt],Ot=parseInt(xt,10);return isNaN(Ot)&&(Ot=0),Ot=Math.max(Bt[0],Ot),Ot=Math.min(Ot,Bt[1]),Ot},At.getPrefixCls=function(){return At.props.rootPrefixCls+"-params"},At.handleHexBlur=function(){var xt=At.state.hex,bt=null;rt.default.isValidHex(xt)&&(bt=new rt.default(xt)),bt!==null&&(At.setState({color:bt,hex:xt}),At.props.onChange(bt,!1))},At.handleHexPress=function(xt){var bt=At.state.hex;if(xt.nativeEvent.which===13){var Et=null;rt.default.isValidHex(bt)&&(Et=new rt.default(bt)),Et!==null&&(At.setState({color:Et,hex:bt}),At.props.onChange(Et,!1))}},At.handleHexChange=function(xt){var bt=xt.target.value;At.setState({hex:bt})},At.handleModeChange=function(){var xt=At.state.mode,bt=(gt.indexOf(xt)+1)%gt.length;xt=gt[bt],At.setState({mode:xt})},At.handleAlphaHandler=function(xt){var bt=parseInt(xt.target.value,10);isNaN(bt)&&(bt=0),bt=Math.max(0,bt),bt=Math.min(bt,100),At.props.onAlphaChange(bt)},At.updateColorByChanel=function(xt,bt){var Et=At.props.color,St=At.state.mode;return St==="HSB"?xt==="H"?Et.hue=parseInt(bt,10):xt==="S"?Et.saturation=parseInt(bt,10)/100:xt==="B"&&(Et.brightness=parseInt(bt,10)/100):xt==="R"?Et.red=parseInt(bt,10):xt==="G"?Et.green=parseInt(bt,10):xt==="B"&&(Et.blue=parseInt(bt,10)),Et},At.handleColorChannelChange=function(xt,bt){var Et=At.getChannelInRange(bt.target.value,xt),St=At.state.mode,Bt=St[xt],Ot=At.updateColorByChanel(Bt,Et);At.setState({hex:Ot.hex,color:Ot},function(){At.props.onChange(Ot,!1)})},At.state={mode:vt.mode,hex:vt.color.hex,color:vt.color},At}return ct.prototype.componentWillReceiveProps=function(At){var xt=At.color;this.setState({color:xt,hex:xt.hex})},ct.prototype.render=function(){var At,xt=this.getPrefixCls(),bt=this.props.enableAlpha,Et=this.state,St=Et.mode,Bt=Et.color,Ot=Bt[St];St==="HSB"&&(Ot[0]=parseInt(Ot[0],10),Ot[1]=(0,lt.default)(Ot[1]),Ot[2]=(0,lt.default)(Ot[2]));var Tt=(0,at.default)((At={},ut(At,xt,!0),ut(At,xt+"-has-alpha",bt),At));return _.default.createElement("div",{className:Tt},_.default.createElement("div",{className:xt+"-input"},_.default.createElement("input",{className:xt+"-hex",type:"text",maxLength:"6",onKeyPress:this.handleHexPress,onBlur:this.handleHexBlur,onChange:this.handleHexChange,value:this.state.hex.toLowerCase()}),_.default.createElement("input",{type:"number",ref:"channel_0",value:Ot[0],onChange:this.handleColorChannelChange.bind(null,0)}),_.default.createElement("input",{type:"number",ref:"channel_1",value:Ot[1],onChange:this.handleColorChannelChange.bind(null,1)}),_.default.createElement("input",{type:"number",ref:"channel_2",value:Ot[2],onChange:this.handleColorChannelChange.bind(null,2)}),bt&&_.default.createElement("input",{type:"number",value:Math.round(this.props.alpha),onChange:this.handleAlphaHandler})),_.default.createElement("div",{className:xt+"-lable"},_.default.createElement("label",{className:xt+"-lable-hex"},"Hex"),_.default.createElement("label",{className:xt+"-lable-number",onClick:this.handleModeChange},St[0]),_.default.createElement("label",{className:xt+"-lable-number",onClick:this.handleModeChange},St[1]),_.default.createElement("label",{className:xt+"-lable-number",onClick:this.handleModeChange},St[2]),bt&&_.default.createElement("label",{className:xt+"-lable-alpha"},"A")))},ct}(_.default.Component);s.default=pt,pt.propTypes={alpha:tt.default.number,enableAlpha:tt.default.bool,color:tt.default.object.isRequired,mode:tt.default.oneOf(gt),onAlphaChange:tt.default.func,onChange:tt.default.func,rootPrefixCls:tt.default.string},pt.defaultProps={mode:gt[0],enableAlpha:!0},a.exports=s.default})(Params,Params.exports);var ParamsExports=Params.exports,validationColor=function a(s,$,_){if(s[$]&&!/^#[0-9a-fA-F]{3,6}$/.test(s[$]))return new Error(_+".props."+$+" Validation failed!")};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=vt($),_e=propTypesExports,tt=vt(_e),nt=colorExports,at=vt(nt),ot=BoardExports,rt=vt(ot),st=PreviewExports,lt=vt(st),et=RibbonExports,it=vt(et),ut=AlphaExports,ft=vt(ut),ht=ParamsExports,dt=vt(ht),gt=classnamesExports,pt=vt(gt),mt=validationColor,ct=vt(mt);function vt(wt){return wt&&wt.__esModule?wt:{default:wt}}function At(wt,Ct){for(var It=Object.getOwnPropertyNames(Ct),yt=0;yt<It.length;yt++){var Rt=It[yt],kt=Object.getOwnPropertyDescriptor(Ct,Rt);kt&&kt.configurable&&wt[Rt]===void 0&&Object.defineProperty(wt,Rt,kt)}return wt}function xt(wt,Ct,It){return Ct in wt?Object.defineProperty(wt,Ct,{value:It,enumerable:!0,configurable:!0,writable:!0}):wt[Ct]=It,wt}function bt(wt,Ct){if(!(wt instanceof Ct))throw new TypeError("Cannot call a class as a function")}function Et(wt,Ct){if(!wt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ct&&(typeof Ct=="object"||typeof Ct=="function")?Ct:wt}function St(wt,Ct){if(typeof Ct!="function"&&Ct!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ct);wt.prototype=Object.create(Ct&&Ct.prototype,{constructor:{value:wt,enumerable:!1,writable:!0,configurable:!0}}),Ct&&(Object.setPrototypeOf?Object.setPrototypeOf(wt,Ct):At(wt,Ct))}function Bt(){}var Ot=function(wt){St(Ct,wt);function Ct(It){bt(this,Ct);var yt=Et(this,wt.call(this,It));Tt.call(yt);var Rt=typeof It.alpha>"u"?It.defaultAlpha:Math.min(It.alpha,It.defaultAlpha),kt=new at.default(It.color||It.defaultColor);return yt.state={color:kt,alpha:Rt},yt}return Ct.prototype.componentDidMount=function(){this.props.onMount(this.ref)},Ct.prototype.componentWillReceiveProps=function(yt){if(yt.color){var Rt=new at.default(yt.color);this.setState({color:Rt})}yt.alpha!==void 0&&this.setState({alpha:yt.alpha})},Ct.prototype.render=function(){var yt,Rt=this,kt=this.props,jt=kt.prefixCls,Ht=kt.enableAlpha,Ft=this.state,_t=Ft.color,Nt=Ft.alpha,Mt=(0,pt.default)((yt={},xt(yt,jt+"-wrap",!0),xt(yt,jt+"-wrap-has-alpha",Ht),yt));return _.default.createElement("div",{ref:function($t){return Rt.ref=$t},className:[jt,this.props.className].join(" "),style:this.props.style,onFocus:this.onFocus,onBlur:this.onBlur,tabIndex:"0"},_.default.createElement("div",{className:jt+"-inner"},_.default.createElement(rt.default,{rootPrefixCls:jt,color:_t,onChange:this.handleChange}),_.default.createElement("div",{className:Mt},_.default.createElement("div",{className:jt+"-wrap-ribbon"},_.default.createElement(it.default,{rootPrefixCls:jt,color:_t,onChange:this.handleChange})),Ht&&_.default.createElement("div",{className:jt+"-wrap-alpha"},_.default.createElement(ft.default,{rootPrefixCls:jt,alpha:Nt,color:_t,onChange:this.handleAlphaChange})),_.default.createElement("div",{className:jt+"-wrap-preview"},_.default.createElement(lt.default,{rootPrefixCls:jt,alpha:Nt,onChange:this.handleChange,onInputClick:this.onSystemColorPickerOpen,color:_t}))),_.default.createElement("div",{className:jt+"-wrap",style:{height:40,marginTop:6}},_.default.createElement(dt.default,{rootPrefixCls:jt,color:_t,alpha:Nt,onAlphaChange:this.handleAlphaChange,onChange:this.handleChange,mode:this.props.mode,enableAlpha:this.props.enableAlpha}))))},Ct}(_.default.Component),Tt=function(){var Ct=this;this.onSystemColorPickerOpen=function(It){It.target.type==="color"&&(Ct.systemColorPickerOpen=!0)},this.onFocus=function(){Ct._blurTimer?(clearTimeout(Ct._blurTimer),Ct._blurTimer=null):Ct.props.onFocus()},this.onBlur=function(){Ct._blurTimer&&clearTimeout(Ct._blurTimer),Ct._blurTimer=setTimeout(function(){if(Ct.systemColorPickerOpen){Ct.systemColorPickerOpen=!1;return}Ct.props.onBlur()},100)},this.handleAlphaChange=function(It){var yt=Ct.state.color;yt.alpha=It,Ct.setState({alpha:It,color:yt}),Ct.props.onChange({color:yt.toHexString(),alpha:It})},this.handleChange=function(It){var yt=Ct.state.alpha;It.alpha=yt,Ct.setState({color:It}),Ct.props.onChange({color:It.toHexString(),alpha:It.alpha})}};s.default=Ot,Ot.propTypes={alpha:tt.default.number,className:tt.default.string,color:ct.default,defaultAlpha:tt.default.number,defaultColor:ct.default,enableAlpha:tt.default.bool,mode:tt.default.oneOf(["RGB","HSL","HSB"]),onBlur:tt.default.func,onChange:tt.default.func,onFocus:tt.default.func,onMount:tt.default.func,prefixCls:tt.default.string,style:tt.default.object},Ot.defaultProps={className:"",defaultAlpha:100,defaultColor:"#ff0000",enableAlpha:!0,mode:"RGB",onBlur:Bt,onChange:Bt,onFocus:Bt,onMount:Bt,prefixCls:"rc-color-picker-panel",style:{}},a.exports=s.default})(Panel$1,Panel$1.exports);var PanelExports=Panel$1.exports,placements={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $={adjustX:1,adjustY:1},_=[0,0],_e={topLeft:{points:["bl","tl"],overflow:$,offset:[0,-5],targetOffset:_},topRight:{points:["br","tr"],overflow:$,offset:[0,-5],targetOffset:_},bottomLeft:{points:["tl","bl"],overflow:$,offset:[0,5],targetOffset:_},bottomRight:{points:["tr","br"],overflow:$,offset:[0,5],targetOffset:_}};s.default=_e,a.exports=s.default})(placements,placements.exports);var placementsExports=placements.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=function(){function bt(Et,St){var Bt=[],Ot=!0,Tt=!1,wt=void 0;try{for(var Ct=Et[Symbol.iterator](),It;!(Ot=(It=Ct.next()).done)&&(Bt.push(It.value),!(St&&Bt.length===St));Ot=!0);}catch(yt){Tt=!0,wt=yt}finally{try{!Ot&&Ct.return&&Ct.return()}finally{if(Tt)throw wt}}return Bt}return function(Et,St){if(Array.isArray(Et))return Et;if(Symbol.iterator in Object(Et))return bt(Et,St);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),_=Object.assign||function(bt){for(var Et=1;Et<arguments.length;Et++){var St=arguments[Et];for(var Bt in St)Object.prototype.hasOwnProperty.call(St,Bt)&&(bt[Bt]=St[Bt])}return bt},_e=reactExports,tt=dt(_e),nt=reactDomExports,at=propTypesExports,ot=dt(at),rt=require$$3$1,st=dt(rt),lt=PanelExports,et=dt(lt),it=placementsExports,ut=dt(it),ft=colorExports,ht=dt(ft);function dt(bt){return bt&&bt.__esModule?bt:{default:bt}}function gt(bt,Et){for(var St=Object.getOwnPropertyNames(Et),Bt=0;Bt<St.length;Bt++){var Ot=St[Bt],Tt=Object.getOwnPropertyDescriptor(Et,Ot);Tt&&Tt.configurable&&bt[Ot]===void 0&&Object.defineProperty(bt,Ot,Tt)}return bt}function pt(bt,Et){if(!(bt instanceof Et))throw new TypeError("Cannot call a class as a function")}function mt(bt,Et){if(!bt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Et&&(typeof Et=="object"||typeof Et=="function")?Et:bt}function ct(bt,Et){if(typeof Et!="function"&&Et!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Et);bt.prototype=Object.create(Et&&Et.prototype,{constructor:{value:bt,enumerable:!1,writable:!0,configurable:!0}}),Et&&(Object.setPrototypeOf?Object.setPrototypeOf(bt,Et):gt(bt,Et))}function vt(bt,Et){this[bt]=Et}function At(bt){bt.preventDefault()}var xt=function(bt){ct(Et,bt);function Et(St){pt(this,Et);var Bt=mt(this,bt.call(this,St)),Ot=typeof St.alpha>"u"?St.defaultAlpha:Math.min(St.alpha,St.defaultAlpha);Bt.state={color:St.color||St.defaultColor,alpha:Ot,open:!1};var Tt=["onTriggerClick","onChange","onBlur","getPickerElement","getRootDOMNode","getTriggerDOMNode","onVisibleChange","onPanelMount","setOpen","open","close","focus"];return Tt.forEach(function(wt){Bt[wt]=Bt[wt].bind(Bt)}),Bt.saveTriggerRef=vt.bind(Bt,"triggerInstance"),Bt}return Et.prototype.componentWillReceiveProps=function(Bt){Bt.color&&this.setState({color:Bt.color}),Bt.alpha!==null&&Bt.alpha!==void 0&&this.setState({alpha:Bt.alpha})},Et.prototype.onTriggerClick=function(){this.setState({open:!this.state.open})},Et.prototype.onChange=function(Bt){var Ot=this;this.setState(_({},Bt),function(){Ot.props.onChange(Ot.state)})},Et.prototype.onBlur=function(){this.setOpen(!1)},Et.prototype.onVisibleChange=function(Bt){this.setOpen(Bt)},Et.prototype.onPanelMount=function(Bt){this.state.open&&setTimeout(function(){Bt.focus()},1)},Et.prototype.setOpen=function(Bt,Ot){var Tt=this;this.state.open!==Bt&&this.setState({open:Bt},function(){typeof Ot=="function"&&Ot();var wt=Tt.props,Ct=wt.onOpen,It=wt.onClose;Tt.state.open?Ct(Tt.state):It(Tt.state)})},Et.prototype.getRootDOMNode=function(){return(0,nt.findDOMNode)(this)},Et.prototype.getTriggerDOMNode=function(){return(0,nt.findDOMNode)(this.triggerInstance)},Et.prototype.getPickerElement=function(){return tt.default.createElement(et.default,{onMount:this.onPanelMount,defaultColor:this.state.color,alpha:this.state.alpha,enableAlpha:this.props.enableAlpha,prefixCls:this.props.prefixCls+"-panel",onChange:this.onChange,onBlur:this.onBlur,mode:this.props.mode,className:this.props.className})},Et.prototype.open=function(Bt){this.setOpen(!0,Bt)},Et.prototype.close=function(Bt){this.setOpen(!1,Bt)},Et.prototype.focus=function(){this.state.open||(0,nt.findDOMNode)(this).focus()},Et.prototype.render=function(){var Bt=this.props,Ot=this.state,Tt=[Bt.prefixCls+"-wrap",Bt.className];Ot.open&&Tt.push(Bt.prefixCls+"-open");var wt=Bt.children,Ct=$(new ht.default(this.state.color).RGB,3),It=Ct[0],yt=Ct[1],Rt=Ct[2],kt=[It,yt,Rt];kt.push(this.state.alpha/100),wt&&(wt=tt.default.cloneElement(wt,{ref:this.saveTriggerRef,unselectable:"unselectable",style:{backgroundColor:"rgba("+kt.join(",")+")"},onClick:this.onTriggerClick,onMouseDown:At}));var jt=Bt.prefixCls,Ht=Bt.placement,Ft=Bt.style,_t=Bt.getCalendarContainer,Nt=Bt.align,Mt=Bt.animation,Lt=Bt.disabled,$t=Bt.transitionName;return tt.default.createElement("div",{className:Tt.join(" ")},tt.default.createElement(st.default,{popup:this.getPickerElement(),popupAlign:Nt,builtinPlacements:ut.default,popupPlacement:Ht,action:Lt?[]:["click"],destroyPopupOnHide:!0,getPopupContainer:_t,popupStyle:Ft,popupAnimation:Mt,popupTransitionName:$t,popupVisible:Ot.open,onPopupVisibleChange:this.onVisibleChange,prefixCls:jt},wt))},Et}(tt.default.Component);s.default=xt,xt.propTypes={defaultColor:ot.default.string,defaultAlpha:ot.default.number,alpha:ot.default.number,children:ot.default.node.isRequired,className:ot.default.string,color:ot.default.string,enableAlpha:ot.default.bool,mode:ot.default.oneOf(["RGB","HSL","HSB"]),onChange:ot.default.func,onClose:ot.default.func,onOpen:ot.default.func,placement:ot.default.oneOf(["topLeft","topRight","bottomLeft","bottomRight"]),prefixCls:ot.default.string.isRequired,style:ot.default.object},xt.defaultProps={defaultColor:"#F00",defaultAlpha:100,onChange:function(){},onOpen:function(){},onClose:function(){},children:tt.default.createElement("span",{className:"rc-color-picker-trigger"}),className:"",enableAlpha:!0,placement:"topLeft",prefixCls:"rc-color-picker",style:{}},a.exports=s.default})(ColorPicker$1,ColorPicker$1.exports);var ColorPickerExports=ColorPicker$1.exports;lib$1.exports=ColorPickerExports,lib$1.exports.Panel=PanelExports;var libExports=lib$1.exports;const ColorPicker=getDefaultExportFromCjs(libExports),alphaHexMap={"1.00":"FF",.99:"FC",.98:"FA",.97:"F7",.96:"F5",.95:"F2",.94:"F0",.93:"ED",.92:"EB",.91:"E8","0.90":"E6",.89:"E3",.88:"E0",.87:"DE",.86:"DB",.85:"D9",.84:"D6",.83:"D4",.82:"D1",.81:"CF","0.80":"CC",.79:"C9",.78:"C7",.77:"C4",.76:"C2",.75:"BF",.74:"BD",.73:"BA",.72:"B8",.71:"B5","0.70":"B3",.69:"B0",.68:"AD",.67:"AB",.66:"A8",.65:"A6",.64:"A3",.63:"A1",.62:"9E",.61:"9C","0.60":"99",.59:"96",.58:"94",.57:"91",.56:"8F",.55:"8C",.54:"8A",.53:"87",.52:"85",.51:"82","0.50":"80",.49:"7D",.48:"7A",.47:"78",.46:"75",.45:"73",.44:"70",.43:"6E",.42:"6B",.41:"69","0.40":"66",.39:"63",.38:"61",.37:"5E",.36:"5C",.35:"59",.34:"57",.33:"54",.32:"52",.31:"4F","0.30":"4D",.29:"4A",.28:"47",.27:"45",.26:"42",.25:"40",.24:"3D",.23:"3B",.22:"38",.21:"36","0.20":"33",.19:"30",.18:"2E",.17:"2B",.16:"29",.15:"26",.14:"24",.13:"21",.12:"1F",.11:"1C","0.10":"1A",.09:"17",.08:"14",.07:"12",.06:"0F",.05:"0D",.04:"0A",.03:"08",.02:"05",.01:"03","0.00":"00"};var getAlphaFromHex=function a(){var s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"#ffffff",$=s.slice(7),_=100;for(var _e in alphaHexMap)alphaHexMap[_e]===$.toUpperCase()&&(_=Number(_e)*100);return _},Color=function a(s){var $=s.className,_=s.schema,_e=s.disabled,tt=s.readOnly,nt=s.value,at=s.onChange,ot=s.style,rt=function(et){if(!(_e||tt)){var it=alphaHexMap[(et.alpha/100).toFixed(2)],ut=et.color+(et.alpha===100?"":it);at(ut)}},st=function(et){at(et.target.value)};return React$a.createElement("div",{className:"fr-color-picker",style:ot},_e||tt?React$a.createElement("span",{className:"rc-color-picker-trigger",style:{backgroundColor:nt||"#ffffff"}}):React$a.createElement(ColorPicker,{type:_==null?void 0:_.format,animation:"slide-up",color:nt&&nt.slice(0,7)||"#ffffff",alpha:getAlphaFromHex(nt),onChange:rt,disabled:!0}),tt?React$a.createElement("span",null,nt||"#ffffff"):React$a.createElement(_Input,{className:$,placeholder:"#ffffff",disabled:_e,value:nt,onChange:st}))},quarterOfYear$1={exports:{}};(function(a,s){(function($,_){a.exports=_()})(commonjsGlobal,function(){var $="month",_="quarter";return function(_e,tt){var nt=tt.prototype;nt.quarter=function(rt){return this.$utils().u(rt)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(rt-1))};var at=nt.add;nt.add=function(rt,st){return rt=Number(rt),this.$utils().p(st)===_?this.add(3*rt,$):at.bind(this)(rt,st)};var ot=nt.startOf;nt.startOf=function(rt,st){var lt=this.$utils(),et=!!lt.u(st)||st;if(lt.p(rt)===_){var it=this.quarter()-1;return et?this.month(3*it).startOf($).startOf("day"):this.month(3*it+2).endOf($).endOf("day")}return ot.bind(this)(rt,st)}}})})(quarterOfYear$1);var quarterOfYearExports=quarterOfYear$1.exports;const quarterOfYear=getDefaultExportFromCjs(quarterOfYearExports);function _slicedToArray$a(a,s){return _arrayWithHoles$a(a)||_iterableToArrayLimit$a(a,s)||_unsupportedIterableToArray$c(a,s)||_nonIterableRest$a()}function _nonIterableRest$a(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
635
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$d(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$d(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$d(a,s)}}function _arrayLikeToArray$d(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _iterableToArrayLimit$b(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _arrayWithHoles$b(a){if(Array.isArray(a))return a}var renderItem=function a(s){var $,_=s.schema,_e=s.key,tt=s.path,nt=s.rootPath;if(_.type==="array"&&(($=_.items)===null||$===void 0?void 0:$.type)==="object")return React$a.createElement(FieldList,{key:_e,schema:_,path:tt,rootPath:nt,renderCore:RenderCore});var at=null;return _!=null&&_.properties&&(_==null?void 0:_.widgetType)!=="field"&&(at=RenderCore({schema:_,parentPath:tt,rootPath:nt})),React$a.createElement(FieldItem,{key:_e,schema:_,path:tt,rootPath:nt,children:at,renderCore:RenderCore})},RenderCore=function a(s){var $=s.schema,_=s.parentPath,_e=_===void 0?[]:_,tt=s.rootPath,nt=tt===void 0?[]:tt;return!$||Object.keys($).length===0?null:$!=null&&$.items?renderItem({schema:$.items,path:_e,rootPath:nt}):sortProperties(Object.entries($.properties||{})).map(function(at){var ot=_slicedToArray$b(at,2),rt=ot[0],st=ot[1],lt=[].concat(_toConsumableArray$6(_e),[rt]);return renderItem({schema:st,path:lt,key:rt,rootPath:nt})})};function _typeof$k(a){"@babel/helpers - typeof";return _typeof$k=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},_typeof$k(a)}function _defineProperty$9(a,s,$){return s=_toPropertyKey$5(s),s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}function _toPropertyKey$5(a){var s=_toPrimitive$6(a,"string");return _typeof$k(s)==="symbol"?s:String(s)}function _toPrimitive$6(a,s){if(_typeof$k(a)!=="object"||a===null)return a;var $=a[Symbol.toPrimitive];if($!==void 0){var _=$.call(a,s||"default");if(_typeof$k(_)!=="object")return _;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(a)}function _regeneratorRuntime(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */_regeneratorRuntime=function(){return s};var a,s={},$=Object.prototype,_=$.hasOwnProperty,_e=Object.defineProperty||function(Ct,It,yt){Ct[It]=yt.value},tt=typeof Symbol=="function"?Symbol:{},nt=tt.iterator||"@@iterator",at=tt.asyncIterator||"@@asyncIterator",ot=tt.toStringTag||"@@toStringTag";function rt(Ct,It,yt){return Object.defineProperty(Ct,It,{value:yt,enumerable:!0,configurable:!0,writable:!0}),Ct[It]}try{rt({},"")}catch{rt=function(yt,Rt,kt){return yt[Rt]=kt}}function st(Ct,It,yt,Rt){var kt=It&&It.prototype instanceof dt?It:dt,jt=Object.create(kt.prototype),Ht=new Tt(Rt||[]);return _e(jt,"_invoke",{value:Et(Ct,yt,Ht)}),jt}function lt(Ct,It,yt){try{return{type:"normal",arg:Ct.call(It,yt)}}catch(Rt){return{type:"throw",arg:Rt}}}s.wrap=st;var et="suspendedStart",it="suspendedYield",ut="executing",ft="completed",ht={};function dt(){}function gt(){}function pt(){}var mt={};rt(mt,nt,function(){return this});var ct=Object.getPrototypeOf,vt=ct&&ct(ct(wt([])));vt&&vt!==$&&_.call(vt,nt)&&(mt=vt);var At=pt.prototype=dt.prototype=Object.create(mt);function xt(Ct){["next","throw","return"].forEach(function(It){rt(Ct,It,function(yt){return this._invoke(It,yt)})})}function bt(Ct,It){function yt(kt,jt,Ht,Ft){var _t=lt(Ct[kt],Ct,jt);if(_t.type!=="throw"){var Nt=_t.arg,Mt=Nt.value;return Mt&&_typeof$k(Mt)=="object"&&_.call(Mt,"__await")?It.resolve(Mt.__await).then(function(Lt){yt("next",Lt,Ht,Ft)},function(Lt){yt("throw",Lt,Ht,Ft)}):It.resolve(Mt).then(function(Lt){Nt.value=Lt,Ht(Nt)},function(Lt){return yt("throw",Lt,Ht,Ft)})}Ft(_t.arg)}var Rt;_e(this,"_invoke",{value:function(jt,Ht){function Ft(){return new It(function(_t,Nt){yt(jt,Ht,_t,Nt)})}return Rt=Rt?Rt.then(Ft,Ft):Ft()}})}function Et(Ct,It,yt){var Rt=et;return function(kt,jt){if(Rt===ut)throw new Error("Generator is already running");if(Rt===ft){if(kt==="throw")throw jt;return{value:a,done:!0}}for(yt.method=kt,yt.arg=jt;;){var Ht=yt.delegate;if(Ht){var Ft=St(Ht,yt);if(Ft){if(Ft===ht)continue;return Ft}}if(yt.method==="next")yt.sent=yt._sent=yt.arg;else if(yt.method==="throw"){if(Rt===et)throw Rt=ft,yt.arg;yt.dispatchException(yt.arg)}else yt.method==="return"&&yt.abrupt("return",yt.arg);Rt=ut;var _t=lt(Ct,It,yt);if(_t.type==="normal"){if(Rt=yt.done?ft:it,_t.arg===ht)continue;return{value:_t.arg,done:yt.done}}_t.type==="throw"&&(Rt=ft,yt.method="throw",yt.arg=_t.arg)}}}function St(Ct,It){var yt=It.method,Rt=Ct.iterator[yt];if(Rt===a)return It.delegate=null,yt==="throw"&&Ct.iterator.return&&(It.method="return",It.arg=a,St(Ct,It),It.method==="throw")||yt!=="return"&&(It.method="throw",It.arg=new TypeError("The iterator does not provide a '"+yt+"' method")),ht;var kt=lt(Rt,Ct.iterator,It.arg);if(kt.type==="throw")return It.method="throw",It.arg=kt.arg,It.delegate=null,ht;var jt=kt.arg;return jt?jt.done?(It[Ct.resultName]=jt.value,It.next=Ct.nextLoc,It.method!=="return"&&(It.method="next",It.arg=a),It.delegate=null,ht):jt:(It.method="throw",It.arg=new TypeError("iterator result is not an object"),It.delegate=null,ht)}function Bt(Ct){var It={tryLoc:Ct[0]};1 in Ct&&(It.catchLoc=Ct[1]),2 in Ct&&(It.finallyLoc=Ct[2],It.afterLoc=Ct[3]),this.tryEntries.push(It)}function Ot(Ct){var It=Ct.completion||{};It.type="normal",delete It.arg,Ct.completion=It}function Tt(Ct){this.tryEntries=[{tryLoc:"root"}],Ct.forEach(Bt,this),this.reset(!0)}function wt(Ct){if(Ct||Ct===""){var It=Ct[nt];if(It)return It.call(Ct);if(typeof Ct.next=="function")return Ct;if(!isNaN(Ct.length)){var yt=-1,Rt=function kt(){for(;++yt<Ct.length;)if(_.call(Ct,yt))return kt.value=Ct[yt],kt.done=!1,kt;return kt.value=a,kt.done=!0,kt};return Rt.next=Rt}}throw new TypeError(_typeof$k(Ct)+" is not iterable")}return gt.prototype=pt,_e(At,"constructor",{value:pt,configurable:!0}),_e(pt,"constructor",{value:gt,configurable:!0}),gt.displayName=rt(pt,ot,"GeneratorFunction"),s.isGeneratorFunction=function(Ct){var It=typeof Ct=="function"&&Ct.constructor;return!!It&&(It===gt||(It.displayName||It.name)==="GeneratorFunction")},s.mark=function(Ct){return Object.setPrototypeOf?Object.setPrototypeOf(Ct,pt):(Ct.__proto__=pt,rt(Ct,ot,"GeneratorFunction")),Ct.prototype=Object.create(At),Ct},s.awrap=function(Ct){return{__await:Ct}},xt(bt.prototype),rt(bt.prototype,at,function(){return this}),s.AsyncIterator=bt,s.async=function(Ct,It,yt,Rt,kt){kt===void 0&&(kt=Promise);var jt=new bt(st(Ct,It,yt,Rt),kt);return s.isGeneratorFunction(It)?jt:jt.next().then(function(Ht){return Ht.done?Ht.value:jt.next()})},xt(At),rt(At,ot,"Generator"),rt(At,nt,function(){return this}),rt(At,"toString",function(){return"[object Generator]"}),s.keys=function(Ct){var It=Object(Ct),yt=[];for(var Rt in It)yt.push(Rt);return yt.reverse(),function kt(){for(;yt.length;){var jt=yt.pop();if(jt in It)return kt.value=jt,kt.done=!1,kt}return kt.done=!0,kt}},s.values=wt,Tt.prototype={constructor:Tt,reset:function(It){if(this.prev=0,this.next=0,this.sent=this._sent=a,this.done=!1,this.delegate=null,this.method="next",this.arg=a,this.tryEntries.forEach(Ot),!It)for(var yt in this)yt.charAt(0)==="t"&&_.call(this,yt)&&!isNaN(+yt.slice(1))&&(this[yt]=a)},stop:function(){this.done=!0;var It=this.tryEntries[0].completion;if(It.type==="throw")throw It.arg;return this.rval},dispatchException:function(It){if(this.done)throw It;var yt=this;function Rt(Nt,Mt){return Ht.type="throw",Ht.arg=It,yt.next=Nt,Mt&&(yt.method="next",yt.arg=a),!!Mt}for(var kt=this.tryEntries.length-1;kt>=0;--kt){var jt=this.tryEntries[kt],Ht=jt.completion;if(jt.tryLoc==="root")return Rt("end");if(jt.tryLoc<=this.prev){var Ft=_.call(jt,"catchLoc"),_t=_.call(jt,"finallyLoc");if(Ft&&_t){if(this.prev<jt.catchLoc)return Rt(jt.catchLoc,!0);if(this.prev<jt.finallyLoc)return Rt(jt.finallyLoc)}else if(Ft){if(this.prev<jt.catchLoc)return Rt(jt.catchLoc,!0)}else{if(!_t)throw new Error("try statement without catch or finally");if(this.prev<jt.finallyLoc)return Rt(jt.finallyLoc)}}}},abrupt:function(It,yt){for(var Rt=this.tryEntries.length-1;Rt>=0;--Rt){var kt=this.tryEntries[Rt];if(kt.tryLoc<=this.prev&&_.call(kt,"finallyLoc")&&this.prev<kt.finallyLoc){var jt=kt;break}}jt&&(It==="break"||It==="continue")&&jt.tryLoc<=yt&&yt<=jt.finallyLoc&&(jt=null);var Ht=jt?jt.completion:{};return Ht.type=It,Ht.arg=yt,jt?(this.method="next",this.next=jt.finallyLoc,ht):this.complete(Ht)},complete:function(It,yt){if(It.type==="throw")throw It.arg;return It.type==="break"||It.type==="continue"?this.next=It.arg:It.type==="return"?(this.rval=this.arg=It.arg,this.method="return",this.next="end"):It.type==="normal"&&yt&&(this.next=yt),ht},finish:function(It){for(var yt=this.tryEntries.length-1;yt>=0;--yt){var Rt=this.tryEntries[yt];if(Rt.finallyLoc===It)return this.complete(Rt.completion,Rt.afterLoc),Ot(Rt),ht}},catch:function(It){for(var yt=this.tryEntries.length-1;yt>=0;--yt){var Rt=this.tryEntries[yt];if(Rt.tryLoc===It){var kt=Rt.completion;if(kt.type==="throw"){var jt=kt.arg;Ot(Rt)}return jt}}throw new Error("illegal catch attempt")},delegateYield:function(It,yt,Rt){return this.delegate={iterator:wt(It),resultName:yt,nextLoc:Rt},this.method==="next"&&(this.arg=a),ht}},s}var FormCore=function a(s){var $,_,_e,tt,nt,at=reactExports.useContext(FRContext),ot=useStore(at,function(Vt){return Vt.schema}),rt=useStore(at,function(Vt){return Vt.flattenSchema}),st=useStore(at,function(Vt){return Vt.setContext}),lt=reactExports.useContext(ThemeConfigProvider.ConfigContext),et=translation$1(lt),it=ot||{};it.type,it.properties;var ut=__rest$3(it,["type","properties"]),ft=transformProps(Object.assign(Object.assign({},s),ut)),ht=ft.formProps,dt=ft.displayType,gt=ft.beforeFinish,pt=ft.watch,mt=ft.onMount,ct=ft.column,vt=ft.labelWidth,At=ft.labelCol,xt=ft.fieldCol,bt=ft.maxWidth,Et=ft.form,St=ft.onFinish,Bt=ft.onFinishFailed,Ot=ft.readOnly,Tt=ft.disabled,wt=ft.footer,Ct=ft.removeHiddenData,It=ft.operateExtra,yt=ft.logOnMount,Rt=ft.logOnSubmit,kt=ft.id,jt=ft.className,Ht=ft.validateTrigger,Ft=ft.antdVersion;reactExports.useEffect(function(){Et.__initStore(at),setTimeout(_t,0),window.antdVersion=Ft},[]),reactExports.useEffect(function(){Et.setSchema(s.schema,!0)},[JSON.stringify(s.schema||{})]),reactExports.useEffect(function(){at.setState({removeHiddenData:Ct})},[Ct]),reactExports.useEffect(function(){var Vt={column:ct,readOnly:Ot,disabled:Tt,labelWidth:vt,displayType:dt,labelCol:At,fieldCol:xt,maxWidth:bt,validateTrigger:Ht};st(Vt)},[ct,At,xt,dt,vt,bt,Ot,Tt,Ht]);var _t=function(){return __awaiter(void 0,void 0,void 0,_regeneratorRuntime().mark(function Qt(){return _regeneratorRuntime().wrap(function(Zt){for(;;)switch(Zt.prev=Zt.next){case 0:if(Zt.t0=mt,!Zt.t0){Zt.next=4;break}return Zt.next=4,mt();case 4:Nt(),setTimeout(function(){var ar=Et.getValues();immediateWatch(pt,ar)},0);case 6:case"end":return Zt.stop()}},Qt)}))},Nt=function(){var Qt=new Date().getTime();if((isFunction$2(yt)||isFunction$2(Rt))&&(setSessionItem("FORM_MOUNT_TIME",Qt),setSessionItem("FORM_START",Qt)),isFunction$2(yt)){var qt={schema:s.schema,url:location.href,formData:JSON.stringify(Et.getValues()),formMount:yymmdd(Qt)};kt&&(qt.id=kt),yt(qt)}isFunction$2(Rt)&&(setSessionItem("NUMBER_OF_SUBMITS",0),setSessionItem("FAILED_ATTEMPTS",0))},Mt=function(Qt){if(isFunction$2(Rt)){var qt=getSessionItem("FORM_START"),Zt=getSessionItem("FORM_MOUNT_TIME"),ar=getSessionItem("NUMBER_OF_SUBMITS")+1,Jt=new Date().getTime(),rr=getSessionItem("FAILED_ATTEMPTS");Qt.errorFields.length>0&&(rr=rr+1);var Yt={formMount:yymmdd(Zt),ms:Jt-qt,duration:msToTime(Jt-qt),numberOfSubmits:ar,failedAttempts:rr,url:location.href,formData:JSON.stringify(Qt.values),errors:JSON.stringify(Qt.errorFields),schema:JSON.stringify(ot)};kt&&(Yt.id=kt),Rt(Yt),setSessionItem("FORM_START",Jt),setSessionItem("NUMBER_OF_SUBMITS",ar),setSessionItem("FAILED_ATTEMPTS",rr)}},Lt=function(Qt,qt){var Zt=filterValuesUndefined(qt,!0);valuesWatch(Qt,Zt,pt)},$t=function(Qt){var qt=cloneDeep(Qt);return qt=Ct?filterValuesHidden(qt,rt):cloneDeep(Et.getFieldsValue(!0)),qt=parseValuesToBind(qt,rt),qt=filterValuesUndefined(qt),qt},Pt=function(Qt){return __awaiter(void 0,void 0,void 0,_regeneratorRuntime().mark(function qt(){var Zt,ar;return _regeneratorRuntime().wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(Zt=$t(Qt),!gt){rr.next=7;break}return rr.next=4,gt({data:Zt,schema:ot,errors:[]});case 4:rr.t0=rr.sent,rr.next=8;break;case 7:rr.t0=null;case 8:if(ar=rr.t0,!((ar==null?void 0:ar.length)>0)){rr.next=12;break}return Et.setFields(ar),rr.abrupt("return");case 12:Mt({values:Zt}),St&&St(Zt,[]);case 14:case"end":return rr.stop()}},qt)}))},Dt=function(Qt){return __awaiter(void 0,void 0,void 0,_regeneratorRuntime().mark(function qt(){var Zt;return _regeneratorRuntime().wrap(function(Jt){for(;;)switch(Jt.prev=Jt.next){case 0:if(Zt=$t(Qt.values),Mt(Object.assign(Object.assign({},Qt),{values:Zt})),Bt){Jt.next=4;break}return Jt.abrupt("return");case 4:Bt(Object.assign(Object.assign({},Qt),{values:Zt}));case 5:case"end":return Jt.stop()}},qt)}))},Ut=($=getFormItemLayout(ct,{},{labelWidth:vt}))===null||$===void 0?void 0:$.labelCol;return React$a.createElement(Form$3,Object.assign({className:classnames("fr-form",_defineProperty$9({},jt,!!jt)),labelWrap:!0},ht,{disabled:Tt,form:Et,onFinish:Pt,onFinishFailed:Dt,onValuesChange:Lt}),React$a.createElement(Row$1,{gutter:dt==="row"?16:24},React$a.createElement(RenderCore,{schema:ot}),It),ot&&!!wt&&React$a.createElement(Row$1,{gutter:dt==="row"?16:24},React$a.createElement(Col$1,{span:24/ct},React$a.createElement(Form$3.Item,{label:dt!=="column"?"hideLabel":null,labelCol:Ut,className:"fr-hide-label"},isFunction$2(wt)?React$a.createElement(_Space,null,wt()):React$a.createElement(_Space,null,!(!((_=wt==null?void 0:wt.reset)===null||_===void 0)&&_.hide)&&React$a.createElement(Button$2,Object.assign({},wt==null?void 0:wt.reset,{onClick:function(){return Et.resetFields()}}),((_e=wt==null?void 0:wt.reset)===null||_e===void 0?void 0:_e.text)||et("reset")),!(!((tt=wt==null?void 0:wt.submit)===null||tt===void 0)&&tt.hide)&&React$a.createElement(Button$2,Object.assign({type:"primary",onClick:Et.submit},wt==null?void 0:wt.submit),((nt=wt==null?void 0:wt.submit)===null||nt===void 0?void 0:nt.text)||et("submit")))))))},zh_CN$5={},interopRequireDefault={exports:{}};(function(a){function s($){return $&&$.__esModule?$:{default:$}}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports})(interopRequireDefault);var interopRequireDefaultExports=interopRequireDefault.exports,zh_CN$4={};Object.defineProperty(zh_CN$4,"__esModule",{value:!0}),zh_CN$4.default=void 0;var locale$7={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页",page_size:"页码"};zh_CN$4.default=locale$7;var zh_CN$3={},zh_CN$2={},zh_CN$1={};Object.defineProperty(zh_CN$1,"__esModule",{value:!0}),zh_CN$1.default=void 0;var locale$6={locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",yearFormat:"YYYY年",dayFormat:"D日",dateFormat:"YYYY年M月D日",dateTimeFormat:"YYYY年M月D日 HH时mm分ss秒",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪"};zh_CN$1.default=locale$6;var zh_CN={};Object.defineProperty(zh_CN,"__esModule",{value:!0}),zh_CN.default=void 0;const locale$5={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]};zh_CN.default=locale$5;var _interopRequireDefault$n=interopRequireDefaultExports.default;Object.defineProperty(zh_CN$2,"__esModule",{value:!0}),zh_CN$2.default=void 0;var _zh_CN$2=_interopRequireDefault$n(zh_CN$1),_zh_CN2$1=_interopRequireDefault$n(zh_CN);const locale$4={lang:Object.assign({placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"]},_zh_CN$2.default),timePickerLocale:Object.assign({},_zh_CN2$1.default)};locale$4.lang.ok="确定",zh_CN$2.default=locale$4;var _interopRequireDefault$m=interopRequireDefaultExports.default;Object.defineProperty(zh_CN$3,"__esModule",{value:!0}),zh_CN$3.default=void 0;var _zh_CN$1=_interopRequireDefault$m(zh_CN$2);zh_CN$3.default=_zh_CN$1.default;var _interopRequireDefault$l=interopRequireDefaultExports.default;Object.defineProperty(zh_CN$5,"__esModule",{value:!0});var default_1$a=zh_CN$5.default=void 0,_zh_CN=_interopRequireDefault$l(zh_CN$4),_zh_CN2=_interopRequireDefault$l(zh_CN$3),_zh_CN3=_interopRequireDefault$l(zh_CN$2),_zh_CN4=_interopRequireDefault$l(zh_CN);const typeTemplate$2="${label}不是一个有效的${type}",localeValues$1={locale:"zh-cn",Pagination:_zh_CN.default,DatePicker:_zh_CN3.default,TimePicker:_zh_CN4.default,Calendar:_zh_CN2.default,global:{placeholder:"请选择"},Table:{filterTitle:"筛选",filterConfirm:"确定",filterReset:"重置",filterEmptyText:"无筛选项",filterCheckall:"全选",filterSearchPlaceholder:"在筛选项中搜索",selectAll:"全选当页",selectInvert:"反选当页",selectNone:"清空所有",selectionAll:"全选所有",sortTitle:"排序",expand:"展开行",collapse:"关闭行",triggerDesc:"点击降序",triggerAsc:"点击升序",cancelSort:"取消排序"},Modal:{okText:"确定",cancelText:"取消",justOkText:"知道了"},Tour:{Next:"下一步",Previous:"上一步",Finish:"结束导览"},Popconfirm:{cancelText:"取消",okText:"确定"},Transfer:{titles:["",""],searchPlaceholder:"请输入搜索内容",itemUnit:"项",itemsUnit:"项",remove:"删除",selectCurrent:"全选当页",removeCurrent:"删除当页",selectAll:"全选所有",removeAll:"删除全部",selectInvert:"反选当页"},Upload:{uploading:"文件上传中",removeFile:"删除文件",uploadError:"上传错误",previewFile:"预览文件",downloadFile:"下载文件"},Empty:{description:"暂无数据"},Icon:{icon:"图标"},Text:{edit:"编辑",copy:"复制",copied:"复制成功",expand:"展开"},PageHeader:{back:"返回"},Form:{optional:"(可选)",defaultValidateMessages:{default:"字段验证错误${label}",required:"请输入${label}",enum:"${label}必须是其中一个[${enum}]",whitespace:"${label}不能为空字符",date:{format:"${label}日期格式无效",parse:"${label}不能转换为日期",invalid:"${label}是一个无效日期"},types:{string:typeTemplate$2,method:typeTemplate$2,array:typeTemplate$2,object:typeTemplate$2,number:typeTemplate$2,date:typeTemplate$2,boolean:typeTemplate$2,integer:typeTemplate$2,float:typeTemplate$2,regexp:typeTemplate$2,email:typeTemplate$2,url:typeTemplate$2,hex:typeTemplate$2},string:{len:"${label}须为${len}个字符",min:"${label}最少${min}个字符",max:"${label}最多${max}个字符",range:"${label}须在${min}-${max}字符之间"},number:{len:"${label}必须等于${len}",min:"${label}最小值为${min}",max:"${label}最大值为${max}",range:"${label}须在${min}-${max}之间"},array:{len:"须为${len}个${label}",min:"最少${min}个${label}",max:"最多${max}个${label}",range:"${label}数量须在${min}-${max}之间"},pattern:{mismatch:"${label}与模式不匹配${pattern}"}}},Image:{preview:"预览"},QRCode:{expired:"二维码过期",refresh:"点击刷新"},ColorPicker:{presetEmpty:"暂无"}};default_1$a=zh_CN$5.default=localeValues$1;var en_US$5={},en_US$4={};Object.defineProperty(en_US$4,"__esModule",{value:!0}),en_US$4.default=void 0;var locale$3={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"};en_US$4.default=locale$3;var en_US$3={},en_US$2={},en_US$1={};Object.defineProperty(en_US$1,"__esModule",{value:!0}),en_US$1.default=void 0;var locale$2={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"};en_US$1.default=locale$2;var en_US={};Object.defineProperty(en_US,"__esModule",{value:!0}),en_US.default=void 0;const locale$1={placeholder:"Select time",rangePlaceholder:["Start time","End time"]};en_US.default=locale$1;var _interopRequireDefault$k=interopRequireDefaultExports.default;Object.defineProperty(en_US$2,"__esModule",{value:!0}),en_US$2.default=void 0;var _en_US$2=_interopRequireDefault$k(en_US$1),_en_US2$1=_interopRequireDefault$k(en_US);const locale={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},_en_US$2.default),timePickerLocale:Object.assign({},_en_US2$1.default)};en_US$2.default=locale;var _interopRequireDefault$j=interopRequireDefaultExports.default;Object.defineProperty(en_US$3,"__esModule",{value:!0}),en_US$3.default=void 0;var _en_US$1=_interopRequireDefault$j(en_US$2);en_US$3.default=_en_US$1.default;var _interopRequireDefault$i=interopRequireDefaultExports.default;Object.defineProperty(en_US$5,"__esModule",{value:!0});var default_1$9=en_US$5.default=void 0,_en_US=_interopRequireDefault$i(en_US$4),_en_US2=_interopRequireDefault$i(en_US$3),_en_US3=_interopRequireDefault$i(en_US$2),_en_US4=_interopRequireDefault$i(en_US);const typeTemplate$1="${label} is not a valid ${type}",localeValues={locale:"en",Pagination:_en_US.default,DatePicker:_en_US3.default,TimePicker:_en_US4.default,Calendar:_en_US2.default,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:typeTemplate$1,method:typeTemplate$1,array:typeTemplate$1,object:typeTemplate$1,number:typeTemplate$1,date:typeTemplate$1,boolean:typeTemplate$1,integer:typeTemplate$1,float:typeTemplate$1,regexp:typeTemplate$1,email:typeTemplate$1,url:typeTemplate$1,hex:typeTemplate$1},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh"},ColorPicker:{presetEmpty:"Empty"}};default_1$9=en_US$5.default=localeValues;const enUS={copy_max_tip:"The maximum number of table items has been reached and cannot be copied",copy:"Copy",add_item:"Add a new line",confirm_delete:"Are you sure to delete?",confirm:"Yes",cancel:"No",operate:"Operate",delete:"Delete",edit:"Edit",img_src_error:"Image address error",upload:"Upload",upload_success:"upload success",upload_fail:"upload failed",uploaded_address:"Uploaded address",test_src:"Test address",schema_not_match:"Schema does not match the display component:",item:"Item",search:"Search",reset:"Reset",expand:"Expand",fold:"Fold",submit:"Submit",save:"Save",moveDown:"Move Down",moveUp:"Move Up"},zhCN={copy_max_tip:"已达表单项数量上限,无法复制!",copy:"复制",add_item:"新增一条",confirm_delete:"确定删除?",confirm:"确定",cancel:"取消",operate:"操作",delete:"删除",edit:"编辑",img_src_error:"图片地址错误",upload:"上传",upload_success:"上传成功",upload_fail:"上传失败",uploaded_address:"已上传地址",test_src:"测试链接",schema_not_match:"schema未匹配到展示组件:",item:"项目",search:"查询",reset:"重置",expand:"展开",fold:"收起",submit:"提交",save:"保存",moveDown:"下移",moveUp:"上移"},locales={"en-US":enUS,"zh-CN":zhCN};var zhCn={exports:{}};(function(a,s){(function($,_){a.exports=_(dayjs_minExports)})(commonjsGlobal,function($){function _(nt){return nt&&typeof nt=="object"&&"default"in nt?nt:{default:nt}}var _e=_($),tt={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(nt,at){return at==="W"?nt+"周":nt+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(nt,at){var ot=100*nt+at;return ot<600?"凌晨":ot<900?"早上":ot<1100?"上午":ot<1300?"中午":ot<1800?"下午":"晚上"}};return _e.default.locale(tt,null,!0),tt})})(zhCn);var createStore=function a(){return createStore$1(function(s,$){return{initialized:!1,schema:{},flattenSchema:{},context:{},init:function(_e){return s(Object.assign({initialized:!0},_e))},setContext:function(_e){return s({context:_e})}}})},typeTemplate="'${label}' is not a valid ${type}",typeTemplateCN="数据类型必须是 ${type}",validateMessagesEN={default:"Validation error on field '${label}'",required:"'${label}' is required",enum:"'${label}' must be one of [${enum}]",whitespace:"'${label}' cannot be empty",date:{format:"'${label}' is invalid for format date",parse:"'${label}' could not be parsed as date",invalid:"'${label}' is invalid date"},types:{string:typeTemplate,method:typeTemplate,array:typeTemplate,object:typeTemplate,number:typeTemplate,date:typeTemplate,boolean:typeTemplate,integer:typeTemplate,float:typeTemplate,regexp:typeTemplate,email:typeTemplate,url:typeTemplate,hex:typeTemplate},string:{len:"'${label}' must be exactly ${len} characters",min:"'${label}' must be at least ${min} characters",max:"'${label}' cannot be longer than ${max} characters",range:"'${label}' must be between ${min} and ${max} characters"},number:{len:"'${label}' must equal ${len}",min:"'${label}' cannot be less than ${min}",max:"'${label}' cannot be greater than ${max}",range:"'${label}' must be between ${min} and ${max}"},array:{len:"'${label}' must be exactly ${len} in length",min:"'${label}' cannot be less than ${min} in length",max:"'${label}' cannot be greater than ${max} in length",range:"'${label}' must be between ${min} and ${max} in length"},pattern:{mismatch:"'${label}' does not match pattern ${pattern}"}},validateMessagesCN={default:"${label}未通过校验",required:"${label}必填",whitespace:"${label}不能为空",date:{format:"${label}的格式错误",parse:"${label}无法被解析",invalid:"${label}数据不合法"},types:{string:typeTemplateCN,method:typeTemplateCN,array:typeTemplateCN,object:typeTemplateCN,number:typeTemplateCN,date:typeTemplateCN,boolean:typeTemplateCN,integer:typeTemplateCN,float:typeTemplateCN,regexp:typeTemplateCN,email:typeTemplateCN,url:typeTemplateCN,hex:typeTemplateCN},string:{len:"${label}长度不是${len}",min:"${label}长度不能小于${min}",max:"${label}长度不能大于${max}",range:"${label}长度需在${min}与${max}之间"},number:{len:"${label}不等于${len}",min:"${label}不能小于${min}",max:"${label}不能大于${max}",range:"${label}需在${min}与${max}之间"},array:{len:"${label}长度不是${len}",min:"${label}长度不能小于${min}",max:"${label}长度不能大于${max}",range:"${label}长度需在${min}与${max}之间"},pattern:{mismatch:"${label}未通过正则判断${pattern}"}};function withProvider(a,s){return function($){var _=$.configProvider,_e=$.locale,tt=_e===void 0?"zh-CN":_e,nt=$.widgets,at=$.methods,ot=$.form,rt=$.validateMessages,st=$.globalProps,lt=st===void 0?{}:st,et=$.globalConfig,it=et===void 0?{}:et,ut=__rest$3($,["configProvider","locale","widgets","methods","form","validateMessages","globalProps","globalConfig"]),ft=reactExports.useRef(createStore()),ht=ft.current;if(reactExports.useEffect(function(){if(tt==="en-US"){dayjs.locale("en");return}dayjs.locale("zh-cn")},[tt]),useUnmount$1(function(){ot.resetFields()}),!ot)return console.warn("Please provide a form instance to FormRender"),null;var dt=tt==="zh-CN"?default_1$a:default_1$9,gt=tt==="zh-CN"?validateMessagesCN:validateMessagesEN,pt={locale:tt,widgets:Object.assign(Object.assign({},s),nt),methods:at,form:ot,globalProps:lt,globalConfig:it},mt=Object.assign(Object.assign(Object.assign({},dt),{FormRender:locales[tt]}),_==null?void 0:_.locale);return React$a.createElement(ThemeConfigProvider,Object.assign({},_,{locale:mt,form:{validateMessages:Object.assign(Object.assign({},gt),rt)}}),React$a.createElement(ConfigContext.Provider,{value:pt},React$a.createElement(FRContext.Provider,{value:ht},React$a.createElement(a,Object.assign({form:ot},ut)))))}}var getProps=function a(s,$){var _={};return Object.keys(s).forEach(function(_e){$.includes(_e)||(_[_e]=s[_e])}),_};const withFieldWrap=function(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:["addons","schema","dependValues"];return function($){return React$a.createElement(a,Object.assign({},getProps($,s)))}},Input=withFieldWrap(_Input),InputNumber=withFieldWrap(_InputNumber);var TextArea=function a(s){var $=Object.assign({autoSize:{minRows:3}},s);return $.rows&&delete $.autoSize,React$a.createElement(_Input.TextArea,Object.assign({},$))};const TextArea$1=withFieldWrap(TextArea),MultiSelect=withFieldWrap(_Select),Switch=withFieldWrap(_Switch);var RadioComp=function a(s){var $=s.direction,_=$===void 0?"row":$,_e=s.options,tt=_e===void 0?[]:_e,nt=__rest$3(s,["direction","options"]);return _==="column"?React$a.createElement(_Radio.Group,Object.assign({},nt),React$a.createElement(_Space,{direction:"vertical"},tt.map(function(at){var ot=at.value,rt=at.label,st=__rest$3(at,["value","label"]);return React$a.createElement(_Radio,Object.assign({key:ot,value:ot},st),rt)}))):React$a.createElement(_Radio.Group,Object.assign({},nt,{options:tt}))};const Radio=withFieldWrap(RadioComp),index$2=withFieldWrap(_Rate),TreeSelect=withFieldWrap(_TreeSelect);var CheckBox=function a(s){var $=s.title,_=__rest$3(s,["title"]);return React$a.createElement(React$a.Fragment,null,React$a.createElement(_Checkbox,Object.assign({},_)),React$a.createElement("span",{style:{marginLeft:"12px"}},$))};const Checkbox=withFieldWrap(CheckBox);var Checkboxes=function a(s){var $=s.direction,_=$===void 0?"row":$,_e=s.options,tt=_e===void 0?[]:_e,nt=__rest$3(s,["direction","options"]);return _==="column"?React$a.createElement(_Checkbox.Group,Object.assign({},nt),React$a.createElement(_Space,{direction:"vertical"},tt.map(function(at){var ot=at.value,rt=at.label,st=__rest$3(at,["value","label"]);return React$a.createElement(_Checkbox,Object.assign({key:ot,value:ot},st),rt)}))):React$a.createElement(_Checkbox.Group,Object.assign({},nt,{options:tt}))};const Checkboxes$1=withFieldWrap(Checkboxes);var lib$1={exports:{}},ColorPicker$1={exports:{}},propTypes={exports:{}},ReactPropTypesSecret$1="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",ReactPropTypesSecret_1=ReactPropTypesSecret$1,ReactPropTypesSecret=ReactPropTypesSecret_1;function emptyFunction(){}function emptyFunctionWithReset(){}emptyFunctionWithReset.resetWarningCache=emptyFunction;var factoryWithThrowingShims=function(){function a(_,_e,tt,nt,at,ot){if(ot!==ReactPropTypesSecret){var rt=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw rt.name="Invariant Violation",rt}}a.isRequired=a;function s(){return a}var $={array:a,bigint:a,bool:a,func:a,number:a,object:a,string:a,symbol:a,any:a,arrayOf:s,element:a,elementType:a,instanceOf:s,node:a,objectOf:s,oneOf:s,oneOfType:s,shape:s,exact:s,checkPropTypes:emptyFunctionWithReset,resetWarningCache:emptyFunction};return $.PropTypes=$,$};propTypes.exports=factoryWithThrowingShims();var propTypesExports=propTypes.exports;const PropTypes=getDefaultExportFromCjs(propTypesExports);var _global={exports:{}},global$5=_global.exports=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=global$5);var _globalExports=_global.exports,_core={exports:{}},core$3=_core.exports={version:"2.6.12"};typeof __e=="number"&&(__e=core$3);var _coreExports=_core.exports,_aFunction=function(a){if(typeof a!="function")throw TypeError(a+" is not a function!");return a},aFunction=_aFunction,_ctx=function(a,s,$){if(aFunction(a),s===void 0)return a;switch($){case 1:return function(_){return a.call(s,_)};case 2:return function(_,_e){return a.call(s,_,_e)};case 3:return function(_,_e,tt){return a.call(s,_,_e,tt)}}return function(){return a.apply(s,arguments)}},_objectDp={},_isObject=function(a){return typeof a=="object"?a!==null:typeof a=="function"},isObject$5=_isObject,_anObject=function(a){if(!isObject$5(a))throw TypeError(a+" is not an object!");return a},_fails,hasRequired_fails;function require_fails(){return hasRequired_fails||(hasRequired_fails=1,_fails=function(a){try{return!!a()}catch{return!0}}),_fails}var _descriptors,hasRequired_descriptors;function require_descriptors(){return hasRequired_descriptors||(hasRequired_descriptors=1,_descriptors=!require_fails()(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})),_descriptors}var _domCreate,hasRequired_domCreate;function require_domCreate(){if(hasRequired_domCreate)return _domCreate;hasRequired_domCreate=1;var a=_isObject,s=_globalExports.document,$=a(s)&&a(s.createElement);return _domCreate=function(_){return $?s.createElement(_):{}},_domCreate}var _ie8DomDefine,hasRequired_ie8DomDefine;function require_ie8DomDefine(){return hasRequired_ie8DomDefine||(hasRequired_ie8DomDefine=1,_ie8DomDefine=!require_descriptors()&&!require_fails()(function(){return Object.defineProperty(require_domCreate()("div"),"a",{get:function(){return 7}}).a!=7})),_ie8DomDefine}var isObject$4=_isObject,_toPrimitive$5=function(a,s){if(!isObject$4(a))return a;var $,_;if(s&&typeof($=a.toString)=="function"&&!isObject$4(_=$.call(a))||typeof($=a.valueOf)=="function"&&!isObject$4(_=$.call(a))||!s&&typeof($=a.toString)=="function"&&!isObject$4(_=$.call(a)))return _;throw TypeError("Can't convert object to primitive value")},hasRequired_objectDp;function require_objectDp(){if(hasRequired_objectDp)return _objectDp;hasRequired_objectDp=1;var a=_anObject,s=require_ie8DomDefine(),$=_toPrimitive$5,_=Object.defineProperty;return _objectDp.f=require_descriptors()?Object.defineProperty:function(tt,nt,at){if(a(tt),nt=$(nt,!0),a(at),s)try{return _(tt,nt,at)}catch{}if("get"in at||"set"in at)throw TypeError("Accessors not supported!");return"value"in at&&(tt[nt]=at.value),tt},_objectDp}var _propertyDesc=function(a,s){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:s}},dP$2=require_objectDp(),createDesc$2=_propertyDesc,_hide=require_descriptors()?function(a,s,$){return dP$2.f(a,s,createDesc$2(1,$))}:function(a,s,$){return a[s]=$,a},hasOwnProperty={}.hasOwnProperty,_has=function(a,s){return hasOwnProperty.call(a,s)},global$4=_globalExports,core$2=_coreExports,ctx=_ctx,hide$1=_hide,has$4=_has,PROTOTYPE$2="prototype",$export$5=function(a,s,$){var _=a&$export$5.F,_e=a&$export$5.G,tt=a&$export$5.S,nt=a&$export$5.P,at=a&$export$5.B,ot=a&$export$5.W,rt=_e?core$2:core$2[s]||(core$2[s]={}),st=rt[PROTOTYPE$2],lt=_e?global$4:tt?global$4[s]:(global$4[s]||{})[PROTOTYPE$2],et,it,ut;_e&&($=s);for(et in $)it=!_&&lt&&lt[et]!==void 0,!(it&&has$4(rt,et))&&(ut=it?lt[et]:$[et],rt[et]=_e&&typeof lt[et]!="function"?$[et]:at&&it?ctx(ut,global$4):ot&&lt[et]==ut?function(ft){var ht=function(dt,gt,pt){if(this instanceof ft){switch(arguments.length){case 0:return new ft;case 1:return new ft(dt);case 2:return new ft(dt,gt)}return new ft(dt,gt,pt)}return ft.apply(this,arguments)};return ht[PROTOTYPE$2]=ft[PROTOTYPE$2],ht}(ut):nt&&typeof ut=="function"?ctx(Function.call,ut):ut,nt&&((rt.virtual||(rt.virtual={}))[et]=ut,a&$export$5.R&&st&&!st[et]&&hide$1(st,et,ut)))};$export$5.F=1,$export$5.G=2,$export$5.S=4,$export$5.P=8,$export$5.B=16,$export$5.W=32,$export$5.U=64,$export$5.R=128;var _export=$export$5,_cof,hasRequired_cof;function require_cof(){if(hasRequired_cof)return _cof;hasRequired_cof=1;var a={}.toString;return _cof=function(s){return a.call(s).slice(8,-1)},_cof}var _iobject,hasRequired_iobject;function require_iobject(){if(hasRequired_iobject)return _iobject;hasRequired_iobject=1;var a=require_cof();return _iobject=Object("z").propertyIsEnumerable(0)?Object:function(s){return a(s)=="String"?s.split(""):Object(s)},_iobject}var _defined,hasRequired_defined;function require_defined(){return hasRequired_defined||(hasRequired_defined=1,_defined=function(a){if(a==null)throw TypeError("Can't call method on "+a);return a}),_defined}var IObject=require_iobject(),defined$1=require_defined(),_toIobject=function(a){return IObject(defined$1(a))},ceil=Math.ceil,floor=Math.floor,_toInteger=function(a){return isNaN(a=+a)?0:(a>0?floor:ceil)(a)},_toLength,hasRequired_toLength;function require_toLength(){if(hasRequired_toLength)return _toLength;hasRequired_toLength=1;var a=_toInteger,s=Math.min;return _toLength=function($){return $>0?s(a($),9007199254740991):0},_toLength}var _toAbsoluteIndex,hasRequired_toAbsoluteIndex;function require_toAbsoluteIndex(){if(hasRequired_toAbsoluteIndex)return _toAbsoluteIndex;hasRequired_toAbsoluteIndex=1;var a=_toInteger,s=Math.max,$=Math.min;return _toAbsoluteIndex=function(_,_e){return _=a(_),_<0?s(_+_e,0):$(_,_e)},_toAbsoluteIndex}var _arrayIncludes,hasRequired_arrayIncludes;function require_arrayIncludes(){if(hasRequired_arrayIncludes)return _arrayIncludes;hasRequired_arrayIncludes=1;var a=_toIobject,s=require_toLength(),$=require_toAbsoluteIndex();return _arrayIncludes=function(_){return function(_e,tt,nt){var at=a(_e),ot=s(at.length),rt=$(nt,ot),st;if(_&&tt!=tt){for(;ot>rt;)if(st=at[rt++],st!=st)return!0}else for(;ot>rt;rt++)if((_||rt in at)&&at[rt]===tt)return _||rt||0;return!_&&-1}},_arrayIncludes}var _shared={exports:{}},_library=!0,core$1=_coreExports,global$3=_globalExports,SHARED="__core-js_shared__",store$1=global$3[SHARED]||(global$3[SHARED]={});(_shared.exports=function(a,s){return store$1[a]||(store$1[a]=s!==void 0?s:{})})("versions",[]).push({version:core$1.version,mode:"pure",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"});var _sharedExports=_shared.exports,id$1=0,px=Math.random(),_uid=function(a){return"Symbol(".concat(a===void 0?"":a,")_",(++id$1+px).toString(36))},shared$1=_sharedExports("keys"),uid$2=_uid,_sharedKey=function(a){return shared$1[a]||(shared$1[a]=uid$2(a))},_objectKeysInternal,hasRequired_objectKeysInternal;function require_objectKeysInternal(){if(hasRequired_objectKeysInternal)return _objectKeysInternal;hasRequired_objectKeysInternal=1;var a=_has,s=_toIobject,$=require_arrayIncludes()(!1),_=_sharedKey("IE_PROTO");return _objectKeysInternal=function(_e,tt){var nt=s(_e),at=0,ot=[],rt;for(rt in nt)rt!=_&&a(nt,rt)&&ot.push(rt);for(;tt.length>at;)a(nt,rt=tt[at++])&&(~$(ot,rt)||ot.push(rt));return ot},_objectKeysInternal}var _enumBugKeys="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","),_objectKeys,hasRequired_objectKeys;function require_objectKeys(){if(hasRequired_objectKeys)return _objectKeys;hasRequired_objectKeys=1;var a=require_objectKeysInternal(),s=_enumBugKeys;return _objectKeys=Object.keys||function(_){return a(_,s)},_objectKeys}var _objectGops={},hasRequired_objectGops;function require_objectGops(){return hasRequired_objectGops||(hasRequired_objectGops=1,_objectGops.f=Object.getOwnPropertySymbols),_objectGops}var _objectPie={},hasRequired_objectPie;function require_objectPie(){return hasRequired_objectPie||(hasRequired_objectPie=1,_objectPie.f={}.propertyIsEnumerable),_objectPie}var _toObject,hasRequired_toObject;function require_toObject(){if(hasRequired_toObject)return _toObject;hasRequired_toObject=1;var a=require_defined();return _toObject=function(s){return Object(a(s))},_toObject}var _objectAssign,hasRequired_objectAssign;function require_objectAssign(){if(hasRequired_objectAssign)return _objectAssign;hasRequired_objectAssign=1;var a=require_descriptors(),s=require_objectKeys(),$=require_objectGops(),_=require_objectPie(),_e=require_toObject(),tt=require_iobject(),nt=Object.assign;return _objectAssign=!nt||require_fails()(function(){var at={},ot={},rt=Symbol(),st="abcdefghijklmnopqrst";return at[rt]=7,st.split("").forEach(function(lt){ot[lt]=lt}),nt({},at)[rt]!=7||Object.keys(nt({},ot)).join("")!=st})?function(ot,rt){for(var st=_e(ot),lt=arguments.length,et=1,it=$.f,ut=_.f;lt>et;)for(var ft=tt(arguments[et++]),ht=it?s(ft).concat(it(ft)):s(ft),dt=ht.length,gt=0,pt;dt>gt;)pt=ht[gt++],(!a||ut.call(ft,pt))&&(st[pt]=ft[pt]);return st}:nt,_objectAssign}var $export$4=_export;$export$4($export$4.S+$export$4.F,"Object",{assign:require_objectAssign()});var assign$1=_coreExports.Object.assign,assign={default:assign$1,__esModule:!0},_assign$1=assign,_assign2=_interopRequireDefault$h(_assign$1);function _interopRequireDefault$h(a){return a&&a.__esModule?a:{default:a}}var _default$i=_assign2.default||function(a){for(var s=1;s<arguments.length;s++){var $=arguments[s];for(var _ in $)Object.prototype.hasOwnProperty.call($,_)&&(a[_]=$[_])}return a},_assign=objectAssign,emptyObject={};function _invariant(a,s,$,_,_e,tt,nt,at){if(!a){var ot;if(s===void 0)ot=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var rt=[$,_,_e,tt,nt,at],st=0;ot=new Error(s.replace(/%s/g,function(){return rt[st++]})),ot.name="Invariant Violation"}throw ot.framesToPop=1,ot}}var MIXINS_KEY="mixins";function identity(a){return a}function factory$1(a,s,$){var _=[],_e={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},tt={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},nt={displayName:function(mt,ct){mt.displayName=ct},mixins:function(mt,ct){if(ct)for(var vt=0;vt<ct.length;vt++)ot(mt,ct[vt])},childContextTypes:function(mt,ct){mt.childContextTypes=_assign({},mt.childContextTypes,ct)},contextTypes:function(mt,ct){mt.contextTypes=_assign({},mt.contextTypes,ct)},getDefaultProps:function(mt,ct){mt.getDefaultProps?mt.getDefaultProps=lt(mt.getDefaultProps,ct):mt.getDefaultProps=ct},propTypes:function(mt,ct){mt.propTypes=_assign({},mt.propTypes,ct)},statics:function(mt,ct){rt(mt,ct)},autobind:function(){}};function at(mt,ct){var vt=_e.hasOwnProperty(ct)?_e[ct]:null;dt.hasOwnProperty(ct)&&_invariant(vt==="OVERRIDE_BASE","ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",ct),mt&&_invariant(vt==="DEFINE_MANY"||vt==="DEFINE_MANY_MERGED","ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",ct)}function ot(mt,ct){if(ct){_invariant(typeof ct!="function","ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),_invariant(!s(ct),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var vt=mt.prototype,At=vt.__reactAutoBindPairs;ct.hasOwnProperty(MIXINS_KEY)&&nt.mixins(mt,ct.mixins);for(var xt in ct)if(ct.hasOwnProperty(xt)&&xt!==MIXINS_KEY){var bt=ct[xt],Et=vt.hasOwnProperty(xt);if(at(Et,xt),nt.hasOwnProperty(xt))nt[xt](mt,bt);else{var St=_e.hasOwnProperty(xt),Bt=typeof bt=="function",Ot=Bt&&!St&&!Et&&ct.autobind!==!1;if(Ot)At.push(xt,bt),vt[xt]=bt;else if(Et){var Tt=_e[xt];_invariant(St&&(Tt==="DEFINE_MANY_MERGED"||Tt==="DEFINE_MANY"),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",Tt,xt),Tt==="DEFINE_MANY_MERGED"?vt[xt]=lt(vt[xt],bt):Tt==="DEFINE_MANY"&&(vt[xt]=et(vt[xt],bt))}else vt[xt]=bt}}}}function rt(mt,ct){if(ct)for(var vt in ct){var At=ct[vt];if(ct.hasOwnProperty(vt)){var xt=vt in nt;_invariant(!xt,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',vt);var bt=vt in mt;if(bt){var Et=tt.hasOwnProperty(vt)?tt[vt]:null;_invariant(Et==="DEFINE_MANY_MERGED","ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",vt),mt[vt]=lt(mt[vt],At);return}mt[vt]=At}}}function st(mt,ct){_invariant(mt&&ct&&typeof mt=="object"&&typeof ct=="object","mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var vt in ct)ct.hasOwnProperty(vt)&&(_invariant(mt[vt]===void 0,"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",vt),mt[vt]=ct[vt]);return mt}function lt(mt,ct){return function(){var At=mt.apply(this,arguments),xt=ct.apply(this,arguments);if(At==null)return xt;if(xt==null)return At;var bt={};return st(bt,At),st(bt,xt),bt}}function et(mt,ct){return function(){mt.apply(this,arguments),ct.apply(this,arguments)}}function it(mt,ct){var vt=ct.bind(mt);return vt}function ut(mt){for(var ct=mt.__reactAutoBindPairs,vt=0;vt<ct.length;vt+=2){var At=ct[vt],xt=ct[vt+1];mt[At]=it(mt,xt)}}var ft={componentDidMount:function(){this.__isMounted=!0}},ht={componentWillUnmount:function(){this.__isMounted=!1}},dt={replaceState:function(mt,ct){this.updater.enqueueReplaceState(this,mt,ct)},isMounted:function(){return!!this.__isMounted}},gt=function(){};_assign(gt.prototype,a.prototype,dt);function pt(mt){var ct=function(At,xt,bt){this.__reactAutoBindPairs.length&&ut(this),this.props=At,this.context=xt,this.refs=emptyObject,this.updater=bt||$,this.state=null;var Et=this.getInitialState?this.getInitialState():null;_invariant(typeof Et=="object"&&!Array.isArray(Et),"%s.getInitialState(): must return an object or null",ct.displayName||"ReactCompositeComponent"),this.state=Et};ct.prototype=new gt,ct.prototype.constructor=ct,ct.prototype.__reactAutoBindPairs=[],_.forEach(ot.bind(null,ct)),ot(ct,ft),ot(ct,mt),ot(ct,ht),ct.getDefaultProps&&(ct.defaultProps=ct.getDefaultProps()),_invariant(ct.prototype.render,"createClass(...): Class specification must implement a `render` method.");for(var vt in _e)ct.prototype[vt]||(ct.prototype[vt]=null);return ct}return pt}var factory_1=factory$1,React$9=reactExports,factory=factory_1;if(typeof React$9>"u")throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var ReactNoopUpdateQueue=new React$9.Component().updater,createReactClass=factory(React$9.Component,React$9.isValidElement,ReactNoopUpdateQueue);const createReactClass$1=getDefaultExportFromCjs(createReactClass);function contains$2(a,s){for(var $=s;$;){if($===a)return!0;$=$.parentNode}return!1}var addEventListener$2={},lib={exports:{}},EventObject={exports:{}},EventBaseObject={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});function $(){return!1}function _(){return!0}function _e(){this.timeStamp=Date.now(),this.target=void 0,this.currentTarget=void 0}_e.prototype={isEventObject:1,constructor:_e,isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){this.isDefaultPrevented=_},stopPropagation:function(){this.isPropagationStopped=_},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=_,this.stopPropagation()},halt:function(nt){nt?this.stopImmediatePropagation():this.stopPropagation(),this.preventDefault()}},s.default=_e,a.exports=s.default})(EventBaseObject,EventBaseObject.exports);var EventBaseObjectExports=EventBaseObject.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});function $(ht){return ht&&ht.__esModule?ht:{default:ht}}var _=EventBaseObjectExports,_e=$(_),tt=objectAssign,nt=$(tt),at=!0,ot=!1,rt=["altKey","bubbles","cancelable","ctrlKey","currentTarget","eventPhase","metaKey","shiftKey","target","timeStamp","view","type"];function st(ht){return ht==null}var lt=[{reg:/^key/,props:["char","charCode","key","keyCode","which"],fix:function(dt,gt){st(dt.which)&&(dt.which=st(gt.charCode)?gt.keyCode:gt.charCode),dt.metaKey===void 0&&(dt.metaKey=dt.ctrlKey)}},{reg:/^touch/,props:["touches","changedTouches","targetTouches"]},{reg:/^hashchange$/,props:["newURL","oldURL"]},{reg:/^gesturechange$/i,props:["rotation","scale"]},{reg:/^(mousewheel|DOMMouseScroll)$/,props:[],fix:function(dt,gt){var pt=void 0,mt=void 0,ct=void 0,vt=gt.wheelDelta,At=gt.axis,xt=gt.wheelDeltaY,bt=gt.wheelDeltaX,Et=gt.detail;vt&&(ct=vt/120),Et&&(ct=0-(Et%3===0?Et/3:Et)),At!==void 0&&(At===dt.HORIZONTAL_AXIS?(mt=0,pt=0-ct):At===dt.VERTICAL_AXIS&&(pt=0,mt=ct)),xt!==void 0&&(mt=xt/120),bt!==void 0&&(pt=-1*bt/120),!pt&&!mt&&(mt=ct),pt!==void 0&&(dt.deltaX=pt),mt!==void 0&&(dt.deltaY=mt),ct!==void 0&&(dt.delta=ct)}},{reg:/^mouse|contextmenu|click|mspointer|(^DOMMouseScroll$)/i,props:["buttons","clientX","clientY","button","offsetX","relatedTarget","which","fromElement","toElement","offsetY","pageX","pageY","screenX","screenY"],fix:function(dt,gt){var pt=void 0,mt=void 0,ct=void 0,vt=dt.target,At=gt.button;return vt&&st(dt.pageX)&&!st(gt.clientX)&&(pt=vt.ownerDocument||document,mt=pt.documentElement,ct=pt.body,dt.pageX=gt.clientX+(mt&&mt.scrollLeft||ct&&ct.scrollLeft||0)-(mt&&mt.clientLeft||ct&&ct.clientLeft||0),dt.pageY=gt.clientY+(mt&&mt.scrollTop||ct&&ct.scrollTop||0)-(mt&&mt.clientTop||ct&&ct.clientTop||0)),!dt.which&&At!==void 0&&(At&1?dt.which=1:At&2?dt.which=3:At&4?dt.which=2:dt.which=0),!dt.relatedTarget&&dt.fromElement&&(dt.relatedTarget=dt.fromElement===vt?dt.toElement:dt.fromElement),dt}}];function et(){return at}function it(){return ot}function ut(ht){var dt=ht.type,gt=typeof ht.stopPropagation=="function"||typeof ht.cancelBubble=="boolean";_e.default.call(this),this.nativeEvent=ht;var pt=it;"defaultPrevented"in ht?pt=ht.defaultPrevented?et:it:"getPreventDefault"in ht?pt=ht.getPreventDefault()?et:it:"returnValue"in ht&&(pt=ht.returnValue===ot?et:it),this.isDefaultPrevented=pt;var mt=[],ct=void 0,vt=void 0,At=void 0,xt=rt.concat();for(lt.forEach(function(bt){dt.match(bt.reg)&&(xt=xt.concat(bt.props),bt.fix&&mt.push(bt.fix))}),vt=xt.length;vt;)At=xt[--vt],this[At]=ht[At];for(!this.target&&gt&&(this.target=ht.srcElement||document),this.target&&this.target.nodeType===3&&(this.target=this.target.parentNode),vt=mt.length;vt;)ct=mt[--vt],ct(this,ht);this.timeStamp=ht.timeStamp||Date.now()}var ft=_e.default.prototype;(0,nt.default)(ut.prototype,ft,{constructor:ut,preventDefault:function(){var dt=this.nativeEvent;dt.preventDefault?dt.preventDefault():dt.returnValue=ot,ft.preventDefault.call(this)},stopPropagation:function(){var dt=this.nativeEvent;dt.stopPropagation?dt.stopPropagation():dt.cancelBubble=at,ft.stopPropagation.call(this)}}),s.default=ut,a.exports=s.default})(EventObject,EventObject.exports);var EventObjectExports=EventObject.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0}),s.default=tt;function $(nt){return nt&&nt.__esModule?nt:{default:nt}}var _=EventObjectExports,_e=$(_);function tt(nt,at,ot,rt){function st(et){var it=new _e.default(et);ot.call(nt,it)}if(nt.addEventListener){var lt=function(){var et=!1;return typeof rt=="object"?et=rt.capture||!1:typeof rt=="boolean"&&(et=rt),nt.addEventListener(at,st,rt||!1),{v:{remove:function(){nt.removeEventListener(at,st,et)}}}}();if(typeof lt=="object")return lt.v}else if(nt.attachEvent)return nt.attachEvent("on"+at,st),{remove:function(){nt.detachEvent("on"+at,st)}}}a.exports=s.default})(lib,lib.exports);var libExports$1=lib.exports;const addDOMEventListener=getDefaultExportFromCjs(libExports$1);Object.defineProperty(addEventListener$2,"__esModule",{value:!0});var _default$h=addEventListener$2.default=addEventListenerWrap$2,_addDomEventListener$1=_interopRequireDefault$g(libExports$1),_reactDom$2=_interopRequireDefault$g(reactDomExports);function _interopRequireDefault$g(a){return a&&a.__esModule?a:{default:a}}function addEventListenerWrap$2(a,s,$,_){var _e=_reactDom$2.default.unstable_batchedUpdates?function(nt){_reactDom$2.default.unstable_batchedUpdates($,nt)}:$;return(0,_addDomEventListener$1.default)(a,s,_e,_)}var _default$g=function(a,s){if(!(a instanceof s))throw new TypeError("Cannot call a class as a function")},$export$3=_export;$export$3($export$3.S+$export$3.F*!require_descriptors(),"Object",{defineProperty:require_objectDp().f});var $Object$1=_coreExports.Object,defineProperty$3=function a(s,$,_){return $Object$1.defineProperty(s,$,_)},defineProperty$2={default:defineProperty$3,__esModule:!0},_defineProperty$8=defineProperty$2,_defineProperty2$1=_interopRequireDefault$f(_defineProperty$8);function _interopRequireDefault$f(a){return a&&a.__esModule?a:{default:a}}var _default$f=function(){function a(s,$){for(var _=0;_<$.length;_++){var _e=$[_];_e.enumerable=_e.enumerable||!1,_e.configurable=!0,"value"in _e&&(_e.writable=!0),(0,_defineProperty2$1.default)(s,_e.key,_e)}}return function(s,$,_){return $&&a(s.prototype,$),_&&a(s,_),s}}(),_typeof$j={},toInteger=_toInteger,defined=require_defined(),_stringAt=function(a){return function(s,$){var _=String(defined(s)),_e=toInteger($),tt=_.length,nt,at;return _e<0||_e>=tt?a?"":void 0:(nt=_.charCodeAt(_e),nt<55296||nt>56319||_e+1===tt||(at=_.charCodeAt(_e+1))<56320||at>57343?a?_.charAt(_e):nt:a?_.slice(_e,_e+2):(nt-55296<<10)+(at-56320)+65536)}},_redefine=_hide,_iterators={},dP$1=require_objectDp(),anObject$2=_anObject,getKeys$2=require_objectKeys(),_objectDps=require_descriptors()?Object.defineProperties:function a(s,$){anObject$2(s);for(var _=getKeys$2($),_e=_.length,tt=0,nt;_e>tt;)dP$1.f(s,nt=_[tt++],$[nt]);return s},_html,hasRequired_html;function require_html(){if(hasRequired_html)return _html;hasRequired_html=1;var a=_globalExports.document;return _html=a&&a.documentElement,_html}var anObject$1=_anObject,dPs=_objectDps,enumBugKeys=_enumBugKeys,IE_PROTO=_sharedKey("IE_PROTO"),Empty=function(){},PROTOTYPE$1="prototype",createDict=function(){var a=require_domCreate()("iframe"),s=enumBugKeys.length,$="<",_=">",_e;for(a.style.display="none",require_html().appendChild(a),a.src="javascript:",_e=a.contentWindow.document,_e.open(),_e.write($+"script"+_+"document.F=Object"+$+"/script"+_),_e.close(),createDict=_e.F;s--;)delete createDict[PROTOTYPE$1][enumBugKeys[s]];return createDict()},_objectCreate=Object.create||function a(s,$){var _;return s!==null?(Empty[PROTOTYPE$1]=anObject$1(s),_=new Empty,Empty[PROTOTYPE$1]=null,_[IE_PROTO]=s):_=createDict(),$===void 0?_:dPs(_,$)},_wks={exports:{}},store=_sharedExports("wks"),uid$1=_uid,Symbol$1=_globalExports.Symbol,USE_SYMBOL=typeof Symbol$1=="function",$exports=_wks.exports=function(a){return store[a]||(store[a]=USE_SYMBOL&&Symbol$1[a]||(USE_SYMBOL?Symbol$1:uid$1)("Symbol."+a))};$exports.store=store;var _wksExports=_wks.exports,def=require_objectDp().f,has$3=_has,TAG=_wksExports("toStringTag"),_setToStringTag=function(a,s,$){a&&!has$3(a=$?a:a.prototype,TAG)&&def(a,TAG,{configurable:!0,value:s})},_iterCreate,hasRequired_iterCreate;function require_iterCreate(){if(hasRequired_iterCreate)return _iterCreate;hasRequired_iterCreate=1;var a=_objectCreate,s=_propertyDesc,$=_setToStringTag,_={};return _hide(_,_wksExports("iterator"),function(){return this}),_iterCreate=function(_e,tt,nt){_e.prototype=a(_,{next:s(1,nt)}),$(_e,tt+" Iterator")},_iterCreate}var _objectGpo,hasRequired_objectGpo;function require_objectGpo(){if(hasRequired_objectGpo)return _objectGpo;hasRequired_objectGpo=1;var a=_has,s=require_toObject(),$=_sharedKey("IE_PROTO"),_=Object.prototype;return _objectGpo=Object.getPrototypeOf||function(_e){return _e=s(_e),a(_e,$)?_e[$]:typeof _e.constructor=="function"&&_e instanceof _e.constructor?_e.constructor.prototype:_e instanceof Object?_:null},_objectGpo}var _iterDefine,hasRequired_iterDefine;function require_iterDefine(){if(hasRequired_iterDefine)return _iterDefine;hasRequired_iterDefine=1;var a=_export,s=_redefine,$=_hide,_=_iterators,_e=require_iterCreate(),tt=_setToStringTag,nt=require_objectGpo(),at=_wksExports("iterator"),ot=!([].keys&&"next"in[].keys()),rt="@@iterator",st="keys",lt="values",et=function(){return this};return _iterDefine=function(it,ut,ft,ht,dt,gt,pt){_e(ft,ut,ht);var mt=function(Ct){if(!ot&&Ct in xt)return xt[Ct];switch(Ct){case st:return function(){return new ft(this,Ct)};case lt:return function(){return new ft(this,Ct)}}return function(){return new ft(this,Ct)}},ct=ut+" Iterator",vt=dt==lt,At=!1,xt=it.prototype,bt=xt[at]||xt[rt]||dt&&xt[dt],Et=bt||mt(dt),St=dt?vt?mt("entries"):Et:void 0,Bt=ut=="Array"&&xt.entries||bt,Ot,Tt,wt;if(Bt&&(wt=nt(Bt.call(new it)),wt!==Object.prototype&&wt.next&&tt(wt,ct,!0)),vt&&bt&&bt.name!==lt&&(At=!0,Et=function(){return bt.call(this)}),pt&&(ot||At||!xt[at])&&$(xt,at,Et),_[ut]=Et,_[ct]=et,dt)if(Ot={values:vt?Et:mt(lt),keys:gt?Et:mt(st),entries:St},pt)for(Tt in Ot)Tt in xt||s(xt,Tt,Ot[Tt]);else a(a.P+a.F*(ot||At),ut,Ot);return Ot},_iterDefine}var $at=_stringAt(!0);require_iterDefine()(String,"String",function(a){this._t=String(a),this._i=0},function(){var a=this._t,s=this._i,$;return s>=a.length?{value:void 0,done:!0}:($=$at(a,s),this._i+=$.length,{value:$,done:!1})});var _iterStep=function(a,s){return{value:s,done:!!a}},step=_iterStep,Iterators$1=_iterators,toIObject$3=_toIobject;require_iterDefine()(Array,"Array",function(a,s){this._t=toIObject$3(a),this._i=0,this._k=s},function(){var a=this._t,s=this._k,$=this._i++;return!a||$>=a.length?(this._t=void 0,step(1)):s=="keys"?step(0,$):s=="values"?step(0,a[$]):step(0,[$,a[$]])},"values"),Iterators$1.Arguments=Iterators$1.Array;for(var global$2=_globalExports,hide=_hide,Iterators=_iterators,TO_STRING_TAG=_wksExports("toStringTag"),DOMIterables="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),i=0;i<DOMIterables.length;i++){var NAME=DOMIterables[i],Collection=global$2[NAME],proto=Collection&&Collection.prototype;proto&&!proto[TO_STRING_TAG]&&hide(proto,TO_STRING_TAG,NAME),Iterators[NAME]=Iterators.Array}var _wksExt={};_wksExt.f=_wksExports;var iterator$1=_wksExt.f("iterator"),iterator={default:iterator$1,__esModule:!0},_meta={exports:{}},META$1=_uid("meta"),isObject$3=_isObject,has$2=_has,setDesc=require_objectDp().f,id=0,isExtensible=Object.isExtensible||function(){return!0},FREEZE=!require_fails()(function(){return isExtensible(Object.preventExtensions({}))}),setMeta=function(a){setDesc(a,META$1,{value:{i:"O"+ ++id,w:{}}})},fastKey=function(a,s){if(!isObject$3(a))return typeof a=="symbol"?a:(typeof a=="string"?"S":"P")+a;if(!has$2(a,META$1)){if(!isExtensible(a))return"F";if(!s)return"E";setMeta(a)}return a[META$1].i},getWeak=function(a,s){if(!has$2(a,META$1)){if(!isExtensible(a))return!0;if(!s)return!1;setMeta(a)}return a[META$1].w},onFreeze=function(a){return FREEZE&&meta.NEED&&isExtensible(a)&&!has$2(a,META$1)&&setMeta(a),a},meta=_meta.exports={KEY:META$1,NEED:!1,fastKey,getWeak,onFreeze},_metaExports=_meta.exports,core=_coreExports,wksExt$1=_wksExt,defineProperty$1=require_objectDp().f,_wksDefine=function(a){var s=core.Symbol||(core.Symbol={});a.charAt(0)!="_"&&!(a in s)&&defineProperty$1(s,a,{value:wksExt$1.f(a)})},getKeys$1=require_objectKeys(),gOPS=require_objectGops(),pIE$1=require_objectPie(),_enumKeys=function(a){var s=getKeys$1(a),$=gOPS.f;if($)for(var _=$(a),_e=pIE$1.f,tt=0,nt;_.length>tt;)_e.call(a,nt=_[tt++])&&s.push(nt);return s},cof=require_cof(),_isArray=Array.isArray||function a(s){return cof(s)=="Array"},_objectGopnExt={},_objectGopn={},$keys$1=require_objectKeysInternal(),hiddenKeys=_enumBugKeys.concat("length","prototype");_objectGopn.f=Object.getOwnPropertyNames||function a(s){return $keys$1(s,hiddenKeys)};var toIObject$2=_toIobject,gOPN$1=_objectGopn.f,toString$1={}.toString,windowNames=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],getWindowNames=function(a){try{return gOPN$1(a)}catch{return windowNames.slice()}};_objectGopnExt.f=function a(s){return windowNames&&toString$1.call(s)=="[object Window]"?getWindowNames(s):gOPN$1(toIObject$2(s))};var _objectGopd={},pIE=require_objectPie(),createDesc$1=_propertyDesc,toIObject$1=_toIobject,toPrimitive$2=_toPrimitive$5,has$1=_has,IE8_DOM_DEFINE=require_ie8DomDefine(),gOPD$1=Object.getOwnPropertyDescriptor;_objectGopd.f=require_descriptors()?gOPD$1:function a(s,$){if(s=toIObject$1(s),$=toPrimitive$2($,!0),IE8_DOM_DEFINE)try{return gOPD$1(s,$)}catch{}if(has$1(s,$))return createDesc$1(!pIE.f.call(s,$),s[$])};var global$1=_globalExports,has=_has,DESCRIPTORS=require_descriptors(),$export$2=_export,redefine=_redefine,META=_metaExports.KEY,$fails=require_fails(),shared=_sharedExports,setToStringTag=_setToStringTag,uid=_uid,wks=_wksExports,wksExt=_wksExt,wksDefine=_wksDefine,enumKeys=_enumKeys,isArray$1=_isArray,anObject=_anObject,isObject$2=_isObject,toObject=require_toObject(),toIObject=_toIobject,toPrimitive$1=_toPrimitive$5,createDesc=_propertyDesc,_create$1=_objectCreate,gOPNExt=_objectGopnExt,$GOPD=_objectGopd,$GOPS=require_objectGops(),$DP=require_objectDp(),$keys=require_objectKeys(),gOPD=$GOPD.f,dP=$DP.f,gOPN=gOPNExt.f,$Symbol=global$1.Symbol,$JSON=global$1.JSON,_stringify=$JSON&&$JSON.stringify,PROTOTYPE="prototype",HIDDEN=wks("_hidden"),TO_PRIMITIVE=wks("toPrimitive"),isEnum={}.propertyIsEnumerable,SymbolRegistry=shared("symbol-registry"),AllSymbols=shared("symbols"),OPSymbols=shared("op-symbols"),ObjectProto=Object[PROTOTYPE],USE_NATIVE=typeof $Symbol=="function"&&!!$GOPS.f,QObject=global$1.QObject,setter=!QObject||!QObject[PROTOTYPE]||!QObject[PROTOTYPE].findChild,setSymbolDesc=DESCRIPTORS&&$fails(function(){return _create$1(dP({},"a",{get:function(){return dP(this,"a",{value:7}).a}})).a!=7})?function(a,s,$){var _=gOPD(ObjectProto,s);_&&delete ObjectProto[s],dP(a,s,$),_&&a!==ObjectProto&&dP(ObjectProto,s,_)}:dP,wrap=function(a){var s=AllSymbols[a]=_create$1($Symbol[PROTOTYPE]);return s._k=a,s},isSymbol=USE_NATIVE&&typeof $Symbol.iterator=="symbol"?function(a){return typeof a=="symbol"}:function(a){return a instanceof $Symbol},$defineProperty=function a(s,$,_){return s===ObjectProto&&$defineProperty(OPSymbols,$,_),anObject(s),$=toPrimitive$1($,!0),anObject(_),has(AllSymbols,$)?(_.enumerable?(has(s,HIDDEN)&&s[HIDDEN][$]&&(s[HIDDEN][$]=!1),_=_create$1(_,{enumerable:createDesc(0,!1)})):(has(s,HIDDEN)||dP(s,HIDDEN,createDesc(1,{})),s[HIDDEN][$]=!0),setSymbolDesc(s,$,_)):dP(s,$,_)},$defineProperties=function a(s,$){anObject(s);for(var _=enumKeys($=toIObject($)),_e=0,tt=_.length,nt;tt>_e;)$defineProperty(s,nt=_[_e++],$[nt]);return s},$create=function a(s,$){return $===void 0?_create$1(s):$defineProperties(_create$1(s),$)},$propertyIsEnumerable=function a(s){var $=isEnum.call(this,s=toPrimitive$1(s,!0));return this===ObjectProto&&has(AllSymbols,s)&&!has(OPSymbols,s)?!1:$||!has(this,s)||!has(AllSymbols,s)||has(this,HIDDEN)&&this[HIDDEN][s]?$:!0},$getOwnPropertyDescriptor=function a(s,$){if(s=toIObject(s),$=toPrimitive$1($,!0),!(s===ObjectProto&&has(AllSymbols,$)&&!has(OPSymbols,$))){var _=gOPD(s,$);return _&&has(AllSymbols,$)&&!(has(s,HIDDEN)&&s[HIDDEN][$])&&(_.enumerable=!0),_}},$getOwnPropertyNames=function a(s){for(var $=gOPN(toIObject(s)),_=[],_e=0,tt;$.length>_e;)!has(AllSymbols,tt=$[_e++])&&tt!=HIDDEN&&tt!=META&&_.push(tt);return _},$getOwnPropertySymbols=function a(s){for(var $=s===ObjectProto,_=gOPN($?OPSymbols:toIObject(s)),_e=[],tt=0,nt;_.length>tt;)has(AllSymbols,nt=_[tt++])&&(!$||has(ObjectProto,nt))&&_e.push(AllSymbols[nt]);return _e};USE_NATIVE||($Symbol=function(){if(this instanceof $Symbol)throw TypeError("Symbol is not a constructor!");var s=uid(arguments.length>0?arguments[0]:void 0),$=function(_){this===ObjectProto&&$.call(OPSymbols,_),has(this,HIDDEN)&&has(this[HIDDEN],s)&&(this[HIDDEN][s]=!1),setSymbolDesc(this,s,createDesc(1,_))};return DESCRIPTORS&&setter&&setSymbolDesc(ObjectProto,s,{configurable:!0,set:$}),wrap(s)},redefine($Symbol[PROTOTYPE],"toString",function(){return this._k}),$GOPD.f=$getOwnPropertyDescriptor,$DP.f=$defineProperty,_objectGopn.f=gOPNExt.f=$getOwnPropertyNames,require_objectPie().f=$propertyIsEnumerable,$GOPS.f=$getOwnPropertySymbols,DESCRIPTORS&&!_library&&redefine(ObjectProto,"propertyIsEnumerable",$propertyIsEnumerable),wksExt.f=function(a){return wrap(wks(a))}),$export$2($export$2.G+$export$2.W+$export$2.F*!USE_NATIVE,{Symbol:$Symbol});for(var es6Symbols="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),j=0;es6Symbols.length>j;)wks(es6Symbols[j++]);for(var wellKnownSymbols=$keys(wks.store),k=0;wellKnownSymbols.length>k;)wksDefine(wellKnownSymbols[k++]);$export$2($export$2.S+$export$2.F*!USE_NATIVE,"Symbol",{for:function(a){return has(SymbolRegistry,a+="")?SymbolRegistry[a]:SymbolRegistry[a]=$Symbol(a)},keyFor:function a(s){if(!isSymbol(s))throw TypeError(s+" is not a symbol!");for(var $ in SymbolRegistry)if(SymbolRegistry[$]===s)return $},useSetter:function(){setter=!0},useSimple:function(){setter=!1}}),$export$2($export$2.S+$export$2.F*!USE_NATIVE,"Object",{create:$create,defineProperty:$defineProperty,defineProperties:$defineProperties,getOwnPropertyDescriptor:$getOwnPropertyDescriptor,getOwnPropertyNames:$getOwnPropertyNames,getOwnPropertySymbols:$getOwnPropertySymbols});var FAILS_ON_PRIMITIVES=$fails(function(){$GOPS.f(1)});$export$2($export$2.S+$export$2.F*FAILS_ON_PRIMITIVES,"Object",{getOwnPropertySymbols:function a(s){return $GOPS.f(toObject(s))}}),$JSON&&$export$2($export$2.S+$export$2.F*(!USE_NATIVE||$fails(function(){var a=$Symbol();return _stringify([a])!="[null]"||_stringify({a})!="{}"||_stringify(Object(a))!="{}"})),"JSON",{stringify:function a(s){for(var $=[s],_=1,_e,tt;arguments.length>_;)$.push(arguments[_++]);if(tt=_e=$[1],!(!isObject$2(_e)&&s===void 0||isSymbol(s)))return isArray$1(_e)||(_e=function(nt,at){if(typeof tt=="function"&&(at=tt.call(this,nt,at)),!isSymbol(at))return at}),$[1]=_e,_stringify.apply($JSON,$)}}),$Symbol[PROTOTYPE][TO_PRIMITIVE]||_hide($Symbol[PROTOTYPE],TO_PRIMITIVE,$Symbol[PROTOTYPE].valueOf),setToStringTag($Symbol,"Symbol"),setToStringTag(Math,"Math",!0),setToStringTag(global$1.JSON,"JSON",!0),_wksDefine("asyncIterator"),_wksDefine("observable");var symbol$1=_coreExports.Symbol,symbol={default:symbol$1,__esModule:!0};_typeof$j.__esModule=!0;var _iterator=iterator,_iterator2=_interopRequireDefault$e(_iterator),_symbol=symbol,_symbol2=_interopRequireDefault$e(_symbol),_typeof$i=typeof _symbol2.default=="function"&&typeof _iterator2.default=="symbol"?function(a){return typeof a}:function(a){return a&&typeof _symbol2.default=="function"&&a.constructor===_symbol2.default&&a!==_symbol2.default.prototype?"symbol":typeof a};function _interopRequireDefault$e(a){return a&&a.__esModule?a:{default:a}}var _default$e=_typeof$j.default=typeof _symbol2.default=="function"&&_typeof$i(_iterator2.default)==="symbol"?function(a){return typeof a>"u"?"undefined":_typeof$i(a)}:function(a){return a&&typeof _symbol2.default=="function"&&a.constructor===_symbol2.default&&a!==_symbol2.default.prototype?"symbol":typeof a>"u"?"undefined":_typeof$i(a)},_typeof2$1=_typeof$j,_typeof3$1=_interopRequireDefault$d(_typeof2$1);function _interopRequireDefault$d(a){return a&&a.__esModule?a:{default:a}}var _default$d=function(a,s){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return s&&((typeof s>"u"?"undefined":(0,_typeof3$1.default)(s))==="object"||typeof s=="function")?s:a},_setProto,hasRequired_setProto;function require_setProto(){if(hasRequired_setProto)return _setProto;hasRequired_setProto=1;var a=_isObject,s=_anObject,$=function(_,_e){if(s(_),!a(_e)&&_e!==null)throw TypeError(_e+": can't set as prototype!")};return _setProto={set:Object.setPrototypeOf||("__proto__"in{}?function(_,_e,tt){try{tt=_ctx(Function.call,_objectGopd.f(Object.prototype,"__proto__").set,2),tt(_,[]),_e=!(_ instanceof Array)}catch{_e=!0}return function(at,ot){return $(at,ot),_e?at.__proto__=ot:tt(at,ot),at}}({},!1):void 0),check:$},_setProto}var $export$1=_export;$export$1($export$1.S,"Object",{setPrototypeOf:require_setProto().set});var setPrototypeOf$1=_coreExports.Object.setPrototypeOf,setPrototypeOf={default:setPrototypeOf$1,__esModule:!0},$export=_export;$export($export.S,"Object",{create:_objectCreate});var $Object=_coreExports.Object,create$1=function a(s,$){return $Object.create(s,$)},create={default:create$1,__esModule:!0},_setPrototypeOf=setPrototypeOf,_setPrototypeOf2=_interopRequireDefault$c(_setPrototypeOf),_create=create,_create2=_interopRequireDefault$c(_create),_typeof2=_typeof$j,_typeof3=_interopRequireDefault$c(_typeof2);function _interopRequireDefault$c(a){return a&&a.__esModule?a:{default:a}}var _default$c=function(a,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function, not "+(typeof s>"u"?"undefined":(0,_typeof3.default)(s)));a.prototype=(0,_create2.default)(s&&s.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),s&&(_setPrototypeOf2.default?(0,_setPrototypeOf2.default)(a,s):a.__proto__=s)};function ownKeys$2(a,s){var $=Object.keys(a);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);s&&(_=_.filter(function(_e){return Object.getOwnPropertyDescriptor(a,_e).enumerable})),$.push.apply($,_)}return $}function _objectSpread2$9(a){for(var s=1;s<arguments.length;s++){var $=arguments[s]!=null?arguments[s]:{};s%2?ownKeys$2(Object($),!0).forEach(function(_){_defineProperty$7(a,_,$[_])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors($)):ownKeys$2(Object($)).forEach(function(_){Object.defineProperty(a,_,Object.getOwnPropertyDescriptor($,_))})}return a}function _typeof$h(a){"@babel/helpers - typeof";return _typeof$h=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},_typeof$h(a)}function _defineProperty$7(a,s,$){return s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}var vendorPrefix,jsCssMap={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-",O:"-o-"};function getVendorPrefix(){if(vendorPrefix!==void 0)return vendorPrefix;vendorPrefix="";var a=document.createElement("p").style,s="Transform";for(var $ in jsCssMap)$+s in a&&(vendorPrefix=$);return vendorPrefix}function getTransitionName(){return getVendorPrefix()?"".concat(getVendorPrefix(),"TransitionProperty"):"transitionProperty"}function getTransformName(){return getVendorPrefix()?"".concat(getVendorPrefix(),"Transform"):"transform"}function setTransitionProperty(a,s){var $=getTransitionName();$&&(a.style[$]=s,$!=="transitionProperty"&&(a.style.transitionProperty=s))}function setTransform(a,s){var $=getTransformName();$&&(a.style[$]=s,$!=="transform"&&(a.style.transform=s))}function getTransitionProperty(a){return a.style.transitionProperty||a.style[getTransitionName()]}function getTransformXY(a){var s=window.getComputedStyle(a,null),$=s.getPropertyValue("transform")||s.getPropertyValue(getTransformName());if($&&$!=="none"){var _=$.replace(/[^0-9\-.,]/g,"").split(",");return{x:parseFloat(_[12]||_[4],0),y:parseFloat(_[13]||_[5],0)}}return{x:0,y:0}}var matrix2d=/matrix\((.*)\)/,matrix3d$1=/matrix3d\((.*)\)/;function setTransformXY(a,s){var $=window.getComputedStyle(a,null),_=$.getPropertyValue("transform")||$.getPropertyValue(getTransformName());if(_&&_!=="none"){var _e,tt=_.match(matrix2d);if(tt)tt=tt[1],_e=tt.split(",").map(function(at){return parseFloat(at,10)}),_e[4]=s.x,_e[5]=s.y,setTransform(a,"matrix(".concat(_e.join(","),")"));else{var nt=_.match(matrix3d$1)[1];_e=nt.split(",").map(function(at){return parseFloat(at,10)}),_e[12]=s.x,_e[13]=s.y,setTransform(a,"matrix3d(".concat(_e.join(","),")"))}}else setTransform(a,"translateX(".concat(s.x,"px) translateY(").concat(s.y,"px) translateZ(0)"))}var RE_NUM=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,getComputedStyleX;function forceRelayout(a){var s=a.style.display;a.style.display="none",a.offsetHeight,a.style.display=s}function css(a,s,$){var _=$;if(_typeof$h(s)==="object"){for(var _e in s)s.hasOwnProperty(_e)&&css(a,_e,s[_e]);return}if(typeof _<"u"){typeof _=="number"&&(_="".concat(_,"px")),a.style[s]=_;return}return getComputedStyleX(a,s)}function getClientPosition(a){var s,$,_,_e=a.ownerDocument,tt=_e.body,nt=_e&&_e.documentElement;return s=a.getBoundingClientRect(),$=Math.floor(s.left),_=Math.floor(s.top),$-=nt.clientLeft||tt.clientLeft||0,_-=nt.clientTop||tt.clientTop||0,{left:$,top:_}}function getScroll(a,s){var $=a["page".concat(s?"Y":"X","Offset")],_="scroll".concat(s?"Top":"Left");if(typeof $!="number"){var _e=a.document;$=_e.documentElement[_],typeof $!="number"&&($=_e.body[_])}return $}function getScrollLeft(a){return getScroll(a)}function getScrollTop(a){return getScroll(a,!0)}function getOffset(a){var s=getClientPosition(a),$=a.ownerDocument,_=$.defaultView||$.parentWindow;return s.left+=getScrollLeft(_),s.top+=getScrollTop(_),s}function isWindow$2(a){return a!=null&&a==a.window}function getDocument$1(a){return isWindow$2(a)?a.document:a.nodeType===9?a:a.ownerDocument}function _getComputedStyle(a,s,$){var _=$,_e="",tt=getDocument$1(a);return _=_||tt.defaultView.getComputedStyle(a,null),_&&(_e=_.getPropertyValue(s)||_[s]),_e}var _RE_NUM_NO_PX=new RegExp("^(".concat(RE_NUM,")(?!px)[a-z%]+$"),"i"),RE_POS=/^(top|right|bottom|left)$/,CURRENT_STYLE="currentStyle",RUNTIME_STYLE="runtimeStyle",LEFT="left",PX="px";function _getComputedStyleIE(a,s){var $=a[CURRENT_STYLE]&&a[CURRENT_STYLE][s];if(_RE_NUM_NO_PX.test($)&&!RE_POS.test(s)){var _=a.style,_e=_[LEFT],tt=a[RUNTIME_STYLE][LEFT];a[RUNTIME_STYLE][LEFT]=a[CURRENT_STYLE][LEFT],_[LEFT]=s==="fontSize"?"1em":$||0,$=_.pixelLeft+PX,_[LEFT]=_e,a[RUNTIME_STYLE][LEFT]=tt}return $===""?"auto":$}typeof window<"u"&&(getComputedStyleX=window.getComputedStyle?_getComputedStyle:_getComputedStyleIE);function getOffsetDirection(a,s){return a==="left"?s.useCssRight?"right":a:s.useCssBottom?"bottom":a}function oppositeOffsetDirection(a){if(a==="left")return"right";if(a==="right")return"left";if(a==="top")return"bottom";if(a==="bottom")return"top"}function setLeftTop(a,s,$){css(a,"position")==="static"&&(a.style.position="relative");var _=-999,_e=-999,tt=getOffsetDirection("left",$),nt=getOffsetDirection("top",$),at=oppositeOffsetDirection(tt),ot=oppositeOffsetDirection(nt);tt!=="left"&&(_=999),nt!=="top"&&(_e=999);var rt="",st=getOffset(a);("left"in s||"top"in s)&&(rt=getTransitionProperty(a)||"",setTransitionProperty(a,"none")),"left"in s&&(a.style[at]="",a.style[tt]="".concat(_,"px")),"top"in s&&(a.style[ot]="",a.style[nt]="".concat(_e,"px")),forceRelayout(a);var lt=getOffset(a),et={};for(var it in s)if(s.hasOwnProperty(it)){var ut=getOffsetDirection(it,$),ft=it==="left"?_:_e,ht=st[it]-lt[it];ut===it?et[ut]=ft+ht:et[ut]=ft-ht}css(a,et),forceRelayout(a),("left"in s||"top"in s)&&setTransitionProperty(a,rt);var dt={};for(var gt in s)if(s.hasOwnProperty(gt)){var pt=getOffsetDirection(gt,$),mt=s[gt]-st[gt];gt===pt?dt[pt]=et[pt]+mt:dt[pt]=et[pt]-mt}css(a,dt)}function setTransform$1(a,s){var $=getOffset(a),_=getTransformXY(a),_e={x:_.x,y:_.y};"left"in s&&(_e.x=_.x+s.left-$.left),"top"in s&&(_e.y=_.y+s.top-$.top),setTransformXY(a,_e)}function setOffset(a,s,$){if($.ignoreShake){var _=getOffset(a),_e=_.left.toFixed(0),tt=_.top.toFixed(0),nt=s.left.toFixed(0),at=s.top.toFixed(0);if(_e===nt&&tt===at)return}$.useCssRight||$.useCssBottom?setLeftTop(a,s,$):$.useCssTransform&&getTransformName()in document.body.style?setTransform$1(a,s):setLeftTop(a,s,$)}function each(a,s){for(var $=0;$<a.length;$++)s(a[$])}function isBorderBoxFn(a){return getComputedStyleX(a,"boxSizing")==="border-box"}var BOX_MODELS=["margin","border","padding"],CONTENT_INDEX=-1,PADDING_INDEX=2,BORDER_INDEX=1,MARGIN_INDEX=0;function swap$1(a,s,$){var _={},_e=a.style,tt;for(tt in s)s.hasOwnProperty(tt)&&(_[tt]=_e[tt],_e[tt]=s[tt]);$.call(a);for(tt in s)s.hasOwnProperty(tt)&&(_e[tt]=_[tt])}function getPBMWidth(a,s,$){var _=0,_e,tt,nt;for(tt=0;tt<s.length;tt++)if(_e=s[tt],_e)for(nt=0;nt<$.length;nt++){var at=void 0;_e==="border"?at="".concat(_e).concat($[nt],"Width"):at=_e+$[nt],_+=parseFloat(getComputedStyleX(a,at))||0}return _}var domUtils={getParent:function a(s){var $=s;do $.nodeType===11&&$.host?$=$.host:$=$.parentNode;while($&&$.nodeType!==1&&$.nodeType!==9);return $}};each(["Width","Height"],function(a){domUtils["doc".concat(a)]=function(s){var $=s.document;return Math.max($.documentElement["scroll".concat(a)],$.body["scroll".concat(a)],domUtils["viewport".concat(a)]($))},domUtils["viewport".concat(a)]=function(s){var $="client".concat(a),_=s.document,_e=_.body,tt=_.documentElement,nt=tt[$];return _.compatMode==="CSS1Compat"&&nt||_e&&_e[$]||nt}});function getWH(a,s,$){var _=$;if(isWindow$2(a))return s==="width"?domUtils.viewportWidth(a):domUtils.viewportHeight(a);if(a.nodeType===9)return s==="width"?domUtils.docWidth(a):domUtils.docHeight(a);var _e=s==="width"?["Left","Right"]:["Top","Bottom"],tt=Math.floor(s==="width"?a.getBoundingClientRect().width:a.getBoundingClientRect().height),nt=isBorderBoxFn(a),at=0;(tt==null||tt<=0)&&(tt=void 0,at=getComputedStyleX(a,s),(at==null||Number(at)<0)&&(at=a.style[s]||0),at=Math.floor(parseFloat(at))||0),_===void 0&&(_=nt?BORDER_INDEX:CONTENT_INDEX);var ot=tt!==void 0||nt,rt=tt||at;return _===CONTENT_INDEX?ot?rt-getPBMWidth(a,["border","padding"],_e):at:ot?_===BORDER_INDEX?rt:rt+(_===PADDING_INDEX?-getPBMWidth(a,["border"],_e):getPBMWidth(a,["margin"],_e)):at+getPBMWidth(a,BOX_MODELS.slice(_),_e)}var cssShow={position:"absolute",visibility:"hidden",display:"block"};function getWHIgnoreDisplay(){for(var a=arguments.length,s=new Array(a),$=0;$<a;$++)s[$]=arguments[$];var _,_e=s[0];return _e.offsetWidth!==0?_=getWH.apply(void 0,s):swap$1(_e,cssShow,function(){_=getWH.apply(void 0,s)}),_}each(["width","height"],function(a){var s=a.charAt(0).toUpperCase()+a.slice(1);domUtils["outer".concat(s)]=function(_,_e){return _&&getWHIgnoreDisplay(_,a,_e?MARGIN_INDEX:BORDER_INDEX)};var $=a==="width"?["Left","Right"]:["Top","Bottom"];domUtils[a]=function(_,_e){var tt=_e;if(tt!==void 0){if(_){var nt=isBorderBoxFn(_);return nt&&(tt+=getPBMWidth(_,["padding","border"],$)),css(_,a,tt)}return}return _&&getWHIgnoreDisplay(_,a,CONTENT_INDEX)}});function mix$1(a,s){for(var $ in s)s.hasOwnProperty($)&&(a[$]=s[$]);return a}var utils$1={getWindow:function a(s){if(s&&s.document&&s.setTimeout)return s;var $=s.ownerDocument||s;return $.defaultView||$.parentWindow},getDocument:getDocument$1,offset:function a(s,$,_){if(typeof $<"u")setOffset(s,$,_||{});else return getOffset(s)},isWindow:isWindow$2,each,css,clone:function a(s){var $,_={};for($ in s)s.hasOwnProperty($)&&(_[$]=s[$]);var _e=s.overflow;if(_e)for($ in s)s.hasOwnProperty($)&&(_.overflow[$]=s.overflow[$]);return _},mix:mix$1,getWindowScrollLeft:function a(s){return getScrollLeft(s)},getWindowScrollTop:function a(s){return getScrollTop(s)},merge:function a(){for(var s={},$=0;$<arguments.length;$++)utils$1.mix(s,$<0||arguments.length<=$?void 0:arguments[$]);return s},viewportWidth:0,viewportHeight:0};mix$1(utils$1,domUtils);var getParent=utils$1.getParent;function getOffsetParent(a){if(utils$1.isWindow(a)||a.nodeType===9)return null;var s=utils$1.getDocument(a),$=s.body,_,_e=utils$1.css(a,"position"),tt=_e==="fixed"||_e==="absolute";if(!tt)return a.nodeName.toLowerCase()==="html"?null:getParent(a);for(_=getParent(a);_&&_!==$&&_.nodeType!==9;_=getParent(_))if(_e=utils$1.css(_,"position"),_e!=="static")return _;return null}var getParent$1=utils$1.getParent;function isAncestorFixed(a){if(utils$1.isWindow(a)||a.nodeType===9)return!1;var s=utils$1.getDocument(a),$=s.body,_=null;for(_=getParent$1(a);_&&_!==$&&_!==s;_=getParent$1(_)){var _e=utils$1.css(_,"position");if(_e==="fixed")return!0}return!1}function getVisibleRectForElement(a,s){for(var $={left:0,right:1/0,top:0,bottom:1/0},_=getOffsetParent(a),_e=utils$1.getDocument(a),tt=_e.defaultView||_e.parentWindow,nt=_e.body,at=_e.documentElement;_;){if((navigator.userAgent.indexOf("MSIE")===-1||_.clientWidth!==0)&&_!==nt&&_!==at&&utils$1.css(_,"overflow")!=="visible"){var ot=utils$1.offset(_);ot.left+=_.clientLeft,ot.top+=_.clientTop,$.top=Math.max($.top,ot.top),$.right=Math.min($.right,ot.left+_.clientWidth),$.bottom=Math.min($.bottom,ot.top+_.clientHeight),$.left=Math.max($.left,ot.left)}else if(_===nt||_===at)break;_=getOffsetParent(_)}var rt=null;if(!utils$1.isWindow(a)&&a.nodeType!==9){rt=a.style.position;var st=utils$1.css(a,"position");st==="absolute"&&(a.style.position="fixed")}var lt=utils$1.getWindowScrollLeft(tt),et=utils$1.getWindowScrollTop(tt),it=utils$1.viewportWidth(tt),ut=utils$1.viewportHeight(tt),ft=at.scrollWidth,ht=at.scrollHeight,dt=window.getComputedStyle(nt);if(dt.overflowX==="hidden"&&(ft=tt.innerWidth),dt.overflowY==="hidden"&&(ht=tt.innerHeight),a.style&&(a.style.position=rt),s||isAncestorFixed(a))$.left=Math.max($.left,lt),$.top=Math.max($.top,et),$.right=Math.min($.right,lt+it),$.bottom=Math.min($.bottom,et+ut);else{var gt=Math.max(ft,lt+it);$.right=Math.min($.right,gt);var pt=Math.max(ht,et+ut);$.bottom=Math.min($.bottom,pt)}return $.top>=0&&$.left>=0&&$.bottom>$.top&&$.right>$.left?$:null}function adjustForViewport(a,s,$,_){var _e=utils$1.clone(a),tt={width:s.width,height:s.height};return _.adjustX&&_e.left<$.left&&(_e.left=$.left),_.resizeWidth&&_e.left>=$.left&&_e.left+tt.width>$.right&&(tt.width-=_e.left+tt.width-$.right),_.adjustX&&_e.left+tt.width>$.right&&(_e.left=Math.max($.right-tt.width,$.left)),_.adjustY&&_e.top<$.top&&(_e.top=$.top),_.resizeHeight&&_e.top>=$.top&&_e.top+tt.height>$.bottom&&(tt.height-=_e.top+tt.height-$.bottom),_.adjustY&&_e.top+tt.height>$.bottom&&(_e.top=Math.max($.bottom-tt.height,$.top)),utils$1.mix(_e,tt)}function getRegion(a){var s,$,_;if(!utils$1.isWindow(a)&&a.nodeType!==9)s=utils$1.offset(a),$=utils$1.outerWidth(a),_=utils$1.outerHeight(a);else{var _e=utils$1.getWindow(a);s={left:utils$1.getWindowScrollLeft(_e),top:utils$1.getWindowScrollTop(_e)},$=utils$1.viewportWidth(_e),_=utils$1.viewportHeight(_e)}return s.width=$,s.height=_,s}function getAlignOffset(a,s){var $=s.charAt(0),_=s.charAt(1),_e=a.width,tt=a.height,nt=a.left,at=a.top;return $==="c"?at+=tt/2:$==="b"&&(at+=tt),_==="c"?nt+=_e/2:_==="r"&&(nt+=_e),{left:nt,top:at}}function getElFuturePos(a,s,$,_,_e){var tt=getAlignOffset(s,$[1]),nt=getAlignOffset(a,$[0]),at=[nt.left-tt.left,nt.top-tt.top];return{left:Math.round(a.left-at[0]+_[0]-_e[0]),top:Math.round(a.top-at[1]+_[1]-_e[1])}}function isFailX(a,s,$){return a.left<$.left||a.left+s.width>$.right}function isFailY(a,s,$){return a.top<$.top||a.top+s.height>$.bottom}function isCompleteFailX(a,s,$){return a.left>$.right||a.left+s.width<$.left}function isCompleteFailY(a,s,$){return a.top>$.bottom||a.top+s.height<$.top}function flip(a,s,$){var _=[];return utils$1.each(a,function(_e){_.push(_e.replace(s,function(tt){return $[tt]}))}),_}function flipOffset(a,s){return a[s]=-a[s],a}function convertOffset(a,s){var $;return/%$/.test(a)?$=parseInt(a.substring(0,a.length-1),10)/100*s:$=parseInt(a,10),$||0}function normalizeOffset(a,s){a[0]=convertOffset(a[0],s.width),a[1]=convertOffset(a[1],s.height)}function doAlign(a,s,$,_){var _e=$.points,tt=$.offset||[0,0],nt=$.targetOffset||[0,0],at=$.overflow,ot=$.source||a;tt=[].concat(tt),nt=[].concat(nt),at=at||{};var rt={},st=0,lt=!!(at&&at.alwaysByViewport),et=getVisibleRectForElement(ot,lt),it=getRegion(ot);normalizeOffset(tt,it),normalizeOffset(nt,s);var ut=getElFuturePos(it,s,_e,tt,nt),ft=utils$1.merge(it,ut);if(et&&(at.adjustX||at.adjustY)&&_){if(at.adjustX&&isFailX(ut,it,et)){var ht=flip(_e,/[lr]/gi,{l:"r",r:"l"}),dt=flipOffset(tt,0),gt=flipOffset(nt,0),pt=getElFuturePos(it,s,ht,dt,gt);isCompleteFailX(pt,it,et)||(st=1,_e=ht,tt=dt,nt=gt)}if(at.adjustY&&isFailY(ut,it,et)){var mt=flip(_e,/[tb]/gi,{t:"b",b:"t"}),ct=flipOffset(tt,1),vt=flipOffset(nt,1),At=getElFuturePos(it,s,mt,ct,vt);isCompleteFailY(At,it,et)||(st=1,_e=mt,tt=ct,nt=vt)}st&&(ut=getElFuturePos(it,s,_e,tt,nt),utils$1.mix(ft,ut));var xt=isFailX(ut,it,et),bt=isFailY(ut,it,et);if(xt||bt){var Et=_e;xt&&(Et=flip(_e,/[lr]/gi,{l:"r",r:"l"})),bt&&(Et=flip(_e,/[tb]/gi,{t:"b",b:"t"})),_e=Et,tt=$.offset||[0,0],nt=$.targetOffset||[0,0]}rt.adjustX=at.adjustX&&xt,rt.adjustY=at.adjustY&&bt,(rt.adjustX||rt.adjustY)&&(ft=adjustForViewport(ut,it,et,rt))}return ft.width!==it.width&&utils$1.css(ot,"width",utils$1.width(ot)+ft.width-it.width),ft.height!==it.height&&utils$1.css(ot,"height",utils$1.height(ot)+ft.height-it.height),utils$1.offset(ot,{left:ft.left,top:ft.top},{useCssRight:$.useCssRight,useCssBottom:$.useCssBottom,useCssTransform:$.useCssTransform,ignoreShake:$.ignoreShake}),{points:_e,offset:tt,targetOffset:nt,overflow:rt}}function isOutOfVisibleRect(a,s){var $=getVisibleRectForElement(a,s),_=getRegion(a);return!$||_.left+_.width<=$.left||_.top+_.height<=$.top||_.left>=$.right||_.top>=$.bottom}function alignElement(a,s,$){var _=$.target||s,_e=getRegion(_),tt=!isOutOfVisibleRect(_,$.overflow&&$.overflow.alwaysByViewport);return doAlign(a,_e,$,tt)}alignElement.__getOffsetParent=getOffsetParent,alignElement.__getVisibleRectForElement=getVisibleRectForElement;function alignPoint(a,s,$){var _,_e,tt=utils$1.getDocument(a),nt=tt.defaultView||tt.parentWindow,at=utils$1.getWindowScrollLeft(nt),ot=utils$1.getWindowScrollTop(nt),rt=utils$1.viewportWidth(nt),st=utils$1.viewportHeight(nt);"pageX"in s?_=s.pageX:_=at+s.clientX,"pageY"in s?_e=s.pageY:_e=ot+s.clientY;var lt={left:_,top:_e,width:0,height:0},et=_>=0&&_<=at+rt&&_e>=0&&_e<=ot+st,it=[$.points[0],"cc"];return doAlign(a,lt,_objectSpread2$9(_objectSpread2$9({},$),{},{points:it}),et)}function addEventListenerWrap$1(a,s,$,_){var _e=ReactDOM.unstable_batchedUpdates?function(nt){ReactDOM.unstable_batchedUpdates($,nt)}:$;return addDOMEventListener(a,s,_e,_)}function contains$1(a,s){for(var $=s;$;){if($===a)return!0;$=$.parentNode}return!1}function buffer(a,s){var $=void 0;function _(){$&&(clearTimeout($),$=null)}function _e(){_(),$=setTimeout(a,s)}return _e.clear=_,_e}function isSamePoint$1(a,s){return a===s?!0:!a||!s?!1:"pageX"in s&&"pageY"in s?a.pageX===s.pageX&&a.pageY===s.pageY:"clientX"in s&&"clientY"in s?a.clientX===s.clientX&&a.clientY===s.clientY:!1}function isWindow$1(a){return a&&typeof a=="object"&&a.window===a}function isSimilarValue(a,s){var $=Math.floor(a),_=Math.floor(s);return Math.abs($-_)<=1}function restoreFocus(a,s){a!==document.activeElement&&contains$1(s,a)&&a.focus()}function getElement(a){return typeof a!="function"||!a?null:a()}function getPoint(a){return typeof a!="object"||!a?null:a}var Align=function(a){_default$c(s,a);function s(){var $,_,_e,tt;_default$g(this,s);for(var nt=arguments.length,at=Array(nt),ot=0;ot<nt;ot++)at[ot]=arguments[ot];return tt=(_=(_e=_default$d(this,($=s.__proto__||Object.getPrototypeOf(s)).call.apply($,[this].concat(at))),_e),_e.forceAlign=function(){var rt=_e.props,st=rt.disabled,lt=rt.target,et=rt.align,it=rt.onAlign;if(!st&&lt){var ut=ReactDOM.findDOMNode(_e),ft=void 0,ht=getElement(lt),dt=getPoint(lt),gt=document.activeElement;ht?ft=alignElement(ut,ht,et):dt&&(ft=alignPoint(ut,dt,et)),restoreFocus(gt,ut),it&&it(ut,ft)}},_),_default$d(_e,tt)}return _default$f(s,[{key:"componentDidMount",value:function(){var _=this.props;this.forceAlign(),!_.disabled&&_.monitorWindowResize&&this.startMonitorWindowResize()}},{key:"componentDidUpdate",value:function(_){var _e=!1,tt=this.props;if(!tt.disabled){var nt=ReactDOM.findDOMNode(this),at=nt?nt.getBoundingClientRect():null;if(_.disabled)_e=!0;else{var ot=getElement(_.target),rt=getElement(tt.target),st=getPoint(_.target),lt=getPoint(tt.target);isWindow$1(ot)&&isWindow$1(rt)?_e=!1:(ot!==rt||ot&&!rt&&lt||st&&lt&&rt||lt&&!isSamePoint$1(st,lt))&&(_e=!0);var et=this.sourceRect||{};!_e&&nt&&(!isSimilarValue(et.width,at.width)||!isSimilarValue(et.height,at.height))&&(_e=!0)}this.sourceRect=at}_e&&this.forceAlign(),tt.monitorWindowResize&&!tt.disabled?this.startMonitorWindowResize():this.stopMonitorWindowResize()}},{key:"componentWillUnmount",value:function(){this.stopMonitorWindowResize()}},{key:"startMonitorWindowResize",value:function(){this.resizeHandler||(this.bufferMonitor=buffer(this.forceAlign,this.props.monitorBufferTime),this.resizeHandler=addEventListenerWrap$1(window,"resize",this.bufferMonitor))}},{key:"stopMonitorWindowResize",value:function(){this.resizeHandler&&(this.bufferMonitor.clear(),this.resizeHandler.remove(),this.resizeHandler=null)}},{key:"render",value:function(){var _=this,_e=this.props,tt=_e.childrenProps,nt=_e.children,at=React$a.Children.only(nt);if(tt){var ot={},rt=Object.keys(tt);return rt.forEach(function(st){ot[st]=_.props[tt[st]]}),React$a.cloneElement(at,ot)}return at}}]),s}(reactExports.Component);Align.propTypes={childrenProps:PropTypes.object,align:PropTypes.object.isRequired,target:PropTypes.oneOfType([PropTypes.func,PropTypes.shape({clientX:PropTypes.number,clientY:PropTypes.number,pageX:PropTypes.number,pageY:PropTypes.number})]),onAlign:PropTypes.func,monitorBufferTime:PropTypes.number,monitorWindowResize:PropTypes.bool,disabled:PropTypes.bool,children:PropTypes.any},Align.defaultProps={target:function a(){return window},monitorBufferTime:50,monitorWindowResize:!1,disabled:!1};var _defineProperty$6=defineProperty$2,_defineProperty2=_interopRequireDefault$b(_defineProperty$6);function _interopRequireDefault$b(a){return a&&a.__esModule?a:{default:a}}var _default$b=function(a,s,$){return s in a?(0,_defineProperty2.default)(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a},unsafeLifecyclesPolyfill=function a(s){var $=s.prototype;if(!$||!$.isReactComponent)throw new Error("Can only polyfill class components");return typeof $.componentWillReceiveProps!="function"||!React$a.Profiler||($.UNSAFE_componentWillReceiveProps=$.componentWillReceiveProps,delete $.componentWillReceiveProps),s};function toArrayChildren(a){var s=[];return React$a.Children.forEach(a,function($){s.push($)}),s}function findChildInChildrenByKey(a,s){var $=null;return a&&a.forEach(function(_){$||_&&_.key===s&&($=_)}),$}function findShownChildInChildrenByKey(a,s,$){var _=null;return a&&a.forEach(function(_e){if(_e&&_e.key===s&&_e.props[$]){if(_)throw new Error("two child with same key for <rc-animate> children");_=_e}}),_}function isSameChildren(a,s,$){var _=a.length===s.length;return _&&a.forEach(function(_e,tt){var nt=s[tt];_e&&nt&&(_e&&!nt||!_e&&nt||_e.key!==nt.key||$&&_e.props[$]!==nt.props[$])&&(_=!1)}),_}function mergeChildren(a,s){var $=[],_={},_e=[];return a.forEach(function(tt){tt&&findChildInChildrenByKey(s,tt.key)?_e.length&&(_[tt.key]=_e,_e=[]):_e.push(tt)}),s.forEach(function(tt){tt&&Object.prototype.hasOwnProperty.call(_,tt.key)&&($=$.concat(_[tt.key])),$.push(tt)}),$=$.concat(_e),$}var START_EVENT_NAME_MAP={transitionstart:{transition:"transitionstart",WebkitTransition:"webkitTransitionStart",MozTransition:"mozTransitionStart",OTransition:"oTransitionStart",msTransition:"MSTransitionStart"},animationstart:{animation:"animationstart",WebkitAnimation:"webkitAnimationStart",MozAnimation:"mozAnimationStart",OAnimation:"oAnimationStart",msAnimation:"MSAnimationStart"}},END_EVENT_NAME_MAP={transitionend:{transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"mozTransitionEnd",OTransition:"oTransitionEnd",msTransition:"MSTransitionEnd"},animationend:{animation:"animationend",WebkitAnimation:"webkitAnimationEnd",MozAnimation:"mozAnimationEnd",OAnimation:"oAnimationEnd",msAnimation:"MSAnimationEnd"}},startEvents=[],endEvents=[];function detectEvents(){var a=document.createElement("div"),s=a.style;"AnimationEvent"in window||(delete START_EVENT_NAME_MAP.animationstart.animation,delete END_EVENT_NAME_MAP.animationend.animation),"TransitionEvent"in window||(delete START_EVENT_NAME_MAP.transitionstart.transition,delete END_EVENT_NAME_MAP.transitionend.transition);function $(_,_e){for(var tt in _)if(_.hasOwnProperty(tt)){var nt=_[tt];for(var at in nt)if(at in s){_e.push(nt[at]);break}}}$(START_EVENT_NAME_MAP,startEvents),$(END_EVENT_NAME_MAP,endEvents)}typeof window<"u"&&typeof document<"u"&&detectEvents();function addEventListener$1(a,s,$){a.addEventListener(s,$,!1)}function removeEventListener(a,s,$){a.removeEventListener(s,$,!1)}var TransitionEvents={startEvents,addStartEventListener:function a(s,$){if(startEvents.length===0){window.setTimeout($,0);return}startEvents.forEach(function(_){addEventListener$1(s,_,$)})},removeStartEventListener:function a(s,$){startEvents.length!==0&&startEvents.forEach(function(_){removeEventListener(s,_,$)})},endEvents,addEndEventListener:function a(s,$){if(endEvents.length===0){window.setTimeout($,0);return}endEvents.forEach(function(_){addEventListener$1(s,_,$)})},removeEndEventListener:function a(s,$){endEvents.length!==0&&endEvents.forEach(function(_){removeEventListener(s,_,$)})}},componentIndexof,hasRequiredComponentIndexof;function requireComponentIndexof(){return hasRequiredComponentIndexof||(hasRequiredComponentIndexof=1,componentIndexof=function(a,s){if(a.indexOf)return a.indexOf(s);for(var $=0;$<a.length;++$)if(a[$]===s)return $;return-1}),componentIndexof}try{var index$1=requireComponentIndexof()}catch(a){var index$1=requireComponentIndexof()}var re=/\s+/,toString=Object.prototype.toString,componentClasses=function(a){return new ClassList(a)};function ClassList(a){if(!a||!a.nodeType)throw new Error("A DOM element reference is required");this.el=a,this.list=a.classList}ClassList.prototype.add=function(a){if(this.list)return this.list.add(a),this;var s=this.array(),$=index$1(s,a);return~$||s.push(a),this.el.className=s.join(" "),this},ClassList.prototype.remove=function(a){if(toString.call(a)=="[object RegExp]")return this.removeMatching(a);if(this.list)return this.list.remove(a),this;var s=this.array(),$=index$1(s,a);return~$&&s.splice($,1),this.el.className=s.join(" "),this},ClassList.prototype.removeMatching=function(a){for(var s=this.array(),$=0;$<s.length;$++)a.test(s[$])&&this.remove(s[$]);return this},ClassList.prototype.toggle=function(a,s){return this.list?(typeof s<"u"?s!==this.list.toggle(a,s)&&this.list.toggle(a):this.list.toggle(a),this):(typeof s<"u"?s?this.add(a):this.remove(a):this.has(a)?this.remove(a):this.add(a),this)},ClassList.prototype.array=function(){var a=this.el.getAttribute("class")||"",s=a.replace(/^\s+|\s+$/g,""),$=s.split(re);return $[0]===""&&$.shift(),$},ClassList.prototype.has=ClassList.prototype.contains=function(a){return this.list?this.list.contains(a):!!~index$1(this.array(),a)};const classes=getDefaultExportFromCjs(componentClasses);var isCssAnimationSupported=TransitionEvents.endEvents.length!==0,capitalPrefixes=["Webkit","Moz","O","ms"],prefixes=["-webkit-","-moz-","-o-","ms-",""];function getStyleProperty(a,s){for(var $=window.getComputedStyle(a,null),_="",_e=0;_e<prefixes.length&&(_=$.getPropertyValue(prefixes[_e]+s),!_);_e++);return _}function fixBrowserByTimeout(a){if(isCssAnimationSupported){var s=parseFloat(getStyleProperty(a,"transition-delay"))||0,$=parseFloat(getStyleProperty(a,"transition-duration"))||0,_=parseFloat(getStyleProperty(a,"animation-delay"))||0,_e=parseFloat(getStyleProperty(a,"animation-duration"))||0,tt=Math.max($+s,_e+_);a.rcEndAnimTimeout=setTimeout(function(){a.rcEndAnimTimeout=null,a.rcEndListener&&a.rcEndListener()},tt*1e3+200)}}function clearBrowserBugTimeout(a){a.rcEndAnimTimeout&&(clearTimeout(a.rcEndAnimTimeout),a.rcEndAnimTimeout=null)}var cssAnimation=function a(s,$,_){var _e=(typeof $>"u"?"undefined":_default$e($))==="object",tt=_e?$.name:$,nt=_e?$.active:$+"-active",at=_,ot=void 0,rt=void 0,st=classes(s);return _&&Object.prototype.toString.call(_)==="[object Object]"&&(at=_.end,ot=_.start,rt=_.active),s.rcEndListener&&s.rcEndListener(),s.rcEndListener=function(lt){lt&&lt.target!==s||(s.rcAnimTimeout&&(clearTimeout(s.rcAnimTimeout),s.rcAnimTimeout=null),clearBrowserBugTimeout(s),st.remove(tt),st.remove(nt),TransitionEvents.removeEndEventListener(s,s.rcEndListener),s.rcEndListener=null,at&&at())},TransitionEvents.addEndEventListener(s,s.rcEndListener),ot&&ot(),st.add(tt),s.rcAnimTimeout=setTimeout(function(){s.rcAnimTimeout=null,st.add(nt),rt&&setTimeout(rt,0),fixBrowserByTimeout(s)},30),{stop:function(){s.rcEndListener&&s.rcEndListener()}}};cssAnimation.style=function(a,s,$){a.rcEndListener&&a.rcEndListener(),a.rcEndListener=function(_){_&&_.target!==a||(a.rcAnimTimeout&&(clearTimeout(a.rcAnimTimeout),a.rcAnimTimeout=null),clearBrowserBugTimeout(a),TransitionEvents.removeEndEventListener(a,a.rcEndListener),a.rcEndListener=null,$&&$())},TransitionEvents.addEndEventListener(a,a.rcEndListener),a.rcAnimTimeout=setTimeout(function(){for(var _ in s)s.hasOwnProperty(_)&&(a.style[_]=s[_]);a.rcAnimTimeout=null,fixBrowserByTimeout(a)},0)},cssAnimation.setTransition=function(a,s,$){var _=s,_e=$;$===void 0&&(_e=_,_=""),_=_||"",capitalPrefixes.forEach(function(tt){a.style[tt+"Transition"+_]=_e})},cssAnimation.isCssAnimationSupported=isCssAnimationSupported;var util={isAppearSupported:function a(s){return s.transitionName&&s.transitionAppear||s.animation.appear},isEnterSupported:function a(s){return s.transitionName&&s.transitionEnter||s.animation.enter},isLeaveSupported:function a(s){return s.transitionName&&s.transitionLeave||s.animation.leave},allowAppearCallback:function a(s){return s.transitionAppear||s.animation.appear},allowEnterCallback:function a(s){return s.transitionEnter||s.animation.enter},allowLeaveCallback:function a(s){return s.transitionLeave||s.animation.leave}},transitionMap={enter:"transitionEnter",appear:"transitionAppear",leave:"transitionLeave"},AnimateChild=function(a){_default$c(s,a);function s(){return _default$g(this,s),_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return _default$f(s,[{key:"componentWillUnmount",value:function(){this.stop()}},{key:"componentWillEnter",value:function(_){util.isEnterSupported(this.props)?this.transition("enter",_):_()}},{key:"componentWillAppear",value:function(_){util.isAppearSupported(this.props)?this.transition("appear",_):_()}},{key:"componentWillLeave",value:function(_){util.isLeaveSupported(this.props)?this.transition("leave",_):_()}},{key:"transition",value:function(_,_e){var tt=this,nt=ReactDOM.findDOMNode(this),at=this.props,ot=at.transitionName,rt=typeof ot=="object";this.stop();var st=function(){tt.stopper=null,_e()};if((isCssAnimationSupported||!at.animation[_])&&ot&&at[transitionMap[_]]){var lt=rt?ot[_]:ot+"-"+_,et=lt+"-active";rt&&ot[_+"Active"]&&(et=ot[_+"Active"]),this.stopper=cssAnimation(nt,{name:lt,active:et},st)}else this.stopper=at.animation[_](nt,st)}},{key:"stop",value:function(){var _=this.stopper;_&&(this.stopper=null,_.stop())}},{key:"render",value:function(){return this.props.children}}]),s}(React$a.Component);AnimateChild.propTypes={children:PropTypes.any,animation:PropTypes.any,transitionName:PropTypes.any};var defaultKey="rc_animate_"+Date.now();function getChildrenFromProps(a){var s=a.children;return React$a.isValidElement(s)&&!s.key?React$a.cloneElement(s,{key:defaultKey}):s}function noop$1(){}var Animate=function(a){_default$c(s,a);function s($){_default$g(this,s);var _=_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).call(this,$));return _initialiseProps$1.call(_),_.currentlyAnimatingKeys={},_.keysToEnter=[],_.keysToLeave=[],_.state={children:toArrayChildren(getChildrenFromProps($))},_.childrenRefs={},_}return _default$f(s,[{key:"componentDidMount",value:function(){var _=this,_e=this.props.showProp,tt=this.state.children;_e&&(tt=tt.filter(function(nt){return!!nt.props[_e]})),tt.forEach(function(nt){nt&&_.performAppear(nt.key)})}},{key:"componentWillReceiveProps",value:function(_){var _e=this;this.nextProps=_;var tt=toArrayChildren(getChildrenFromProps(_)),nt=this.props;nt.exclusive&&Object.keys(this.currentlyAnimatingKeys).forEach(function(lt){_e.stop(lt)});var at=nt.showProp,ot=this.currentlyAnimatingKeys,rt=nt.exclusive?toArrayChildren(getChildrenFromProps(nt)):this.state.children,st=[];at?(rt.forEach(function(lt){var et=lt&&findChildInChildrenByKey(tt,lt.key),it=void 0;(!et||!et.props[at])&&lt.props[at]?it=React$a.cloneElement(et||lt,_default$b({},at,!0)):it=et,it&&st.push(it)}),tt.forEach(function(lt){(!lt||!findChildInChildrenByKey(rt,lt.key))&&st.push(lt)})):st=mergeChildren(rt,tt),this.setState({children:st}),tt.forEach(function(lt){var et=lt&&lt.key;if(!(lt&&ot[et])){var it=lt&&findChildInChildrenByKey(rt,et);if(at){var ut=lt.props[at];if(it){var ft=findShownChildInChildrenByKey(rt,et,at);!ft&&ut&&_e.keysToEnter.push(et)}else ut&&_e.keysToEnter.push(et)}else it||_e.keysToEnter.push(et)}}),rt.forEach(function(lt){var et=lt&&lt.key;if(!(lt&&ot[et])){var it=lt&&findChildInChildrenByKey(tt,et);if(at){var ut=lt.props[at];if(it){var ft=findShownChildInChildrenByKey(tt,et,at);!ft&&ut&&_e.keysToLeave.push(et)}else ut&&_e.keysToLeave.push(et)}else it||_e.keysToLeave.push(et)}})}},{key:"componentDidUpdate",value:function(){var _=this.keysToEnter;this.keysToEnter=[],_.forEach(this.performEnter);var _e=this.keysToLeave;this.keysToLeave=[],_e.forEach(this.performLeave)}},{key:"isValidChildByKey",value:function(_,_e){var tt=this.props.showProp;return tt?findShownChildInChildrenByKey(_,_e,tt):findChildInChildrenByKey(_,_e)}},{key:"stop",value:function(_){delete this.currentlyAnimatingKeys[_];var _e=this.childrenRefs[_];_e&&_e.stop()}},{key:"render",value:function(){var _=this,_e=this.props;this.nextProps=_e;var tt=this.state.children,nt=null;tt&&(nt=tt.map(function(rt){if(rt==null)return rt;if(!rt.key)throw new Error("must set key for <rc-animate> children");return React$a.createElement(AnimateChild,{key:rt.key,ref:function(lt){_.childrenRefs[rt.key]=lt},animation:_e.animation,transitionName:_e.transitionName,transitionEnter:_e.transitionEnter,transitionAppear:_e.transitionAppear,transitionLeave:_e.transitionLeave},rt)}));var at=_e.component;if(at){var ot=_e;return typeof at=="string"&&(ot=_default$i({className:_e.className,style:_e.style},_e.componentProps)),React$a.createElement(at,ot,nt)}return nt[0]||null}}]),s}(React$a.Component);Animate.isAnimate=!0,Animate.propTypes={className:PropTypes.string,style:PropTypes.object,component:PropTypes.any,componentProps:PropTypes.object,animation:PropTypes.object,transitionName:PropTypes.oneOfType([PropTypes.string,PropTypes.object]),transitionEnter:PropTypes.bool,transitionAppear:PropTypes.bool,exclusive:PropTypes.bool,transitionLeave:PropTypes.bool,onEnd:PropTypes.func,onEnter:PropTypes.func,onLeave:PropTypes.func,onAppear:PropTypes.func,showProp:PropTypes.string,children:PropTypes.node},Animate.defaultProps={animation:{},component:"span",componentProps:{},transitionEnter:!0,transitionLeave:!0,transitionAppear:!1,onEnd:noop$1,onEnter:noop$1,onLeave:noop$1,onAppear:noop$1};var _initialiseProps$1=function a(){var s=this;this.performEnter=function($){s.childrenRefs[$]&&(s.currentlyAnimatingKeys[$]=!0,s.childrenRefs[$].componentWillEnter(s.handleDoneAdding.bind(s,$,"enter")))},this.performAppear=function($){s.childrenRefs[$]&&(s.currentlyAnimatingKeys[$]=!0,s.childrenRefs[$].componentWillAppear(s.handleDoneAdding.bind(s,$,"appear")))},this.handleDoneAdding=function($,_){var _e=s.props;if(delete s.currentlyAnimatingKeys[$],!(_e.exclusive&&_e!==s.nextProps)){var tt=toArrayChildren(getChildrenFromProps(_e));s.isValidChildByKey(tt,$)?_==="appear"?util.allowAppearCallback(_e)&&(_e.onAppear($),_e.onEnd($,!0)):util.allowEnterCallback(_e)&&(_e.onEnter($),_e.onEnd($,!0)):s.performLeave($)}},this.performLeave=function($){s.childrenRefs[$]&&(s.currentlyAnimatingKeys[$]=!0,s.childrenRefs[$].componentWillLeave(s.handleDoneLeaving.bind(s,$)))},this.handleDoneLeaving=function($){var _=s.props;if(delete s.currentlyAnimatingKeys[$],!(_.exclusive&&_!==s.nextProps)){var _e=toArrayChildren(getChildrenFromProps(_));if(s.isValidChildByKey(_e,$))s.performEnter($);else{var tt=function(){util.allowLeaveCallback(_)&&(_.onLeave($),_.onEnd($,!1))};isSameChildren(s.state.children,_e,_.showProp)?tt():s.setState({children:_e},tt)}}}};const Animate$1=unsafeLifecyclesPolyfill(Animate);var _default$a=function(a,s){var $={};for(var _ in a)s.indexOf(_)>=0||Object.prototype.hasOwnProperty.call(a,_)&&($[_]=a[_]);return $},LazyRenderBox=function(a){_default$c(s,a);function s(){return _default$g(this,s),_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return _default$f(s,[{key:"shouldComponentUpdate",value:function(_){return _.hiddenClassName||_.visible}},{key:"render",value:function(){var _=this.props,_e=_.hiddenClassName,tt=_.visible,nt=_default$a(_,["hiddenClassName","visible"]);return _e||React$a.Children.count(nt.children)>1?(!tt&&_e&&(nt.className+=" "+_e),React$a.createElement("div",nt)):React$a.Children.only(nt.children)}}]),s}(reactExports.Component);LazyRenderBox.propTypes={children:PropTypes.any,className:PropTypes.string,visible:PropTypes.bool,hiddenClassName:PropTypes.string};var PopupInner=function(a){_default$c(s,a);function s(){return _default$g(this,s),_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return _default$f(s,[{key:"render",value:function(){var _=this.props,_e=_.className;return _.visible||(_e+=" "+_.hiddenClassName),React$a.createElement("div",{className:_e,onMouseEnter:_.onMouseEnter,onMouseLeave:_.onMouseLeave,style:_.style},React$a.createElement(LazyRenderBox,{className:_.prefixCls+"-content",visible:_.visible},_.children))}}]),s}(reactExports.Component);PopupInner.propTypes={hiddenClassName:PropTypes.string,className:PropTypes.string,prefixCls:PropTypes.string,onMouseEnter:PropTypes.func,onMouseLeave:PropTypes.func,children:PropTypes.any};function isPointsEq(a,s){return a[0]===s[0]&&a[1]===s[1]}function getAlignFromPlacement(a,s,$){var _=a[s]||{};return _default$i({},_,$)}function getPopupClassNameFromAlign(a,s,$){var _=$.points;for(var _e in a)if(a.hasOwnProperty(_e)&&isPointsEq(a[_e].points,_))return s+"-placement-"+_e;return""}function saveRef(a,s){this[a]=s}var Popup=function(a){_default$c(s,a);function s($){_default$g(this,s);var _=_default$d(this,(s.__proto__||Object.getPrototypeOf(s)).call(this,$));return _initialiseProps.call(_),_.savePopupRef=saveRef.bind(_,"popupInstance"),_.saveAlignRef=saveRef.bind(_,"alignInstance"),_}return _default$f(s,[{key:"componentDidMount",value:function(){this.rootNode=this.getPopupDomNode()}},{key:"getPopupDomNode",value:function(){return ReactDOM.findDOMNode(this.popupInstance)}},{key:"getMaskTransitionName",value:function(){var _=this.props,_e=_.maskTransitionName,tt=_.maskAnimation;return!_e&&tt&&(_e=_.prefixCls+"-"+tt),_e}},{key:"getTransitionName",value:function(){var _=this.props,_e=_.transitionName;return!_e&&_.animation&&(_e=_.prefixCls+"-"+_.animation),_e}},{key:"getClassName",value:function(_){return this.props.prefixCls+" "+this.props.className+" "+_}},{key:"getPopupElement",value:function(){var _=this.savePopupRef,_e=this.props,tt=_e.align,nt=_e.style,at=_e.visible,ot=_e.prefixCls,rt=_e.destroyPopupOnHide,st=this.getClassName(this.currentAlignClassName||_e.getClassNameFromAlign(tt)),lt=ot+"-hidden";at||(this.currentAlignClassName=null);var et=_default$i({},nt,this.getZIndexStyle()),it={className:st,prefixCls:ot,ref:_,onMouseEnter:_e.onMouseEnter,onMouseLeave:_e.onMouseLeave,style:et};return rt?React$a.createElement(Animate$1,{component:"",exclusive:!0,transitionAppear:!0,transitionName:this.getTransitionName()},at?React$a.createElement(Align,{target:this.getTarget,key:"popup",ref:this.saveAlignRef,monitorWindowResize:!0,align:tt,onAlign:this.onAlign},React$a.createElement(PopupInner,_default$i({visible:!0},it),_e.children)):null):React$a.createElement(Animate$1,{component:"",exclusive:!0,transitionAppear:!0,transitionName:this.getTransitionName(),showProp:"xVisible"},React$a.createElement(Align,{target:this.getTarget,key:"popup",ref:this.saveAlignRef,monitorWindowResize:!0,xVisible:at,childrenProps:{visible:"xVisible"},disabled:!at,align:tt,onAlign:this.onAlign},React$a.createElement(PopupInner,_default$i({hiddenClassName:lt},it),_e.children)))}},{key:"getZIndexStyle",value:function(){var _={},_e=this.props;return _e.zIndex!==void 0&&(_.zIndex=_e.zIndex),_}},{key:"getMaskElement",value:function(){var _=this.props,_e=void 0;if(_.mask){var tt=this.getMaskTransitionName();_e=React$a.createElement(LazyRenderBox,{style:this.getZIndexStyle(),key:"mask",className:_.prefixCls+"-mask",hiddenClassName:_.prefixCls+"-mask-hidden",visible:_.visible}),tt&&(_e=React$a.createElement(Animate$1,{key:"mask",showProp:"visible",transitionAppear:!0,component:"",transitionName:tt},_e))}return _e}},{key:"render",value:function(){return React$a.createElement("div",null,this.getMaskElement(),this.getPopupElement())}}]),s}(reactExports.Component);Popup.propTypes={visible:PropTypes.bool,style:PropTypes.object,getClassNameFromAlign:PropTypes.func,onAlign:PropTypes.func,getRootDomNode:PropTypes.func,onMouseEnter:PropTypes.func,align:PropTypes.any,destroyPopupOnHide:PropTypes.bool,className:PropTypes.string,prefixCls:PropTypes.string,onMouseLeave:PropTypes.func};var _initialiseProps=function a(){var s=this;this.onAlign=function($,_){var _e=s.props,tt=_e.getClassNameFromAlign(_);s.currentAlignClassName!==tt&&(s.currentAlignClassName=tt,$.className=s.getClassName(tt)),_e.onAlign($,_)},this.getTarget=function(){return s.props.getRootDomNode()}},getContainerRenderMixin$1={};Object.defineProperty(getContainerRenderMixin$1,"__esModule",{value:!0});var _default$9=getContainerRenderMixin$1.default=getContainerRenderMixin,_reactDom$1=_interopRequireDefault$a(reactDomExports);function _interopRequireDefault$a(a){return a&&a.__esModule?a:{default:a}}function ownKeys$1(a,s){var $=Object.keys(a);if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);s&&(_=_.filter(function(_e){return Object.getOwnPropertyDescriptor(a,_e).enumerable})),$.push.apply($,_)}return $}function _objectSpread$1(a){for(var s=1;s<arguments.length;s++){var $=arguments[s]!=null?arguments[s]:{};s%2?ownKeys$1(Object($),!0).forEach(function(_){_defineProperty$5(a,_,$[_])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors($)):ownKeys$1(Object($)).forEach(function(_){Object.defineProperty(a,_,Object.getOwnPropertyDescriptor($,_))})}return a}function _defineProperty$5(a,s,$){return s in a?Object.defineProperty(a,s,{value:$,enumerable:!0,configurable:!0,writable:!0}):a[s]=$,a}function defaultGetContainer(){var a=document.createElement("div");return document.body.appendChild(a),a}function getContainerRenderMixin(a){var s=a.autoMount,$=s===void 0?!0:s,_=a.autoDestroy,_e=_===void 0?!0:_,tt=a.isVisible,nt=a.isForceRender,at=a.getComponent,ot=a.getContainer,rt=ot===void 0?defaultGetContainer:ot,st;function lt(it,ut,ft){if(!tt||it._component||tt(it)||nt&&nt(it)){it._container||(it._container=rt(it));var ht;it.getComponent?ht=it.getComponent(ut):ht=at(it,ut),_reactDom$1.default.unstable_renderSubtreeIntoContainer(it,ht,it._container,function(){it._component=this,ft&&ft.call(this)})}}$&&(st=_objectSpread$1(_objectSpread$1({},st),{},{componentDidMount:function(){lt(this)},componentDidUpdate:function(){lt(this)}})),(!$||!_e)&&(st=_objectSpread$1(_objectSpread$1({},st),{},{renderComponent:function(ut,ft){lt(this,ut,ft)}}));function et(it){if(it._container){var ut=it._container;_reactDom$1.default.unmountComponentAtNode(ut),ut.parentNode.removeChild(ut),it._container=null}}return _e?st=_objectSpread$1(_objectSpread$1({},st),{},{componentWillUnmount:function(){et(this)}}):st=_objectSpread$1(_objectSpread$1({},st),{},{removeContainer:function(){et(this)}}),st}function noop(){}function returnEmptyString(){return""}function returnDocument(){return window.document}var isMobile=typeof navigator<"u"&&!!navigator.userAgent.match(/(Android|iPhone|iPad|iPod|iOS|UCWEB)/i),ALL_HANDLERS=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"],Trigger=createReactClass$1({displayName:"Trigger",propTypes:{children:PropTypes.any,action:PropTypes.oneOfType([PropTypes.string,PropTypes.arrayOf(PropTypes.string)]),showAction:PropTypes.any,hideAction:PropTypes.any,getPopupClassNameFromAlign:PropTypes.any,onPopupVisibleChange:PropTypes.func,afterPopupVisibleChange:PropTypes.func,popup:PropTypes.oneOfType([PropTypes.node,PropTypes.func]).isRequired,popupStyle:PropTypes.object,prefixCls:PropTypes.string,popupClassName:PropTypes.string,popupPlacement:PropTypes.string,builtinPlacements:PropTypes.object,popupTransitionName:PropTypes.oneOfType([PropTypes.string,PropTypes.object]),popupAnimation:PropTypes.any,mouseEnterDelay:PropTypes.number,mouseLeaveDelay:PropTypes.number,zIndex:PropTypes.number,focusDelay:PropTypes.number,blurDelay:PropTypes.number,getPopupContainer:PropTypes.func,getDocument:PropTypes.func,destroyPopupOnHide:PropTypes.bool,mask:PropTypes.bool,maskClosable:PropTypes.bool,onPopupAlign:PropTypes.func,popupAlign:PropTypes.object,popupVisible:PropTypes.bool,maskTransitionName:PropTypes.oneOfType([PropTypes.string,PropTypes.object]),maskAnimation:PropTypes.string},mixins:[_default$9({autoMount:!1,isVisible:function a(s){return s.state.popupVisible},getContainer:function a(s){var $=s.props,_=document.createElement("div");_.style.position="absolute",_.style.top="0",_.style.left="0",_.style.width="100%";var _e=$.getPopupContainer?$.getPopupContainer(reactDomExports.findDOMNode(s)):$.getDocument().body;return _e.appendChild(_),_}})],getDefaultProps:function a(){return{prefixCls:"rc-trigger-popup",getPopupClassNameFromAlign:returnEmptyString,getDocument:returnDocument,onPopupVisibleChange:noop,afterPopupVisibleChange:noop,onPopupAlign:noop,popupClassName:"",mouseEnterDelay:0,mouseLeaveDelay:.1,focusDelay:0,blurDelay:.15,popupStyle:{},destroyPopupOnHide:!1,popupAlign:{},defaultPopupVisible:!1,mask:!1,maskClosable:!0,action:[],showAction:[],hideAction:[]}},getInitialState:function a(){var s=this.props,$=void 0;return"popupVisible"in s?$=!!s.popupVisible:$=!!s.defaultPopupVisible,{popupVisible:$}},componentWillMount:function a(){var s=this;ALL_HANDLERS.forEach(function($){s["fire"+$]=function(_){s.fireEvents($,_)}})},componentDidMount:function a(){this.componentDidUpdate({},{popupVisible:this.state.popupVisible})},componentWillReceiveProps:function a(s){var $=s.popupVisible;$!==void 0&&this.setState({popupVisible:$})},componentDidUpdate:function a(s,$){var _=this.props,_e=this.state;if(this.renderComponent(null,function(){$.popupVisible!==_e.popupVisible&&_.afterPopupVisibleChange(_e.popupVisible)}),_e.popupVisible){var tt=void 0;!this.clickOutsideHandler&&this.isClickToHide()&&(tt=_.getDocument(),this.clickOutsideHandler=_default$h(tt,"mousedown",this.onDocumentClick)),!this.touchOutsideHandler&&isMobile&&(tt=tt||_.getDocument(),this.touchOutsideHandler=_default$h(tt,"click",this.onDocumentClick));return}this.clearOutsideHandler()},componentWillUnmount:function a(){this.clearDelayTimer(),this.clearOutsideHandler()},onMouseEnter:function a(s){this.fireEvents("onMouseEnter",s),this.delaySetPopupVisible(!0,this.props.mouseEnterDelay)},onMouseLeave:function a(s){this.fireEvents("onMouseLeave",s),this.delaySetPopupVisible(!1,this.props.mouseLeaveDelay)},onPopupMouseEnter:function a(){this.clearDelayTimer()},onPopupMouseLeave:function a(s){s.relatedTarget&&!s.relatedTarget.setTimeout&&this._component&&this._component.getPopupDomNode&&contains$2(this._component.getPopupDomNode(),s.relatedTarget)||this.delaySetPopupVisible(!1,this.props.mouseLeaveDelay)},onFocus:function a(s){this.fireEvents("onFocus",s),this.clearDelayTimer(),this.isFocusToShow()&&(this.focusTime=Date.now(),this.delaySetPopupVisible(!0,this.props.focusDelay))},onMouseDown:function a(s){this.fireEvents("onMouseDown",s),this.preClickTime=Date.now()},onTouchStart:function a(s){this.fireEvents("onTouchStart",s),this.preTouchTime=Date.now()},onBlur:function a(s){this.fireEvents("onBlur",s),this.clearDelayTimer(),this.isBlurToHide()&&this.delaySetPopupVisible(!1,this.props.blurDelay)},onClick:function a(s){if(this.fireEvents("onClick",s),this.focusTime){var $=void 0;if(this.preClickTime&&this.preTouchTime?$=Math.min(this.preClickTime,this.preTouchTime):this.preClickTime?$=this.preClickTime:this.preTouchTime&&($=this.preTouchTime),Math.abs($-this.focusTime)<20)return;this.focusTime=0}this.preClickTime=0,this.preTouchTime=0,s.preventDefault();var _=!this.state.popupVisible;(this.isClickToHide()&&!_||_&&this.isClickToShow())&&this.setPopupVisible(!this.state.popupVisible)},onDocumentClick:function a(s){if(!(this.props.mask&&!this.props.maskClosable)){var $=s.target,_=reactDomExports.findDOMNode(this),_e=this.getPopupDomNode();!contains$2(_,$)&&!contains$2(_e,$)&&this.close()}},getPopupDomNode:function a(){return this._component&&this._component.getPopupDomNode?this._component.getPopupDomNode():null},getRootDomNode:function a(){return reactDomExports.findDOMNode(this)},getPopupClassNameFromAlign:function a(s){var $=[],_=this.props,_e=_.popupPlacement,tt=_.builtinPlacements,nt=_.prefixCls;return _e&&tt&&$.push(getPopupClassNameFromAlign(tt,nt,s)),_.getPopupClassNameFromAlign&&$.push(_.getPopupClassNameFromAlign(s)),$.join(" ")},getPopupAlign:function a(){var s=this.props,$=s.popupPlacement,_=s.popupAlign,_e=s.builtinPlacements;return $&&_e?getAlignFromPlacement(_e,$,_):_},getComponent:function a(){var s=this.props,$=this.state,_={};return this.isMouseEnterToShow()&&(_.onMouseEnter=this.onPopupMouseEnter),this.isMouseLeaveToHide()&&(_.onMouseLeave=this.onPopupMouseLeave),React$a.createElement(Popup,_default$i({prefixCls:s.prefixCls,destroyPopupOnHide:s.destroyPopupOnHide,visible:$.popupVisible,className:s.popupClassName,action:s.action,align:this.getPopupAlign(),onAlign:s.onPopupAlign,animation:s.popupAnimation,getClassNameFromAlign:this.getPopupClassNameFromAlign},_,{getRootDomNode:this.getRootDomNode,style:s.popupStyle,mask:s.mask,zIndex:s.zIndex,transitionName:s.popupTransitionName,maskAnimation:s.maskAnimation,maskTransitionName:s.maskTransitionName}),typeof s.popup=="function"?s.popup():s.popup)},setPopupVisible:function a(s){this.clearDelayTimer(),this.state.popupVisible!==s&&("popupVisible"in this.props||this.setState({popupVisible:s}),this.props.onPopupVisibleChange(s))},delaySetPopupVisible:function a(s,$){var _=this,_e=$*1e3;this.clearDelayTimer(),_e?this.delayTimer=setTimeout(function(){_.setPopupVisible(s),_.clearDelayTimer()},_e):this.setPopupVisible(s)},clearDelayTimer:function a(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)},clearOutsideHandler:function a(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)},createTwoChains:function a(s){var $=this.props.children.props,_=this.props;return $[s]&&_[s]?this["fire"+s]:$[s]||_[s]},isClickToShow:function a(){var s=this.props,$=s.action,_=s.showAction;return $.indexOf("click")!==-1||_.indexOf("click")!==-1},isClickToHide:function a(){var s=this.props,$=s.action,_=s.hideAction;return $.indexOf("click")!==-1||_.indexOf("click")!==-1},isMouseEnterToShow:function a(){var s=this.props,$=s.action,_=s.showAction;return $.indexOf("hover")!==-1||_.indexOf("mouseEnter")!==-1},isMouseLeaveToHide:function a(){var s=this.props,$=s.action,_=s.hideAction;return $.indexOf("hover")!==-1||_.indexOf("mouseLeave")!==-1},isFocusToShow:function a(){var s=this.props,$=s.action,_=s.showAction;return $.indexOf("focus")!==-1||_.indexOf("focus")!==-1},isBlurToHide:function a(){var s=this.props,$=s.action,_=s.hideAction;return $.indexOf("focus")!==-1||_.indexOf("blur")!==-1},forcePopupAlign:function a(){this.state.popupVisible&&this._component&&this._component.alignInstance&&this._component.alignInstance.forceAlign()},fireEvents:function a(s,$){var _=this.props.children.props[s];_&&_($);var _e=this.props[s];_e&&_e($)},close:function a(){this.setPopupVisible(!1)},render:function a(){var s=this.props,$=s.children,_=React$a.Children.only($),_e={};return this.isClickToHide()||this.isClickToShow()?(_e.onClick=this.onClick,_e.onMouseDown=this.onMouseDown,_e.onTouchStart=this.onTouchStart):(_e.onClick=this.createTwoChains("onClick"),_e.onMouseDown=this.createTwoChains("onMouseDown"),_e.onTouchStart=this.createTwoChains("onTouchStart")),this.isMouseEnterToShow()?_e.onMouseEnter=this.onMouseEnter:_e.onMouseEnter=this.createTwoChains("onMouseEnter"),this.isMouseLeaveToHide()?_e.onMouseLeave=this.onMouseLeave:_e.onMouseLeave=this.createTwoChains("onMouseLeave"),this.isFocusToShow()||this.isBlurToHide()?(_e.onFocus=this.onFocus,_e.onBlur=this.onBlur):(_e.onFocus=this.createTwoChains("onFocus"),_e.onBlur=this.createTwoChains("onBlur")),React$a.cloneElement(_,_e)}});const es=Object.freeze(Object.defineProperty({__proto__:null,default:Trigger},Symbol.toStringTag,{value:"Module"})),require$$3$1=getAugmentedNamespace(es);var Panel$1={exports:{}},color={exports:{}},tinycolor={exports:{}};(function(a,s){(function($,_){a.exports=_()})(commonjsGlobal,function(){function $($t){"@babel/helpers - typeof";return $=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Pt){return typeof Pt}:function(Pt){return Pt&&typeof Symbol=="function"&&Pt.constructor===Symbol&&Pt!==Symbol.prototype?"symbol":typeof Pt},$($t)}var _=/^\s+/,_e=/\s+$/;function tt($t,Pt){if($t=$t||"",Pt=Pt||{},$t instanceof tt)return $t;if(!(this instanceof tt))return new tt($t,Pt);var Dt=nt($t);this._originalInput=$t,this._r=Dt.r,this._g=Dt.g,this._b=Dt.b,this._a=Dt.a,this._roundA=Math.round(100*this._a)/100,this._format=Pt.format||Dt.format,this._gradientType=Pt.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=Dt.ok}tt.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var Pt=this.toRgb();return(Pt.r*299+Pt.g*587+Pt.b*114)/1e3},getLuminance:function(){var Pt=this.toRgb(),Dt,Ut,Vt,Qt,qt,Zt;return Dt=Pt.r/255,Ut=Pt.g/255,Vt=Pt.b/255,Dt<=.03928?Qt=Dt/12.92:Qt=Math.pow((Dt+.055)/1.055,2.4),Ut<=.03928?qt=Ut/12.92:qt=Math.pow((Ut+.055)/1.055,2.4),Vt<=.03928?Zt=Vt/12.92:Zt=Math.pow((Vt+.055)/1.055,2.4),.2126*Qt+.7152*qt+.0722*Zt},setAlpha:function(Pt){return this._a=Tt(Pt),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var Pt=st(this._r,this._g,this._b);return{h:Pt.h*360,s:Pt.s,v:Pt.v,a:this._a}},toHsvString:function(){var Pt=st(this._r,this._g,this._b),Dt=Math.round(Pt.h*360),Ut=Math.round(Pt.s*100),Vt=Math.round(Pt.v*100);return this._a==1?"hsv("+Dt+", "+Ut+"%, "+Vt+"%)":"hsva("+Dt+", "+Ut+"%, "+Vt+"%, "+this._roundA+")"},toHsl:function(){var Pt=ot(this._r,this._g,this._b);return{h:Pt.h*360,s:Pt.s,l:Pt.l,a:this._a}},toHslString:function(){var Pt=ot(this._r,this._g,this._b),Dt=Math.round(Pt.h*360),Ut=Math.round(Pt.s*100),Vt=Math.round(Pt.l*100);return this._a==1?"hsl("+Dt+", "+Ut+"%, "+Vt+"%)":"hsla("+Dt+", "+Ut+"%, "+Vt+"%, "+this._roundA+")"},toHex:function(Pt){return et(this._r,this._g,this._b,Pt)},toHexString:function(Pt){return"#"+this.toHex(Pt)},toHex8:function(Pt){return it(this._r,this._g,this._b,this._a,Pt)},toHex8String:function(Pt){return"#"+this.toHex8(Pt)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(wt(this._r,255)*100)+"%",g:Math.round(wt(this._g,255)*100)+"%",b:Math.round(wt(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(wt(this._r,255)*100)+"%, "+Math.round(wt(this._g,255)*100)+"%, "+Math.round(wt(this._b,255)*100)+"%)":"rgba("+Math.round(wt(this._r,255)*100)+"%, "+Math.round(wt(this._g,255)*100)+"%, "+Math.round(wt(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Bt[et(this._r,this._g,this._b,!0)]||!1},toFilter:function(Pt){var Dt="#"+ut(this._r,this._g,this._b,this._a),Ut=Dt,Vt=this._gradientType?"GradientType = 1, ":"";if(Pt){var Qt=tt(Pt);Ut="#"+ut(Qt._r,Qt._g,Qt._b,Qt._a)}return"progid:DXImageTransform.Microsoft.gradient("+Vt+"startColorstr="+Dt+",endColorstr="+Ut+")"},toString:function(Pt){var Dt=!!Pt;Pt=Pt||this._format;var Ut=!1,Vt=this._a<1&&this._a>=0,Qt=!Dt&&Vt&&(Pt==="hex"||Pt==="hex6"||Pt==="hex3"||Pt==="hex4"||Pt==="hex8"||Pt==="name");return Qt?Pt==="name"&&this._a===0?this.toName():this.toRgbString():(Pt==="rgb"&&(Ut=this.toRgbString()),Pt==="prgb"&&(Ut=this.toPercentageRgbString()),(Pt==="hex"||Pt==="hex6")&&(Ut=this.toHexString()),Pt==="hex3"&&(Ut=this.toHexString(!0)),Pt==="hex4"&&(Ut=this.toHex8String(!0)),Pt==="hex8"&&(Ut=this.toHex8String()),Pt==="name"&&(Ut=this.toName()),Pt==="hsl"&&(Ut=this.toHslString()),Pt==="hsv"&&(Ut=this.toHsvString()),Ut||this.toHexString())},clone:function(){return tt(this.toString())},_applyModification:function(Pt,Dt){var Ut=Pt.apply(null,[this].concat([].slice.call(Dt)));return this._r=Ut._r,this._g=Ut._g,this._b=Ut._b,this.setAlpha(Ut._a),this},lighten:function(){return this._applyModification(gt,arguments)},brighten:function(){return this._applyModification(pt,arguments)},darken:function(){return this._applyModification(mt,arguments)},desaturate:function(){return this._applyModification(ft,arguments)},saturate:function(){return this._applyModification(ht,arguments)},greyscale:function(){return this._applyModification(dt,arguments)},spin:function(){return this._applyModification(ct,arguments)},_applyCombination:function(Pt,Dt){return Pt.apply(null,[this].concat([].slice.call(Dt)))},analogous:function(){return this._applyCombination(bt,arguments)},complement:function(){return this._applyCombination(vt,arguments)},monochromatic:function(){return this._applyCombination(Et,arguments)},splitcomplement:function(){return this._applyCombination(xt,arguments)},triad:function(){return this._applyCombination(At,[3])},tetrad:function(){return this._applyCombination(At,[4])}},tt.fromRatio=function($t,Pt){if($($t)=="object"){var Dt={};for(var Ut in $t)$t.hasOwnProperty(Ut)&&(Ut==="a"?Dt[Ut]=$t[Ut]:Dt[Ut]=jt($t[Ut]));$t=Dt}return tt($t,Pt)};function nt($t){var Pt={r:0,g:0,b:0},Dt=1,Ut=null,Vt=null,Qt=null,qt=!1,Zt=!1;return typeof $t=="string"&&($t=Mt($t)),$($t)=="object"&&(Nt($t.r)&&Nt($t.g)&&Nt($t.b)?(Pt=at($t.r,$t.g,$t.b),qt=!0,Zt=String($t.r).substr(-1)==="%"?"prgb":"rgb"):Nt($t.h)&&Nt($t.s)&&Nt($t.v)?(Ut=jt($t.s),Vt=jt($t.v),Pt=lt($t.h,Ut,Vt),qt=!0,Zt="hsv"):Nt($t.h)&&Nt($t.s)&&Nt($t.l)&&(Ut=jt($t.s),Qt=jt($t.l),Pt=rt($t.h,Ut,Qt),qt=!0,Zt="hsl"),$t.hasOwnProperty("a")&&(Dt=$t.a)),Dt=Tt(Dt),{ok:qt,format:$t.format||Zt,r:Math.min(255,Math.max(Pt.r,0)),g:Math.min(255,Math.max(Pt.g,0)),b:Math.min(255,Math.max(Pt.b,0)),a:Dt}}function at($t,Pt,Dt){return{r:wt($t,255)*255,g:wt(Pt,255)*255,b:wt(Dt,255)*255}}function ot($t,Pt,Dt){$t=wt($t,255),Pt=wt(Pt,255),Dt=wt(Dt,255);var Ut=Math.max($t,Pt,Dt),Vt=Math.min($t,Pt,Dt),Qt,qt,Zt=(Ut+Vt)/2;if(Ut==Vt)Qt=qt=0;else{var ar=Ut-Vt;switch(qt=Zt>.5?ar/(2-Ut-Vt):ar/(Ut+Vt),Ut){case $t:Qt=(Pt-Dt)/ar+(Pt<Dt?6:0);break;case Pt:Qt=(Dt-$t)/ar+2;break;case Dt:Qt=($t-Pt)/ar+4;break}Qt/=6}return{h:Qt,s:qt,l:Zt}}function rt($t,Pt,Dt){var Ut,Vt,Qt;$t=wt($t,360),Pt=wt(Pt,100),Dt=wt(Dt,100);function qt(Jt,rr,Yt){return Yt<0&&(Yt+=1),Yt>1&&(Yt-=1),Yt<1/6?Jt+(rr-Jt)*6*Yt:Yt<1/2?rr:Yt<2/3?Jt+(rr-Jt)*(2/3-Yt)*6:Jt}if(Pt===0)Ut=Vt=Qt=Dt;else{var Zt=Dt<.5?Dt*(1+Pt):Dt+Pt-Dt*Pt,ar=2*Dt-Zt;Ut=qt(ar,Zt,$t+1/3),Vt=qt(ar,Zt,$t),Qt=qt(ar,Zt,$t-1/3)}return{r:Ut*255,g:Vt*255,b:Qt*255}}function st($t,Pt,Dt){$t=wt($t,255),Pt=wt(Pt,255),Dt=wt(Dt,255);var Ut=Math.max($t,Pt,Dt),Vt=Math.min($t,Pt,Dt),Qt,qt,Zt=Ut,ar=Ut-Vt;if(qt=Ut===0?0:ar/Ut,Ut==Vt)Qt=0;else{switch(Ut){case $t:Qt=(Pt-Dt)/ar+(Pt<Dt?6:0);break;case Pt:Qt=(Dt-$t)/ar+2;break;case Dt:Qt=($t-Pt)/ar+4;break}Qt/=6}return{h:Qt,s:qt,v:Zt}}function lt($t,Pt,Dt){$t=wt($t,360)*6,Pt=wt(Pt,100),Dt=wt(Dt,100);var Ut=Math.floor($t),Vt=$t-Ut,Qt=Dt*(1-Pt),qt=Dt*(1-Vt*Pt),Zt=Dt*(1-(1-Vt)*Pt),ar=Ut%6,Jt=[Dt,qt,Qt,Qt,Zt,Dt][ar],rr=[Zt,Dt,Dt,qt,Qt,Qt][ar],Yt=[Qt,Qt,Zt,Dt,Dt,qt][ar];return{r:Jt*255,g:rr*255,b:Yt*255}}function et($t,Pt,Dt,Ut){var Vt=[kt(Math.round($t).toString(16)),kt(Math.round(Pt).toString(16)),kt(Math.round(Dt).toString(16))];return Ut&&Vt[0].charAt(0)==Vt[0].charAt(1)&&Vt[1].charAt(0)==Vt[1].charAt(1)&&Vt[2].charAt(0)==Vt[2].charAt(1)?Vt[0].charAt(0)+Vt[1].charAt(0)+Vt[2].charAt(0):Vt.join("")}function it($t,Pt,Dt,Ut,Vt){var Qt=[kt(Math.round($t).toString(16)),kt(Math.round(Pt).toString(16)),kt(Math.round(Dt).toString(16)),kt(Ht(Ut))];return Vt&&Qt[0].charAt(0)==Qt[0].charAt(1)&&Qt[1].charAt(0)==Qt[1].charAt(1)&&Qt[2].charAt(0)==Qt[2].charAt(1)&&Qt[3].charAt(0)==Qt[3].charAt(1)?Qt[0].charAt(0)+Qt[1].charAt(0)+Qt[2].charAt(0)+Qt[3].charAt(0):Qt.join("")}function ut($t,Pt,Dt,Ut){var Vt=[kt(Ht(Ut)),kt(Math.round($t).toString(16)),kt(Math.round(Pt).toString(16)),kt(Math.round(Dt).toString(16))];return Vt.join("")}tt.equals=function($t,Pt){return!$t||!Pt?!1:tt($t).toRgbString()==tt(Pt).toRgbString()},tt.random=function(){return tt.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function ft($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.s-=Pt/100,Dt.s=Ct(Dt.s),tt(Dt)}function ht($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.s+=Pt/100,Dt.s=Ct(Dt.s),tt(Dt)}function dt($t){return tt($t).desaturate(100)}function gt($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.l+=Pt/100,Dt.l=Ct(Dt.l),tt(Dt)}function pt($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toRgb();return Dt.r=Math.max(0,Math.min(255,Dt.r-Math.round(255*-(Pt/100)))),Dt.g=Math.max(0,Math.min(255,Dt.g-Math.round(255*-(Pt/100)))),Dt.b=Math.max(0,Math.min(255,Dt.b-Math.round(255*-(Pt/100)))),tt(Dt)}function mt($t,Pt){Pt=Pt===0?0:Pt||10;var Dt=tt($t).toHsl();return Dt.l-=Pt/100,Dt.l=Ct(Dt.l),tt(Dt)}function ct($t,Pt){var Dt=tt($t).toHsl(),Ut=(Dt.h+Pt)%360;return Dt.h=Ut<0?360+Ut:Ut,tt(Dt)}function vt($t){var Pt=tt($t).toHsl();return Pt.h=(Pt.h+180)%360,tt(Pt)}function At($t,Pt){if(isNaN(Pt)||Pt<=0)throw new Error("Argument to polyad must be a positive number");for(var Dt=tt($t).toHsl(),Ut=[tt($t)],Vt=360/Pt,Qt=1;Qt<Pt;Qt++)Ut.push(tt({h:(Dt.h+Qt*Vt)%360,s:Dt.s,l:Dt.l}));return Ut}function xt($t){var Pt=tt($t).toHsl(),Dt=Pt.h;return[tt($t),tt({h:(Dt+72)%360,s:Pt.s,l:Pt.l}),tt({h:(Dt+216)%360,s:Pt.s,l:Pt.l})]}function bt($t,Pt,Dt){Pt=Pt||6,Dt=Dt||30;var Ut=tt($t).toHsl(),Vt=360/Dt,Qt=[tt($t)];for(Ut.h=(Ut.h-(Vt*Pt>>1)+720)%360;--Pt;)Ut.h=(Ut.h+Vt)%360,Qt.push(tt(Ut));return Qt}function Et($t,Pt){Pt=Pt||6;for(var Dt=tt($t).toHsv(),Ut=Dt.h,Vt=Dt.s,Qt=Dt.v,qt=[],Zt=1/Pt;Pt--;)qt.push(tt({h:Ut,s:Vt,v:Qt})),Qt=(Qt+Zt)%1;return qt}tt.mix=function($t,Pt,Dt){Dt=Dt===0?0:Dt||50;var Ut=tt($t).toRgb(),Vt=tt(Pt).toRgb(),Qt=Dt/100,qt={r:(Vt.r-Ut.r)*Qt+Ut.r,g:(Vt.g-Ut.g)*Qt+Ut.g,b:(Vt.b-Ut.b)*Qt+Ut.b,a:(Vt.a-Ut.a)*Qt+Ut.a};return tt(qt)},tt.readability=function($t,Pt){var Dt=tt($t),Ut=tt(Pt);return(Math.max(Dt.getLuminance(),Ut.getLuminance())+.05)/(Math.min(Dt.getLuminance(),Ut.getLuminance())+.05)},tt.isReadable=function($t,Pt,Dt){var Ut=tt.readability($t,Pt),Vt,Qt;switch(Qt=!1,Vt=Lt(Dt),Vt.level+Vt.size){case"AAsmall":case"AAAlarge":Qt=Ut>=4.5;break;case"AAlarge":Qt=Ut>=3;break;case"AAAsmall":Qt=Ut>=7;break}return Qt},tt.mostReadable=function($t,Pt,Dt){var Ut=null,Vt=0,Qt,qt,Zt,ar;Dt=Dt||{},qt=Dt.includeFallbackColors,Zt=Dt.level,ar=Dt.size;for(var Jt=0;Jt<Pt.length;Jt++)Qt=tt.readability($t,Pt[Jt]),Qt>Vt&&(Vt=Qt,Ut=tt(Pt[Jt]));return tt.isReadable($t,Ut,{level:Zt,size:ar})||!qt?Ut:(Dt.includeFallbackColors=!1,tt.mostReadable($t,["#fff","#000"],Dt))};var St=tt.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Bt=tt.hexNames=Ot(St);function Ot($t){var Pt={};for(var Dt in $t)$t.hasOwnProperty(Dt)&&(Pt[$t[Dt]]=Dt);return Pt}function Tt($t){return $t=parseFloat($t),(isNaN($t)||$t<0||$t>1)&&($t=1),$t}function wt($t,Pt){yt($t)&&($t="100%");var Dt=Rt($t);return $t=Math.min(Pt,Math.max(0,parseFloat($t))),Dt&&($t=parseInt($t*Pt,10)/100),Math.abs($t-Pt)<1e-6?1:$t%Pt/parseFloat(Pt)}function Ct($t){return Math.min(1,Math.max(0,$t))}function It($t){return parseInt($t,16)}function yt($t){return typeof $t=="string"&&$t.indexOf(".")!=-1&&parseFloat($t)===1}function Rt($t){return typeof $t=="string"&&$t.indexOf("%")!=-1}function kt($t){return $t.length==1?"0"+$t:""+$t}function jt($t){return $t<=1&&($t=$t*100+"%"),$t}function Ht($t){return Math.round(parseFloat($t)*255).toString(16)}function Ft($t){return It($t)/255}var _t=function(){var $t="[-\\+]?\\d+%?",Pt="[-\\+]?\\d*\\.\\d+%?",Dt="(?:"+Pt+")|(?:"+$t+")",Ut="[\\s|\\(]+("+Dt+")[,|\\s]+("+Dt+")[,|\\s]+("+Dt+")\\s*\\)?",Vt="[\\s|\\(]+("+Dt+")[,|\\s]+("+Dt+")[,|\\s]+("+Dt+")[,|\\s]+("+Dt+")\\s*\\)?";return{CSS_UNIT:new RegExp(Dt),rgb:new RegExp("rgb"+Ut),rgba:new RegExp("rgba"+Vt),hsl:new RegExp("hsl"+Ut),hsla:new RegExp("hsla"+Vt),hsv:new RegExp("hsv"+Ut),hsva:new RegExp("hsva"+Vt),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function Nt($t){return!!_t.CSS_UNIT.exec($t)}function Mt($t){$t=$t.replace(_,"").replace(_e,"").toLowerCase();var Pt=!1;if(St[$t])$t=St[$t],Pt=!0;else if($t=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var Dt;return(Dt=_t.rgb.exec($t))?{r:Dt[1],g:Dt[2],b:Dt[3]}:(Dt=_t.rgba.exec($t))?{r:Dt[1],g:Dt[2],b:Dt[3],a:Dt[4]}:(Dt=_t.hsl.exec($t))?{h:Dt[1],s:Dt[2],l:Dt[3]}:(Dt=_t.hsla.exec($t))?{h:Dt[1],s:Dt[2],l:Dt[3],a:Dt[4]}:(Dt=_t.hsv.exec($t))?{h:Dt[1],s:Dt[2],v:Dt[3]}:(Dt=_t.hsva.exec($t))?{h:Dt[1],s:Dt[2],v:Dt[3],a:Dt[4]}:(Dt=_t.hex8.exec($t))?{r:It(Dt[1]),g:It(Dt[2]),b:It(Dt[3]),a:Ft(Dt[4]),format:Pt?"name":"hex8"}:(Dt=_t.hex6.exec($t))?{r:It(Dt[1]),g:It(Dt[2]),b:It(Dt[3]),format:Pt?"name":"hex"}:(Dt=_t.hex4.exec($t))?{r:It(Dt[1]+""+Dt[1]),g:It(Dt[2]+""+Dt[2]),b:It(Dt[3]+""+Dt[3]),a:Ft(Dt[4]+""+Dt[4]),format:Pt?"name":"hex8"}:(Dt=_t.hex3.exec($t))?{r:It(Dt[1]+""+Dt[1]),g:It(Dt[2]+""+Dt[2]),b:It(Dt[3]+""+Dt[3]),format:Pt?"name":"hex"}:!1}function Lt($t){var Pt,Dt;return $t=$t||{level:"AA",size:"small"},Pt=($t.level||"AA").toUpperCase(),Dt=($t.size||"small").toLowerCase(),Pt!=="AA"&&Pt!=="AAA"&&(Pt="AA"),Dt!=="small"&&Dt!=="large"&&(Dt="small"),{level:Pt,size:Dt}}return tt})})(tinycolor);var tinycolorExports=tinycolor.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=Object.assign||function(rt){for(var st=1;st<arguments.length;st++){var lt=arguments[st];for(var et in lt)Object.prototype.hasOwnProperty.call(lt,et)&&(rt[et]=lt[et])}return rt},_=function(){function rt(st,lt){for(var et=0;et<lt.length;et++){var it=lt[et];it.enumerable=it.enumerable||!1,it.configurable=!0,"value"in it&&(it.writable=!0),Object.defineProperty(st,it.key,it)}}return function(st,lt,et){return lt&&rt(st.prototype,lt),et&&rt(st,et),st}}(),_e=tinycolorExports,tt=nt(_e);function nt(rt){return rt&&rt.__esModule?rt:{default:rt}}function at(rt,st){if(!(rt instanceof st))throw new TypeError("Cannot call a class as a function")}var ot=function(){function rt(st){var lt=this;at(this,rt),this.initRgb=function(){var it=lt.color.toRgb(),ut=it.r,ft=it.g,ht=it.b;lt.redValue=ut,lt.greenValue=ft,lt.blueValue=ht},this.initHsb=function(){var it=lt.color.toHsv(),ut=it.h,ft=it.s,ht=it.v;lt.hueValue=ut,lt.saturationValue=ft,lt.brightnessValue=ht},this.toHexString=function(){return lt.color.toHexString()},this.toRgbString=function(){return lt.color.toRgbString()},this.color=(0,tt.default)(st),this.initRgb(),this.initHsb();var et=st&&st.alpha||this.color.toRgb().a;this.alphaValue=Math.min(1,et)*100}return rt.isValidHex=function(lt){return(0,tt.default)(lt).isValid()},_(rt,[{key:"hex",get:function(){return this.color.toHex()}},{key:"hue",set:function(lt){this.color=(0,tt.default)({h:lt,s:this.saturation,v:this.brightness}),this.initRgb(),this.hueValue=lt},get:function(){return this.hueValue}},{key:"saturation",set:function(lt){this.color=(0,tt.default)({h:this.hue,s:lt,v:this.brightness}),this.initRgb(),this.saturationValue=lt},get:function(){return this.saturationValue}},{key:"lightness",set:function(lt){this.color=(0,tt.default)({h:this.hue,s:this.saturation,l:lt}),this.initRgb(),this.lightnessValue=lt},get:function(){return this.lightnessValue}},{key:"brightness",set:function(lt){this.color=(0,tt.default)({h:this.hue,s:this.saturation,v:lt}),this.initRgb(),this.brightnessValue=lt},get:function(){return this.brightnessValue}},{key:"red",set:function(lt){var et=this.color.toRgb();this.color=(0,tt.default)($({},et,{r:lt})),this.initHsb(),this.redValue=lt},get:function(){return this.redValue}},{key:"green",set:function(lt){var et=this.color.toRgb();this.color=(0,tt.default)($({},et,{g:lt})),this.initHsb(),this.greenValue=lt},get:function(){return this.greenValue}},{key:"blue",set:function(lt){var et=this.color.toRgb();this.color=(0,tt.default)($({},et,{b:lt})),this.initHsb(),this.blueValue=lt},get:function(){return this.blueValue}},{key:"alpha",set:function(lt){this.color.setAlpha(lt/100)},get:function(){return this.color.getAlpha()*100}},{key:"RGB",get:function(){return[this.red,this.green,this.blue]}},{key:"HSB",get:function(){return[this.hue,this.saturation,this.brightness]}}]),rt}();s.default=ot,a.exports=s.default})(color,color.exports);var colorExports=color.exports,Board={exports:{}},addEventListener={};Object.defineProperty(addEventListener,"__esModule",{value:!0}),addEventListener.default=addEventListenerWrap;var _addDomEventListener=_interopRequireDefault$9(libExports$1),_reactDom=_interopRequireDefault$9(reactDomExports);function _interopRequireDefault$9(a){return a&&a.__esModule?a:{default:a}}function addEventListenerWrap(a,s,$,_){var _e=_reactDom.default.unstable_batchedUpdates?function(nt){_reactDom.default.unstable_batchedUpdates($,nt)}:$;return(0,_addDomEventListener.default)(a,s,_e,_)}(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=et($),_e=reactDomExports,tt=et(_e),nt=propTypesExports,at=et(nt),ot=addEventListener,rt=et(ot),st=colorExports,lt=et(st);function et(mt){return mt&&mt.__esModule?mt:{default:mt}}function it(mt,ct){for(var vt=Object.getOwnPropertyNames(ct),At=0;At<vt.length;At++){var xt=vt[At],bt=Object.getOwnPropertyDescriptor(ct,xt);bt&&bt.configurable&&mt[xt]===void 0&&Object.defineProperty(mt,xt,bt)}return mt}function ut(mt,ct){if(!(mt instanceof ct))throw new TypeError("Cannot call a class as a function")}function ft(mt,ct){if(!mt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ct&&(typeof ct=="object"||typeof ct=="function")?ct:mt}function ht(mt,ct){if(typeof ct!="function"&&ct!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ct);mt.prototype=Object.create(ct&&ct.prototype,{constructor:{value:mt,enumerable:!1,writable:!0,configurable:!0}}),ct&&(Object.setPrototypeOf?Object.setPrototypeOf(mt,ct):it(mt,ct))}var dt=200,gt=150,pt=function(mt){ht(ct,mt);function ct(vt){ut(this,ct);var At=ft(this,mt.call(this,vt));return At.onBoardMouseDown=function(xt){var bt=xt.buttons;if(bt===1){var Et=xt.clientX,St=xt.clientY;At.pointMoveTo({x:Et,y:St}),At.removeListeners(),At.dragListener=(0,rt.default)(window,"mousemove",At.onBoardDrag),At.dragUpListener=(0,rt.default)(window,"mouseup",At.onBoardDragEnd)}},At.onBoardTouchStart=function(xt){if(xt.touches.length===1){At.removeTouchListeners();var bt=xt.targetTouches[0].clientX,Et=xt.targetTouches[0].clientY;At.pointMoveTo({x:bt,y:Et}),At.touchMoveListener=(0,rt.default)(window,"touchmove",At.onBoardTouchMove),At.touchEndListener=(0,rt.default)(window,"touchend",At.onBoardTouchEnd)}},At.onBoardTouchMove=function(xt){xt.preventDefault&&xt.preventDefault();var bt=xt.targetTouches[0].clientX,Et=xt.targetTouches[0].clientY;At.pointMoveTo({x:bt,y:Et})},At.onBoardTouchEnd=function(){At.removeTouchListeners()},At.onBoardDrag=function(xt){var bt=xt.clientX,Et=xt.clientY;At.pointMoveTo({x:bt,y:Et})},At.onBoardDragEnd=function(xt){var bt=xt.clientX,Et=xt.clientY;At.pointMoveTo({x:bt,y:Et}),At.removeListeners()},At.getPrefixCls=function(){return At.props.rootPrefixCls+"-board"},At.removeTouchListeners=function(){At.touchMoveListener&&(At.touchMoveListener.remove(),At.touchMoveListener=null),At.touchEndListener&&(At.touchEndListener.remove(),At.touchEndListener=null)},At.removeListeners=function(){At.dragListener&&(At.dragListener.remove(),At.dragListener=null),At.dragUpListener&&(At.dragUpListener.remove(),At.dragUpListener=null)},At.pointMoveTo=function(xt){var bt=tt.default.findDOMNode(At).getBoundingClientRect(),Et=xt.x-bt.left,St=xt.y-bt.top,Bt=bt.width||dt,Ot=bt.height||gt;Et=Math.max(0,Et),Et=Math.min(Et,Bt),St=Math.max(0,St),St=Math.min(St,Ot);var Tt=At.props.color;Tt.saturation=Et/Bt,Tt.brightness=1-St/Ot,At.props.onChange(Tt)},At}return ct.prototype.componentWillUnmount=function(){this.removeListeners(),this.removeTouchListeners()},ct.prototype.render=function(){var At=this.getPrefixCls(),xt=this.props.color,bt={h:xt.hue,s:1,v:1},Et=new lt.default(bt).toHexString(),St=xt.saturation*100,Bt=(1-xt.brightness)*100;return _.default.createElement("div",{className:At},_.default.createElement("div",{className:At+"-hsv",style:{backgroundColor:Et}},_.default.createElement("div",{className:At+"-value"}),_.default.createElement("div",{className:At+"-saturation"})),_.default.createElement("span",{style:{left:St+"%",top:Bt+"%"}}),_.default.createElement("div",{className:At+"-handler",onMouseDown:this.onBoardMouseDown,onTouchStart:this.onBoardTouchStart}))},ct}(_.default.Component);s.default=pt,pt.propTypes={color:at.default.object,onChange:at.default.func,rootPrefixCls:at.default.string},a.exports=s.default})(Board,Board.exports);var BoardExports=Board.exports,Preview$2={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=ot($),_e=propTypesExports,tt=ot(_e),nt=colorExports,at=ot(nt);function ot(ut){return ut&&ut.__esModule?ut:{default:ut}}function rt(ut,ft){for(var ht=Object.getOwnPropertyNames(ft),dt=0;dt<ht.length;dt++){var gt=ht[dt],pt=Object.getOwnPropertyDescriptor(ft,gt);pt&&pt.configurable&&ut[gt]===void 0&&Object.defineProperty(ut,gt,pt)}return ut}function st(ut,ft){if(!(ut instanceof ft))throw new TypeError("Cannot call a class as a function")}function lt(ut,ft){if(!ut)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ft&&(typeof ft=="object"||typeof ft=="function")?ft:ut}function et(ut,ft){if(typeof ft!="function"&&ft!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ft);ut.prototype=Object.create(ft&&ft.prototype,{constructor:{value:ut,enumerable:!1,writable:!0,configurable:!0}}),ft&&(Object.setPrototypeOf?Object.setPrototypeOf(ut,ft):rt(ut,ft))}var it=function(ut){et(ft,ut);function ft(){var ht,dt,gt;st(this,ft);for(var pt=arguments.length,mt=Array(pt),ct=0;ct<pt;ct++)mt[ct]=arguments[ct];return gt=(ht=(dt=lt(this,ut.call.apply(ut,[this].concat(mt))),dt),dt.onChange=function(vt){var At=vt.target.value,xt=new at.default(At);dt.props.onChange(xt),vt.stopPropagation()},dt.getPrefixCls=function(){return dt.props.rootPrefixCls+"-preview"},ht),lt(dt,gt)}return ft.prototype.render=function(){var dt=this.getPrefixCls(),gt=this.props.color.toHexString();return _.default.createElement("div",{className:dt},_.default.createElement("span",{style:{backgroundColor:gt,opacity:this.props.alpha/100}}),_.default.createElement("input",{type:"color",value:gt,onChange:this.onChange,onClick:this.props.onInputClick}))},ft}(_.default.Component);s.default=it,it.propTypes={rootPrefixCls:tt.default.string,color:tt.default.object,alpha:tt.default.number,onChange:tt.default.func,onInputClick:tt.default.func},a.exports=s.default})(Preview$2,Preview$2.exports);var PreviewExports=Preview$2.exports,Ribbon={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=st($),_e=reactDomExports,tt=st(_e),nt=propTypesExports,at=st(nt),ot=addEventListener,rt=st(ot);function st(ht){return ht&&ht.__esModule?ht:{default:ht}}function lt(ht,dt){for(var gt=Object.getOwnPropertyNames(dt),pt=0;pt<gt.length;pt++){var mt=gt[pt],ct=Object.getOwnPropertyDescriptor(dt,mt);ct&&ct.configurable&&ht[mt]===void 0&&Object.defineProperty(ht,mt,ct)}return ht}function et(ht,dt){if(!(ht instanceof dt))throw new TypeError("Cannot call a class as a function")}function it(ht,dt){if(!ht)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return dt&&(typeof dt=="object"||typeof dt=="function")?dt:ht}function ut(ht,dt){if(typeof dt!="function"&&dt!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof dt);ht.prototype=Object.create(dt&&dt.prototype,{constructor:{value:ht,enumerable:!1,writable:!0,configurable:!0}}),dt&&(Object.setPrototypeOf?Object.setPrototypeOf(ht,dt):lt(ht,dt))}var ft=function(ht){ut(dt,ht);function dt(gt){et(this,dt);var pt=it(this,ht.call(this,gt));return pt.onMouseDown=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.dragListener=(0,rt.default)(window,"mousemove",pt.onDrag),pt.dragUpListener=(0,rt.default)(window,"mouseup",pt.onDragEnd)},pt.onDrag=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt})},pt.onDragEnd=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.removeListeners()},pt.getPrefixCls=function(){return pt.props.rootPrefixCls+"-ribbon"},pt.pointMoveTo=function(mt){var ct=tt.default.findDOMNode(pt).getBoundingClientRect(),vt=ct.width,At=mt.x-ct.left;At=Math.max(0,At),At=Math.min(At,vt);var xt=At/vt,bt=xt*360,Et=pt.props.color;Et.hue=bt,pt.props.onChange(Et)},pt.removeListeners=function(){pt.dragListener&&(pt.dragListener.remove(),pt.dragListener=null),pt.dragUpListener&&(pt.dragUpListener.remove(),pt.dragUpListener=null)},pt}return dt.prototype.componentWillUnmount=function(){this.removeListeners()},dt.prototype.render=function(){var pt=this.getPrefixCls(),mt=this.props.color.hue,ct=mt/360*100;return _.default.createElement("div",{className:pt},_.default.createElement("span",{ref:"point",style:{left:ct+"%"}}),_.default.createElement("div",{className:pt+"-handler",onMouseDown:this.onMouseDown}))},dt}(_.default.Component);s.default=ft,ft.propTypes={rootPrefixCls:at.default.string,color:at.default.object,onChange:at.default.func},a.exports=s.default})(Ribbon,Ribbon.exports);var RibbonExports=Ribbon.exports,Alpha={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=rt($),_e=reactDomExports,tt=propTypesExports,nt=rt(tt),at=addEventListener,ot=rt(at);function rt(ht){return ht&&ht.__esModule?ht:{default:ht}}function st(ht,dt){for(var gt=Object.getOwnPropertyNames(dt),pt=0;pt<gt.length;pt++){var mt=gt[pt],ct=Object.getOwnPropertyDescriptor(dt,mt);ct&&ct.configurable&&ht[mt]===void 0&&Object.defineProperty(ht,mt,ct)}return ht}function lt(ht,dt){if(!(ht instanceof dt))throw new TypeError("Cannot call a class as a function")}function et(ht,dt){if(!ht)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return dt&&(typeof dt=="object"||typeof dt=="function")?dt:ht}function it(ht,dt){if(typeof dt!="function"&&dt!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof dt);ht.prototype=Object.create(dt&&dt.prototype,{constructor:{value:ht,enumerable:!1,writable:!0,configurable:!0}}),dt&&(Object.setPrototypeOf?Object.setPrototypeOf(ht,dt):st(ht,dt))}function ut(ht,dt,gt,pt){return"rgba("+[ht,dt,gt,pt/100].join(",")+")"}var ft=function(ht){it(dt,ht);function dt(gt){lt(this,dt);var pt=et(this,ht.call(this,gt));return pt.onMouseDown=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.dragListener=(0,ot.default)(window,"mousemove",pt.onDrag),pt.dragUpListener=(0,ot.default)(window,"mouseup",pt.onDragEnd)},pt.onDrag=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt})},pt.onDragEnd=function(mt){var ct=mt.clientX,vt=mt.clientY;pt.pointMoveTo({x:ct,y:vt}),pt.removeListeners()},pt.getBackground=function(){var mt=pt.props.color,ct=mt.red,vt=mt.green,At=mt.blue,xt="linear-gradient(to right, "+ut(ct,vt,At,0)+" , "+ut(ct,vt,At,100)+")";return xt},pt.getPrefixCls=function(){return pt.props.rootPrefixCls+"-alpha"},pt.pointMoveTo=function(mt){var ct=(0,_e.findDOMNode)(pt).getBoundingClientRect(),vt=ct.width,At=mt.x-ct.left;At=Math.max(0,At),At=Math.min(At,vt);var xt=Math.round(At/vt*100);pt.props.onChange(xt)},pt.removeListeners=function(){pt.dragListener&&(pt.dragListener.remove(),pt.dragListener=null),pt.dragUpListener&&(pt.dragUpListener.remove(),pt.dragUpListener=null)},pt}return dt.prototype.componentWillUnmount=function(){this.removeListeners()},dt.prototype.render=function(){var pt=this.getPrefixCls();return _.default.createElement("div",{className:pt},_.default.createElement("div",{ref:"bg",className:pt+"-bg",style:{background:this.getBackground()}}),_.default.createElement("span",{style:{left:this.props.alpha+"%"}}),_.default.createElement("div",{className:pt+"-handler",onMouseDown:this.onMouseDown}))},dt}(_.default.Component);s.default=ft,ft.propTypes={color:nt.default.object,onChange:nt.default.func,rootPrefixCls:nt.default.string,alpha:nt.default.number},a.exports=s.default})(Alpha,Alpha.exports);var AlphaExports=Alpha.exports,Params={exports:{}},percentage={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0}),s.default=$;function $(_){return Math.round(_*100)}a.exports=s.default})(percentage,percentage.exports);var percentageExports=percentage.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=et($),_e=propTypesExports,tt=et(_e),nt=classnamesExports,at=et(nt),ot=colorExports,rt=et(ot),st=percentageExports,lt=et(st);function et(mt){return mt&&mt.__esModule?mt:{default:mt}}function it(mt,ct){for(var vt=Object.getOwnPropertyNames(ct),At=0;At<vt.length;At++){var xt=vt[At],bt=Object.getOwnPropertyDescriptor(ct,xt);bt&&bt.configurable&&mt[xt]===void 0&&Object.defineProperty(mt,xt,bt)}return mt}function ut(mt,ct,vt){return ct in mt?Object.defineProperty(mt,ct,{value:vt,enumerable:!0,configurable:!0,writable:!0}):mt[ct]=vt,mt}function ft(mt,ct){if(!(mt instanceof ct))throw new TypeError("Cannot call a class as a function")}function ht(mt,ct){if(!mt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ct&&(typeof ct=="object"||typeof ct=="function")?ct:mt}function dt(mt,ct){if(typeof ct!="function"&&ct!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ct);mt.prototype=Object.create(ct&&ct.prototype,{constructor:{value:mt,enumerable:!1,writable:!0,configurable:!0}}),ct&&(Object.setPrototypeOf?Object.setPrototypeOf(mt,ct):it(mt,ct))}var gt=["RGB","HSB"],pt=function(mt){dt(ct,mt);function ct(vt){ft(this,ct);var At=ht(this,mt.call(this,vt));return At.getChannelInRange=function(xt,bt){var Et={RGB:[[0,255],[0,255],[0,255]],HSB:[[0,359],[0,100],[0,100]]},St=At.state.mode,Bt=Et[St][bt],Ot=parseInt(xt,10);return isNaN(Ot)&&(Ot=0),Ot=Math.max(Bt[0],Ot),Ot=Math.min(Ot,Bt[1]),Ot},At.getPrefixCls=function(){return At.props.rootPrefixCls+"-params"},At.handleHexBlur=function(){var xt=At.state.hex,bt=null;rt.default.isValidHex(xt)&&(bt=new rt.default(xt)),bt!==null&&(At.setState({color:bt,hex:xt}),At.props.onChange(bt,!1))},At.handleHexPress=function(xt){var bt=At.state.hex;if(xt.nativeEvent.which===13){var Et=null;rt.default.isValidHex(bt)&&(Et=new rt.default(bt)),Et!==null&&(At.setState({color:Et,hex:bt}),At.props.onChange(Et,!1))}},At.handleHexChange=function(xt){var bt=xt.target.value;At.setState({hex:bt})},At.handleModeChange=function(){var xt=At.state.mode,bt=(gt.indexOf(xt)+1)%gt.length;xt=gt[bt],At.setState({mode:xt})},At.handleAlphaHandler=function(xt){var bt=parseInt(xt.target.value,10);isNaN(bt)&&(bt=0),bt=Math.max(0,bt),bt=Math.min(bt,100),At.props.onAlphaChange(bt)},At.updateColorByChanel=function(xt,bt){var Et=At.props.color,St=At.state.mode;return St==="HSB"?xt==="H"?Et.hue=parseInt(bt,10):xt==="S"?Et.saturation=parseInt(bt,10)/100:xt==="B"&&(Et.brightness=parseInt(bt,10)/100):xt==="R"?Et.red=parseInt(bt,10):xt==="G"?Et.green=parseInt(bt,10):xt==="B"&&(Et.blue=parseInt(bt,10)),Et},At.handleColorChannelChange=function(xt,bt){var Et=At.getChannelInRange(bt.target.value,xt),St=At.state.mode,Bt=St[xt],Ot=At.updateColorByChanel(Bt,Et);At.setState({hex:Ot.hex,color:Ot},function(){At.props.onChange(Ot,!1)})},At.state={mode:vt.mode,hex:vt.color.hex,color:vt.color},At}return ct.prototype.componentWillReceiveProps=function(At){var xt=At.color;this.setState({color:xt,hex:xt.hex})},ct.prototype.render=function(){var At,xt=this.getPrefixCls(),bt=this.props.enableAlpha,Et=this.state,St=Et.mode,Bt=Et.color,Ot=Bt[St];St==="HSB"&&(Ot[0]=parseInt(Ot[0],10),Ot[1]=(0,lt.default)(Ot[1]),Ot[2]=(0,lt.default)(Ot[2]));var Tt=(0,at.default)((At={},ut(At,xt,!0),ut(At,xt+"-has-alpha",bt),At));return _.default.createElement("div",{className:Tt},_.default.createElement("div",{className:xt+"-input"},_.default.createElement("input",{className:xt+"-hex",type:"text",maxLength:"6",onKeyPress:this.handleHexPress,onBlur:this.handleHexBlur,onChange:this.handleHexChange,value:this.state.hex.toLowerCase()}),_.default.createElement("input",{type:"number",ref:"channel_0",value:Ot[0],onChange:this.handleColorChannelChange.bind(null,0)}),_.default.createElement("input",{type:"number",ref:"channel_1",value:Ot[1],onChange:this.handleColorChannelChange.bind(null,1)}),_.default.createElement("input",{type:"number",ref:"channel_2",value:Ot[2],onChange:this.handleColorChannelChange.bind(null,2)}),bt&&_.default.createElement("input",{type:"number",value:Math.round(this.props.alpha),onChange:this.handleAlphaHandler})),_.default.createElement("div",{className:xt+"-lable"},_.default.createElement("label",{className:xt+"-lable-hex"},"Hex"),_.default.createElement("label",{className:xt+"-lable-number",onClick:this.handleModeChange},St[0]),_.default.createElement("label",{className:xt+"-lable-number",onClick:this.handleModeChange},St[1]),_.default.createElement("label",{className:xt+"-lable-number",onClick:this.handleModeChange},St[2]),bt&&_.default.createElement("label",{className:xt+"-lable-alpha"},"A")))},ct}(_.default.Component);s.default=pt,pt.propTypes={alpha:tt.default.number,enableAlpha:tt.default.bool,color:tt.default.object.isRequired,mode:tt.default.oneOf(gt),onAlphaChange:tt.default.func,onChange:tt.default.func,rootPrefixCls:tt.default.string},pt.defaultProps={mode:gt[0],enableAlpha:!0},a.exports=s.default})(Params,Params.exports);var ParamsExports=Params.exports,validationColor=function a(s,$,_){if(s[$]&&!/^#[0-9a-fA-F]{3,6}$/.test(s[$]))return new Error(_+".props."+$+" Validation failed!")};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=reactExports,_=vt($),_e=propTypesExports,tt=vt(_e),nt=colorExports,at=vt(nt),ot=BoardExports,rt=vt(ot),st=PreviewExports,lt=vt(st),et=RibbonExports,it=vt(et),ut=AlphaExports,ft=vt(ut),ht=ParamsExports,dt=vt(ht),gt=classnamesExports,pt=vt(gt),mt=validationColor,ct=vt(mt);function vt(wt){return wt&&wt.__esModule?wt:{default:wt}}function At(wt,Ct){for(var It=Object.getOwnPropertyNames(Ct),yt=0;yt<It.length;yt++){var Rt=It[yt],kt=Object.getOwnPropertyDescriptor(Ct,Rt);kt&&kt.configurable&&wt[Rt]===void 0&&Object.defineProperty(wt,Rt,kt)}return wt}function xt(wt,Ct,It){return Ct in wt?Object.defineProperty(wt,Ct,{value:It,enumerable:!0,configurable:!0,writable:!0}):wt[Ct]=It,wt}function bt(wt,Ct){if(!(wt instanceof Ct))throw new TypeError("Cannot call a class as a function")}function Et(wt,Ct){if(!wt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ct&&(typeof Ct=="object"||typeof Ct=="function")?Ct:wt}function St(wt,Ct){if(typeof Ct!="function"&&Ct!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ct);wt.prototype=Object.create(Ct&&Ct.prototype,{constructor:{value:wt,enumerable:!1,writable:!0,configurable:!0}}),Ct&&(Object.setPrototypeOf?Object.setPrototypeOf(wt,Ct):At(wt,Ct))}function Bt(){}var Ot=function(wt){St(Ct,wt);function Ct(It){bt(this,Ct);var yt=Et(this,wt.call(this,It));Tt.call(yt);var Rt=typeof It.alpha>"u"?It.defaultAlpha:Math.min(It.alpha,It.defaultAlpha),kt=new at.default(It.color||It.defaultColor);return yt.state={color:kt,alpha:Rt},yt}return Ct.prototype.componentDidMount=function(){this.props.onMount(this.ref)},Ct.prototype.componentWillReceiveProps=function(yt){if(yt.color){var Rt=new at.default(yt.color);this.setState({color:Rt})}yt.alpha!==void 0&&this.setState({alpha:yt.alpha})},Ct.prototype.render=function(){var yt,Rt=this,kt=this.props,jt=kt.prefixCls,Ht=kt.enableAlpha,Ft=this.state,_t=Ft.color,Nt=Ft.alpha,Mt=(0,pt.default)((yt={},xt(yt,jt+"-wrap",!0),xt(yt,jt+"-wrap-has-alpha",Ht),yt));return _.default.createElement("div",{ref:function($t){return Rt.ref=$t},className:[jt,this.props.className].join(" "),style:this.props.style,onFocus:this.onFocus,onBlur:this.onBlur,tabIndex:"0"},_.default.createElement("div",{className:jt+"-inner"},_.default.createElement(rt.default,{rootPrefixCls:jt,color:_t,onChange:this.handleChange}),_.default.createElement("div",{className:Mt},_.default.createElement("div",{className:jt+"-wrap-ribbon"},_.default.createElement(it.default,{rootPrefixCls:jt,color:_t,onChange:this.handleChange})),Ht&&_.default.createElement("div",{className:jt+"-wrap-alpha"},_.default.createElement(ft.default,{rootPrefixCls:jt,alpha:Nt,color:_t,onChange:this.handleAlphaChange})),_.default.createElement("div",{className:jt+"-wrap-preview"},_.default.createElement(lt.default,{rootPrefixCls:jt,alpha:Nt,onChange:this.handleChange,onInputClick:this.onSystemColorPickerOpen,color:_t}))),_.default.createElement("div",{className:jt+"-wrap",style:{height:40,marginTop:6}},_.default.createElement(dt.default,{rootPrefixCls:jt,color:_t,alpha:Nt,onAlphaChange:this.handleAlphaChange,onChange:this.handleChange,mode:this.props.mode,enableAlpha:this.props.enableAlpha}))))},Ct}(_.default.Component),Tt=function(){var Ct=this;this.onSystemColorPickerOpen=function(It){It.target.type==="color"&&(Ct.systemColorPickerOpen=!0)},this.onFocus=function(){Ct._blurTimer?(clearTimeout(Ct._blurTimer),Ct._blurTimer=null):Ct.props.onFocus()},this.onBlur=function(){Ct._blurTimer&&clearTimeout(Ct._blurTimer),Ct._blurTimer=setTimeout(function(){if(Ct.systemColorPickerOpen){Ct.systemColorPickerOpen=!1;return}Ct.props.onBlur()},100)},this.handleAlphaChange=function(It){var yt=Ct.state.color;yt.alpha=It,Ct.setState({alpha:It,color:yt}),Ct.props.onChange({color:yt.toHexString(),alpha:It})},this.handleChange=function(It){var yt=Ct.state.alpha;It.alpha=yt,Ct.setState({color:It}),Ct.props.onChange({color:It.toHexString(),alpha:It.alpha})}};s.default=Ot,Ot.propTypes={alpha:tt.default.number,className:tt.default.string,color:ct.default,defaultAlpha:tt.default.number,defaultColor:ct.default,enableAlpha:tt.default.bool,mode:tt.default.oneOf(["RGB","HSL","HSB"]),onBlur:tt.default.func,onChange:tt.default.func,onFocus:tt.default.func,onMount:tt.default.func,prefixCls:tt.default.string,style:tt.default.object},Ot.defaultProps={className:"",defaultAlpha:100,defaultColor:"#ff0000",enableAlpha:!0,mode:"RGB",onBlur:Bt,onChange:Bt,onFocus:Bt,onMount:Bt,prefixCls:"rc-color-picker-panel",style:{}},a.exports=s.default})(Panel$1,Panel$1.exports);var PanelExports=Panel$1.exports,placements={exports:{}};(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $={adjustX:1,adjustY:1},_=[0,0],_e={topLeft:{points:["bl","tl"],overflow:$,offset:[0,-5],targetOffset:_},topRight:{points:["br","tr"],overflow:$,offset:[0,-5],targetOffset:_},bottomLeft:{points:["tl","bl"],overflow:$,offset:[0,5],targetOffset:_},bottomRight:{points:["tr","br"],overflow:$,offset:[0,5],targetOffset:_}};s.default=_e,a.exports=s.default})(placements,placements.exports);var placementsExports=placements.exports;(function(a,s){Object.defineProperty(s,"__esModule",{value:!0});var $=function(){function bt(Et,St){var Bt=[],Ot=!0,Tt=!1,wt=void 0;try{for(var Ct=Et[Symbol.iterator](),It;!(Ot=(It=Ct.next()).done)&&(Bt.push(It.value),!(St&&Bt.length===St));Ot=!0);}catch(yt){Tt=!0,wt=yt}finally{try{!Ot&&Ct.return&&Ct.return()}finally{if(Tt)throw wt}}return Bt}return function(Et,St){if(Array.isArray(Et))return Et;if(Symbol.iterator in Object(Et))return bt(Et,St);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),_=Object.assign||function(bt){for(var Et=1;Et<arguments.length;Et++){var St=arguments[Et];for(var Bt in St)Object.prototype.hasOwnProperty.call(St,Bt)&&(bt[Bt]=St[Bt])}return bt},_e=reactExports,tt=dt(_e),nt=reactDomExports,at=propTypesExports,ot=dt(at),rt=require$$3$1,st=dt(rt),lt=PanelExports,et=dt(lt),it=placementsExports,ut=dt(it),ft=colorExports,ht=dt(ft);function dt(bt){return bt&&bt.__esModule?bt:{default:bt}}function gt(bt,Et){for(var St=Object.getOwnPropertyNames(Et),Bt=0;Bt<St.length;Bt++){var Ot=St[Bt],Tt=Object.getOwnPropertyDescriptor(Et,Ot);Tt&&Tt.configurable&&bt[Ot]===void 0&&Object.defineProperty(bt,Ot,Tt)}return bt}function pt(bt,Et){if(!(bt instanceof Et))throw new TypeError("Cannot call a class as a function")}function mt(bt,Et){if(!bt)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Et&&(typeof Et=="object"||typeof Et=="function")?Et:bt}function ct(bt,Et){if(typeof Et!="function"&&Et!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Et);bt.prototype=Object.create(Et&&Et.prototype,{constructor:{value:bt,enumerable:!1,writable:!0,configurable:!0}}),Et&&(Object.setPrototypeOf?Object.setPrototypeOf(bt,Et):gt(bt,Et))}function vt(bt,Et){this[bt]=Et}function At(bt){bt.preventDefault()}var xt=function(bt){ct(Et,bt);function Et(St){pt(this,Et);var Bt=mt(this,bt.call(this,St)),Ot=typeof St.alpha>"u"?St.defaultAlpha:Math.min(St.alpha,St.defaultAlpha);Bt.state={color:St.color||St.defaultColor,alpha:Ot,open:!1};var Tt=["onTriggerClick","onChange","onBlur","getPickerElement","getRootDOMNode","getTriggerDOMNode","onVisibleChange","onPanelMount","setOpen","open","close","focus"];return Tt.forEach(function(wt){Bt[wt]=Bt[wt].bind(Bt)}),Bt.saveTriggerRef=vt.bind(Bt,"triggerInstance"),Bt}return Et.prototype.componentWillReceiveProps=function(Bt){Bt.color&&this.setState({color:Bt.color}),Bt.alpha!==null&&Bt.alpha!==void 0&&this.setState({alpha:Bt.alpha})},Et.prototype.onTriggerClick=function(){this.setState({open:!this.state.open})},Et.prototype.onChange=function(Bt){var Ot=this;this.setState(_({},Bt),function(){Ot.props.onChange(Ot.state)})},Et.prototype.onBlur=function(){this.setOpen(!1)},Et.prototype.onVisibleChange=function(Bt){this.setOpen(Bt)},Et.prototype.onPanelMount=function(Bt){this.state.open&&setTimeout(function(){Bt.focus()},1)},Et.prototype.setOpen=function(Bt,Ot){var Tt=this;this.state.open!==Bt&&this.setState({open:Bt},function(){typeof Ot=="function"&&Ot();var wt=Tt.props,Ct=wt.onOpen,It=wt.onClose;Tt.state.open?Ct(Tt.state):It(Tt.state)})},Et.prototype.getRootDOMNode=function(){return(0,nt.findDOMNode)(this)},Et.prototype.getTriggerDOMNode=function(){return(0,nt.findDOMNode)(this.triggerInstance)},Et.prototype.getPickerElement=function(){return tt.default.createElement(et.default,{onMount:this.onPanelMount,defaultColor:this.state.color,alpha:this.state.alpha,enableAlpha:this.props.enableAlpha,prefixCls:this.props.prefixCls+"-panel",onChange:this.onChange,onBlur:this.onBlur,mode:this.props.mode,className:this.props.className})},Et.prototype.open=function(Bt){this.setOpen(!0,Bt)},Et.prototype.close=function(Bt){this.setOpen(!1,Bt)},Et.prototype.focus=function(){this.state.open||(0,nt.findDOMNode)(this).focus()},Et.prototype.render=function(){var Bt=this.props,Ot=this.state,Tt=[Bt.prefixCls+"-wrap",Bt.className];Ot.open&&Tt.push(Bt.prefixCls+"-open");var wt=Bt.children,Ct=$(new ht.default(this.state.color).RGB,3),It=Ct[0],yt=Ct[1],Rt=Ct[2],kt=[It,yt,Rt];kt.push(this.state.alpha/100),wt&&(wt=tt.default.cloneElement(wt,{ref:this.saveTriggerRef,unselectable:"unselectable",style:{backgroundColor:"rgba("+kt.join(",")+")"},onClick:this.onTriggerClick,onMouseDown:At}));var jt=Bt.prefixCls,Ht=Bt.placement,Ft=Bt.style,_t=Bt.getCalendarContainer,Nt=Bt.align,Mt=Bt.animation,Lt=Bt.disabled,$t=Bt.transitionName;return tt.default.createElement("div",{className:Tt.join(" ")},tt.default.createElement(st.default,{popup:this.getPickerElement(),popupAlign:Nt,builtinPlacements:ut.default,popupPlacement:Ht,action:Lt?[]:["click"],destroyPopupOnHide:!0,getPopupContainer:_t,popupStyle:Ft,popupAnimation:Mt,popupTransitionName:$t,popupVisible:Ot.open,onPopupVisibleChange:this.onVisibleChange,prefixCls:jt},wt))},Et}(tt.default.Component);s.default=xt,xt.propTypes={defaultColor:ot.default.string,defaultAlpha:ot.default.number,alpha:ot.default.number,children:ot.default.node.isRequired,className:ot.default.string,color:ot.default.string,enableAlpha:ot.default.bool,mode:ot.default.oneOf(["RGB","HSL","HSB"]),onChange:ot.default.func,onClose:ot.default.func,onOpen:ot.default.func,placement:ot.default.oneOf(["topLeft","topRight","bottomLeft","bottomRight"]),prefixCls:ot.default.string.isRequired,style:ot.default.object},xt.defaultProps={defaultColor:"#F00",defaultAlpha:100,onChange:function(){},onOpen:function(){},onClose:function(){},children:tt.default.createElement("span",{className:"rc-color-picker-trigger"}),className:"",enableAlpha:!0,placement:"topLeft",prefixCls:"rc-color-picker",style:{}},a.exports=s.default})(ColorPicker$1,ColorPicker$1.exports);var ColorPickerExports=ColorPicker$1.exports;lib$1.exports=ColorPickerExports,lib$1.exports.Panel=PanelExports;var libExports=lib$1.exports;const ColorPicker=getDefaultExportFromCjs(libExports),alphaHexMap={"1.00":"FF",.99:"FC",.98:"FA",.97:"F7",.96:"F5",.95:"F2",.94:"F0",.93:"ED",.92:"EB",.91:"E8","0.90":"E6",.89:"E3",.88:"E0",.87:"DE",.86:"DB",.85:"D9",.84:"D6",.83:"D4",.82:"D1",.81:"CF","0.80":"CC",.79:"C9",.78:"C7",.77:"C4",.76:"C2",.75:"BF",.74:"BD",.73:"BA",.72:"B8",.71:"B5","0.70":"B3",.69:"B0",.68:"AD",.67:"AB",.66:"A8",.65:"A6",.64:"A3",.63:"A1",.62:"9E",.61:"9C","0.60":"99",.59:"96",.58:"94",.57:"91",.56:"8F",.55:"8C",.54:"8A",.53:"87",.52:"85",.51:"82","0.50":"80",.49:"7D",.48:"7A",.47:"78",.46:"75",.45:"73",.44:"70",.43:"6E",.42:"6B",.41:"69","0.40":"66",.39:"63",.38:"61",.37:"5E",.36:"5C",.35:"59",.34:"57",.33:"54",.32:"52",.31:"4F","0.30":"4D",.29:"4A",.28:"47",.27:"45",.26:"42",.25:"40",.24:"3D",.23:"3B",.22:"38",.21:"36","0.20":"33",.19:"30",.18:"2E",.17:"2B",.16:"29",.15:"26",.14:"24",.13:"21",.12:"1F",.11:"1C","0.10":"1A",.09:"17",.08:"14",.07:"12",.06:"0F",.05:"0D",.04:"0A",.03:"08",.02:"05",.01:"03","0.00":"00"};var getAlphaFromHex=function a(){var s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"#ffffff",$=s.slice(7),_=100;for(var _e in alphaHexMap)alphaHexMap[_e]===$.toUpperCase()&&(_=Number(_e)*100);return _},Color=function a(s){var $=s.className,_=s.schema,_e=s.disabled,tt=s.readOnly,nt=s.value,at=s.onChange,ot=s.style,rt=function(et){if(!(_e||tt)){var it=alphaHexMap[(et.alpha/100).toFixed(2)],ut=et.color+(et.alpha===100?"":it);at(ut)}},st=function(et){at(et.target.value)};return React$a.createElement("div",{className:"fr-color-picker",style:ot},_e||tt?React$a.createElement("span",{className:"rc-color-picker-trigger",style:{backgroundColor:nt||"#ffffff"}}):React$a.createElement(ColorPicker,{type:_==null?void 0:_.format,animation:"slide-up",color:nt&&nt.slice(0,7)||"#ffffff",alpha:getAlphaFromHex(nt),onChange:rt,disabled:!0}),tt?React$a.createElement("span",null,nt||"#ffffff"):React$a.createElement(_Input,{className:$,placeholder:"#ffffff",disabled:_e,value:nt,onChange:st}))},quarterOfYear$1={exports:{}};(function(a,s){(function($,_){a.exports=_()})(commonjsGlobal,function(){var $="month",_="quarter";return function(_e,tt){var nt=tt.prototype;nt.quarter=function(rt){return this.$utils().u(rt)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(rt-1))};var at=nt.add;nt.add=function(rt,st){return rt=Number(rt),this.$utils().p(st)===_?this.add(3*rt,$):at.bind(this)(rt,st)};var ot=nt.startOf;nt.startOf=function(rt,st){var lt=this.$utils(),et=!!lt.u(st)||st;if(lt.p(rt)===_){var it=this.quarter()-1;return et?this.month(3*it).startOf($).startOf("day"):this.month(3*it+2).endOf($).endOf("day")}return ot.bind(this)(rt,st)}}})})(quarterOfYear$1);var quarterOfYearExports=quarterOfYear$1.exports;const quarterOfYear=getDefaultExportFromCjs(quarterOfYearExports);function _slicedToArray$a(a,s){return _arrayWithHoles$a(a)||_iterableToArrayLimit$a(a,s)||_unsupportedIterableToArray$c(a,s)||_nonIterableRest$a()}function _nonIterableRest$a(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
636
636
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$c(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$c(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$c(a,s)}}function _arrayLikeToArray$c(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _iterableToArrayLimit$a(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _arrayWithHoles$a(a){if(Array.isArray(a))return a}dayjs.extend(weekOfYear);function isUrl(a){var s=/^(?:\w+:)?\/\/(\S+)$/;return typeof a!="string"?!1:s.test(a)}function getFormat(a){var s;switch(a){case"date":s="YYYY-MM-DD";break;case"time":s="HH:mm:ss";break;case"dateTime":s="YYYY-MM-DD HH:mm:ss";break;case"week":s="YYYY-w";break;case"year":s="YYYY";break;case"quarter":s="YYYY-Q";break;case"month":s="YYYY-MM";break;default:typeof a=="string"?s=a:s="YYYY-MM-DD"}return s}var transformDateValue=function a(s,$,_){var _e,tt=s||void 0;if(typeof s=="string"){if($==="week"){var nt=s.split("-"),at=_slicedToArray$a(nt,2),ot=at[0],rt=at[1];tt=(_e=dayjs(ot))===null||_e===void 0?void 0:_e.week(Number(rt))}if($==="quarter"){var st=s.split("-"),lt=_slicedToArray$a(st,2),et=lt[0],it=lt[1];tt=dayjs(et).quarter(it)}}return tt&&(tt=dayjs(tt,_)),tt},translation=function a(s){return function($){var _,_e=(_=s==null?void 0:s.locale)===null||_===void 0?void 0:_.FormRender;return _e[$]}},DatePicker$1=generatePicker(generateConfig);dayjs.extend(quarterOfYear);var DateCmpt=function a(s){var $=s.onChange,_=s.format,_e=s.value,tt=s.style,nt=__rest$3(s,["onChange","format","value","style"]),at=getFormat(_),ot=reactExports.useMemo(function(){return transformDateValue(_e,_,at)},[_e]),rt=function(et,it){var ut=it;(_==="week"||_==="quarter")&&(ut=dayjs(et).format(at)),$(ut)},st={value:ot,style:Object.assign({width:"100%"},tt),onChange:rt};return _==="dateTime"&&(st.showTime=!0),["week","month","quarter","year"].indexOf(_)>-1&&(st.picker=_),at===_&&(st.format=_),React$a.createElement(DatePicker$1,Object.assign({},st,nt))};const DatePicker=withFieldWrap(DateCmpt);dayjs.extend(quarterOfYear);var RangePicker$1=DatePicker$1.RangePicker,DateRange=function a(s){var $=s.onChange,_=s.format,_e=s.value,tt=s.style,nt=__rest$3(s,["onChange","format","value","style"]),at=getFormat(_),ot=reactExports.useMemo(function(){return _e&&_e.map(function(lt){return transformDateValue(lt,_,at)})},[_e]),rt=function(et,it){var ut=it;["week","quarter"].includes(_)&&(ut=(et||[]).map(function(ht){return dayjs(ht).format(at)}));var ft=ut.every(function(ht){return!!ht});ft||(ut=null),$(ut)},st={value:ot,style:Object.assign({width:"100%"},tt),onChange:rt};return _==="dateTime"&&(st.showTime=!0),["week","month","quarter","year"].indexOf(_)>-1&&(st.picker=_),st=Object.assign(Object.assign({},st),nt),at===_&&(st.format=_),React$a.createElement(RangePicker$1,Object.assign({},st))};const DateRange$1=withFieldWrap(DateRange);var TimePicker$1=reactExports.forwardRef(function(a,s){return reactExports.createElement(DatePicker$1,Object.assign({},a,{picker:"time",mode:void 0,ref:s}))});TimePicker$1.displayName="TimePicker",TimePicker$1.RangePicker=reactExports.forwardRef(function(a,s){return reactExports.createElement(DatePicker$1.RangePicker,Object.assign({},a,{picker:"time",mode:void 0,ref:s}))});var Time=function a(s){var $=s.onChange,_=s.format,_e=_===void 0?"time":_,tt=s.value,nt=s.style,at=__rest$3(s,["onChange","format","value","style"]),ot=getFormat(_e),rt=tt?dayjs(tt,ot):void 0,st=function(it,ut){$(ut)},lt=Object.assign({value:rt,style:Object.assign({width:"100%"},nt),onChange:st,format:ot},at);return React$a.createElement(TimePicker$1,Object.assign({},lt))};const TimePicker=withFieldWrap(Time);function _slicedToArray$9(a,s){return _arrayWithHoles$9(a)||_iterableToArrayLimit$9(a,s)||_unsupportedIterableToArray$b(a,s)||_nonIterableRest$9()}function _nonIterableRest$9(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
637
637
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$b(a,s){if(a){if(typeof a=="string")return _arrayLikeToArray$b(a,s);var $=Object.prototype.toString.call(a).slice(8,-1);if($==="Object"&&a.constructor&&($=a.constructor.name),$==="Map"||$==="Set")return Array.from(a);if($==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test($))return _arrayLikeToArray$b(a,s)}}function _arrayLikeToArray$b(a,s){(s==null||s>a.length)&&(s=a.length);for(var $=0,_=new Array(s);$<s;$++)_[$]=a[$];return _}function _iterableToArrayLimit$9(a,s){var $=a==null?null:typeof Symbol<"u"&&a[Symbol.iterator]||a["@@iterator"];if($!=null){var _,_e,tt,nt,at=[],ot=!0,rt=!1;try{if(tt=($=$.call(a)).next,s===0){if(Object($)!==$)return;ot=!1}else for(;!(ot=(_=tt.call($)).done)&&(at.push(_.value),at.length!==s);ot=!0);}catch(st){rt=!0,_e=st}finally{try{if(!ot&&$.return!=null&&(nt=$.return(),Object(nt)!==nt))return}finally{if(rt)throw _e}}return at}}function _arrayWithHoles$9(a){if(Array.isArray(a))return a}var RangePicker=TimePicker$1.RangePicker,TimeRange=function a(s){var $=s.onChange,_=s.format,_e=_===void 0?"time":_,tt=s.value,nt=s.style,at=s.schema,ot,rt,st=getFormat(_e),lt=Array.isArray(tt)?tt:[],et=_slicedToArray$9(lt,2),it=et[0],ut=et[1],ft=it&&ut?[dayjs(it,((ot=at==null?void 0:at.props)===null||ot===void 0?void 0:ot.format)||st),dayjs(ut,((rt=at==null?void 0:at.props)===null||rt===void 0?void 0:rt.format)||st)]:[],ht=function(pt,mt){var ct=mt[0]===""||mt[1]==="",vt=mt[0]===void 0||mt[1]===void 0;$(ct||vt?void 0:mt)},dt=Object.assign({style:Object.assign({width:"100%"},nt),value:ft,onChange:ht},at.props||{});return React$a.createElement(RangePicker,Object.assign({},dt))},PictureOutlined$2={},_typeof$g={exports:{}};(function(a){function s($){"@babel/helpers - typeof";return a.exports=s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(_){return typeof _}:function(_){return _&&typeof Symbol=="function"&&_.constructor===Symbol&&_!==Symbol.prototype?"symbol":typeof _},a.exports.__esModule=!0,a.exports.default=a.exports,s($)}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports})(_typeof$g);var _typeofExports=_typeof$g.exports,objectSpread2={exports:{}},defineProperty={exports:{}},toPropertyKey={exports:{}},toPrimitive={exports:{}},hasRequiredToPrimitive;function requireToPrimitive(){return hasRequiredToPrimitive||(hasRequiredToPrimitive=1,function(a){var s=_typeofExports.default;function $(_,_e){if(s(_)!="object"||!_)return _;var tt=_[Symbol.toPrimitive];if(tt!==void 0){var nt=tt.call(_,_e||"default");if(s(nt)!="object")return nt;throw new TypeError("@@toPrimitive must return a primitive value.")}return(_e==="string"?String:Number)(_)}a.exports=$,a.exports.__esModule=!0,a.exports.default=a.exports}(toPrimitive)),toPrimitive.exports}var hasRequiredToPropertyKey;function requireToPropertyKey(){return hasRequiredToPropertyKey||(hasRequiredToPropertyKey=1,function(a){var s=_typeofExports.default,$=requireToPrimitive();function _(_e){var tt=$(_e,"string");return s(tt)=="symbol"?tt:String(tt)}a.exports=_,a.exports.__esModule=!0,a.exports.default=a.exports}(toPropertyKey)),toPropertyKey.exports}var hasRequiredDefineProperty;function requireDefineProperty(){return hasRequiredDefineProperty||(hasRequiredDefineProperty=1,function(a){var s=requireToPropertyKey();function $(_,_e,tt){return _e=s(_e),_e in _?Object.defineProperty(_,_e,{value:tt,enumerable:!0,configurable:!0,writable:!0}):_[_e]=tt,_}a.exports=$,a.exports.__esModule=!0,a.exports.default=a.exports}(defineProperty)),defineProperty.exports}var hasRequiredObjectSpread2;function requireObjectSpread2(){return hasRequiredObjectSpread2||(hasRequiredObjectSpread2=1,function(a){var s=requireDefineProperty();function $(_e,tt){var nt=Object.keys(_e);if(Object.getOwnPropertySymbols){var at=Object.getOwnPropertySymbols(_e);tt&&(at=at.filter(function(ot){return Object.getOwnPropertyDescriptor(_e,ot).enumerable})),nt.push.apply(nt,at)}return nt}function _(_e){for(var tt=1;tt<arguments.length;tt++){var nt=arguments[tt]!=null?arguments[tt]:{};tt%2?$(Object(nt),!0).forEach(function(at){s(_e,at,nt[at])}):Object.getOwnPropertyDescriptors?Object.defineProperties(_e,Object.getOwnPropertyDescriptors(nt)):$(Object(nt)).forEach(function(at){Object.defineProperty(_e,at,Object.getOwnPropertyDescriptor(nt,at))})}return _e}a.exports=_,a.exports.__esModule=!0,a.exports.default=a.exports}(objectSpread2)),objectSpread2.exports}var PictureOutlined$1={},hasRequiredPictureOutlined;function requirePictureOutlined(){if(hasRequiredPictureOutlined)return PictureOutlined$1;hasRequiredPictureOutlined=1,Object.defineProperty(PictureOutlined$1,"__esModule",{value:!0});var a={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z"}}]},name:"picture",theme:"outlined"};return PictureOutlined$1.default=a,PictureOutlined$1}var AntdIcon={},slicedToArray={exports:{}},arrayWithHoles={exports:{}},hasRequiredArrayWithHoles;function requireArrayWithHoles(){return hasRequiredArrayWithHoles||(hasRequiredArrayWithHoles=1,function(a){function s($){if(Array.isArray($))return $}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports}(arrayWithHoles)),arrayWithHoles.exports}var iterableToArrayLimit={exports:{}},hasRequiredIterableToArrayLimit;function requireIterableToArrayLimit(){return hasRequiredIterableToArrayLimit||(hasRequiredIterableToArrayLimit=1,function(a){function s($,_){var _e=$==null?null:typeof Symbol<"u"&&$[Symbol.iterator]||$["@@iterator"];if(_e!=null){var tt,nt,at,ot,rt=[],st=!0,lt=!1;try{if(at=(_e=_e.call($)).next,_===0){if(Object(_e)!==_e)return;st=!1}else for(;!(st=(tt=at.call(_e)).done)&&(rt.push(tt.value),rt.length!==_);st=!0);}catch(et){lt=!0,nt=et}finally{try{if(!st&&_e.return!=null&&(ot=_e.return(),Object(ot)!==ot))return}finally{if(lt)throw nt}}return rt}}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports}(iterableToArrayLimit)),iterableToArrayLimit.exports}var unsupportedIterableToArray={exports:{}},arrayLikeToArray={exports:{}},hasRequiredArrayLikeToArray;function requireArrayLikeToArray(){return hasRequiredArrayLikeToArray||(hasRequiredArrayLikeToArray=1,function(a){function s($,_){(_==null||_>$.length)&&(_=$.length);for(var _e=0,tt=new Array(_);_e<_;_e++)tt[_e]=$[_e];return tt}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports}(arrayLikeToArray)),arrayLikeToArray.exports}var hasRequiredUnsupportedIterableToArray;function requireUnsupportedIterableToArray(){return hasRequiredUnsupportedIterableToArray||(hasRequiredUnsupportedIterableToArray=1,function(a){var s=requireArrayLikeToArray();function $(_,_e){if(_){if(typeof _=="string")return s(_,_e);var tt=Object.prototype.toString.call(_).slice(8,-1);if(tt==="Object"&&_.constructor&&(tt=_.constructor.name),tt==="Map"||tt==="Set")return Array.from(_);if(tt==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(tt))return s(_,_e)}}a.exports=$,a.exports.__esModule=!0,a.exports.default=a.exports}(unsupportedIterableToArray)),unsupportedIterableToArray.exports}var nonIterableRest={exports:{}},hasRequiredNonIterableRest;function requireNonIterableRest(){return hasRequiredNonIterableRest||(hasRequiredNonIterableRest=1,function(a){function s(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
638
638
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports}(nonIterableRest)),nonIterableRest.exports}var hasRequiredSlicedToArray;function requireSlicedToArray(){return hasRequiredSlicedToArray||(hasRequiredSlicedToArray=1,function(a){var s=requireArrayWithHoles(),$=requireIterableToArrayLimit(),_=requireUnsupportedIterableToArray(),_e=requireNonIterableRest();function tt(nt,at){return s(nt)||$(nt,at)||_(nt,at)||_e()}a.exports=tt,a.exports.__esModule=!0,a.exports.default=a.exports}(slicedToArray)),slicedToArray.exports}var objectWithoutProperties={exports:{}},objectWithoutPropertiesLoose={exports:{}},hasRequiredObjectWithoutPropertiesLoose;function requireObjectWithoutPropertiesLoose(){return hasRequiredObjectWithoutPropertiesLoose||(hasRequiredObjectWithoutPropertiesLoose=1,function(a){function s($,_){if($==null)return{};var _e={},tt=Object.keys($),nt,at;for(at=0;at<tt.length;at++)nt=tt[at],!(_.indexOf(nt)>=0)&&(_e[nt]=$[nt]);return _e}a.exports=s,a.exports.__esModule=!0,a.exports.default=a.exports}(objectWithoutPropertiesLoose)),objectWithoutPropertiesLoose.exports}var hasRequiredObjectWithoutProperties;function requireObjectWithoutProperties(){return hasRequiredObjectWithoutProperties||(hasRequiredObjectWithoutProperties=1,function(a){var s=requireObjectWithoutPropertiesLoose();function $(_,_e){if(_==null)return{};var tt=s(_,_e),nt,at;if(Object.getOwnPropertySymbols){var ot=Object.getOwnPropertySymbols(_);for(at=0;at<ot.length;at++)nt=ot[at],!(_e.indexOf(nt)>=0)&&Object.prototype.propertyIsEnumerable.call(_,nt)&&(tt[nt]=_[nt])}return tt}a.exports=$,a.exports.__esModule=!0,a.exports.default=a.exports}(objectWithoutProperties)),objectWithoutProperties.exports}var Context={},hasRequiredContext;function requireContext(){if(hasRequiredContext)return Context;hasRequiredContext=1,Object.defineProperty(Context,"__esModule",{value:!0}),Context.default=void 0;var a=reactExports,s=(0,a.createContext)({}),$=s;return Context.default=$,Context}var IconBase={},utils={},hueStep=2,saturationStep=.16,saturationStep2=.05,brightnessStep1=.05,brightnessStep2=.15,lightColorCount=5,darkColorCount=4,darkColorMap=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function toHsv(a){var s=a.r,$=a.g,_=a.b,_e=rgbToHsv(s,$,_);return{h:_e.h*360,s:_e.s,v:_e.v}}function toHex(a){var s=a.r,$=a.g,_=a.b;return"#".concat(rgbToHex(s,$,_,!1))}function mix(a,s,$){var _=$/100,_e={r:(s.r-a.r)*_+a.r,g:(s.g-a.g)*_+a.g,b:(s.b-a.b)*_+a.b};return _e}function getHue(a,s,$){var _;return Math.round(a.h)>=60&&Math.round(a.h)<=240?_=$?Math.round(a.h)-hueStep*s:Math.round(a.h)+hueStep*s:_=$?Math.round(a.h)+hueStep*s:Math.round(a.h)-hueStep*s,_<0?_+=360:_>=360&&(_-=360),_}function getSaturation(a,s,$){if(a.h===0&&a.s===0)return a.s;var _;return $?_=a.s-saturationStep*s:s===darkColorCount?_=a.s+saturationStep:_=a.s+saturationStep2*s,_>1&&(_=1),$&&s===lightColorCount&&_>.1&&(_=.1),_<.06&&(_=.06),Number(_.toFixed(2))}function getValue(a,s,$){var _;return $?_=a.v+brightnessStep1*s:_=a.v-brightnessStep2*s,_>1&&(_=1),Number(_.toFixed(2))}function generate(a){for(var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=[],_=inputToRGB(a),_e=lightColorCount;_e>0;_e-=1){var tt=toHsv(_),nt=toHex(inputToRGB({h:getHue(tt,_e,!0),s:getSaturation(tt,_e,!0),v:getValue(tt,_e,!0)}));$.push(nt)}$.push(toHex(_));for(var at=1;at<=darkColorCount;at+=1){var ot=toHsv(_),rt=toHex(inputToRGB({h:getHue(ot,at),s:getSaturation(ot,at),v:getValue(ot,at)}));$.push(rt)}return s.theme==="dark"?darkColorMap.map(function(st){var lt=st.index,et=st.opacity,it=toHex(mix(inputToRGB(s.backgroundColor||"#141414"),inputToRGB($[lt]),et*100));return it}):$}var presetPrimaryColors={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},presetPalettes={},presetDarkPalettes={};Object.keys(presetPrimaryColors).forEach(function(a){presetPalettes[a]=generate(presetPrimaryColors[a]),presetPalettes[a].primary=presetPalettes[a][5],presetDarkPalettes[a]=generate(presetPrimaryColors[a],{theme:"dark",backgroundColor:"#141414"}),presetDarkPalettes[a].primary=presetDarkPalettes[a][5]});var red=presetPalettes.red,volcano=presetPalettes.volcano,gold=presetPalettes.gold,orange=presetPalettes.orange,yellow=presetPalettes.yellow,lime=presetPalettes.lime,green=presetPalettes.green,cyan=presetPalettes.cyan,blue=presetPalettes.blue,geekblue=presetPalettes.geekblue,purple=presetPalettes.purple,magenta=presetPalettes.magenta,grey=presetPalettes.grey;const index_esm=Object.freeze(Object.defineProperty({__proto__:null,blue,cyan,geekblue,generate,gold,green,grey,lime,magenta,orange,presetDarkPalettes,presetPalettes,presetPrimaryColors,purple,red,volcano,yellow},Symbol.toStringTag,{value:"Module"})),require$$3=getAugmentedNamespace(index_esm);var warning={},hasRequiredWarning;function requireWarning(){if(hasRequiredWarning)return warning;hasRequiredWarning=1,Object.defineProperty(warning,"__esModule",{value:!0}),warning.call=tt,warning.default=void 0,warning.note=_,warning.noteOnce=at,warning.preMessage=void 0,warning.resetWarned=_e,warning.warning=$,warning.warningOnce=nt;var a={},s=warning.preMessage=function(rt){};function $(ot,rt){}function _(ot,rt){}function _e(){a={}}function tt(ot,rt,st){!rt&&!a[st]&&(ot(!1,st),a[st]=!0)}function nt(ot,rt){tt($,ot,rt)}function at(ot,rt){tt(_,ot,rt)}return nt.preMessage=s,nt.resetWarned=_e,nt.noteOnce=at,warning.default=nt,warning}var dynamicCSS={},canUseDom={},hasRequiredCanUseDom;function requireCanUseDom(){if(hasRequiredCanUseDom)return canUseDom;hasRequiredCanUseDom=1,Object.defineProperty(canUseDom,"__esModule",{value:!0}),canUseDom.default=a;function a(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}return canUseDom}var contains={},hasRequiredContains;function requireContains(){if(hasRequiredContains)return contains;hasRequiredContains=1,Object.defineProperty(contains,"__esModule",{value:!0}),contains.default=a;function a(s,$){if(!s)return!1;if(s.contains)return s.contains($);for(var _=$;_;){if(_===s)return!0;_=_.parentNode}return!1}return contains}var hasRequiredDynamicCSS;function requireDynamicCSS(){if(hasRequiredDynamicCSS)return dynamicCSS;hasRequiredDynamicCSS=1;var a=interopRequireDefaultExports.default;Object.defineProperty(dynamicCSS,"__esModule",{value:!0}),dynamicCSS.clearContainerCache=ft,dynamicCSS.injectCSS=lt,dynamicCSS.removeCSS=it,dynamicCSS.updateCSS=ht;var s=a(requireCanUseDom()),$=a(requireContains()),_="data-rc-order",_e="data-rc-priority",tt="rc-util-key",nt=new Map;function at(){var dt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},gt=dt.mark;return gt?gt.startsWith("data-")?gt:"data-".concat(gt):tt}function ot(dt){if(dt.attachTo)return dt.attachTo;var gt=document.querySelector("head");return gt||document.body}function rt(dt){return dt==="queue"?"prependQueue":dt?"prepend":"append"}function st(dt){return Array.from((nt.get(dt)||dt).children).filter(function(gt){return gt.tagName==="STYLE"})}function lt(dt){var gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(0,s.default)())return null;var pt=gt.csp,mt=gt.prepend,ct=gt.priority,vt=ct===void 0?0:ct,At=rt(mt),xt=At==="prependQueue",bt=document.createElement("style");bt.setAttribute(_,At),xt&&vt&&bt.setAttribute(_e,"".concat(vt)),pt!=null&&pt.nonce&&(bt.nonce=pt==null?void 0:pt.nonce),bt.innerHTML=dt;var Et=ot(gt),St=Et.firstChild;if(mt){if(xt){var Bt=st(Et).filter(function(Ot){if(!["prepend","prependQueue"].includes(Ot.getAttribute(_)))return!1;var Tt=Number(Ot.getAttribute(_e)||0);return vt>=Tt});if(Bt.length)return Et.insertBefore(bt,Bt[Bt.length-1].nextSibling),bt}Et.insertBefore(bt,St)}else Et.appendChild(bt);return bt}function et(dt){var gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},pt=ot(gt);return st(pt).find(function(mt){return mt.getAttribute(at(gt))===dt})}function it(dt){var gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},pt=et(dt,gt);if(pt){var mt=ot(gt);mt.removeChild(pt)}}function ut(dt,gt){var pt=nt.get(dt);if(!pt||!(0,$.default)(document,pt)){var mt=lt("",gt),ct=mt.parentNode;nt.set(dt,ct),dt.removeChild(mt)}}function ft(){nt.clear()}function ht(dt,gt){var pt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},mt=ot(pt);ut(mt,pt);var ct=et(gt,pt);if(ct){var vt,At;if((vt=pt.csp)!==null&&vt!==void 0&&vt.nonce&&ct.nonce!==((At=pt.csp)===null||At===void 0?void 0:At.nonce)){var xt;ct.nonce=(xt=pt.csp)===null||xt===void 0?void 0:xt.nonce}return ct.innerHTML!==dt&&(ct.innerHTML=dt),ct}var bt=lt(dt,pt);return bt.setAttribute(at(pt),gt),bt}return dynamicCSS}var _arrayMap,hasRequired_arrayMap;function require_arrayMap(){if(hasRequired_arrayMap)return _arrayMap;hasRequired_arrayMap=1;function a(s,$){for(var _=-1,_e=s==null?0:s.length,tt=Array(_e);++_<_e;)tt[_]=$(s[_],_,s);return tt}return _arrayMap=a,_arrayMap}var _baseToString,hasRequired_baseToString;function require_baseToString(){if(hasRequired_baseToString)return _baseToString;hasRequired_baseToString=1;var a=_Symbol,s=require_arrayMap(),$=isArray_1,_=isSymbol_1,_e=1/0,tt=a?a.prototype:void 0,nt=tt?tt.toString:void 0;function at(ot){if(typeof ot=="string")return ot;if($(ot))return s(ot,at)+"";if(_(ot))return nt?nt.call(ot):"";var rt=ot+"";return rt=="0"&&1/ot==-_e?"-0":rt}return _baseToString=at,_baseToString}var toString_1,hasRequiredToString;function requireToString(){if(hasRequiredToString)return toString_1;hasRequiredToString=1;var a=require_baseToString();function s($){return $==null?"":a($)}return toString_1=s,toString_1}var _baseSlice,hasRequired_baseSlice;function require_baseSlice(){if(hasRequired_baseSlice)return _baseSlice;hasRequired_baseSlice=1;function a(s,$,_){var _e=-1,tt=s.length;$<0&&($=-$>tt?0:tt+$),_=_>tt?tt:_,_<0&&(_+=tt),tt=$>_?0:_-$>>>0,$>>>=0;for(var nt=Array(tt);++_e<tt;)nt[_e]=s[_e+$];return nt}return _baseSlice=a,_baseSlice}var _castSlice,hasRequired_castSlice;function require_castSlice(){if(hasRequired_castSlice)return _castSlice;hasRequired_castSlice=1;var a=require_baseSlice();function s($,_,_e){var tt=$.length;return _e=_e===void 0?tt:_e,!_&&_e>=tt?$:a($,_,_e)}return _castSlice=s,_castSlice}var _hasUnicode,hasRequired_hasUnicode;function require_hasUnicode(){if(hasRequired_hasUnicode)return _hasUnicode;hasRequired_hasUnicode=1;var a="\\ud800-\\udfff",s="\\u0300-\\u036f",$="\\ufe20-\\ufe2f",_="\\u20d0-\\u20ff",_e=s+$+_,tt="\\ufe0e\\ufe0f",nt="\\u200d",at=RegExp("["+nt+a+_e+tt+"]");function ot(rt){return at.test(rt)}return _hasUnicode=ot,_hasUnicode}var _asciiToArray,hasRequired_asciiToArray;function require_asciiToArray(){if(hasRequired_asciiToArray)return _asciiToArray;hasRequired_asciiToArray=1;function a(s){return s.split("")}return _asciiToArray=a,_asciiToArray}var _unicodeToArray,hasRequired_unicodeToArray;function require_unicodeToArray(){if(hasRequired_unicodeToArray)return _unicodeToArray;hasRequired_unicodeToArray=1;var a="\\ud800-\\udfff",s="\\u0300-\\u036f",$="\\ufe20-\\ufe2f",_="\\u20d0-\\u20ff",_e=s+$+_,tt="\\ufe0e\\ufe0f",nt="["+a+"]",at="["+_e+"]",ot="\\ud83c[\\udffb-\\udfff]",rt="(?:"+at+"|"+ot+")",st="[^"+a+"]",lt="(?:\\ud83c[\\udde6-\\uddff]){2}",et="[\\ud800-\\udbff][\\udc00-\\udfff]",it="\\u200d",ut=rt+"?",ft="["+tt+"]?",ht="(?:"+it+"(?:"+[st,lt,et].join("|")+")"+ft+ut+")*",dt=ft+ut+ht,gt="(?:"+[st+at+"?",at,lt,et,nt].join("|")+")",pt=RegExp(ot+"(?="+ot+")|"+gt+dt,"g");function mt(ct){return ct.match(pt)||[]}return _unicodeToArray=mt,_unicodeToArray}var _stringToArray,hasRequired_stringToArray;function require_stringToArray(){if(hasRequired_stringToArray)return _stringToArray;hasRequired_stringToArray=1;var a=require_asciiToArray(),s=require_hasUnicode(),$=require_unicodeToArray();function _(_e){return s(_e)?$(_e):a(_e)}return _stringToArray=_,_stringToArray}var _createCaseFirst,hasRequired_createCaseFirst;function require_createCaseFirst(){if(hasRequired_createCaseFirst)return _createCaseFirst;hasRequired_createCaseFirst=1;var a=require_castSlice(),s=require_hasUnicode(),$=require_stringToArray(),_=requireToString();function _e(tt){return function(nt){nt=_(nt);var at=s(nt)?$(nt):void 0,ot=at?at[0]:nt.charAt(0),rt=at?a(at,1).join(""):nt.slice(1);return ot[tt]()+rt}}return _createCaseFirst=_e,_createCaseFirst}var upperFirst_1,hasRequiredUpperFirst;function requireUpperFirst(){if(hasRequiredUpperFirst)return upperFirst_1;hasRequiredUpperFirst=1;var a=require_createCaseFirst(),s=a("toUpperCase");return upperFirst_1=s,upperFirst_1}var capitalize_1,hasRequiredCapitalize;function requireCapitalize(){if(hasRequiredCapitalize)return capitalize_1;hasRequiredCapitalize=1;var a=requireToString(),s=requireUpperFirst();function $(_){return s(a(_).toLowerCase())}return capitalize_1=$,capitalize_1}var _arrayReduce,hasRequired_arrayReduce;function require_arrayReduce(){if(hasRequired_arrayReduce)return _arrayReduce;hasRequired_arrayReduce=1;function a(s,$,_,_e){var tt=-1,nt=s==null?0:s.length;for(_e&&nt&&(_=s[++tt]);++tt<nt;)_=$(_,s[tt],tt,s);return _}return _arrayReduce=a,_arrayReduce}var _basePropertyOf,hasRequired_basePropertyOf;function require_basePropertyOf(){if(hasRequired_basePropertyOf)return _basePropertyOf;hasRequired_basePropertyOf=1;function a(s){return function($){return s==null?void 0:s[$]}}return _basePropertyOf=a,_basePropertyOf}var _deburrLetter,hasRequired_deburrLetter;function require_deburrLetter(){if(hasRequired_deburrLetter)return _deburrLetter;hasRequired_deburrLetter=1;var a=require_basePropertyOf(),s={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},$=a(s);return _deburrLetter=$,_deburrLetter}var deburr_1,hasRequiredDeburr;function requireDeburr(){if(hasRequiredDeburr)return deburr_1;hasRequiredDeburr=1;var a=require_deburrLetter(),s=requireToString(),$=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,_="\\u0300-\\u036f",_e="\\ufe20-\\ufe2f",tt="\\u20d0-\\u20ff",nt=_+_e+tt,at="["+nt+"]",ot=RegExp(at,"g");function rt(st){return st=s(st),st&&st.replace($,a).replace(ot,"")}return deburr_1=rt,deburr_1}var _asciiWords,hasRequired_asciiWords;function require_asciiWords(){if(hasRequired_asciiWords)return _asciiWords;hasRequired_asciiWords=1;var a=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function s($){return $.match(a)||[]}return _asciiWords=s,_asciiWords}var _hasUnicodeWord,hasRequired_hasUnicodeWord;function require_hasUnicodeWord(){if(hasRequired_hasUnicodeWord)return _hasUnicodeWord;hasRequired_hasUnicodeWord=1;var a=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function s($){return a.test($)}return _hasUnicodeWord=s,_hasUnicodeWord}var _unicodeWords,hasRequired_unicodeWords;function require_unicodeWords(){if(hasRequired_unicodeWords)return _unicodeWords;hasRequired_unicodeWords=1;var a="\\ud800-\\udfff",s="\\u0300-\\u036f",$="\\ufe20-\\ufe2f",_="\\u20d0-\\u20ff",_e=s+$+_,tt="\\u2700-\\u27bf",nt="a-z\\xdf-\\xf6\\xf8-\\xff",at="\\xac\\xb1\\xd7\\xf7",ot="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rt="\\u2000-\\u206f",st=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",lt="A-Z\\xc0-\\xd6\\xd8-\\xde",et="\\ufe0e\\ufe0f",it=at+ot+rt+st,ut="['’]",ft="["+it+"]",ht="["+_e+"]",dt="\\d+",gt="["+tt+"]",pt="["+nt+"]",mt="[^"+a+it+dt+tt+nt+lt+"]",ct="\\ud83c[\\udffb-\\udfff]",vt="(?:"+ht+"|"+ct+")",At="[^"+a+"]",xt="(?:\\ud83c[\\udde6-\\uddff]){2}",bt="[\\ud800-\\udbff][\\udc00-\\udfff]",Et="["+lt+"]",St="\\u200d",Bt="(?:"+pt+"|"+mt+")",Ot="(?:"+Et+"|"+mt+")",Tt="(?:"+ut+"(?:d|ll|m|re|s|t|ve))?",wt="(?:"+ut+"(?:D|LL|M|RE|S|T|VE))?",Ct=vt+"?",It="["+et+"]?",yt="(?:"+St+"(?:"+[At,xt,bt].join("|")+")"+It+Ct+")*",Rt="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",kt="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",jt=It+Ct+yt,Ht="(?:"+[gt,xt,bt].join("|")+")"+jt,Ft=RegExp([Et+"?"+pt+"+"+Tt+"(?="+[ft,Et,"$"].join("|")+")",Ot+"+"+wt+"(?="+[ft,Et+Bt,"$"].join("|")+")",Et+"?"+Bt+"+"+Tt,Et+"+"+wt,kt,Rt,dt,Ht].join("|"),"g");function _t(Nt){return Nt.match(Ft)||[]}return _unicodeWords=_t,_unicodeWords}var words_1,hasRequiredWords;function requireWords(){if(hasRequiredWords)return words_1;hasRequiredWords=1;var a=require_asciiWords(),s=require_hasUnicodeWord(),$=requireToString(),_=require_unicodeWords();function _e(tt,nt,at){return tt=$(tt),nt=at?void 0:nt,nt===void 0?s(tt)?_(tt):a(tt):tt.match(nt)||[]}return words_1=_e,words_1}var _createCompounder,hasRequired_createCompounder;function require_createCompounder(){if(hasRequired_createCompounder)return _createCompounder;hasRequired_createCompounder=1;var a=require_arrayReduce(),s=requireDeburr(),$=requireWords(),_="['’]",_e=RegExp(_,"g");function tt(nt){return function(at){return a($(s(at).replace(_e,"")),nt,"")}}return _createCompounder=tt,_createCompounder}var camelCase_1,hasRequiredCamelCase;function requireCamelCase(){if(hasRequiredCamelCase)return camelCase_1;hasRequiredCamelCase=1;var a=requireCapitalize(),s=require_createCompounder(),$=s(function(_,_e,tt){return _e=_e.toLowerCase(),_+(tt?a(_e):_e)});return camelCase_1=$,camelCase_1}var hasRequiredUtils;function requireUtils(){if(hasRequiredUtils)return utils;hasRequiredUtils=1;var a=interopRequireDefaultExports,s=_typeofExports;Object.defineProperty(utils,"__esModule",{value:!0}),utils.generate=ft,utils.getSecondaryColor=ht,utils.iconStyles=void 0,utils.isIconDefinition=it,utils.normalizeAttrs=ut,utils.normalizeTwoToneColors=dt,utils.useInsertStyles=utils.svgBaseProps=void 0,utils.warning=et;var $=a(requireObjectSpread2()),_=a(_typeofExports),_e=require$$3,tt=lt(reactExports),nt=a(requireWarning()),at=requireDynamicCSS(),ot=a(requireContext()),rt=a(requireCamelCase());function st(ct){if(typeof WeakMap!="function")return null;var vt=new WeakMap,At=new WeakMap;return(st=function(bt){return bt?At:vt})(ct)}function lt(ct,vt){if(!vt&&ct&&ct.__esModule)return ct;if(ct===null||s(ct)!=="object"&&typeof ct!="function")return{default:ct};var At=st(vt);if(At&&At.has(ct))return At.get(ct);var xt={},bt=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var Et in ct)if(Et!=="default"&&Object.prototype.hasOwnProperty.call(ct,Et)){var St=bt?Object.getOwnPropertyDescriptor(ct,Et):null;St&&(St.get||St.set)?Object.defineProperty(xt,Et,St):xt[Et]=ct[Et]}return xt.default=ct,At&&At.set(ct,xt),xt}function et(ct,vt){(0,nt.default)(ct,"[@ant-design/icons] ".concat(vt))}function it(ct){return(0,_.default)(ct)==="object"&&typeof ct.name=="string"&&typeof ct.theme=="string"&&((0,_.default)(ct.icon)==="object"||typeof ct.icon=="function")}function ut(){var ct=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Object.keys(ct).reduce(function(vt,At){var xt=ct[At];switch(At){case"class":vt.className=xt,delete vt.class;break;default:delete vt[At],vt[(0,rt.default)(At)]=xt}return vt},{})}function ft(ct,vt,At){return At?tt.default.createElement(ct.tag,(0,$.default)((0,$.default)({key:vt},ut(ct.attrs)),At),(ct.children||[]).map(function(xt,bt){return ft(xt,"".concat(vt,"-").concat(ct.tag,"-").concat(bt))})):tt.default.createElement(ct.tag,(0,$.default)({key:vt},ut(ct.attrs)),(ct.children||[]).map(function(xt,bt){return ft(xt,"".concat(vt,"-").concat(ct.tag,"-").concat(bt))}))}function ht(ct){return(0,_e.generate)(ct)[0]}function dt(ct){return ct?Array.isArray(ct)?ct:[ct]:[]}var gt={width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false"};utils.svgBaseProps=gt;var pt=`