diff --git a/docs/bundle.min.js b/docs/bundle.min.js index cd4e6de0bee..74a6d52bdf6 100644 --- a/docs/bundle.min.js +++ b/docs/bundle.min.js @@ -64,7 +64,7 @@ object-assign * @author Feross Aboukhadijeh * @license MIT */ -var r=n(1681),o=n(1682),i=n(780);function a(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function l(e,t){if(a()=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function m(e,t){if(s.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return H(e).length;default:if(r)return z(e).length;t=(""+t).toLowerCase(),r=!0}}function h(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function g(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=s.from(t,r)),s.isBuffer(t))return 0===t.length?-1:b(e,t,n,r,o);if("number"==typeof t)return t&=255,s.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):b(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function b(e,t,n,r,o){var i,a=1,l=e.length,s=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,l/=2,s/=2,n/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var c=-1;for(i=n;il&&(n=l-s),i=n;i>=0;i--){for(var d=!0,p=0;po&&(r=o):r=o;var i=t.length;if(i%2!=0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var a=0;a>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function k(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function S(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o239?4:u>223?3:u>191?2:1;if(o+d<=n)switch(d){case 1:u<128&&(c=u);break;case 2:128==(192&(i=e[o+1]))&&(s=(31&u)<<6|63&i)>127&&(c=s);break;case 3:i=e[o+1],a=e[o+2],128==(192&i)&&128==(192&a)&&(s=(15&u)<<12|(63&i)<<6|63&a)>2047&&(s<55296||s>57343)&&(c=s);break;case 4:i=e[o+1],a=e[o+2],l=e[o+3],128==(192&i)&&128==(192&a)&&128==(192&l)&&(s=(15&u)<<18|(63&i)<<12|(63&a)<<6|63&l)>65535&&s<1114112&&(c=s)}null===c?(c=65533,d=1):c>65535&&(c-=65536,r.push(c>>>10&1023|55296),c=56320|1023&c),r.push(c),o+=d}return function(e){var t=e.length;if(t<=C)return String.fromCharCode.apply(String,e);var n="",r=0;for(;rthis.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return P(this,t,n);case"utf8":case"utf-8":return S(this,t,n);case"ascii":return T(this,t,n);case"latin1":case"binary":return O(this,t,n);case"base64":return k(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}.apply(this,arguments)},s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===s.compare(this,e)},s.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},s.prototype.compare=function(e,t,n,r,o){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,r>>>=0,o>>>=0,this===e)return 0;for(var i=o-r,a=n-t,l=Math.min(i,a),u=this.slice(r,o),c=e.slice(t,n),d=0;do)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return y(this,e,t,n);case"utf8":case"utf-8":return v(this,e,t,n);case"ascii":return E(this,e,t,n);case"latin1":case"binary":return x(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return w(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var C=4096;function T(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;or)&&(n=r);for(var o="",i=t;in)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,n,r,o,i){if(!s.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||te.length)throw new RangeError("Index out of range")}function F(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,i=Math.min(e.length-n,2);o>>8*(r?o:1-o)}function D(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,i=Math.min(e.length-n,4);o>>8*(r?o:3-o)&255}function L(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function R(e,t,n,r,i){return i||L(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function N(e,t,n,r,i){return i||L(e,0,n,8),o.write(e,t,n,r,52,8),n+8}s.prototype.slice=function(e,t){var n,r=this.length;if(e=~~e,t=void 0===t?r:~~t,e<0?(e+=r)<0&&(e=0):e>r&&(e=r),t<0?(t+=r)<0&&(t=0):t>r&&(t=r),t0&&(o*=256);)r+=this[e+--t]*o;return r},s.prototype.readUInt8=function(e,t){return t||M(e,1,this.length),this[e]},s.prototype.readUInt16LE=function(e,t){return t||M(e,2,this.length),this[e]|this[e+1]<<8},s.prototype.readUInt16BE=function(e,t){return t||M(e,2,this.length),this[e]<<8|this[e+1]},s.prototype.readUInt32LE=function(e,t){return t||M(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},s.prototype.readUInt32BE=function(e,t){return t||M(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},s.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||M(e,t,this.length);for(var r=this[e],o=1,i=0;++i=(o*=128)&&(r-=Math.pow(2,8*t)),r},s.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||M(e,t,this.length);for(var r=t,o=1,i=this[e+--r];r>0&&(o*=256);)i+=this[e+--r]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},s.prototype.readInt8=function(e,t){return t||M(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},s.prototype.readInt16LE=function(e,t){t||M(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},s.prototype.readInt16BE=function(e,t){t||M(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},s.prototype.readInt32LE=function(e,t){return t||M(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},s.prototype.readInt32BE=function(e,t){return t||M(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},s.prototype.readFloatLE=function(e,t){return t||M(e,4,this.length),o.read(this,e,!0,23,4)},s.prototype.readFloatBE=function(e,t){return t||M(e,4,this.length),o.read(this,e,!1,23,4)},s.prototype.readDoubleLE=function(e,t){return t||M(e,8,this.length),o.read(this,e,!0,52,8)},s.prototype.readDoubleBE=function(e,t){return t||M(e,8,this.length),o.read(this,e,!1,52,8)},s.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||I(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,i=0;for(this[t]=255&e;++i=0&&(i*=256);)this[t+o]=e/i&255;return t+n},s.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,1,255,0),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},s.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):F(this,e,t,!0),t+2},s.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):F(this,e,t,!1),t+2},s.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):D(this,e,t,!0),t+4},s.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):D(this,e,t,!1),t+4},s.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);I(this,e,t,n,o-1,-o)}var i=0,a=1,l=0;for(this[t]=255&e;++i>0)-l&255;return t+n},s.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);I(this,e,t,n,o-1,-o)}var i=n-1,a=1,l=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===l&&0!==this[t+i+1]&&(l=1),this[t+i]=(e/a>>0)-l&255;return t+n},s.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,1,127,-128),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},s.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):F(this,e,t,!0),t+2},s.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):F(this,e,t,!1),t+2},s.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):D(this,e,t,!0),t+4},s.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):D(this,e,t,!1),t+4},s.prototype.writeFloatLE=function(e,t,n){return R(this,e,t,!0,n)},s.prototype.writeFloatBE=function(e,t,n){return R(this,e,t,!1,n)},s.prototype.writeDoubleLE=function(e,t,n){return N(this,e,t,!0,n)},s.prototype.writeDoubleBE=function(e,t,n){return N(this,e,t,!1,n)},s.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--o)e[o+t]=this[o+n];else if(i<1e3||!s.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(i=t;i55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function H(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(j,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function G(e,t,n,r){for(var o=0;o=t.length||o>=e.length);++o)t[o+n]=e[o];return o}}).call(this,n(27))},function(e){e.exports={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"==typeof e}function o(e){return"object"==typeof e&&null!==e}function i(e){return void 0===e}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if(!function(e){return"number"==typeof e}(e)||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,n,a,l,s,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if((t=arguments[1])instanceof Error)throw t;var c=new Error('Uncaught, unspecified "error" event. ('+t+")");throw c.context=t,c}if(i(n=this._events[e]))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:l=Array.prototype.slice.call(arguments,1),n.apply(this,l)}else if(o(n))for(l=Array.prototype.slice.call(arguments,1),a=(u=n.slice()).length,s=0;s0&&this._events[e].length>a&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){if(!r(t))throw TypeError("listener must be a function");var n=!1;function o(){this.removeListener(e,o),n||(n=!0,t.apply(this,arguments))}return o.listener=t,this.on(e,o),this},n.prototype.removeListener=function(e,t){var n,i,a,l;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(a=(n=this._events[e]).length,i=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(o(n)){for(l=a;l-- >0;)if(n[l]===t||n[l].listener&&n[l].listener===t){i=l;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r(n=this._events[e]))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){return this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(r(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},function(e,t,n){"use strict";(function(t){!t.version||0===t.version.indexOf("v0.")||0===t.version.indexOf("v1.")&&0!==t.version.indexOf("v1.8.")?e.exports=function(e,n,r,o){if("function"!=typeof e)throw new TypeError('"callback" argument must be a function');var i,a,l=arguments.length;switch(l){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick(function(){e.call(null,n)});case 3:return t.nextTick(function(){e.call(null,n,r)});case 4:return t.nextTick(function(){e.call(null,n,r,o)});default:for(i=new Array(l-1),a=0;a",e.children&&(n+=s(e.children,t)),l[e.name]&&!t.xmlMode||(n+="")):n+="/>",n}function c(e){return"<"+e.data+">"}function d(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&e.parent.name in a||(n=o.encodeXML(n)),n}function p(e){return""}function f(e){return"\x3c!--"+e.data+"--\x3e"}},function(e,t,n){"use strict";(e.exports=function(e){var t={},n=this._getOverriddenMethods(this,t);Object.keys(n).forEach(function(r){"function"==typeof n[r]&&(t[r]=e[r],e[r]=n[r])})}).prototype._getOverriddenMethods=function(){throw new Error("Not implemented")}},function(e,t,n){var r=n(797);t.default={withDomLvl1:!0,normalizeWhitespace:!1,xml:!1,decodeEntities:!0},t.flatten=function(e){return e&&e.xml?r({xmlMode:!0},e.xml):e}},function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},function(e,t,n){var r=n(803),o=n(1741),i=n(141);e.exports=function(e){return i(e)?r(e):o(e)}},function(e,t,n){var r=n(1736),o=n(118),i=Object.prototype,a=i.hasOwnProperty,l=i.propertyIsEnumerable,s=r(function(){return arguments}())?r:function(e){return o(e)&&a.call(e,"callee")&&!l.call(e,"callee")};e.exports=s},function(e,t,n){var r=n(803),o=n(1743),i=n(141);e.exports=function(e){return i(e)?r(e,!0):o(e)}},function(e,t,n){var r=n(277),o=n(83);e.exports=function(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=r(e.prototype),i=e.apply(n,t);return o(i)?i:n}}},function(e,t,n){var r=n(83),o=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},function(e,t){var n="__lodash_placeholder__";e.exports=function(e,t){for(var r=-1,o=e.length,i=0,a=[];++r1&&"boolean"!=typeof t)throw new TypeError('"allowMissing" argument must be a boolean');var n="$ "+e;if(!(n in s))throw new SyntaxError("intrinsic "+e+" does not exist!");if(void 0===s[n]&&!t)throw new TypeError("intrinsic "+e+" exists, but is not available. Please file an issue!");return s[n]}},function(e,t,n){"use strict";var r=n(1884),o=RegExp.prototype.exec,i=Object.getOwnPropertyDescriptor,a=Object.prototype.toString,l="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){if(!e||"object"!=typeof e)return!1;if(!l)return"[object RegExp]"===a.call(e);var t=i(e,"lastIndex");return!(!t||!r(t,"value"))&&function(e){try{var t=e.lastIndex;return e.lastIndex=0,o.call(e),!0}catch(e){return!1}finally{e.lastIndex=t}}(e)}},function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.ITERATOR_SYMBOL=void 0;var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=function(){return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(r=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{!r&&l.return&&l.return()}finally{if(o)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();t.getAdapter=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return console.warn("getAdapter from Utils is deprecated; please use ./getAdapter instead"),(0,h.default)(e)},t.makeOptions=function(e){var t=(0,f.get)(),n=t.attachTo,r=t.hydrateIn,o=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(t,["attachTo","hydrateIn"]);v(n,r);var a=e.attachTo,l=e.hydrateIn;v(a,l);var s=l||r||n||a||void 0,u=l||r||void 0,c=(0,i.default)({},s&&{attachTo:s},u&&{hydrateIn:u});return(0,i.default)({},o,e,c)},t.isCustomComponent=function(e,t){if((0,g.default)(t),t.isCustomComponent)return!!t.isCustomComponent(e);return"function"==typeof e},t.isCustomComponentElement=function(e,t){if(t.isCustomComponentElement)return!!t.isCustomComponentElement(e);return!!e&&t.isValidElement(e)&&"function"==typeof e.type},t.propsOfNode=E,t.typeOfNode=function(e){return e?e.type:null},t.nodeHasType=function(e,t){if(!t||!e)return!1;var n=(0,h.default)();if(n.displayNameOfNode){var r=n.displayNameOfNode(e);return r===t}return!!e.type&&("string"==typeof e.type?e.type===t:("function"==typeof e.type?(0,u.default)(e.type)===t:e.type.name===t)||e.type.displayName===t)},t.nodeMatches=C,t.nodeEqual=T,t.containsChildrenSubArray=function(e,t,n){var r=(0,m.childrenOfNode)(t);return r.some(function(t,o){return function(e,t,n){return t.length===n.length&&t.every(function(t,r){return e(t,n[r])})}(e,r.slice(o,o+n.length),n)})},t.childrenToSimplifiedArray=O,t.isReactElementAlike=function(e,t){return t.isValidElement(e)||P(e)||Array.isArray(e)},t.withSetStateAllowed=function(t){var n=!1;void 0===e.document&&(n=!0,e.document={});t(),n&&(e.document=void 0,delete e.document)},t.AND=function(e){var t=e.slice().reverse();return function(e){return t.every(function(t){return t(e)})}},t.displayNameOfNode=function(e){if(!e)return null;var t=e.type;return t?t.displayName||("function"==typeof t?(0,u.default)(t):t.name||t):null},t.sym=function(e){return"function"==typeof Symbol?Symbol.for("enzyme."+String(e)):e},t.privateSet=function(e,t,n){Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0})},t.cloneElement=function(e,t,n){return e.createElement(t.type,(0,i.default)({},t.props,n))},t.spyMethod=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0,o=e[t],i=(0,c.default)(e,t),a=void 0;i&&(a=Object.getOwnPropertyDescriptor(e,t));return Object.defineProperty(e,t,{configurable:!0,enumerable:!a||!!a.enumerable,value:n(o)||function(){for(var e=arguments.length,t=Array(e),n=0;n2&&void 0!==arguments[2]?arguments[2]:l.default,!0)}function T(e,t){return S(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:l.default,!1)}function O(e){for(var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(e){var t=[],n=function(e){null!==e&&!1!==e&&void 0!==e&&t.push(e)};return Array.isArray(e)?e.forEach(n):n(e),t}(e),r=[],o=0;o0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a},o=this&&this.__spread||function(){for(var e=[],t=0;t=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(911),l=n(2791),s=n(909),u=n(2792);function c(e,t){return e?e.findIndex(function(e){return s.isEqualSeriesKey(e.colorValues,t.colorValues)&&e.specId===t.specId}):-1}function d(e,t,n){var r=t.xAccessor,i=t.yAccessors,a=t.y0Accessors,l=t.splitSeriesAccessors,s=void 0===l?[]:l,u=i&&i.length>1,c=new Map,d=new Map,b=new Set;return e.forEach(function(e){var t=f(e,s);if(u)i.forEach(function(i,l){var u=m(e,s,i),f=h(u,n);d.set(f,u);var y=g(e,r,i,a&&a[l]);b.add(y.x),p(c,o(t,[i]),y,n,f)});else{var l=m(e,s),y=h(l,n);d.set(y,l);var v=g(e,r,i[0],a&&a[0]);b.add(v.x),p(c,o(t),v,n,y)}}),{rawDataSeries:o(c.values()),colorsValues:d,xValues:b}}function p(e,t,n,r,o){var i=t.join("___"),a=e.get(i);return a?a.data.push(n):e.set(i,{specId:r,seriesColorKey:o,key:t,data:[n]}),e}function f(e,t){return void 0===t&&(t=[]),t.map(function(t){return e[t]}).filter(function(e){return void 0!==e})}function m(e,t,n){void 0===t&&(t=[]);var r=f(e,t);return n?o(r,[n]):r}function h(e,t){return"specId:{"+t+"},colors:{"+e+"}"}function g(e,t,n,r){var o={x:e[t],y1:e[n],datum:e,y0:null};return r&&(o.y0=e[r]),o}function b(e,t){var n,r=[],i={barSeries:0,lineSeries:0,areaSeries:0},a=e.length;for(n=0;n0}),nonStacked:s.filter(function(e){return e.dataSeries.length>0})}},t.getRawDataSeries=b,t.getSplittedSeries=function(e,t){var n,o,a=new Map,l=new Map,s=new Set,u=function(e,n){var r,o,u=d(n.data,n,e),p=u.rawDataSeries;t&&(p=u.rawDataSeries.filter(function(n){var r={specId:e,colorValues:n.key};return c(t,r)<0})),a.set(e,p),u.colorsValues.forEach(function(t,r){l.set(r,{specId:e,specSortIndex:n.sortIndex,colorValues:t})});try{for(var f=i(u.xValues),m=f.next();!m.done;m=f.next()){var h=m.value;s.add(h)}}catch(e){r={error:e}}finally{try{m&&!m.done&&(o=f.return)&&o.call(f)}finally{if(r)throw r.error}}};try{for(var p=i(e),f=p.next();!f.done;f=p.next()){var m=r(f.value,2);u(m[0],m[1])}}catch(e){n={error:e}}finally{try{f&&!f.done&&(o=p.return)&&o.call(p)}finally{if(n)throw n.error}}return{splittedSeries:a,seriesColors:l,xValues:s}},t.getSortedDataSeriesColorsValuesMap=function(e){var t=o(e);return t.sort(function(t,n){var o=r(t,2)[1],i=r(n,2)[1];return(null!=o.specSortIndex?o.specSortIndex:e.size)-(null!=i.specSortIndex?i.specSortIndex:e.size)}),new Map(o(t))},t.getSeriesColorMap=function(e,t,n){var r=new Map,o=0;return e.forEach(function(e,i){var a=n.get(i)||t.vizColors[o%t.vizColors.length];r.set(i,a),o++}),r}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;ns?c-Math.abs(s-f)/2:c+Math.abs(s-f)/2;switch(e){case 0:i.x=m,i.y=h;break;case 180:i.x=a-m-p,i.y=l-h-f,i.verticalAlign="bottom";break;case 90:i.x=u>=p?a-h-p:a-h,i.y=g,i.verticalAlign="middle",o.isValueContainedInElement&&(i.x=a-d-u,i.y=c,i.width=u>=p?u:0,i.height=o.height<=s?s:0,i.align="right");break;case-90:i.x=u>=p?h:h-p,i.y=l-g-f,i.verticalAlign="middle",o.isValueContainedInElement&&(i.x=d,i.y=l-c-s,i.width=u>=p?u:0,i.height=o.height<=s?s:0,i.align="left")}return i}function a(e,t,n,r){var o=e.isValueContainedInElement?e.height:t.height,i=e.isValueContainedInElement?e.width:t.width,a=180===r?n-e.height:0;return{height:o,width:i,offsetX:90===r?n-e.width:0,offsetY:a}}function l(e,t,n,r){var o=e.height,i=e.width,a=n.x+t.width-n.offsetX>i||n.x+t.offsetX-n.offsetX<0,l=n.y+t.height-n.offsetY>o||n.y+t.offsetY-n.offsetY<0;return!!r&&(a||l)}t.rotateBarValueProps=i,t.getBarValueClipDimensions=a,t.isBarValueOverflow=l,t.buildBarValueProps=function(e){var t=e.x,n=e.y,o=e.barHeight,s=e.barWidth,u=e.displayValueStyle,c=e.displayValue,d=e.chartRotation,p=e.chartDimensions,f=u.padding,m=(c.isValueContainedInElement?o:c.height)+f,h=c.width+f,g=o>=m?n:n-m,b=h>s?t-Math.abs(s-h)/2:t+Math.abs(s-h)/2,y=u.offsetY||0,v=u.offsetX||0,E=i(d,p,{width:s,height:o,left:t,top:n},{width:h,height:m,left:b,top:g},c,r({align:"center",verticalAlign:"top"},u,{text:c.text,width:h,height:m,offsetY:y,x:b,y:g}));return l(p,a(c,E,o,d),{x:E.x,y:E.y,offsetX:v,offsetY:y},c.hideClippedValue)&&(E.width=0,E.height=0),E},t.buildPointStyleProps=function(e,t,n){var o=t.strokeWidth,i=t.opacity,a=t.stroke||e,l=t.fill||e;return r({radius:t.radius,stroke:a,strokeWidth:o,strokeEnabled:0!==o,fill:l},n,{opacity:i*n.opacity})},t.buildPointRenderProps=function(e,t,n){return r({x:e,y:t},n,o.GlobalKonvaElementProps)},t.buildLineRenderProps=function(e,t,n,i,a){var l=i.opacity*a.opacity;return r({x:e,data:t,stroke:i.stroke||n,strokeWidth:i.strokeWidth,lineCap:"round",lineJoin:"round"},a,{opacity:l},o.GlobalKonvaElementProps)},t.buildAreaRenderProps=function(e,t,n,i,a){var l=i.opacity*a.opacity;return r({x:e,data:t,fill:i.fill||n,lineCap:"round",lineJoin:"round"},a,{opacity:l},o.GlobalKonvaElementProps)},t.buildBarRenderProps=function(e,t,n,i,a,l,s,u){var c=l.opacity*u.opacity,d=s.stroke,p=s.visible,f=s.strokeWidth,m=s.strokeOpacity,h=!p||f<=0||!d||(void 0===m?0:m)<=0||c<=0?0:f;return r({x:e+h,y:t+h,width:n-2*h,height:i-2*h,fill:l.fill||a,strokeEnabled:!1},u,{opacity:c},o.GlobalKonvaElementProps)},t.buildBarBorderRenderProps=function(e,t,n,i,a,l,s){var u=l.stroke,c=l.visible,d=l.strokeWidth,p=l.strokeOpacity,f=(void 0===p?a.opacity:p)*s.opacity;return!c||d<=0||!u||f<=0?null:r({x:e+d/2,y:t+d/2,width:n-d,height:i-d,fillEnabled:!1,strokeEnabled:!0,strokeWidth:d,stroke:u},s,{opacity:f},o.GlobalKonvaElementProps)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GITHUB_DATASET=t.SIMPLE_GITHUB_DATASET=t.TIME_DATA_2=t.TIME_DATA=t.TIME_DATA_SMALL=void 0;t.TIME_DATA_SMALL=[[155143863e4,8.515625],[155143866e4,10.796875],[155143869e4,11.125],[155143872e4,21.40625],[155143875e4,17.921875],[155143878e4,26.640625],[155143881e4,31.390625],[155143884e4,23.953125]];t.TIME_DATA=[[1551438e6,8.3203125],[155143803e4,7.9140625],[155143806e4,7.8671875],[155143809e4,7.125],[155143812e4,8.765625],[155143815e4,11.546875],[155143818e4,12.984375],[155143821e4,13.546875],[155143824e4,13.390625],[155143827e4,11.5625],[15514383e5,11.5859375],[155143833e4,10.0546875],[155143836e4,9.921875],[155143839e4,9.4921875],[155143842e4,9.78125],[155143845e4,10.046875],[155143848e4,14.0546875],[155143851e4,10.640625],[155143854e4,8.2421875],[155143857e4,8.5],[15514386e5,7.2578125],[155143863e4,8.515625],[155143866e4,10.796875],[155143869e4,11.125],[155143872e4,21.40625],[155143875e4,17.921875],[155143878e4,26.640625],[155143881e4,31.390625],[155143884e4,23.953125]];t.TIME_DATA_2=[[1551438e6,9.984375],[155143803e4,9.71875],[155143806e4,9.28125],[155143809e4,9.078125],[155143812e4,8.9921875],[155143815e4,9.640625],[155143818e4,10.171875],[155143821e4,10.421875],[155143824e4,10.625],[155143827e4,10.390625],[15514383e5,10.4296875],[155143833e4,10.1328125],[155143836e4,9.984375],[155143839e4,9.8203125],[155143842e4,9.8125],[155143845e4,9.78125],[155143848e4,10.625],[155143851e4,10.09375],[155143854e4,9.5546875],[155143857e4,9.390625],[15514386e5,9.015625],[155143863e4,8.8828125],[155143866e4,9.359375],[155143869e4,9.53125],[155143872e4,11.9453125],[155143875e4,11.828125],[155143878e4,14.4609375],[155143881e4,16.421875],[155143884e4,15.6875]];t.SIMPLE_GITHUB_DATASET=[{authorAssociation:"Team Member",vizType:"Data Table",issueType:"Bug",count:24e3},{authorAssociation:"Team Member",vizType:"Heatmap",issueType:"Bug",count:12e3},{authorAssociation:"Team Member",vizType:"Markdown",issueType:"Bug",count:6e3},{authorAssociation:"Team Member",vizType:"MetricVis",issueType:"Bug",count:16e3},{authorAssociation:"Team Member",vizType:"Pie Chart",issueType:"Bug",count:7e3},{authorAssociation:"Team Member",vizType:"Tagcloud",issueType:"Bug",count:19e3},{authorAssociation:"Team Member",vizType:"TSVB",issueType:"Bug",count:86e3},{authorAssociation:"Team Member",vizType:"Timelion",issueType:"Bug",count:58e3},{authorAssociation:"Team Member",vizType:"Vega vis",issueType:"Bug",count:11e3},{authorAssociation:"Team Member",vizType:"Point Series",issueType:"Bug",count:1e3},{authorAssociation:"Team Member",vizType:"Inspector",issueType:"Bug",count:15e3}];t.GITHUB_DATASET=[{authorAssociation:"Team Member",vizType:"Data Table",issueType:"Bug",count:24e3},{authorAssociation:"Team Member",vizType:"Data Table",issueType:"Other",count:22e3},{authorAssociation:"Team Member",vizType:"Heatmap",issueType:"Bug",count:12e3},{authorAssociation:"Team Member",vizType:"Heatmap",issueType:"Other",count:6e3},{authorAssociation:"Team Member",vizType:"Markdown",issueType:"Bug",count:6e3},{authorAssociation:"Team Member",vizType:"Markdown",issueType:"Other",count:11e3},{authorAssociation:"Team Member",vizType:"MetricVis",issueType:"Bug",count:16e3},{authorAssociation:"Team Member",vizType:"MetricVis",issueType:"Other",count:8e3},{authorAssociation:"Team Member",vizType:"Pie Chart",issueType:"Bug",count:7e3},{authorAssociation:"Team Member",vizType:"Pie Chart",issueType:"Other",count:4e3},{authorAssociation:"Team Member",vizType:"Tagcloud",issueType:"Bug",count:19e3},{authorAssociation:"Team Member",vizType:"Tagcloud",issueType:"Other",count:13e3},{authorAssociation:"Team Member",vizType:"TSVB",issueType:"Bug",count:86e3},{authorAssociation:"Team Member",vizType:"TSVB",issueType:"Other",count:123e3},{authorAssociation:"Team Member",vizType:"Timelion",issueType:"Bug",count:58e3},{authorAssociation:"Team Member",vizType:"Timelion",issueType:"Other",count:93e3},{authorAssociation:"Team Member",vizType:"Vega vis",issueType:"Bug",count:11e3},{authorAssociation:"Team Member",vizType:"Vega vis",issueType:"Other",count:38e3},{authorAssociation:"Team Member",vizType:"Point Series",issueType:"Bug",count:1e3},{authorAssociation:"Team Member",vizType:"Point Series",issueType:"Other",count:1e3},{authorAssociation:"Team Member",vizType:"Inspector",issueType:"Bug",count:15e3},{authorAssociation:"Team Member",vizType:"Inspector",issueType:"Other",count:11e3}]},function(e,t,n){"use strict";n.r(t);var r=n(302),o=n.n(r);function i(){return(i=o.a||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}var Z=n(929),J=n.n(Z),X=n(305),ee=n.n(X),te=n(930),ne=null,re={notify:function(){}};var oe=function(){function e(e,t,n){this.store=e,this.parentSub=t,this.onStateChange=n,this.unsubscribe=null,this.listeners=re}var t=e.prototype;return t.addNestedSub=function(e){return this.trySubscribe(),this.listeners.subscribe(e)},t.notifyNestedSubs=function(){this.listeners.notify()},t.isSubscribed=function(){return Boolean(this.unsubscribe)},t.trySubscribe=function(){this.unsubscribe||(this.unsubscribe=this.parentSub?this.parentSub.addNestedSub(this.onStateChange):this.store.subscribe(this.onStateChange),this.listeners=function(){var e=[],t=[];return{clear:function(){t=ne,e=ne},notify:function(){for(var n=e=t,r=0;r, or explicitly pass "'+h+'" as a prop to "'+r+'".'),o.initSelector(),o.initSubscription(),o}W(i,n);var a=i.prototype;return a.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return(e={})[v]=t||this.context[v],e},a.componentDidMount=function(){f&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},a.componentWillReceiveProps=function(e){this.selector.run(e)},a.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},a.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=le,this.store=null,this.selector.run=le,this.selector.shouldComponentUpdate=!1},a.getWrappedInstance=function(){return ee()(b,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+s+"() call."),this.wrappedInstance},a.setWrappedInstance=function(e){this.wrappedInstance=e},a.initSelector=function(){var t=e(this.store.dispatch,o);this.selector=function(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}(t,this.store),this.selector.run(this.props)},a.initSubscription=function(){if(f){var e=(this.propsMode?this.props:this.context)[v];this.subscription=new oe(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},a.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(ae)):this.notifyNestedSubs()},a.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},a.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},a.addExtraProps=function(e){if(!(b||d||this.propsMode&&this.subscription))return e;var t=K({},e);return b&&(t.ref=this.setWrappedInstance),d&&(t[d]=this.renderCount++),this.propsMode&&this.subscription&&(t[v]=this.subscription),t},a.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(u.createElement)(t,this.addExtraProps(e.props))},i}(u.Component);return i.WrappedComponent=t,i.displayName=r,i.childContextTypes=_,i.contextTypes=x,i.propTypes=x,J()(i,t)}}var ue=Object.prototype.hasOwnProperty;function ce(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function de(e,t){if(ce(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function we(e,t){return e===t}var ke=function(e){var t=void 0===e?{}:e,n=t.connectHOC,r=void 0===n?se:n,o=t.mapStateToPropsFactories,i=void 0===o?ge:o,a=t.mapDispatchToPropsFactories,l=void 0===a?he:a,s=t.mergePropsFactories,u=void 0===s?ye:s,c=t.selectorFactory,d=void 0===c?xe:c;return function(e,t,n,o){void 0===o&&(o={});var a=o,s=a.pure,c=void 0===s||s,p=a.areStatesEqual,f=void 0===p?we:p,m=a.areOwnPropsEqual,h=void 0===m?de:m,g=a.areStatePropsEqual,b=void 0===g?de:g,y=a.areMergedPropsEqual,v=void 0===y?de:y,E=Q(a,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),x=_e(e,i,"mapStateToProps"),_=_e(t,l,"mapDispatchToProps"),w=_e(n,u,"mergeProps");return r(d,K({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:x,initMapDispatchToProps:_,initMergeProps:w,pure:c,areStatesEqual:f,areOwnPropsEqual:h,areStatePropsEqual:b,areMergedPropsEqual:v},E))}}();n(932);n.d(t,"DragDropContext",function(){return Hr}),n.d(t,"Droppable",function(){return Eo}),n.d(t,"Draggable",function(){return pi}),n.d(t,"resetServerContext",function(){return Br});var Se={x:0,y:0},Ce=function(e,t){return{x:e.x+t.x,y:e.y+t.y}},Te=function(e,t){return{x:e.x-t.x,y:e.y-t.y}},Oe=function(e,t){return e.x===t.x&&e.y===t.y},Pe=function(e){return{x:0!==e.x?-e.x:0,y:0!==e.y?-e.y:0}},Ae=function(e,t,n){var r;return void 0===n&&(n=0),(r={})[e]=t,r["x"===e?"y":"x"]=n,r},Me=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))},Ie=function(e,t){return Math.min.apply(Math,t.map(function(t){return Me(e,t)}))},Fe=function(e){return function(t){return{x:e(t.x),y:e(t.y)}}},De=function(e,t){return{top:e.top+t.y,left:e.left+t.x,bottom:e.bottom+t.y,right:e.right+t.x}},Le=function(e){return[{x:e.left,y:e.top},{x:e.right,y:e.top},{x:e.left,y:e.bottom},{x:e.right,y:e.bottom}]},Re=function(e,t){return t&&t.shouldClipSubject?function(e,t){var n=C({top:Math.max(t.top,e.top),right:Math.min(t.right,e.right),bottom:Math.min(t.bottom,e.bottom),left:Math.max(t.left,e.left)});return n.width<=0||n.height<=0?null:n}(t.pageMarginBox,e):C(e)},Ne=function(e){var t=e.page,n=e.withPlaceholder,r=e.axis,o=e.frame,a=function(e,t,n){var r;return n&&n.increasedBy?i({},e,((r={})[t.end]=e[t.end]+n.increasedBy[t.line],r)):e}(function(e,t){return t?De(e,t.scroll.diff.displacement):e}(t.marginBox,o),r,n);return{page:t,withPlaceholder:n,active:Re(a,o)}},je=function(e,t){e.frame||w(!1);var n=e.frame,r=Te(t,n.scroll.initial),o=Pe(r),a=i({},n,{scroll:{initial:n.scroll.initial,current:t,diff:{value:r,displacement:o},max:n.scroll.max}});return i({},e,{frame:a,subject:Ne({page:e.subject.page,withPlaceholder:e.subject.withPlaceholder,axis:e.axis,frame:a})})},Be=function(e){},ze=function(e){},He=function(e){var t=e.merge,n=e.destination;return n?n.droppableId:t?t.combine.droppableId:null};function Ge(e){return B()(e)}function qe(e,t){if(e.findIndex)return e.findIndex(t);for(var n=0;ne.bottom,l=r.lefte.right;return!(!a||!l)||(a&&i||l&&o)}},at=function(e){var t=Ke(e.top,e.bottom),n=Ke(e.left,e.right);return function(e){return t(e.top)&&t(e.bottom)&&n(e.left)&&n(e.right)}},lt=function(e){var t=e.target,n=e.destination,r=e.viewport,o=e.withDroppableDisplacement,i=e.isVisibleThroughFrameFn,a=o?function(e,t){var n=t.frame?t.frame.scroll.diff.displacement:Se;return De(e,n)}(t,n):t;return function(e,t,n){return!!t.subject.active&&n(t.subject.active)(e)}(a,n,i)&&function(e,t,n){return n(t)(e)}(a,r,i)},st=function(e){return lt(i({},e,{isVisibleThroughFrameFn:it}))},ut=function(e){return lt(i({},e,{isVisibleThroughFrameFn:at}))},ct=function(e){return lt(i({},e,{isVisibleThroughFrameFn:function(e){return function(t){var n=Ke(t.top,t.bottom),r=Ke(t.left,t.right);return function(t){return e===Je?n(t.top)&&n(t.bottom):r(t.left)&&r(t.right)}}}(e.destination.axis)}))},dt=function(e){var t=e.draggable,n=e.destination,r=e.previousImpact,o=e.viewport,i=e.onLift,a=e.forceShouldAnimate,l=t.descriptor.id,s=r.movement.map,u=function(e,t){var n=e.page.marginBox;if(!tt(e.descriptor.id,t))return n;var r={top:t.displacedBy.point.y,right:t.displacedBy.point.x,bottom:0,left:0};return C(T(n,r))}(t,i),c=st({target:u,destination:n,viewport:o,withDroppableDisplacement:!0});return{draggableId:l,isVisible:c,shouldAnimate:function(e,t,n){return"boolean"==typeof e?e:!!t&&(!n||n.shouldAnimate)}(a,c,s[l])}},pt=N(function(e){return e.reduce(function(e,t){return e[t.draggableId]=t,e},{})}),ft=N(function(e,t){var n=t[e.line];return{value:n,point:Ae(e.line,n)}}),mt={displaced:[],map:{},displacedBy:{point:Se,value:0}},ht={movement:mt,destination:null,merge:null},gt=N(function(e,t){return t.filter(function(t){return t.descriptor.id!==e.descriptor.id})}),bt=function(e){var t=e.pageBorderBoxCenter,n=e.draggable,r=e.draggables,o=e.droppables,i=e.previousImpact,a=e.viewport,l=e.userDirection,s=e.onLift,u=function(e){var t=e.target,n=e.droppables,r=Ue(Ye(n),function(e){if(!e.isEnabled)return!1;var n=e.subject.active;return!!n&&Qe(n)(t)});return r?r.descriptor.id:null}({target:t,droppables:o});if(!u)return ht;var c=o[u],d=Ze(c.descriptor.id,r),p=gt(n,d),f=function(e,t){var n=e.frame;return n?Ce(t,n.scroll.diff.value):t}(c,t),m=ot({pageBorderBoxCenterWithDroppableScrollChange:f,previousImpact:i,destination:c,insideDestinationWithoutDraggable:p,userDirection:l,onLift:s});return m||function(e){var t=e.pageBorderBoxCenterWithDroppableScrollChange,n=e.draggable,r=e.destination,o=e.insideDestinationWithoutDraggable,i=e.previousImpact,a=e.viewport,l=e.userDirection,s=e.onLift,u=r.axis,c=et(r.axis,l),d=ft(r.axis,n.displaceBy),p=t[u.line],f=d.value,m=o.filter(function(e){var t=e.page.borderBox,n=t[u.start],r=t[u.end],o=tt(e.descriptor.id,s);return c?o?pa.length-1?null:{proposedIndex:s,modifyDisplacement:!0}}({isMovingForward:t,isInHomeList:n,draggable:r,location:l.destination,insideDestination:a}):l.merge?function(e){var t=e.isMovingForward,n=e.destination,r=e.previousImpact,o=e.draggables,i=e.merge,a=e.onLift;if(!n.isCombineEnabled)return null;var l=r.movement,s=i.combine.draggableId,u=o[s].descriptor.index;return tt(s,a)?l.map[s]?t?{proposedIndex:u,modifyDisplacement:!0}:{proposedIndex:u-1,modifyDisplacement:!1}:t?{proposedIndex:u,modifyDisplacement:!1}:{proposedIndex:u-1,modifyDisplacement:!0}:Boolean(l.map[s])?t?{proposedIndex:u+1,modifyDisplacement:!0}:{proposedIndex:u,modifyDisplacement:!1}:t?{proposedIndex:u+1,modifyDisplacement:!1}:{proposedIndex:u,modifyDisplacement:!0}}({isMovingForward:t,destination:i,previousImpact:l,draggables:o,merge:l.merge,onLift:s}):null;if(null==u)return null;var c=u.proposedIndex,d=u.modifyDisplacement,p=ft(i.axis,r.displaceBy),f=function(){var e=l.movement.displaced;return d?t?function(e){return e.slice(1)}(e):function(e,t){return[{draggableId:e.descriptor.id,isVisible:!0,shouldAnimate:!0}].concat(t)}(gt(r,a)[c],e):e}();return{movement:{displacedBy:p,displaced:f,map:pt(f)},destination:{droppableId:i.descriptor.id,index:c},merge:null}},Dt=function(e,t){return t.margin[e.start]+t.borderBox[e.size]/2},Lt=function(e,t,n){return t[e.crossAxisStart]+n.margin[e.crossAxisStart]+n.borderBox[e.crossAxisSize]/2},Rt=function(e){var t=e.axis,n=e.moveRelativeTo,r=e.isMoving;return Ae(t.line,n.marginBox[t.end]+Dt(t,r),Lt(t,n.marginBox,r))},Nt=function(e){var t=e.axis,n=e.moveRelativeTo,r=e.isMoving;return Ae(t.line,n.marginBox[t.start]-function(e,t){return t.margin[e.end]+t.borderBox[e.size]/2}(t,r),Lt(t,n.marginBox,r))},jt=function(e){var t=e.movement,n=e.draggable,r=e.draggables,o=e.droppable,i=e.onLift,a=Ze(o.descriptor.id,r),l=n.page,s=o.axis;if(!a.length)return function(e){var t=e.axis,n=e.moveInto,r=e.isMoving;return Ae(t.line,n.contentBox[t.start]+Dt(t,r),Lt(t,n.contentBox,r))}({axis:s,moveInto:o.page,isMoving:l});var u=t.displaced,c=t.displacedBy;if(u.length){var d=r[u[0].draggableId];if(tt(d.descriptor.id,i))return Nt({axis:s,moveRelativeTo:d.page,isMoving:l});var p=I(d.page,c.point);return Nt({axis:s,moveRelativeTo:p,isMoving:l})}var f=a[a.length-1];if(f.descriptor.id===n.descriptor.id)return l.borderBox.center;if(tt(f.descriptor.id,i)){var m=I(f.page,Pe(i.displacedBy.point));return Rt({axis:s,moveRelativeTo:m,isMoving:l})}return Rt({axis:s,moveRelativeTo:f.page,isMoving:l})},Bt=function(e,t){var n=e.frame;return n?Ce(t,n.scroll.diff.displacement):t},zt=function(e){var t=e.impact,n=e.draggable,r=e.droppable,o=e.draggables,i=e.onLift,a=t.merge,l=t.destination,s=n.page.borderBox.center;return r?l?jt({movement:t.movement,draggable:n,draggables:o,droppable:r,onLift:i}):a?function(e){var t=e.combine,n=e.onLift,r=e.movement,o=e.draggables,i=t.draggableId,a=o[i].page.borderBox.center,l=nt({displaced:r.map,onLift:n,combineWith:i,displacedBy:r.displacedBy});return Ce(a,l)}({movement:t.movement,combine:a.combine,draggables:o,onLift:i}):s:s},Ht=function(e){var t=zt(e),n=e.droppable;return n?Bt(n,t):t},Gt=function(e,t){var n=Te(t,e.scroll.initial),r=Pe(n);return{frame:C({top:t.y,bottom:t.y+e.frame.height,left:t.x,right:t.x+e.frame.width}),scroll:{initial:e.scroll.initial,max:e.scroll.max,current:t,diff:{value:n,displacement:r}}}},qt=function(e,t){return i({},e,{movement:i({},e.movement,{displaced:t,map:pt(t)})})},Ut=function(e){var t=e.pageBorderBoxCenter,n=e.draggable,r=function(e,t){return Ce(e.scroll.diff.displacement,t)}(e.viewport,t),o=Te(r,n.page.borderBox.center);return Ce(n.client.borderBox.center,o)},Wt=function(e){var t=e.draggable,n=e.destination,r=e.newPageBorderBoxCenter,o=e.viewport,i=e.withDroppableDisplacement,a=e.onlyOnMainAxis,l=void 0!==a&&a,s=Te(r,t.page.borderBox.center),u={target:De(t.page.borderBox,s),destination:n,withDroppableDisplacement:i,viewport:o};return l?ct(u):ut(u)},Vt=function(e){var t=e.isMovingForward,n=e.draggable,r=e.destination,o=e.draggables,i=e.previousImpact,a=e.viewport,l=e.previousPageBorderBoxCenter,s=e.previousClientSelection,u=e.onLift;if(!r.isEnabled)return null;var c=Ze(r.descriptor.id,o),d=wt(n,r),p=function(e){var t=e.isMovingForward,n=e.isInHomeList,r=e.draggable,o=e.destination,i=e.insideDestination,a=e.previousImpact;if(!o.isCombineEnabled)return null;if(a.merge)return null;var l=a.destination;l||w(!1);var s=l.index,u=function(){var e=i.slice();return n&&e.splice(r.descriptor.index,1),e.splice(l.index,0,r),e}(),c=t?s+1:s-1;if(c<0)return null;if(c>u.length-1)return null;var d=u[c];d===r&&w(!1);var p={whenEntered:t?Mt:It,combine:{draggableId:d.descriptor.id,droppableId:o.descriptor.id}};return{movement:a.movement,destination:null,merge:p}}({isInHomeList:d,isMovingForward:t,draggable:n,destination:r,insideDestination:c,previousImpact:i})||Ft({isMovingForward:t,isInHomeList:d,draggable:n,draggables:o,destination:r,insideDestination:c,previousImpact:i,onLift:u});if(!p)return null;var f=Ht({impact:p,draggable:n,droppable:r,draggables:o,onLift:u});if(Wt({draggable:n,destination:r,newPageBorderBoxCenter:f,viewport:a.frame,withDroppableDisplacement:!1,onlyOnMainAxis:!0}))return{clientSelection:Ut({pageBorderBoxCenter:f,draggable:n,viewport:a}),impact:p,scrollJumpRequest:null};var m=Te(f,l);return{clientSelection:s,impact:function(e){var t=e.impact,n=e.viewport,r=e.destination,o=e.draggables,i=e.maxScrollChange,a=e.onLift,l=t.movement.displaced,s=Gt(n,Ce(n.scroll.current,i)),u=r.frame?je(r,Ce(r.frame.scroll.current,i)):r,c=l.map(function(e){if(e.isVisible)return e;var i=o[e.draggableId],l=dt({draggable:i,destination:r,previousImpact:t,viewport:s.frame,onLift:a,forceShouldAnimate:!1});if(l.isVisible)return l;var c=dt({draggable:i,destination:u,previousImpact:t,viewport:n.frame,onLift:a,forceShouldAnimate:!1});return c.isVisible?c:e});return qt(t,c)}({impact:p,viewport:a,destination:r,draggables:o,maxScrollChange:m,onLift:u}),scrollJumpRequest:m}},Yt=function(e){var t=e.subject.active;return t||w(!1),t},$t=function(e,t){var n=e.page.borderBox.center;return tt(e.descriptor.id,t)?Te(n,t.displacedBy.point):n},Kt=function(e){var t=e.pageBorderBoxCenter,n=e.viewport,r=e.destination,o=e.insideDestination,i=e.onLift;return o.filter(function(e){return ut({target:function(e,t){var n=e.page.borderBox;return tt(e.descriptor.id,t)?De(n,Pe(t.displacedBy.point)):n}(e,i),destination:r,viewport:n.frame,withDroppableDisplacement:!0})}).sort(function(e,n){var o=Me(t,Bt(r,$t(e,i))),a=Me(t,Bt(r,$t(n,i)));return o1?c.sort(function(e,t){return Yt(e)[l.start]-Yt(t)[l.start]})[0]:u.sort(function(e,t){var r=Ie(n,Le(Yt(e))),o=Ie(n,Le(Yt(t)));return r!==o?r-o:Yt(e)[l.start]-Yt(t)[l.start]})[0]}({isMovingForward:t,pageBorderBoxCenter:n,source:o,droppables:a,viewport:s});if(!c)return null;var d=Ze(c.descriptor.id,i),p=function(e){var t=e.previousPageBorderBoxCenter,n=e.moveRelativeTo,r=e.insideDestination,o=e.draggable,i=e.draggables,a=e.destination,l=e.previousImpact,s=e.viewport,u=e.onLift;if(!n){if(r.length)return null;var c={movement:mt,destination:{droppableId:a.descriptor.id,index:0},merge:null},d=Ht({impact:c,draggable:o,droppable:a,draggables:i,onLift:u}),p=wt(o,a)?a:St(a,o,i);return Wt({draggable:o,destination:p,newPageBorderBoxCenter:d,viewport:s.frame,withDroppableDisplacement:!1,onlyOnMainAxis:!0})?c:null}var f=Boolean(t[a.axis.line]0?"right":"left"}(e.horizontal,r.x),vertical:function(e,t){return 0===t?e:t>0?"down":"up"}(e.vertical,r.y)}}(t.userDirection,t.current.page.borderBoxCenter,h.page.borderBoxCenter);if("COLLECTING"===t.phase)return i({phase:"COLLECTING"},t,{dimensions:c,viewport:s,current:h,userDirection:g});var b=c.draggables[t.critical.draggable.id],y=a||bt({pageBorderBoxCenter:m.borderBoxCenter,draggable:b,draggables:c.draggables,droppables:c.droppables,previousImpact:t.impact,viewport:s,userDirection:g,onLift:t.onLift}),v=Pt({draggable:b,impact:y,previousImpact:t.impact,draggables:c.draggables,droppables:c.droppables});return i({},t,{current:h,userDirection:g,dimensions:{draggables:c.draggables,droppables:v},impact:y,viewport:s,scrollJumpRequest:l||null,forceShouldAnimate:!l&&null})},tn=function(e){var t=e.impact,n=e.viewport,r=e.destination,o=e.draggables,i=e.onLift,a=e.forceShouldAnimate,l=t.movement.displaced.map(function(e){return dt({draggable:o[e.draggableId],destination:r,previousImpact:t,viewport:n.frame,onLift:i,forceShouldAnimate:a})});return qt(t,l)},nn=function(e){var t=e.impact,n=e.draggable,r=e.droppable,o=e.draggables,i=e.viewport,a=e.onLift,l=Ht({impact:t,draggable:n,draggables:o,droppable:r,onLift:a});return Ut({pageBorderBoxCenter:l,draggable:n,viewport:i})},rn=function(e){var t=e.state,n=e.dimensions,r=e.viewport;"SNAP"!==t.movementMode&&w(!1);var o=t.impact,i=r||t.viewport,a=n||t.dimensions,l=a.draggables,s=a.droppables,u=l[t.critical.draggable.id],c=He(o);c||w(!1);var d=s[c],p=tn({impact:o,viewport:i,destination:d,draggables:l,onLift:t.onLift}),f=nn({impact:p,draggable:u,droppable:d,draggables:l,viewport:i,onLift:t.onLift});return en({impact:p,clientSelection:f,state:t,dimensions:a,viewport:i})},on=function(e){return"SNAP"===e.movementMode},an=function(e,t,n){var r=function(e,t){return{draggables:e.draggables,droppables:Ot(e.droppables,t)}}(e.dimensions,t);return!on(e)||n?en({state:e,dimensions:r}):rn({state:e,dimensions:r})},ln={phase:"IDLE",completed:null,shouldFlush:!1},sn=function(e,t){if(void 0===e&&(e=ln),"CLEAN"===t.type)return ln;if("INITIAL_PUBLISH"===t.type){"IDLE"!==e.phase&&w(!1);var n=t.payload,r=n.critical,o=n.clientSelection,a=n.viewport,l=n.dimensions,s=n.movementMode,u=l.draggables[r.draggable.id],c=l.droppables[r.droppable.id],d={selection:o,borderBoxCenter:u.client.borderBox.center,offset:Se},p={client:d,page:{selection:Ce(d.selection,a.scroll.initial),borderBoxCenter:Ce(d.selection,a.scroll.initial)}},f=Ye(l.droppables).every(function(e){return!e.isFixedOnPage}),m=yt({draggable:u,home:c,draggables:l.draggables,viewport:a}),h=m.impact;return{phase:"DRAGGING",isDragging:!0,critical:r,movementMode:s,dimensions:l,initial:p,current:p,isWindowScrollAllowed:f,impact:h,onLift:m.onLift,onLiftImpact:h,viewport:a,userDirection:Mt,scrollJumpRequest:null,forceShouldAnimate:null}}var g;if("COLLECTION_STARTING"===t.type)return"COLLECTING"===e.phase||"DROP_PENDING"===e.phase?e:("DRAGGING"!==e.phase&&w(!1),i({phase:"COLLECTING"},e,((g={}).phase="COLLECTING",g)));if("PUBLISH_WHILE_DRAGGING"===t.type)return"COLLECTING"!==e.phase&&"DROP_PENDING"!==e.phase&&w(!1),At({state:e,published:t.payload});if("MOVE"===t.type){if("DROP_PENDING"===e.phase)return e;Jt(e)||w(!1);var b=t.payload.client;return Oe(b,e.current.client.selection)?e:en({state:e,clientSelection:b,impact:on(e)?e.impact:null})}if("UPDATE_DROPPABLE_SCROLL"===t.type){if("DROP_PENDING"===e.phase)return e;if("COLLECTING"===e.phase)return e;Jt(e)||w(!1);var y=t.payload,v=y.id,E=y.offset,x=e.dimensions.droppables[v];if(!x)return e;var _=je(x,E);return an(e,_,!1)}if("UPDATE_DROPPABLE_IS_ENABLED"===t.type){if("DROP_PENDING"===e.phase)return e;Jt(e)||w(!1);var k=t.payload,S=k.id,C=k.isEnabled,T=e.dimensions.droppables[S];T||w(!1),T.isEnabled===C&&w(!1);var O=i({},T,{isEnabled:C});return an(e,O,!0)}if("UPDATE_DROPPABLE_IS_COMBINE_ENABLED"===t.type){if("DROP_PENDING"===e.phase)return e;Jt(e)||w(!1);var P=t.payload,A=P.id,M=P.isCombineEnabled,I=e.dimensions.droppables[A];I||w(!1),I.isCombineEnabled===M&&w(!1);var F=i({},I,{isCombineEnabled:M});return an(e,F,!0)}if("MOVE_BY_WINDOW_SCROLL"===t.type){if("DROP_PENDING"===e.phase||"DROP_ANIMATING"===e.phase)return e;Jt(e)||w(!1),e.isWindowScrollAllowed||w(!1);var D=t.payload.newScroll;if(Oe(e.viewport.scroll.current,D))return e;var L=Gt(e.viewport,D);return on(e)?rn({state:e,viewport:L}):en({state:e,viewport:L})}if("UPDATE_VIEWPORT_MAX_SCROLL"===t.type){if(!Jt(e))return e;var R=t.payload.maxScroll;return Oe(R,e.viewport.scroll.max)?e:i({phase:"DRAGGING"},e,{viewport:i({},e.viewport,{scroll:i({},e.viewport.scroll,{max:R})})})}if("MOVE_UP"===t.type||"MOVE_DOWN"===t.type||"MOVE_LEFT"===t.type||"MOVE_RIGHT"===t.type){if("COLLECTING"===e.phase||"DROP_PENDING"===e.phase)return e;"DRAGGING"!==e.phase&&w(!1);var N=Zt({state:e,type:t.type});return N?en({state:e,impact:N.impact,clientSelection:N.clientSelection,scrollJumpRequest:N.scrollJumpRequest}):e}if("DROP_PENDING"===t.type){var j,B=t.payload.reason;return"COLLECTING"!==e.phase&&w(!1),i({phase:"DROP_PENDING"},e,((j={}).phase="DROP_PENDING",j.isWaiting=!0,j.reason=B,j))}if("DROP_ANIMATE"===t.type){var z=t.payload,H=z.completed,G=z.dropDuration,q=z.newHomeClientOffset;return"DRAGGING"!==e.phase&&"DROP_PENDING"!==e.phase&&w(!1),{phase:"DROP_ANIMATING",dimensions:e.dimensions,completed:H,dropDuration:G,newHomeClientOffset:q}}if("DROP_COMPLETE"===t.type){var U=t.payload;return{phase:"IDLE",completed:U.completed,shouldFlush:U.shouldFlush}}return e},un=function(e){return{type:"PUBLISH_WHILE_DRAGGING",payload:e}},cn=function(){return{type:"COLLECTION_STARTING",payload:null}},dn=function(e){return{type:"UPDATE_DROPPABLE_SCROLL",payload:e}},pn=function(e){return{type:"UPDATE_DROPPABLE_IS_ENABLED",payload:e}},fn=function(e){return{type:"UPDATE_DROPPABLE_IS_COMBINE_ENABLED",payload:e}},mn=function(e){return{type:"MOVE",payload:e}},hn=function(){return{type:"CLEAN",payload:null}},gn=function(e){return{type:"DROP_COMPLETE",payload:e}},bn=function(e){return{type:"DROP",payload:e}},yn="cubic-bezier(.2,1,.1,1)",vn={drop:0,combining:.7},En={drop:.75},xn=.2+"s "+"cubic-bezier(0.2, 0, 0, 1)",_n={fluid:"opacity "+xn,snap:"transform "+xn+", opacity "+xn,drop:function(e){var t=e+"s "+yn;return"transform "+t+", opacity "+t},outOfTheWay:"transform "+xn,placeholder:"height "+xn+", width "+xn+", margin "+xn},wn=function(e){return Oe(e,Se)?null:"translate("+e.x+"px, "+e.y+"px)"},kn={moveTo:wn,drop:function(e,t){var n=wn(e);return n?t?n+" scale("+En.drop+")":n:null}},Sn=.33,Cn=.55,Tn=Cn-Sn,On=function(e){var t=e.getState,n=e.dispatch;return function(e){return function(r){if("DROP"===r.type){var o=t(),a=r.payload.reason;if("COLLECTING"!==o.phase){if("IDLE"!==o.phase){"DROP_PENDING"===o.phase&&o.isWaiting&&w(!1),"DRAGGING"!==o.phase&&"DROP_PENDING"!==o.phase&&w(!1);var l=o.critical,s=o.dimensions,u=function(e){var t=e.reason,n=e.lastImpact,r=e.home,o=e.viewport,a=e.draggables,l=e.onLiftImpact,s=e.onLift,u="DROP"===t&&Boolean(He(n));return u?n.destination?{impact:n,didDropInsideDroppable:u}:{impact:i({},n,{movement:mt}),didDropInsideDroppable:u}:{impact:tn({impact:l,destination:r,viewport:o,draggables:a,onLift:s,forceShouldAnimate:!0}),didDropInsideDroppable:u}}({reason:a,lastImpact:o.impact,onLift:o.onLift,onLiftImpact:o.onLiftImpact,home:o.dimensions.droppables[o.critical.droppable.id],viewport:o.viewport,draggables:o.dimensions.draggables}),c=u.impact,d=u.didDropInsideDroppable,p=s.draggables[o.critical.draggable.id],f=d?c.destination:null,m=d&&c.merge?c.merge.combine:null,h={index:l.draggable.index,droppableId:l.droppable.id},g={draggableId:p.descriptor.id,type:p.descriptor.type,source:h,reason:a,mode:o.movementMode,destination:f,combine:m},b=function(e){var t=e.impact,n=e.draggable,r=e.dimensions,o=e.viewport,i=e.onLift,a=r.draggables,l=r.droppables,s=He(t),u=s?l[s]:null,c=l[n.descriptor.droppableId],d=nn({impact:t,draggable:n,draggables:a,onLift:i,droppable:u||c,viewport:o}),p=Te(d,n.client.borderBox.center),f=t.merge;return f&&tt(f.combine.draggableId,i)?Te(p,i.displacedBy.point):p}({impact:c,draggable:p,dimensions:s,viewport:o.viewport,onLift:o.onLift}),y={critical:o.critical,result:g,impact:c};if(!Oe(o.current.client.offset,b)||Boolean(g.combine)){var v=function(e){var t=e.current,n=e.destination,r=e.reason,o=Me(t,n);if(o<=0)return Sn;if(o>=1500)return Cn;var i=Sn+Tn*(o/1500);return Number(("CANCEL"===r?.6*i:i).toFixed(2))}({current:o.current.client.offset,destination:b,reason:a});n(function(e){return{type:"DROP_ANIMATE",payload:e}}({newHomeClientOffset:b,dropDuration:v,completed:y}))}else n(gn({completed:y,shouldFlush:!1}))}}else n(function(e){return{type:"DROP_PENDING",payload:e}}({reason:a}))}else e(r)}}},Pn=function(e){return e+1},An=function(e,t){var n=e.droppableId===t.droppableId,r=Pn(e.index),o=Pn(t.index);return n?"\n You have moved the item from position "+r+"\n to position "+o+"\n ":"\n You have moved the item from position "+r+"\n in list "+e.droppableId+"\n to list "+t.droppableId+"\n in position "+o+"\n "},Mn=function(e,t,n){return t.droppableId===n.droppableId?"\n The item "+e+"\n has been combined with "+n.draggableId:"\n The item "+e+"\n in list "+t.droppableId+"\n has been combined with "+n.draggableId+"\n in list "+n.droppableId+"\n "},In=function(e){return"\n The item has returned to its starting position\n of "+Pn(e.index)+"\n"},Fn=function(e){return"\n You have lifted an item in position "+Pn(e.source.index)+".\n Use the arrow keys to move, space bar to drop, and escape to cancel.\n"},Dn=function(e){var t=e.destination;if(t)return An(e.source,t);var n=e.combine;return n?Mn(e.draggableId,e.source,n):"You are over an area that cannot be dropped on"},Ln=function(e){if("CANCEL"===e.reason)return"\n Movement cancelled.\n "+In(e.source)+"\n ";var t=e.destination,n=e.combine;return t?"\n You have dropped the item.\n "+An(e.source,t)+"\n ":n?"\n You have dropped the item.\n "+Mn(e.draggableId,e.source,n)+"\n ":"\n The item has been dropped while not over a drop area.\n "+In(e.source)+"\n "},Rn=function(){var e=[];return{add:function(t){var n=setTimeout(function(){return function(t){var n=qe(e,function(e){return e.timerId===t});-1===n&&w(!1),e.splice(n,1)[0].callback()}(n)}),r={timerId:n,callback:t};e.push(r)},flush:function(){if(e.length){var t=[].concat(e);e.length=0,t.forEach(function(e){clearTimeout(e.timerId),e.callback()})}}}},Nn=function(e,t){Be(e),t(),ze(e)},jn=function(e,t){return{draggableId:e.draggable.id,type:e.droppable.type,source:{droppableId:e.droppable.id,index:e.draggable.index},mode:t}},Bn=function(e,t,n,r){if(e){var o=function(e){var t=!1,n=!1,r=setTimeout(function(){n=!0}),o=function(o){t||n||(t=!0,e(o),clearTimeout(r))};return o.wasCalled=function(){return t},o}(n);e(t,{announce:o}),o.wasCalled()||n(r(t))}else n(r(t))},zn=function(e,t){var n=function(e,t){var n=Rn(),r=null,o=function(n){r||w(!1),r=null,Nn("onDragEnd",function(){return Bn(e().onDragEnd,n,t,Ln)})};return{beforeStart:function(t,n){r&&w(!1),Nn("onBeforeDragStart",function(){var r=e().onBeforeDragStart;r&&r(jn(t,n))})},start:function(o,i){r&&w(!1);var a=jn(o,i);r={mode:i,lastCritical:o,lastLocation:a.source,lastCombine:null},n.add(function(){Nn("onDragStart",function(){return Bn(e().onDragStart,a,t,Fn)})})},update:function(o,a){var l=a.destination,s=a.merge?a.merge.combine:null;r||w(!1);var u=!function(e,t){if(e===t)return!0;var n=e.draggable.id===t.draggable.id&&e.draggable.droppableId===t.draggable.droppableId&&e.draggable.type===t.draggable.type&&e.draggable.index===t.draggable.index,r=e.droppable.id===t.droppable.id&&e.droppable.type===t.droppable.type;return n&&r}(o,r.lastCritical);u&&(r.lastCritical=o);var c=!function(e,t){return null==e&&null==t||null!=e&&null!=t&&e.droppableId===t.droppableId&&e.index===t.index}(r.lastLocation,l);c&&(r.lastLocation=l);var d=!function(e,t){return null==e&&null==t||null!=e&&null!=t&&e.draggableId===t.draggableId&&e.droppableId===t.droppableId}(r.lastCombine,s);if(d&&(r.lastCombine=s),u||c||d){var p=i({},jn(o,r.mode),{combine:s,destination:l});n.add(function(){Nn("onDragUpdate",function(){return Bn(e().onDragUpdate,p,t,Dn)})})}},flush:function(){r||w(!1),n.flush()},drop:o,abort:function(){if(r){var e=i({},jn(r.lastCritical,r.mode),{combine:null,destination:null,reason:"CANCEL"});o(e)}}}}(e,t);return function(e){return function(t){return function(r){if("INITIAL_PUBLISH"===r.type){var o=r.payload.critical;return n.beforeStart(o,r.payload.movementMode),t(r),void n.start(o,r.payload.movementMode)}if("DROP_COMPLETE"===r.type){var i=r.payload.completed.result;return n.flush(),t(r),void n.drop(i)}if(t(r),"CLEAN"!==r.type){var a=e.getState();"DRAGGING"===a.phase&&n.update(a.critical,a.impact)}else n.abort()}}}},Hn=function(e){return function(t){return function(n){if("DROP_ANIMATION_FINISHED"===n.type){var r=e.getState();"DROP_ANIMATING"!==r.phase&&w(!1),e.dispatch(gn({completed:r.completed,shouldFlush:!1}))}else t(n)}}},Gn=function(e){return function(t){return function(n){if(t(n),"PUBLISH_WHILE_DRAGGING"===n.type){var r=e.getState();"DROP_PENDING"===r.phase&&(r.isWaiting||e.dispatch(bn({reason:r.reason})))}}}},qn=v,Un=function(e){var t=e.getDimensionMarshal,n=e.styleMarshal,r=e.getResponders,o=e.announce,i=e.getScroller;return h(sn,qn(E(function(e){return function(){return function(t){return function(n){"INITIAL_PUBLISH"===n.type&&e.dragging(),"DROP_ANIMATE"===n.type&&e.dropping(n.payload.completed.result.reason),"CLEAN"!==n.type&&"DROP_COMPLETE"!==n.type||e.resting(),t(n)}}}}(n),function(e){return function(){return function(t){return function(n){"DROP_COMPLETE"!==n.type&&"CLEAN"!==n.type&&"DROP_ANIMATE"!==n.type||e().stopPublishing(),t(n)}}}}(t),function(e){return function(t){var n=t.getState,r=t.dispatch;return function(t){return function(o){if("LIFT"===o.type){var i=e(),a=o.payload,l=a.id,s=a.clientSelection,u=a.movementMode,c=n();"DROP_ANIMATING"===c.phase&&r(gn({completed:c.completed,shouldFlush:!0})),"IDLE"!==n().phase&&w(!1);var d={draggableId:l,scrollOptions:{shouldPublishImmediately:"SNAP"===u}},p=i.startPublishing(d),f=p.critical,m=p.dimensions,h=p.viewport;r(function(e){return{type:"INITIAL_PUBLISH",payload:e}}({critical:f,dimensions:m,clientSelection:s,movementMode:u,viewport:h}))}else t(o)}}}}(t),On,Hn,Gn,function(e){return function(t){return function(n){return function(r){if(function(e){return"DROP_COMPLETE"===e.type||"DROP_ANIMATE"===e.type||"CLEAN"===e.type}(r))return e().stop(),void n(r);if(function(e){return"COLLECTION_STARTING"===e.type}(r))return e().cancelPending(),void n(r);if("INITIAL_PUBLISH"===r.type){n(r);var o=t.getState();return"DRAGGING"!==o.phase&&w(!1),void e().start(o)}n(r),e().scroll(t.getState())}}}}(i),zn(r,o))))},Wn=function(){return{x:window.pageXOffset,y:window.pageYOffset}},Vn=function(){var e=document.documentElement;return e||w(!1),e},Yn=function(){var e=Vn();return xt({scrollHeight:e.scrollHeight,scrollWidth:e.scrollWidth,width:e.clientWidth,height:e.clientHeight})},$n=function(e){var t=e.critical,n=e.scrollOptions,r=e.entries;Be("Initial collection from DOM");var o=function(){var e=Wn(),t=Yn(),n=e.y,r=e.x,o=Vn(),i=o.clientWidth,a=o.clientHeight;return{frame:C({top:n,left:r,right:r+i,bottom:n+a}),scroll:{initial:e,current:e,max:t,diff:{value:Se,displacement:Se}}}}(),i=o.scroll.current,a=t.droppable,l=Ge(r.droppables).filter(function(e){return e.descriptor.type===a.type}).map(function(e){return e.callbacks.getDimensionAndWatchScroll(i,n)}),s=Ge(r.draggables).filter(function(e){return e.descriptor.type===t.draggable.type}).map(function(e){return e.getDimension(i)}),u={draggables:Ve(s),droppables:We(l)};return ze("Initial collection from DOM"),{dimensions:u,critical:t,viewport:o}},Kn=function(e,t){e.critical.draggable.type!==t.type&&w(!1)},Qn=function(e){var t={droppables:{},draggables:{}},n=null,r=function(e){var t=e.getEntries,n=e.callbacks,r=function(){},o={additions:{},removals:{},modified:{}},i=null,a=function(){r(),i||(i=requestAnimationFrame(function(){i=null,n.collectionStarting();var e=n.getCritical();Be("Publish collection from DOM");var r=t(),a=o,l=a.additions,s=a.removals,u=a.modified,c=H()(l).map(function(e){return r.draggables[e].getDimension(Se)}).sort(function(e,t){return e.descriptor.index-t.descriptor.index}),d=H()(u).map(function(t){var n=r.droppables[t];n||w(!1);var o={withoutPlaceholder:!(n.descriptor.id===e.droppable.id)};return n.callbacks.recollect(o)}),p={additions:c,removals:H()(s),modified:d};o={additions:{},removals:{},modified:{}},ze("Publish collection from DOM"),n.publish(p)}))};return{add:function(e){o.additions[e.id]=e,o.modified[e.droppableId]=!0,o.removals[e.id]&&delete o.removals[e.id],a()},remove:function(e){o.removals[e.id]=e,o.modified[e.droppableId]=!0,o.additions[e.id]&&delete o.additions[e.id],a()},stop:function(){i&&(cancelAnimationFrame(i),i=null,o={additions:{},removals:{},modified:{}})}}}({callbacks:{publish:e.publishWhileDragging,collectionStarting:e.collectionStarting,getCritical:function(){return n||w(!1),n.critical}},getEntries:function(){return t}});return{registerDraggable:function(e,o){var i={descriptor:e,getDimension:o};t.draggables[e.id]=i,n&&(Kn(n,e),r.add(e))},updateDraggable:function(e,n,r){t.draggables[e.id]||w(!1),delete t.draggables[e.id];var o={descriptor:n,getDimension:r};t.draggables[n.id]=o},unregisterDraggable:function(e){var o=t.draggables[e.id];o||w(!1),o.descriptor===e&&(delete t.draggables[e.id],n&&(n.critical.draggable.id===e.id&&w(!1),Kn(n,e),r.remove(e)))},registerDroppable:function(e,r){var o=e.id;t.droppables[o]={descriptor:e,callbacks:r},n&&w(!1)},updateDroppable:function(e,r,o){t.droppables[e.id]||w(!1),delete t.droppables[e.id];var i={descriptor:r,callbacks:o};t.droppables[r.id]=i,n&&w(!1)},unregisterDroppable:function(e){var r=t.droppables[e.id];r||w(!1),r.descriptor===e&&(delete t.droppables[e.id],n&&w(!1))},updateDroppableIsEnabled:function(r,o){t.droppables[r]||w(!1),n&&e.updateDroppableIsEnabled({id:r,isEnabled:o})},updateDroppableIsCombineEnabled:function(r,o){t.droppables[r]||w(!1),n&&e.updateDroppableIsCombineEnabled({id:r,isCombineEnabled:o})},scrollDroppable:function(e,r){var o=t.droppables[e];o||w(!1),n&&o.callbacks.scroll(r)},updateDroppableScroll:function(r,o){t.droppables[r]||w(!1),n&&e.updateDroppableScroll({id:r,offset:o})},startPublishing:function(e){n&&w(!1);var r=t.draggables[e.draggableId];r||w(!1);var o=t.droppables[r.descriptor.droppableId];o||w(!1);var i={draggable:r.descriptor,droppable:o.descriptor};return n={critical:i},$n({critical:i,entries:t,scrollOptions:e.scrollOptions})},stopPublishing:function(){if(n){r.stop();var e=n.critical.droppable;Ge(t.droppables).filter(function(t){return t.descriptor.type===e.type}).forEach(function(e){return e.callbacks.dragStopped()}),n=null}}}},Zn="data-react-beautiful-dnd-drag-handle",Jn=function(e,t){return e.map(function(e){var n=e.styles[t];return n?e.selector+" { "+n+" }":""}).join(" ")},Xn=0,er=function(){var e=document.querySelector("head");return e||w(!1),e},tr=function(){var e=document.createElement("style");return e.type="text/css",e},nr=function(){var e=""+Xn++,t=function(e){var t=function(e){return function(t){return"["+t+'="'+e+'"]'}}(e),n=function(){var e="\n cursor: -webkit-grab;\n cursor: grab;\n ";return{selector:t(Zn),styles:{always:"\n -webkit-touch-callout: none;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n touch-action: manipulation;\n ",resting:e,dragging:"pointer-events: none;",dropAnimating:e}}}(),r=[function(){var e="\n transition: "+_n.outOfTheWay+";\n ";return{selector:t("data-react-beautiful-dnd-draggable"),styles:{dragging:e,dropAnimating:e,userCancel:e}}}(),n,{selector:t("data-react-beautiful-dnd-droppable"),styles:{always:"overflow-anchor: none;"}},{selector:"body",styles:{dragging:"\n cursor: grabbing;\n cursor: -webkit-grabbing;\n user-select: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n overflow-anchor: none;\n "}}];return{always:Jn(r,"always"),resting:Jn(r,"resting"),dragging:Jn(r,"dragging"),dropAnimating:Jn(r,"dropAnimating"),userCancel:Jn(r,"userCancel")}}(e),n=null,r=null,o=N(function(e,t){e||w(!1),e.innerHTML=t});return{dragging:function(){return o(r,t.dragging)},dropping:function(e){o(r,"DROP"!==e?t.userCancel:t.dropAnimating)},resting:function(){return o(r,t.resting)},styleContext:e,mount:function(){(n||r)&&w(!1),n=tr(),r=tr(),n.setAttribute("data-react-beautiful-dnd-always",e),r.setAttribute("data-react-beautiful-dnd-dynamic",e),er().appendChild(n),er().appendChild(r),o(n,t.always),o(r,t.resting)},unmount:function(){n&&r||w(!1),er().removeChild(n),er().removeChild(r),n=null,r=null}}},rr=function(e,t){return"IDLE"===e.phase||"DROP_ANIMATING"===e.phase&&(e.completed.result.draggableId!==t&&"DROP"===e.completed.result.reason)},or=function(e){window.scrollBy(e.x,e.y)},ir=function(){var e=document.body;return e||w(!1),e},ar=0,lr={position:"absolute",width:"1px",height:"1px",margin:"-1px",border:"0",padding:"0",overflow:"hidden",clip:"rect(0 0 0 0)","clip-path":"inset(100%)"},sr=function(){var e="react-beautiful-dnd-announcement-"+ar++,t=null;return{announce:function(e){t&&(t.textContent=e)},id:e,mount:function(){t&&w(!1),(t=document.createElement("div")).id=e,t.setAttribute("aria-live","assertive"),t.setAttribute("role","log"),t.setAttribute("aria-atomic","true"),o()(t.style,lr),ir().appendChild(t)},unmount:function(){t||w(!1),ir().removeChild(t),t=null}}},ur=N(function(e){return Ye(e).filter(function(e){return!!e.isEnabled&&!!e.frame})}),cr=function(e){var t=e.center,n=e.destination,r=e.droppables;if(n){var o=r[n];return o.frame?o:null}return function(e,t){return Ue(ur(t),function(t){return t.frame||w(!1),Qe(t.frame.pageMarginBox)(e)})}(t,r)},dr=.25,pr=.05,fr=28,mr=function(e){return Math.pow(e,2)},hr={stopDampeningAt:1200,accelerateAt:360},gr=function(e){var t=e.startOfRange,n=e.endOfRange,r=e.current,o=n-t;return 0===o?0:(r-t)/o},br=hr.accelerateAt,yr=hr.stopDampeningAt,vr=function(e){var t=e.distanceToEdge,n=e.thresholds,r=e.dragStartTime,o=e.shouldUseTimeDampening,i=function(e,t){if(e>t.startScrollingFrom)return 0;if(e<=t.maxScrollValueAt)return fr;if(e===t.startScrollingFrom)return 1;var n=gr({startOfRange:t.maxScrollValueAt,endOfRange:t.startScrollingFrom,current:e}),r=fr*mr(1-n);return Math.ceil(r)}(t,n);return 0===i?0:o?Math.max(function(e,t){var n=t,r=yr,o=q()()-n;if(o>=yr)return e;if(ot.height,i=n.width>t.width;return i||o?i&&o?null:{x:i?0:r.x,y:o?0:r.y}:r}({container:n,subject:r,proposedScroll:u});return c?Oe(c,Se)?null:c:null},wr=Fe(function(e){return 0===e?0:e>0?1:-1}),kr=function(){var e=function(e,t){return e<0?e:e>t?e-t:0};return function(t){var n=t.current,r=t.max,o=t.change,i=Ce(n,o),a={x:e(i.x,r.x),y:e(i.y,r.y)};return Oe(a,Se)?null:a}}(),Sr=function(e){var t=e.max,n=e.current,r=e.change,o={x:Math.max(n.x,t.x),y:Math.max(n.y,t.y)},i=wr(r),a=kr({max:o,current:n,change:i});return!a||(0!==i.x&&0===a.x||0!==i.y&&0===a.y)},Cr=function(e,t){return Sr({current:e.scroll.current,max:e.scroll.max,change:t})},Tr=function(e,t){var n=e.frame;return!!n&&Sr({current:n.scroll.current,max:n.scroll.max,change:t})},Or=function(e){var t=e.state,n=e.dragStartTime,r=e.shouldUseTimeDampening,o=e.scrollWindow,i=e.scrollDroppable,a=t.current.page.borderBoxCenter,l=t.dimensions.draggables[t.critical.draggable.id].page.marginBox;if(t.isWindowScrollAllowed){var s=function(e){var t=e.viewport,n=e.subject,r=e.center,o=e.dragStartTime,i=e.shouldUseTimeDampening,a=_r({dragStartTime:o,container:t.frame,subject:n,center:r,shouldUseTimeDampening:i});return a&&Cr(t,a)?a:null}({dragStartTime:n,viewport:t.viewport,subject:l,center:a,shouldUseTimeDampening:r});if(s)return void o(s)}var u=cr({center:a,destination:He(t.impact),droppables:t.dimensions.droppables});if(u){var c=function(e){var t=e.droppable,n=e.subject,r=e.center,o=e.dragStartTime,i=e.shouldUseTimeDampening,a=t.frame;if(!a)return null;var l=_r({dragStartTime:o,container:a.pageMarginBox,subject:n,center:r,shouldUseTimeDampening:i});return l&&Tr(t,l)?l:null}({dragStartTime:n,droppable:u,subject:l,center:a,shouldUseTimeDampening:r});c&&i(u.descriptor.id,c)}},Pr=function(e){var t=e.move,n=e.scrollDroppable,r=e.scrollWindow,o=function(e,t){if(!Tr(e,t))return t;var r=function(e,t){var n=e.frame;return n&&Tr(e,t)?kr({current:n.scroll.current,max:n.scroll.max,change:t}):null}(e,t);if(!r)return n(e.descriptor.id,t),null;var o=Te(t,r);return n(e.descriptor.id,o),Te(t,o)},i=function(e,t,n){if(!e)return n;if(!Cr(t,n))return n;var o=function(e,t){if(!Cr(e,t))return null;var n=e.scroll.max,r=e.scroll.current;return kr({current:r,max:n,change:t})}(t,n);if(!o)return r(n),null;var i=Te(n,o);return r(i),Te(n,i)};return function(e){var n=e.scrollJumpRequest;if(n){var r=He(e.impact);r||w(!1);var a=o(e.dimensions.droppables[r],n);if(a){var l=e.viewport,s=i(e.isWindowScrollAllowed,l,a);s&&function(e,n){var r=Ce(e.current.client.selection,n);t({client:r})}(e,s)}}}},Ar=function(e){var t=e.scrollDroppable,n=e.scrollWindow,r=e.move,o=function(e){var t=e.scrollWindow,n=e.scrollDroppable,r=U(t),o=U(n),i=null,a=function(e){i||w(!1);var t=i,n=t.shouldUseTimeDampening,a=t.dragStartTime;Or({state:e,scrollWindow:r,scrollDroppable:o,dragStartTime:a,shouldUseTimeDampening:n})},l=function(){i||w(!1),r.cancel(),o.cancel()};return{start:function(e){Be("starting fluid scroller"),i&&w(!1);var t=q()(),n=!1,r=function(){n=!0};Or({state:e,dragStartTime:0,shouldUseTimeDampening:!1,scrollWindow:r,scrollDroppable:r}),i={dragStartTime:t,shouldUseTimeDampening:n},ze("starting fluid scroller"),n&&a(e)},stop:function(){i&&(l(),i=null)},cancelPending:l,scroll:a}}({scrollWindow:n,scrollDroppable:t}),i=Pr({move:r,scrollWindow:n,scrollDroppable:t});return{scroll:function(e){"DRAGGING"===e.phase&&("FLUID"!==e.movementMode?e.scrollJumpRequest&&i(e):o.scroll(e))},cancelPending:o.cancelPending,start:o.start,stop:o.stop}},Mr=function(e){return"private-react-beautiful-dnd-key-do-not-use-"+e},Ir=Mr("store"),Fr=Mr("droppable-id"),Dr=Mr("droppable-type"),Lr=Mr("dimension-marshal"),Rr=Mr("style"),Nr=Mr("can-lift"),jr=Mr("is-movement-allowed"),Br=function(){Xn=0},zr=function(e){},Hr=function(e){function t(t,n){var r;(r=e.call(this,t,n)||this).store=void 0,r.dimensionMarshal=void 0,r.styleMarshal=void 0,r.autoScroller=void 0,r.announcer=void 0,r.unsubscribe=void 0,r.canLift=function(e){return rr(r.store.getState(),e)},r.getIsMovementAllowed=function(){return Jt(r.store.getState())},r.onFatalError=function(e){zr(e),"IDLE"!==r.store.getState().phase&&r.store.dispatch(hn())},r.onWindowError=function(e){return r.onFatalError(e)},r.announcer=sr(),r.styleMarshal=nr(),r.store=Un({getDimensionMarshal:function(){return r.dimensionMarshal},styleMarshal:r.styleMarshal,getResponders:function(){return{onBeforeDragStart:r.props.onBeforeDragStart,onDragStart:r.props.onDragStart,onDragEnd:r.props.onDragEnd,onDragUpdate:r.props.onDragUpdate}},announce:r.announcer.announce,getScroller:function(){return r.autoScroller}});var o=b({publishWhileDragging:un,updateDroppableScroll:dn,updateDroppableIsEnabled:pn,updateDroppableIsCombineEnabled:fn,collectionStarting:cn},r.store.dispatch);return r.dimensionMarshal=Qn(o),r.autoScroller=Ar(i({scrollWindow:or,scrollDroppable:r.dimensionMarshal.scrollDroppable},b({move:mn},r.store.dispatch))),r}s(t,e);var n=t.prototype;return n.getChildContext=function(){var e;return(e={})[Ir]=this.store,e[Lr]=this.dimensionMarshal,e[Rr]=this.styleMarshal.styleContext,e[Nr]=this.canLift,e[jr]=this.getIsMovementAllowed,e},n.componentDidMount=function(){window.addEventListener("error",this.onWindowError),this.styleMarshal.mount(),this.announcer.mount()},n.componentDidCatch=function(e){if(this.onFatalError(e),-1===e.message.indexOf("Invariant failed"))throw e;this.setState({})},n.componentWillUnmount=function(){window.removeEventListener("error",this.onWindowError),"IDLE"!==this.store.getState().phase&&this.store.dispatch(hn()),this.styleMarshal.unmount(),this.announcer.unmount()},n.render=function(){return this.props.children},t}(c.a.Component);Hr.childContextTypes=((Xt={})[Ir]=S.a.shape({dispatch:S.a.func.isRequired,subscribe:S.a.func.isRequired,getState:S.a.func.isRequired}).isRequired,Xt[Lr]=S.a.object.isRequired,Xt[Rr]=S.a.string.isRequired,Xt[Nr]=S.a.func.isRequired,Xt[jr]=S.a.func.isRequired,Xt);var Gr,qr=function(e){return function(t){return e===t}},Ur=qr("scroll"),Wr=qr("auto"),Vr=(qr("visible"),function(e,t){return t(e.overflowX)||t(e.overflowY)}),Yr=function(e){var t=window.getComputedStyle(e),n={overflowX:t.overflowX,overflowY:t.overflowY};return Vr(n,Ur)||Vr(n,Wr)},$r=function e(t){return null==t?null:t===document.body?null:t===document.documentElement?null:Yr(t)?t:e(t.parentElement)},Kr=function(e){return{x:e.scrollLeft,y:e.scrollTop}},Qr=function(e){return{closestScrollable:$r(e),isFixedOnPage:function e(t){return!!t&&("fixed"===window.getComputedStyle(t).position||e(t.parentElement))}(e)}},Zr=function(e){var t=e.ref,n=e.descriptor,r=e.env,o=e.windowScroll,i=e.direction,a=e.isDropDisabled,l=e.isCombineEnabled,s=e.shouldClipSubject,u=r.closestScrollable,c=function(e,t){var n=L(e);if(!t)return n;if(e!==t)return n;var r=n.paddingBox.top-t.scrollTop,o=n.paddingBox.left-t.scrollLeft,i=r+t.scrollHeight,a=o+t.scrollWidth,l=T({top:r,right:a,bottom:i,left:o},n.border);return A({borderBox:l,margin:n.margin,border:n.border,padding:n.padding})}(t,u),d=F(c,o),p=function(){if(!u)return null;var e=L(u),t={scrollHeight:u.scrollHeight,scrollWidth:u.scrollWidth};return{client:e,page:F(e,o),scroll:Kr(u),scrollSize:t,shouldClipSubject:s}}();return _t({descriptor:n,isEnabled:!a,isCombineEnabled:l,isFixedOnPage:r.isFixedOnPage,direction:i,client:c,page:d,closest:p})},Jr=function(e){return e&&e.env.closestScrollable||null},Xr={passive:!1},eo={passive:!0},to=function(e){return e.shouldPublishImmediately?Xr:eo},no=function(e,t){if(!e)return t();var n=e.style.display;e.style.display="none";var r=t();return e.style.display=n,r},ro=function(e){function t(t,n){var r;(r=e.call(this,t,n)||this).dragging=void 0,r.callbacks=void 0,r.publishedDescriptor=null,r.getClosestScroll=function(){var e=r.dragging;return e&&e.env.closestScrollable?Kr(e.env.closestScrollable):Se},r.memoizedUpdateScroll=N(function(e,t){r.publishedDescriptor||w(!1);var n={x:e,y:t};r.context[Lr].updateDroppableScroll(r.publishedDescriptor.id,n)}),r.updateScroll=function(){var e=r.getClosestScroll();r.memoizedUpdateScroll(e.x,e.y)},r.scheduleScrollUpdate=U(r.updateScroll),r.onClosestScroll=function(){var e=r.dragging,t=Jr(r.dragging);e&&t||w(!1),e.scrollOptions.shouldPublishImmediately?r.updateScroll():r.scheduleScrollUpdate()},r.scroll=function(e){var t=Jr(r.dragging);t||w(!1),t.scrollTop+=e.y,t.scrollLeft+=e.x},r.dragStopped=function(){var e=r.dragging;e||w(!1);var t=Jr(e);r.dragging=null,t&&(r.scheduleScrollUpdate.cancel(),t.removeEventListener("scroll",r.onClosestScroll,to(e.scrollOptions)))},r.getMemoizedDescriptor=N(function(e,t){return{id:e,type:t}}),r.publish=function(){var e=r.context[Lr],t=r.getMemoizedDescriptor(r.props.droppableId,r.props.type);if(!r.publishedDescriptor)return e.registerDroppable(t,r.callbacks),void(r.publishedDescriptor=t);r.publishedDescriptor!==t&&(e.updateDroppable(r.publishedDescriptor,t,r.callbacks),r.publishedDescriptor=t)},r.unpublish=function(){r.publishedDescriptor||w(!1),r.context[Lr].unregisterDroppable(r.publishedDescriptor),r.publishedDescriptor=null},r.recollect=function(e){var t=r.dragging,n=Jr(t);t&&n||w(!1);var o=function(){return Zr({ref:t.ref,descriptor:t.descriptor,env:t.env,windowScroll:Se,direction:r.props.direction,isDropDisabled:r.props.isDropDisabled,isCombineEnabled:r.props.isCombineEnabled,shouldClipSubject:!r.props.ignoreContainerClipping})};return e.withoutPlaceholder?no(r.props.getPlaceholderRef(),o):o()},r.getDimensionAndWatchScroll=function(e,t){r.dragging&&w(!1);var n=r.publishedDescriptor;n||w(!1);var o=r.props.getDroppableRef();o||w(!1);var i=Qr(o),a={ref:o,descriptor:n,env:i,scrollOptions:t};r.dragging=a;var l=Zr({ref:o,descriptor:n,env:i,windowScroll:e,direction:r.props.direction,isDropDisabled:r.props.isDropDisabled,isCombineEnabled:r.props.isCombineEnabled,shouldClipSubject:!r.props.ignoreContainerClipping});return i.closestScrollable&&i.closestScrollable.addEventListener("scroll",r.onClosestScroll,to(a.scrollOptions)),l};var o={getDimensionAndWatchScroll:r.getDimensionAndWatchScroll,recollect:r.recollect,dragStopped:r.dragStopped,scroll:r.scroll};return r.callbacks=o,r}s(t,e);var n=t.prototype;return n.componentDidMount=function(){this.publish()},n.componentDidUpdate=function(e){if(this.publish(),this.dragging){var t=this.props.isDropDisabled!==e.isDropDisabled,n=this.props.isCombineEnabled!==e.isCombineEnabled;if(t||n){var r=this.context[Lr];t&&r.updateDroppableIsEnabled(this.props.droppableId,!this.props.isDropDisabled),n&&r.updateDroppableIsCombineEnabled(this.props.droppableId,this.props.isCombineEnabled)}}},n.componentWillUnmount=function(){this.dragging&&this.dragStopped(),this.unpublish()},n.render=function(){return this.props.children},t}(c.a.Component);ro.contextTypes=((Gr={})[Lr]=S.a.object.isRequired,Gr);var oo={width:0,height:0,margin:{top:0,right:0,bottom:0,left:0}},io=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o=5||Math.abs(t.y-e.y)>=5}(o.pending,s)&&(e.preventDefault(),function(e){void 0===e&&(e=Wo),i({pending:null,isDragging:!0}),e()}(function(){return t.onLift({clientSelection:s,movementMode:"FLUID"})}))}}},{eventName:"mouseup",fn:function(e){o.pending?c():(e.preventDefault(),u(t.onDrop))}},{eventName:"mousedown",fn:function(e){o.isDragging&&e.preventDefault(),u(t.onCancel)}},{eventName:"keydown",fn:function(e){if(o.isDragging)return 27===e.keyCode?(e.preventDefault(),void p()):void No(e);p()}},{eventName:"resize",fn:p},{eventName:"scroll",options:{passive:!0,capture:!1},fn:function(e){e.currentTarget===n()&&(o.pending?c():l.windowScrollMove())}},{eventName:"webkitmouseforcechanged",fn:function(e){if(null!=e.webkitForce&&null!=MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN){var t=MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN;e.webkitForce>=t&&p()}}},{eventName:Uo,fn:p}],m=function(){var e=n();Bo(e,f,{capture:!0})},h=function(){var e=n();zo(e,f,{capture:!0})};return{onMouseDown:function(e){Vo.isHandled()||(a()&&w(!1),r(e)&&0===e.button&&(e.ctrlKey||e.metaKey||e.shiftKey||e.altKey||(Vo.handle(),e.preventDefault(),function(e){i({pending:e,isDragging:!1}),m()}({x:e.clientX,y:e.clientY}))))},kill:d,isCapturing:a,isDragging:function(){return o.isDragging},unmount:function(){d(),s.abort()}}},$o=((Mo={})[34]=!0,Mo[33]=!0,Mo[36]=!0,Mo[35]=!0,Mo),Ko=function(){},Qo=function(e){var t=e.callbacks,n=e.getWindow,r=e.getDraggableRef,o=e.canStartCapturing,i={isDragging:!1},a=function(e){i=e},l=function(e){void 0===e&&(e=Ko),d.cancel(),m(),a({isDragging:!1}),e()},s=function(){i.isDragging&&l()},u=function(){l(t.onCancel)},c=function(){return i.isDragging},d=Lo(t),p=[{eventName:"mousedown",fn:u},{eventName:"mouseup",fn:u},{eventName:"click",fn:u},{eventName:"touchstart",fn:u},{eventName:"resize",fn:u},{eventName:"wheel",fn:u,options:{passive:!0}},{eventName:"scroll",options:{capture:!1},fn:function(e){e.currentTarget===n()&&t.onWindowScroll()}},{eventName:Uo,fn:u}],f=function(){Bo(n(),p,{capture:!0})},m=function(){zo(n(),p,{capture:!0})};return{onKeyDown:function(e){if(!c()){if(e.defaultPrevented)return;if(!o(e))return;if(32!==e.keyCode)return;var n=r();n||w(!1);var i=function(e){return C(e.getBoundingClientRect()).center}(n);return e.preventDefault(),void function(e){void 0===e&&(e=Ko),a({isDragging:!0}),f(),e()}(function(){return t.onLift({clientSelection:i,movementMode:"SNAP"})})}return 27===e.keyCode?(e.preventDefault(),void u()):32===e.keyCode?(e.preventDefault(),void l(t.onDrop)):40===e.keyCode?(e.preventDefault(),void d.moveDown()):38===e.keyCode?(e.preventDefault(),void d.moveUp()):39===e.keyCode?(e.preventDefault(),void d.moveRight()):37===e.keyCode?(e.preventDefault(),void d.moveLeft()):void($o[e.keyCode]?e.preventDefault():No(e))},kill:s,isDragging:c,isCapturing:c,unmount:s}},Zo=qo(),Jo=function(){},Xo=function(){var e={preventTouchMove:Jo,releaseTouchMove:Jo};if("undefined"==typeof window)return e;if(!("ontouchstart"in window))return e;var t=!1;window.addEventListener("touchmove",function(e){t&&(e.defaultPrevented||e.preventDefault())},{passive:!1,capture:!1});return{preventTouchMove:function(){t=!0},releaseTouchMove:function(){t=!1}}}(),ei={isDragging:!1,pending:null,hasMoved:!1,longPressTimerId:null},ti=function(e){var t=e.callbacks,n=e.getWindow,r=e.canStartCapturing,o=e.getShouldRespectForceTouch,a=ei,l=function(e){a=i({},a,e)},s=function(){return Boolean(a.pending||a.isDragging||a.longPressTimerId)},u=Lo(t),c=Go(n),d=function(){var e=a.pending;e||(f(),w(!1)),l({isDragging:!0,hasMoved:!1,pending:null,longPressTimerId:null}),t.onLift({clientSelection:e,movementMode:"FLUID"})},p=function(e){void 0===e&&(e=Jo),u.cancel(),Zo.reset(),Xo.releaseTouchMove(),y(),c.preventNext(),l(ei),e()},f=function(){a.longPressTimerId&&clearTimeout(a.longPressTimerId),u.cancel(),Zo.reset(),Xo.releaseTouchMove(),y(),l(ei)},m=function(e){void 0===e&&(e=Jo),a.pending?f():a.isDragging&&p(e)},h=function(){m(t.onCancel)},g=[{eventName:"touchmove",options:{passive:!1},fn:function(e){if(a.isDragging){a.hasMoved||l({hasMoved:!0});var t=e.touches[0],n={x:t.clientX,y:t.clientY};e.preventDefault(),u.move(n)}else f()}},{eventName:"touchend",fn:function(e){a.isDragging?(e.preventDefault(),p(t.onDrop)):f()}},{eventName:"touchcancel",fn:function(e){a.isDragging?(e.preventDefault(),p(t.onCancel)):f()}},{eventName:"touchstart",fn:h},{eventName:"orientationchange",fn:h},{eventName:"resize",fn:h},{eventName:"scroll",options:{passive:!0,capture:!1},fn:function(){a.pending?f():u.windowScrollMove()}},{eventName:"contextmenu",fn:function(e){e.preventDefault()}},{eventName:"keydown",fn:function(e){a.isDragging?(27===e.keyCode&&e.preventDefault(),h()):h()}},{eventName:"touchforcechange",fn:function(e){(a.isDragging||a.pending)&&(a.hasMoved?e.preventDefault():o()?e.touches[0].force>=.15&&h():e.preventDefault())}},{eventName:Uo,fn:h}],b=function(){Bo(n(),g,{capture:!0})},y=function(){zo(n(),g,{capture:!0})};return{onTouchStart:function(e){Zo.isHandled()||(s()&&w(!1),r(e)&&(Zo.handle(),Xo.preventTouchMove(),function(e){var t=e.touches[0],n={x:t.clientX,y:t.clientY},r=setTimeout(d,150);l({longPressTimerId:r,pending:n,isDragging:!1,hasMoved:!1}),b()}(e)))},kill:m,isCapturing:s,isDragging:function(){return a.isDragging},unmount:function(){m(),c.abort()}}},ni=function(e){e.preventDefault()},ri=function(e){function t(t,n){var r;(r=e.call(this,t,n)||this).mouseSensor=void 0,r.keyboardSensor=void 0,r.touchSensor=void 0,r.sensors=void 0,r.styleContext=void 0,r.canLift=void 0,r.isFocused=!1,r.lastDraggableRef=void 0,r.onFocus=function(){r.isFocused=!0},r.onBlur=function(){r.isFocused=!1},r.onKeyDown=function(e){r.mouseSensor.isCapturing()||r.touchSensor.isCapturing()||r.keyboardSensor.onKeyDown(e)},r.onMouseDown=function(e){r.keyboardSensor.isCapturing()||r.mouseSensor.isCapturing()||r.mouseSensor.onMouseDown(e)},r.onTouchStart=function(e){r.mouseSensor.isCapturing()||r.keyboardSensor.isCapturing()||r.touchSensor.onTouchStart(e)},r.canStartCapturing=function(e){return!r.isAnySensorCapturing()&&(!!r.canLift(r.props.draggableId)&&Do(e,r.props))},r.isAnySensorCapturing=function(){return r.sensors.some(function(e){return e.isCapturing()})},r.getProvided=N(function(e){return e?{onMouseDown:r.onMouseDown,onKeyDown:r.onKeyDown,onTouchStart:r.onTouchStart,onFocus:r.onFocus,onBlur:r.onBlur,tabIndex:0,"data-react-beautiful-dnd-drag-handle":r.styleContext,"aria-roledescription":"Draggable item. Press space bar to lift",draggable:!1,onDragStart:ni}:null});var o={callbacks:r.props.callbacks,getDraggableRef:r.props.getDraggableRef,getWindow:function(){return ao(r.props.getDraggableRef())},canStartCapturing:r.canStartCapturing,getShouldRespectForceTouch:r.props.getShouldRespectForceTouch};return r.mouseSensor=Yo(o),r.keyboardSensor=Qo(o),r.touchSensor=ti(o),r.sensors=[r.mouseSensor,r.keyboardSensor,r.touchSensor],r.styleContext=n[Rr],r.canLift=n[Nr],r}s(t,e);var n=t.prototype;return n.componentDidMount=function(){var e=this.props.getDraggableRef();if(this.lastDraggableRef=e,e||w(!1),this.props.isEnabled){var t=wo(e);Oo(this.props.draggableId,t)}},n.componentDidUpdate=function(e){var t=this,n=this.props.getDraggableRef();(n!==this.lastDraggableRef&&(this.lastDraggableRef=n,n&&this.isFocused&&this.props.isEnabled&&wo(n).focus()),this.isAnySensorCapturing())&&(e.isEnabled&&!this.props.isEnabled&&this.sensors.forEach(function(e){if(e.isCapturing()){var n=e.isDragging();e.kill(),n&&t.props.callbacks.onCancel()}}),e.isDragging&&!this.props.isDragging&&this.sensors.forEach(function(e){e.isCapturing()&&e.kill()}))},n.componentWillUnmount=function(){var e=this;this.sensors.forEach(function(t){var n=t.isDragging();t.unmount(),n&&e.props.callbacks.onCancel()}),!!e.props.isEnabled&&!!e.isFocused&&(e.props.isDragging||e.props.isDropAnimating)&&To(this.props.draggableId)},n.render=function(){var e=this.props,t=e.children,n=e.isEnabled;return t(this.getProvided(n))},t}(u.Component);ri.contextTypes=((Io={})[Rr]=S.a.string.isRequired,Io[Nr]=S.a.func.isRequired,Io);var oi,ii={dragging:5e3,dropAnimating:4500},ai=function(e,t){return t?_n.drop(t.duration):e?_n.snap:_n.fluid},li=function(e,t){return e?t?vn.drop:vn.combining:null},si=function(e){return null!=e.forceShouldAnimate?e.forceShouldAnimate:"SNAP"===e.mode},ui=function(e){function t(t,n){var r;(r=e.call(this,t,n)||this).callbacks=void 0,r.styleContext=void 0,r.ref=null,r.onMoveEnd=function(e){Boolean(r.props.dragging&&r.props.dragging.dropping)&&"transform"===e.propertyName&&r.props.dropAnimationFinished()},r.onLift=function(e){Be("LIFT"),r.ref||w(!1),r.props.isDragDisabled&&w(!1);var t=e.clientSelection,n=e.movementMode,o=r.props;(0,o.lift)({id:o.draggableId,clientSelection:t,movementMode:n}),ze("LIFT")},r.setRef=function(e){null!==e&&e!==r.ref&&(r.ref=e,co(e))},r.getDraggableRef=function(){return r.ref},r.getShouldRespectForceTouch=function(){return r.props.shouldRespectForceTouch},r.getDraggingStyle=N(function(e){var t=e.dimension.client,n=e.offset,r=e.combineWith,o=e.dropping,i=Boolean(r),a=si(e),l=Boolean(o),s=l?kn.drop(n,i):kn.moveTo(n);return{position:"fixed",top:t.marginBox.top,left:t.marginBox.left,boxSizing:"border-box",width:t.borderBox.width,height:t.borderBox.height,transition:ai(a,o),transform:s,opacity:li(i,l),zIndex:l?ii.dropAnimating:ii.dragging,pointerEvents:"none"}}),r.getSecondaryStyle=N(function(e){return{transform:kn.moveTo(e.offset),transition:e.shouldAnimateDisplacement?null:"none"}}),r.getDraggingProvided=N(function(e,t){var n=r.getDraggingStyle(e),o=Boolean(e.dropping);return{innerRef:r.setRef,draggableProps:{"data-react-beautiful-dnd-draggable":r.styleContext,style:n,onTransitionEnd:o?r.onMoveEnd:null},dragHandleProps:t}}),r.getSecondaryProvided=N(function(e,t){var n=r.getSecondaryStyle(e);return{innerRef:r.setRef,draggableProps:{"data-react-beautiful-dnd-draggable":r.styleContext,style:n,onTransitionEnd:null},dragHandleProps:t}}),r.getDraggingSnapshot=N(function(e){return{isDragging:!0,isDropAnimating:Boolean(e.dropping),dropAnimation:e.dropping,mode:e.mode,draggingOver:e.draggingOver,combineWith:e.combineWith,combineTargetFor:null}}),r.getSecondarySnapshot=N(function(e){return{isDragging:!1,isDropAnimating:!1,dropAnimation:null,mode:null,draggingOver:null,combineTargetFor:e.combineTargetFor,combineWith:null}}),r.renderChildren=function(e){var t=r.props.dragging,n=r.props.secondary,o=r.props.children;return t?o(r.getDraggingProvided(t,e),r.getDraggingSnapshot(t)):(n||w(!1),o(r.getSecondaryProvided(n,e),r.getSecondarySnapshot(n)))};var o={onLift:r.onLift,onMove:function(e){return t.move({client:e})},onDrop:function(){return t.drop({reason:"DROP"})},onCancel:function(){return t.drop({reason:"CANCEL"})},onMoveUp:t.moveUp,onMoveDown:t.moveDown,onMoveRight:t.moveRight,onMoveLeft:t.moveLeft,onWindowScroll:function(){return t.moveByWindowScroll({newScroll:Wn()})}};return r.callbacks=o,r.styleContext=n[Rr],r}s(t,e);var n=t.prototype;return n.componentWillUnmount=function(){this.ref=null},n.render=function(){var e=this.props,t=e.draggableId,n=e.index,r=e.dragging,o=e.isDragDisabled,i=e.disableInteractiveElementBlocking,a=this.context[Fr],l=this.context[Dr],s=Boolean(r),u=Boolean(r&&r.dropping);return c.a.createElement(xo,{key:t,draggableId:t,droppableId:a,type:l,index:n,getDraggableRef:this.getDraggableRef},c.a.createElement(ri,{draggableId:t,isDragging:s,isDropAnimating:u,isEnabled:!o,callbacks:this.callbacks,getDraggableRef:this.getDraggableRef,getShouldRespectForceTouch:this.getShouldRespectForceTouch,canDragInteractiveElements:i},this.renderChildren))},t}(c.a.Component);ui.contextTypes=((oi={})[Fr]=S.a.string.isRequired,oi[Dr]=S.a.string.isRequired,oi[Rr]=S.a.string.isRequired,oi);var ci=function(e){return e.merge?e.merge.combine.draggableId:null},di={secondary:{offset:Se,combineTargetFor:null,shouldAnimateDisplacement:!0},dragging:null},pi=ke(function(){var e=N(function(e,t){return{x:e,y:t}}),t=N(function(e,t,n){return void 0===t&&(t=null),{secondary:{offset:e,combineTargetFor:t,shouldAnimateDisplacement:n},dragging:null}}),n=N(function(e,t,n,r,o,i){return{dragging:{mode:t,dropping:null,offset:e,dimension:n,draggingOver:r,combineWith:o,forceShouldAnimate:i},secondary:null}}),r=function(n,r,o){var i=o.movement.map[n],a=o.movement,l=o.merge,s=Boolean(l&&l.combine.draggableId===n),u=a.displacedBy.point,c=e(u.x,u.y);return s?t(i?c:Se,r,!i||i.shouldAnimate):i&&i.isVisible?t(c,null,i.shouldAnimate):null};return function(t,o){return function(t,r){if(t.isDragging){if(t.critical.draggable.id!==r.draggableId)return null;var o=t.current.client.offset,i=t.dimensions.draggables[r.draggableId],a=t.movementMode,l=He(t.impact),s=ci(t.impact),u=t.forceShouldAnimate;return n(e(o.x,o.y),a,i,l,s,u)}if("DROP_ANIMATING"===t.phase){var c=t.completed;if(c.result.draggableId!==r.draggableId)return null;var d=t.dimensions.draggables[r.draggableId],p=He(c.impact),f=ci(c.impact),m=t.dropDuration,h=c.result.mode;return{dragging:{offset:t.newHomeClientOffset,dimension:d,draggingOver:p,combineWith:f,mode:h,forceShouldAnimate:null,dropping:{duration:m,curve:yn,moveTo:t.newHomeClientOffset,opacity:f?vn.drop:null,scale:f?En.drop:null}},secondary:null}}return null}(t,o)||function(e,t){if(e.isDragging)return e.critical.draggable.id===t.draggableId?null:r(t.draggableId,e.critical.draggable.id,e.impact);if("DROP_ANIMATING"===e.phase){var n=e.completed;return n.result.draggableId===t.draggableId?null:r(t.draggableId,n.result.draggableId,n.impact)}return null}(t,o)||di}},{lift:function(e){return{type:"LIFT",payload:e}},move:mn,moveUp:function(){return{type:"MOVE_UP",payload:null}},moveDown:function(){return{type:"MOVE_DOWN",payload:null}},moveLeft:function(){return{type:"MOVE_LEFT",payload:null}},moveRight:function(){return{type:"MOVE_RIGHT",payload:null}},moveByWindowScroll:function(e){return{type:"MOVE_BY_WINDOW_SCROLL",payload:e}},drop:bn,dropAnimationFinished:function(){return{type:"DROP_ANIMATION_FINISHED",payload:null}}},null,{storeKey:Ir,pure:!0,areStatePropsEqual:ho})(ui);pi.defaultProps={isDragDisabled:!1,disableInteractiveElementBlocking:!1,shouldRespectForceTouch:!0}},function(e,t,n){"use strict";n.r(t);var r=n(0),o=n(2),i=n.n(o),a=i.a.shape({trySubscribe:i.a.func.isRequired,tryUnsubscribe:i.a.func.isRequired,notifyNestedSubs:i.a.func.isRequired,isSubscribed:i.a.func.isRequired}),l=i.a.shape({subscribe:i.a.func.isRequired,dispatch:i.a.func.isRequired,getState:i.a.func.isRequired});function s(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1]||t+"Subscription",o=function(e){function o(n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o);var i=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,n,r));return i[t]=n.store,i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(o,e),o.prototype.getChildContext=function(){var e;return(e={})[t]=this[t],e[n]=null,e},o.prototype.render=function(){return r.Children.only(this.props.children)},o}(r.Component);return o.propTypes={store:l.isRequired,children:i.a.element.isRequired},o.childContextTypes=((e={})[t]=l.isRequired,e[n]=a,e),o}var u=s(),c=n(919),d=n.n(c),p=n(26),f=n.n(p);var m=null,h={notify:function(){}};var g=function(){function e(t,n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.store=t,this.parentSub=n,this.onStateChange=r,this.unsubscribe=null,this.listeners=h}return e.prototype.addNestedSub=function(e){return this.trySubscribe(),this.listeners.subscribe(e)},e.prototype.notifyNestedSubs=function(){this.listeners.notify()},e.prototype.isSubscribed=function(){return Boolean(this.unsubscribe)},e.prototype.trySubscribe=function(){this.unsubscribe||(this.unsubscribe=this.parentSub?this.parentSub.addNestedSub(this.onStateChange):this.store.subscribe(this.onStateChange),this.listeners=function(){var e=[],t=[];return{clear:function(){t=m,e=m},notify:function(){for(var n=e=t,r=0;r1&&void 0!==arguments[1]?arguments[1]:{},i=o.getDisplayName,s=void 0===i?function(e){return"ConnectAdvanced("+e+")"}:i,u=o.methodName,c=void 0===u?"connectAdvanced":u,p=o.renderCountProp,m=void 0===p?void 0:p,h=o.shouldHandleStateChanges,x=void 0===h||h,_=o.storeKey,w=void 0===_?"store":_,k=o.withRef,S=void 0!==k&&k,C=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(o,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),T=w+"Subscription",O=y++,P=((t={})[w]=l,t[T]=a,t),A=((n={})[T]=a,n);return function(t){f()("function"==typeof t,"You must pass a component to the function returned by connect. Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",o=s(n),i=b({},C,{getDisplayName:s,methodName:c,renderCountProp:m,shouldHandleStateChanges:x,storeKey:w,withRef:S,displayName:o,wrappedComponentName:n,WrappedComponent:t}),a=function(n){function a(e,t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a);var r=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,n.call(this,e,t));return r.version=O,r.state={},r.renderCount=0,r.store=e[w]||t[w],r.propsMode=Boolean(e[w]),r.setWrappedInstance=r.setWrappedInstance.bind(r),f()(r.store,'Could not find "'+w+'" in either the context or props of "'+o+'". Either wrap the root component in a , or explicitly pass "'+w+'" as a prop to "'+o+'".'),r.initSelector(),r.initSubscription(),r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(a,n),a.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return(e={})[T]=t||this.context[T],e},a.prototype.componentDidMount=function(){x&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},a.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},a.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},a.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=E,this.store=null,this.selector.run=E,this.selector.shouldComponentUpdate=!1},a.prototype.getWrappedInstance=function(){return f()(S,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+c+"() call."),this.wrappedInstance},a.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},a.prototype.initSelector=function(){var t=e(this.store.dispatch,i);this.selector=function(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}(t,this.store),this.selector.run(this.props)},a.prototype.initSubscription=function(){if(x){var e=(this.propsMode?this.props:this.context)[T];this.subscription=new g(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},a.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(v)):this.notifyNestedSubs()},a.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},a.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},a.prototype.addExtraProps=function(e){if(!(S||m||this.propsMode&&this.subscription))return e;var t=b({},e);return S&&(t.ref=this.setWrappedInstance),m&&(t[m]=this.renderCount++),this.propsMode&&this.subscription&&(t[T]=this.subscription),t},a.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(r.createElement)(t,this.addExtraProps(e.props))},a}(r.Component);return a.WrappedComponent=t,a.displayName=o,a.childContextTypes=A,a.contextTypes=P,a.propTypes=P,d()(a,t)}}var _=Object.prototype.hasOwnProperty;function w(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function k(e,t){if(w(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),a=n(e,i),l=r(e,i),s=o(e,i);return(i.pure?L:D)(a,l,s,e,i)}var N=Object.assign||function(e){for(var t=1;t=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function B(e,t){return e===t}var z=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?x:t,r=e.mapStateToPropsFactories,o=void 0===r?A:r,i=e.mapDispatchToPropsFactories,a=void 0===i?P:i,l=e.mergePropsFactories,s=void 0===l?F:l,u=e.selectorFactory,c=void 0===u?R:u;return function(e,t,r){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=i.pure,u=void 0===l||l,d=i.areStatesEqual,p=void 0===d?B:d,f=i.areOwnPropsEqual,m=void 0===f?k:f,h=i.areStatePropsEqual,g=void 0===h?k:h,b=i.areMergedPropsEqual,y=void 0===b?k:b,v=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(i,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),E=j(e,o,"mapStateToProps"),x=j(t,a,"mapDispatchToProps"),_=j(r,s,"mergeProps");return n(c,N({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:E,initMapDispatchToProps:x,initMergeProps:_,pure:u,areStatesEqual:p,areOwnPropsEqual:m,areStatePropsEqual:g,areMergedPropsEqual:y},v))}}();n.d(t,"Provider",function(){return u}),n.d(t,"createProvider",function(){return s}),n.d(t,"connectAdvanced",function(){return x}),n.d(t,"connect",function(){return z})},function(e,t,n){"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},n=e(t),o=t.stringifyQuery,c=t.parseQueryString;"function"!=typeof o&&(o=s),"function"!=typeof c&&(c=u);var d=function(e){return e?(null==e.query&&(e.query=c(e.search.substring(1))),e):e},p=function(e,t){if(null==t)return e;var n="string"==typeof e?(0,l.parsePath)(e):e,i=o(t);return r({},n,{search:i?"?"+i:""})};return r({},n,{getCurrentLocation:function(){return d(n.getCurrentLocation())},listenBefore:function(e){return n.listenBefore(function(t,n){return(0,i.default)(e,d(t),n)})},listen:function(e){return n.listen(function(t){return e(d(t))})},push:function(e){return n.push(p(e,e.query))},replace:function(e){return n.replace(p(e,e.query))},createPath:function(e){return n.createPath(p(e,e.query))},createHref:function(e){return n.createHref(p(e,e.query))},createLocation:function(e){for(var t=arguments.length,r=Array(t>1?t-1:0),o=1;o0&&void 0!==arguments[0]?arguments[0]:{},n=e(t),a=t.basename,l=function(e){return e?(a&&null==e.basename&&(0===e.pathname.toLowerCase().indexOf(a.toLowerCase())?(e.pathname=e.pathname.substring(a.length),e.basename=a,""===e.pathname&&(e.pathname="/")):e.basename=""),e):e},s=function(e){if(!a)return e;var t="string"==typeof e?(0,i.parsePath)(e):e,n=t.pathname,o="/"===a.slice(-1)?a:a+"/",l="/"===n.charAt(0)?n.slice(1):n;return r({},t,{pathname:o+l})};return r({},n,{getCurrentLocation:function(){return l(n.getCurrentLocation())},listenBefore:function(e){return n.listenBefore(function(t,n){return(0,o.default)(e,l(t),n)})},listen:function(e){return n.listen(function(t){return e(l(t))})},push:function(e){return n.push(s(e))},replace:function(e){return n.replace(s(e))},createPath:function(e){return n.createPath(s(e))},createHref:function(e){return n.createHref(s(e))},createLocation:function(e){for(var t=arguments.length,r=Array(t>1?t-1:0),o=1;o div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',r=e.head||e.getElementsByTagName("head")[0],o=e.createElement("style");o.id="detectElementResize",o.type="text/css",null!=t&&o.setAttribute("nonce",t),o.styleSheet?o.styleSheet.cssText=n:o.appendChild(e.createTextNode(n)),r.appendChild(o)}}(i),e.__resizeLast__={},e.__resizeListeners__=[],(e.__resizeTriggers__=i.createElement("div")).className="resize-triggers",e.__resizeTriggers__.innerHTML='
',e.appendChild(e.__resizeTriggers__),a(e),e.addEventListener("scroll",l,!0),c&&(e.__resizeTriggers__.__animationListener__=function(t){t.animationName==h&&a(e)},e.__resizeTriggers__.addEventListener(c,e.__resizeTriggers__.__animationListener__))}e.__resizeListeners__.push(o)}},removeResizeListener:function(e,t){if(r)e.detachEvent("onresize",t);else if(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),!e.__resizeListeners__.length){e.removeEventListener("scroll",l,!0),e.__resizeTriggers__.__animationListener__&&(e.__resizeTriggers__.removeEventListener(c,e.__resizeTriggers__.__animationListener__),e.__resizeTriggers__.__animationListener__=null);try{e.__resizeTriggers__=!e.removeChild(e.__resizeTriggers__)}catch(e){}}}}}n.d(t,"a",function(){return r})}).call(this,n(27))},function(e,t,n){e.exports=n(1503)},function(e,t,n){"use strict";n.r(t);function r(){}function o(e,t){var n=new r;if(e instanceof r)e.each(function(e,t){n.set(t,e)});else if(Array.isArray(e)){var o,i=-1,a=e.length;if(null==t)for(;++i=r.length)return null!=e&&n.sort(e),null!=t?t(n):n;for(var u,c,d,p=-1,f=n.length,m=r[o++],h=i(),g=l();++pr.length)return n;var a,l=o[i-1];return null!=t&&i>=r.length?a=n.entries():(a=[],n.each(function(t,n){a.push({key:n,values:e(t,i)})})),null!=l?a.sort(function(e,t){return l(e.key,t.key)}):a}(a(e,0,u,c),0)},key:function(e){return r.push(e),n},sortKeys:function(e){return o[r.length-1]=e,n},sortValues:function(t){return e=t,n},rollup:function(e){return t=e,n}}};function l(){return{}}function s(e,t,n){e[t]=n}function u(){return i()}function c(e,t,n){e.set(t,n)}function d(){}var p=i.prototype;function f(e,t){var n=new d;if(e instanceof d)e.each(function(e){n.add(e)});else if(e){var r=-1,o=e.length;if(null==t)for(;++r0&&void 0!==arguments[0]?arguments[0]:{},t=e.getCurrentLocation,n=e.getUserConfirmation,s=e.pushLocation,u=e.replaceLocation,c=e.go,d=e.keyLength,p=void 0,f=void 0,m=[],h=[],g=[],b=function(e){var t=f&&f.action===a.POP?g.indexOf(f.key):p?g.indexOf(p.key):-1;(p=e).action===a.PUSH?g=[].concat(g.slice(0,t+1),[p.key]):p.action===a.REPLACE&&(g[t]=p.key),h.forEach(function(e){return e(p)})},y=function(e){p&&(0,l.locationsAreEqual)(p,e)||f&&(0,l.locationsAreEqual)(f,e)||(f=e,function(e,t){(0,r.loopAsync)(m.length,function(t,n,r){(0,i.default)(m[t],e,function(e){return null!=e?r(e):n()})},function(e){n&&"string"==typeof e?n(e,function(e){return t(!1!==e)}):t(!1!==e)})}(e,function(t){if(f===e)if(f=null,t){if(e.action===a.PUSH){var n=(0,o.createPath)(p);(0,o.createPath)(e)===n&&(0,l.statesAreEqual)(p.state,e.state)&&(e.action=a.REPLACE)}e.action===a.POP?b(e):e.action===a.PUSH?!1!==s(e)&&b(e):e.action===a.REPLACE&&!1!==u(e)&&b(e)}else if(p&&e.action===a.POP){var r=g.indexOf(p.key),i=g.indexOf(e.key);-1!==r&&-1!==i&&c(r-i)}}))},v=function(){return Math.random().toString(36).substr(2,d||6)},E=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:v();return(0,l.createLocation)(e,t,n)};return{getCurrentLocation:t,listenBefore:function(e){return m.push(e),function(){return m=m.filter(function(t){return t!==e})}},listen:function(e){return h.push(e),function(){return h=h.filter(function(t){return t!==e})}},transitionTo:y,push:function(e){return y(E(e,a.PUSH))},replace:function(e){return y(E(e,a.REPLACE))},go:c,goBack:function(){return c(-1)},goForward:function(){return c(1)},createKey:v,createPath:o.createPath,createHref:function(e){return(0,o.createPath)(e)},createLocation:E}}},function(e,t,n){"use strict";t.__esModule=!0;t.canUseDOM=!("undefined"==typeof window||!window.document||!window.document.createElement)},function(e,t,n){"use strict";t.__esModule=!0,t.go=t.replaceLocation=t.pushLocation=t.startListener=t.getUserConfirmation=t.getCurrentLocation=void 0;var r=n(149),o=n(222),i=n(455),a=n(110),l=n(315).canUseDOM&&!(0,o.supportsPopstateOnHashchange)(),s=function(e){var t=e&&e.key;return(0,r.createLocation)({pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,state:t?(0,i.readState)(t):void 0},void 0,t)},u=t.getCurrentLocation=function(){var e=void 0;try{e=window.history.state||{}}catch(t){e={}}return s(e)},c=(t.getUserConfirmation=function(e,t){return t(window.confirm(e))},t.startListener=function(e){var t=function(t){(0,o.isExtraneousPopstateEvent)(t)||e(s(t.state))};(0,o.addEventListener)(window,"popstate",t);var n=function(){return e(u())};return l&&(0,o.addEventListener)(window,"hashchange",n),function(){(0,o.removeEventListener)(window,"popstate",t),l&&(0,o.removeEventListener)(window,"hashchange",n)}},function(e,t){var n=e.state,r=e.key;void 0!==n&&(0,i.saveState)(r,n),t({key:r},(0,a.createPath)(e))});t.pushLocation=function(e){return c(e,function(e,t){return window.history.pushState(e,null,t)})},t.replaceLocation=function(e){return c(e,function(e,t){return window.history.replaceState(e,null,t)})},t.go=function(e){e&&window.history.go(e)}},function(e,t,n){var r=n(46)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},e(i)}catch(e){}return n}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(451),o=n(311).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t,n){var r=n(182),o=n(177),i=n(122),a=n(218),l=n(91),s=n(449),u=Object.getOwnPropertyDescriptor;t.f=n(76)?u:function(e,t){if(e=i(e),t=a(t,!0),s)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"EuiMutationObserver",{enumerable:!0,get:function(){return r.EuiMutationObserver}});var r=n(971)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"isColorDark",{enumerable:!0,get:function(){return r.isColorDark}}),Object.defineProperty(t,"isValidHex",{enumerable:!0,get:function(){return o.isValidHex}}),Object.defineProperty(t,"hexToHsv",{enumerable:!0,get:function(){return i.hexToHsv}}),Object.defineProperty(t,"hexToRgb",{enumerable:!0,get:function(){return a.hexToRgb}}),Object.defineProperty(t,"hsvToHex",{enumerable:!0,get:function(){return l.hsvToHex}}),Object.defineProperty(t,"hsvToRgb",{enumerable:!0,get:function(){return s.hsvToRgb}}),Object.defineProperty(t,"rgbToHex",{enumerable:!0,get:function(){return u.rgbToHex}}),Object.defineProperty(t,"rgbToHsv",{enumerable:!0,get:function(){return c.rgbToHsv}}),Object.defineProperty(t,"calculateContrast",{enumerable:!0,get:function(){return d.calculateContrast}}),Object.defineProperty(t,"calculateLuminance",{enumerable:!0,get:function(){return d.calculateLuminance}}),Object.defineProperty(t,"VISUALIZATION_COLORS",{enumerable:!0,get:function(){return p.VISUALIZATION_COLORS}}),Object.defineProperty(t,"DEFAULT_VISUALIZATION_COLOR",{enumerable:!0,get:function(){return p.DEFAULT_VISUALIZATION_COLOR}}),Object.defineProperty(t,"colorPalette",{enumerable:!0,get:function(){return f.colorPalette}}),Object.defineProperty(t,"palettes",{enumerable:!0,get:function(){return m.palettes}});var r=n(980),o=n(981),i=n(982),a=n(323),l=n(983),s=n(478),u=n(479),c=n(477),d=n(984),p=n(324),f=n(985),m=n(480);n(986)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hexToRgb=function(e){e=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,function(e,t,n,r){return t+t+n+n+r+r});var t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);if(t){var n=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(r=(a=l.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==l.return||l.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}(t,4),r=n[1],o=n[2],i=n[3];return[parseInt(r,16),parseInt(o,16),parseInt(i,16)]}return[0,0,0]},n(3),n(4),n(5),n(92)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_VISUALIZATION_COLOR=t.VISUALIZATION_COLORS=void 0;var r=["#00B3A4","#3185FC","#DB1374","#490092","#FEB6DB","#E6C220","#F98510","#BFA180","#461A0A","#920000"];t.VISUALIZATION_COLORS=r;var o=r[1];t.DEFAULT_VISUALIZATION_COLOR=o},function(e,t,n){var r=n(93),o=n(111),i="[object AsyncFunction]",a="[object Function]",l="[object GeneratorFunction]",s="[object Proxy]";e.exports=function(e){if(!o(e))return!1;var t=r(e);return t==a||t==l||t==i||t==s}},function(e,t,n){"use strict";n(7),n(8),n(5),Object.defineProperty(t,"__esModule",{value:!0});var r=n(997);Object.keys(r).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})})},function(e,t){e.exports=function(e){return e}},function(e,t,n){var r=n(1005),o=n(1021),i=n(1023),a=n(1024),l=n(1025);function s(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1&&e%1==0&&e-1&&e%1==0&&e<=n}},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t,n){(function(e){var r=n(601),o=t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=i&&i.exports===o&&r.process,l=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=l}).call(this,n(80)(e))},function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},function(e,t,n){var r=n(229),o=n(1043),i=n(1044),a=n(1045),l=n(1046),s=n(1047);function u(e){var t=this.__data__=new r(e);this.size=t.size}u.prototype.clear=o,u.prototype.delete=i,u.prototype.get=a,u.prototype.has=l,u.prototype.set=s,e.exports=u},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}},function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,o=e.length;++n=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function y(e,t){for(var n=0;nu))return!1;var d=l.get(e);if(d&&l.get(t))return d==t;var p=-1,f=!0,m=n&a?new ke:void 0;for(l.set(e,t),l.set(t,e);++p-1},_e.prototype.set=function(e,t){var n=this.__data__,r=Te(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},we.prototype.clear=function(){this.size=0,this.__data__={hash:new xe,map:new(ue||_e),string:new xe}},we.prototype.delete=function(e){var t=Le(this,e).delete(e);return this.size-=t?1:0,t},we.prototype.get=function(e){return Le(this,e).get(e)},we.prototype.has=function(e){return Le(this,e).has(e)},we.prototype.set=function(e,t){var n=Le(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},ke.prototype.add=ke.prototype.push=function(e){return this.__data__.set(e,o),this},ke.prototype.has=function(e){return this.__data__.has(e)},Se.prototype.clear=function(){this.__data__=new _e,this.size=0},Se.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Se.prototype.get=function(e){return this.__data__.get(e)},Se.prototype.has=function(e){return this.__data__.has(e)},Se.prototype.set=function(e,t){var n=this.__data__;if(n instanceof _e){var o=n.__data__;if(!ue||o.length-1&&e%1==0&&e-1&&e%1==0&&e<=l}function Ye(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function $e(e){return null!=e&&"object"==typeof e}var Ke=B?function(e){return function(t){return e(t)}}(B):function(e){return $e(e)&&Ve(e.length)&&!!A[Oe(e)]};function Qe(e){return function(e){return null!=e&&Ve(e.length)&&!We(e)}(e)?Ce(e):Ie(e)}n.exports=function(e,t){return Ae(e,t)}}).call(this,n(27),n(80)(e))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EuiFlexGroup=t.DIRECTIONS=t.JUSTIFY_CONTENTS=t.ALIGN_ITEMS=t.GUTTER_SIZES=void 0,n(10),n(5),n(7),n(8),n(37);var r=l(n(2));n(38);var o=l(n(0)),i=l(n(9)),a=n(33);function l(e){return e&&e.__esModule?e:{default:e}}function s(){return(s=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c={none:null,xs:"euiFlexGroup--gutterExtraSmall",s:"euiFlexGroup--gutterSmall",m:"euiFlexGroup--gutterMedium",l:"euiFlexGroup--gutterLarge",xl:"euiFlexGroup--gutterExtraLarge"},d=(0,a.keysOf)(c);t.GUTTER_SIZES=d;var p={stretch:null,flexStart:"euiFlexGroup--alignItemsFlexStart",flexEnd:"euiFlexGroup--alignItemsFlexEnd",center:"euiFlexGroup--alignItemsCenter",baseline:"euiFlexGroup--alignItemsBaseline"},f=(0,a.keysOf)(p);t.ALIGN_ITEMS=f;var m={flexStart:null,flexEnd:"euiFlexGroup--justifyContentFlexEnd",center:"euiFlexGroup--justifyContentCenter",spaceBetween:"euiFlexGroup--justifyContentSpaceBetween",spaceAround:"euiFlexGroup--justifyContentSpaceAround",spaceEvenly:"euiFlexGroup--justifyContentSpaceEvenly"},h=(0,a.keysOf)(m);t.JUSTIFY_CONTENTS=h;var g={row:"euiFlexGroup--directionRow",rowReverse:"euiFlexGroup--directionRowReverse",column:"euiFlexGroup--directionColumn",columnReverse:"euiFlexGroup--directionColumnReverse"},b=(0,a.keysOf)(g);t.DIRECTIONS=b;var y=o.default.forwardRef(function(e,t){var n=e.children,r=e.className,a=e.gutterSize,l=void 0===a?"l":a,d=e.alignItems,f=void 0===d?"stretch":d,h=e.responsive,b=void 0===h||h,y=e.justifyContent,v=void 0===y?"flexStart":y,E=e.direction,x=void 0===E?"row":E,_=e.wrap,w=void 0!==_&&_,k=e.component,S=void 0===k?"div":k,C=u(e,["children","className","gutterSize","alignItems","responsive","justifyContent","direction","wrap","component"]),T=(0,i.default)("euiFlexGroup",c[l],p[f],m[v],g[x],{"euiFlexGroup--responsive":b,"euiFlexGroup--wrap":w},r);if(!function(e){return["div","span"].includes(e)}(S))throw new Error("".concat(S," is not a valid element type. Use `div` or `span`."));return"span"===S?o.default.createElement("span",s({className:T,ref:t},C),n):o.default.createElement("div",s({className:T,ref:t},C),n)});t.EuiFlexGroup=y,y.propTypes={className:r.default.string,"aria-label":r.default.string,"data-test-subj":r.default.string,alignItems:r.default.oneOf(["stretch","flexStart","flexEnd","center","baseline"]),component:r.default.oneOf(["div","span"]),direction:r.default.oneOf(["row","rowReverse","column","columnReverse"]),gutterSize:r.default.oneOf(["none","xs","s","m","l","xl"]),justifyContent:r.default.oneOf(["flexStart","flexEnd","center","spaceBetween","spaceAround","spaceEvenly"]),responsive:r.default.bool,wrap:r.default.bool},y.displayName="EuiFlexGroup",y.__docgenInfo={description:"",methods:[],displayName:"EuiFlexGroup",props:{className:{type:{name:"string"},required:!1,description:""},"aria-label":{type:{name:"string"},required:!1,description:""},"data-test-subj":{type:{name:"string"},required:!1,description:""},alignItems:{type:{name:"enum",value:[{value:'"stretch"',computed:!1},{value:'"flexStart"',computed:!1},{value:'"flexEnd"',computed:!1},{value:'"center"',computed:!1},{value:'"baseline"',computed:!1}]},required:!1,description:""},component:{type:{name:"enum",value:[{value:'"div"',computed:!1},{value:'"span"',computed:!1}]},required:!1,description:""},direction:{type:{name:"enum",value:[{value:'"row"',computed:!1},{value:'"rowReverse"',computed:!1},{value:'"column"',computed:!1},{value:'"columnReverse"',computed:!1}]},required:!1,description:""},gutterSize:{type:{name:"enum",value:[{value:'"none"',computed:!1},{value:'"xs"',computed:!1},{value:'"s"',computed:!1},{value:'"m"',computed:!1},{value:'"l"',computed:!1},{value:'"xl"',computed:!1}]},required:!1,description:""},justifyContent:{type:{name:"enum",value:[{value:'"flexStart"',computed:!1},{value:'"flexEnd"',computed:!1},{value:'"center"',computed:!1},{value:'"spaceBetween"',computed:!1},{value:'"spaceAround"',computed:!1},{value:'"spaceEvenly"',computed:!1}]},required:!1,description:""},responsive:{type:{name:"bool"},required:!1,description:""},wrap:{type:{name:"bool"},required:!1,description:""}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"EuiFormLabel",{enumerable:!0,get:function(){return r.EuiFormLabel}});var r=n(1356)},function(e,t){e.exports=function(e,t){t=t||{};var n,r,o=e.ownerDocument||e,i=[],a=[],l=function(e){var t=[];return function(n){if(n===e.documentElement)return!1;var r=e.defaultView.getComputedStyle(n);return!!function n(r,o){if(r===e.documentElement)return!1;for(var i=0,a=t.length;i=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function d(e,t){for(var n=0;n=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function m(e,t){for(var n=0;n1?arguments[1]:void 0,t.length)),r=String(e);return a?a.call(t,r,n):t.slice(n,n+r.length)===r}})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.withRequiredProp=void 0;t.withRequiredProp=function(e,t,n){return function(){for(var r=arguments.length,o=new Array(r),i=0;i=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var u=function(e){var t=e.min,n=e.max,o=e.step,a=e.value,u=e.disabled,c=e.compressed,d=e.onChange,p=e.name,f=e.side,m=e.digitTolerance,h=e.fullWidth,g=e.autoSize,b=s(e,["min","max","step","value","disabled","compressed","onChange","name","side","digitTolerance","fullWidth","autoSize"]),y=g?{width:"".concat(m/1.25+2,"em")}:void 0;return r.default.createElement(i.EuiFieldNumber,l({name:p,className:"euiRangeInput euiRangeInput--".concat(f),min:Number(t),max:Number(n),step:o,value:""===a?"":Number(a),disabled:u,compressed:c,onChange:d,style:y,fullWidth:h},b))};t.EuiRangeInput=u,u.propTypes={min:o.default.number.isRequired,max:o.default.number.isRequired,step:o.default.number,value:o.default.oneOfType([o.default.number,o.default.string]).isRequired,compressed:o.default.bool,onChange:o.default.func,name:o.default.string,digitTolerance:o.default.number.isRequired,side:o.default.oneOf(["min","max"]),fullWidth:o.default.bool,autoSize:o.default.bool,inputRef:o.default.func},u.defaultProps={side:"max",autoSize:!0},u.__docgenInfo={description:"",methods:[],displayName:"EuiRangeInput",props:{side:{defaultValue:{value:"'max'",computed:!1},type:{name:"enum",value:[{value:"'min'",computed:!1},{value:"'max'",computed:!1}]},required:!1,description:""},autoSize:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},min:{type:{name:"number"},required:!0,description:""},max:{type:{name:"number"},required:!0,description:""},step:{type:{name:"number"},required:!1,description:""},value:{type:{name:"union",value:[{name:"number"},{name:"string"}]},required:!0,description:""},compressed:{type:{name:"bool"},required:!1,description:""},onChange:{type:{name:"func"},required:!1,description:""},name:{type:{name:"string"},required:!1,description:""},digitTolerance:{type:{name:"number"},required:!0,description:""},fullWidth:{type:{name:"bool"},required:!1,description:""},inputRef:{type:{name:"func"},required:!1,description:""}}}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(364)("keys"),o=n(247);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t,n){var r=n(114),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return o[e]||(o[e]={})}},function(e,t,n){var r=n(131),o=n(65),i=n(160);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],a={};a[e]=t(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}},function(e,t,n){var r=n(159);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){"use strict";var r=n(1422)(!0);n(693)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports=!0},function(e,t,n){var r=n(158),o=n(1424),i=n(372),a=n(363)("IE_PROTO"),l=function(){},s=function(){var e,t=n(691)("iframe"),r=i.length;for(t.style.display="none",n(1428).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("