higlass-labelled-points-track
Version:
HiGlass Labelled Points Track
8 lines • 49.5 kB
JavaScript
!function(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports["higlass-labelled-points-track"]=r():t["higlass-labelled-points-track"]=r()}(window,function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var i=r[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,e),i.l=!0,i.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var i in t)e.d(n,i,function(r){return t[r]}.bind(null,i));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=15)}([function(t,r,e){"use strict";(function(t){var n=e(1),i=e(6),o=e(7).Buffer;t.__TYPEDARRAY_POOL||(t.__TYPEDARRAY_POOL={UINT8:i([32,0]),UINT16:i([32,0]),UINT32:i([32,0]),BIGUINT64:i([32,0]),INT8:i([32,0]),INT16:i([32,0]),INT32:i([32,0]),BIGINT64:i([32,0]),FLOAT:i([32,0]),DOUBLE:i([32,0]),DATA:i([32,0]),UINT8C:i([32,0]),BUFFER:i([32,0])});var a="undefined"!=typeof Uint8ClampedArray,u="undefined"!=typeof BigUint64Array,f="undefined"!=typeof BigInt64Array,s=t.__TYPEDARRAY_POOL;s.UINT8C||(s.UINT8C=i([32,0])),s.BIGUINT64||(s.BIGUINT64=i([32,0])),s.BIGINT64||(s.BIGINT64=i([32,0])),s.BUFFER||(s.BUFFER=i([32,0]));var l=s.DATA,c=s.BUFFER;function h(t){if(t){var r=t.length||t.byteLength,e=n.log2(r);l[e].push(t)}}function p(t){t=n.nextPow2(t);var r=n.log2(t),e=l[r];return e.length>0?e.pop():new ArrayBuffer(t)}function v(t){return new Uint8Array(p(t),0,t)}function y(t){return new Uint16Array(p(2*t),0,t)}function g(t){return new Uint32Array(p(4*t),0,t)}function d(t){return new Int8Array(p(t),0,t)}function w(t){return new Int16Array(p(2*t),0,t)}function b(t){return new Int32Array(p(4*t),0,t)}function m(t){return new Float32Array(p(4*t),0,t)}function A(t){return new Float64Array(p(8*t),0,t)}function _(t){return a?new Uint8ClampedArray(p(t),0,t):v(t)}function T(t){return u?new BigUint64Array(p(8*t),0,t):null}function x(t){return f?new BigInt64Array(p(8*t),0,t):null}function E(t){return new DataView(p(t),0,t)}function I(t){t=n.nextPow2(t);var r=n.log2(t),e=c[r];return e.length>0?e.pop():new o(t)}r.free=function(t){if(o.isBuffer(t))c[n.log2(t.length)].push(t);else{if("[object ArrayBuffer]"!==Object.prototype.toString.call(t)&&(t=t.buffer),!t)return;var r=t.length||t.byteLength,e=0|n.log2(r);l[e].push(t)}},r.freeUint8=r.freeUint16=r.freeUint32=r.freeBigUint64=r.freeInt8=r.freeInt16=r.freeInt32=r.freeBigInt64=r.freeFloat32=r.freeFloat=r.freeFloat64=r.freeDouble=r.freeUint8Clamped=r.freeDataView=function(t){h(t.buffer)},r.freeArrayBuffer=h,r.freeBuffer=function(t){c[n.log2(t.length)].push(t)},r.malloc=function(t,r){if(void 0===r||"arraybuffer"===r)return p(t);switch(r){case"uint8":return v(t);case"uint16":return y(t);case"uint32":return g(t);case"int8":return d(t);case"int16":return w(t);case"int32":return b(t);case"float":case"float32":return m(t);case"double":case"float64":return A(t);case"uint8_clamped":return _(t);case"bigint64":return x(t);case"biguint64":return T(t);case"buffer":return I(t);case"data":case"dataview":return E(t);default:return null}return null},r.mallocArrayBuffer=p,r.mallocUint8=v,r.mallocUint16=y,r.mallocUint32=g,r.mallocInt8=d,r.mallocInt16=w,r.mallocInt32=b,r.mallocFloat32=r.mallocFloat=m,r.mallocFloat64=r.mallocDouble=A,r.mallocUint8Clamped=_,r.mallocBigUint64=T,r.mallocBigInt64=x,r.mallocDataView=E,r.mallocBuffer=I,r.clearCache=function(){for(var t=0;t<32;++t)s.UINT8[t].length=0,s.UINT16[t].length=0,s.UINT32[t].length=0,s.INT8[t].length=0,s.INT16[t].length=0,s.INT32[t].length=0,s.FLOAT[t].length=0,s.DOUBLE[t].length=0,s.BIGUINT64[t].length=0,s.BIGINT64[t].length=0,s.UINT8C[t].length=0,l[t].length=0,c[t].length=0}}).call(this,e(2))},function(t,r,e){"use strict";"use restrict";function n(t){var r=32;return(t&=-t)&&r--,65535&t&&(r-=16),16711935&t&&(r-=8),252645135&t&&(r-=4),858993459&t&&(r-=2),1431655765&t&&(r-=1),r}r.INT_BITS=32,r.INT_MAX=2147483647,r.INT_MIN=-1<<31,r.sign=function(t){return(t>0)-(t<0)},r.abs=function(t){var r=t>>31;return(t^r)-r},r.min=function(t,r){return r^(t^r)&-(t<r)},r.max=function(t,r){return t^(t^r)&-(t<r)},r.isPow2=function(t){return!(t&t-1||!t)},r.log2=function(t){var r,e;return r=(t>65535)<<4,r|=e=((t>>>=r)>255)<<3,r|=e=((t>>>=e)>15)<<2,(r|=e=((t>>>=e)>3)<<1)|(t>>>=e)>>1},r.log10=function(t){return t>=1e9?9:t>=1e8?8:t>=1e7?7:t>=1e6?6:t>=1e5?5:t>=1e4?4:t>=1e3?3:t>=100?2:t>=10?1:0},r.popCount=function(t){return 16843009*((t=(858993459&(t-=t>>>1&1431655765))+(t>>>2&858993459))+(t>>>4)&252645135)>>>24},r.countTrailingZeros=n,r.nextPow2=function(t){return t+=0===t,--t,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,(t|=t>>>16)+1},r.prevPow2=function(t){return t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,(t|=t>>>16)-(t>>>1)},r.parity=function(t){return t^=t>>>16,t^=t>>>8,t^=t>>>4,27030>>>(t&=15)&1};var i=new Array(256);!function(t){for(var r=0;r<256;++r){var e=r,n=r,i=7;for(e>>>=1;e;e>>>=1)n<<=1,n|=1&e,--i;t[r]=n<<i&255}}(i),r.reverse=function(t){return i[255&t]<<24|i[t>>>8&255]<<16|i[t>>>16&255]<<8|i[t>>>24&255]},r.interleave2=function(t,r){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t&=65535)|t<<8))|t<<4))|t<<2))|t<<1))|(r=1431655765&((r=858993459&((r=252645135&((r=16711935&((r&=65535)|r<<8))|r<<4))|r<<2))|r<<1))<<1},r.deinterleave2=function(t,r){return(t=65535&((t=16711935&((t=252645135&((t=858993459&((t=t>>>r&1431655765)|t>>>1))|t>>>2))|t>>>4))|t>>>16))<<16>>16},r.interleave3=function(t,r,e){return t=1227133513&((t=3272356035&((t=251719695&((t=4278190335&((t&=1023)|t<<16))|t<<8))|t<<4))|t<<2),(t|=(r=1227133513&((r=3272356035&((r=251719695&((r=4278190335&((r&=1023)|r<<16))|r<<8))|r<<4))|r<<2))<<1)|(e=1227133513&((e=3272356035&((e=251719695&((e=4278190335&((e&=1023)|e<<16))|e<<8))|e<<4))|e<<2))<<2},r.deinterleave3=function(t,r){return(t=1023&((t=4278190335&((t=251719695&((t=3272356035&((t=t>>>r&1227133513)|t>>>2))|t>>>4))|t>>>8))|t>>>16))<<22>>22},r.nextCombination=function(t){var r=t|t-1;return r+1|(~r&-~r)-1>>>n(t)+1}},function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,r,e){"use strict";t.exports={init:function(t){var r=i.nextPow2(t);u.length<r&&(n.free(u),u=n.mallocInt32(r));f.length<r&&(n.free(f),f=n.mallocInt32(r));s.length<r&&(n.free(s),s=n.mallocInt32(r));l.length<r&&(n.free(l),l=n.mallocInt32(r));c.length<r&&(n.free(c),c=n.mallocInt32(r));h.length<r&&(n.free(h),h=n.mallocInt32(r));var e=8*r;p.length<e&&(n.free(p),p=n.mallocDouble(e))},sweepBipartite:function(t,r,e,n,i,c,h,g,d,w){for(var b=0,m=2*t,A=t-1,_=m-1,T=e;T<n;++T){var x=c[T],E=m*T;p[b++]=i[E+A],p[b++]=-(x+1),p[b++]=i[E+_],p[b++]=x}for(var T=h;T<g;++T){var x=w[T]+a,I=m*T;p[b++]=d[I+A],p[b++]=-x,p[b++]=d[I+_],p[b++]=x}var B=b>>>1;o(p,B);for(var P=0,R=0,T=0;T<B;++T){var U=0|p[2*T+1];if(U>=a)v(s,l,R--,U=U-a|0);else if(U>=0)v(u,f,P--,U);else if(U<=-a){U=-U-a|0;for(var O=0;O<P;++O){var k=r(u[O],U);if(void 0!==k)return k}y(s,l,R++,U)}else{U=-U-1|0;for(var O=0;O<R;++O){var k=r(U,s[O]);if(void 0!==k)return k}y(u,f,P++,U)}}},sweepComplete:function(t,r,e,n,i,a,g,d,w,b){for(var m=0,A=2*t,_=t-1,T=A-1,x=e;x<n;++x){var E=a[x]+1<<1,I=A*x;p[m++]=i[I+_],p[m++]=-E,p[m++]=i[I+T],p[m++]=E}for(var x=g;x<d;++x){var E=b[x]+1<<1,B=A*x;p[m++]=w[B+_],p[m++]=1|-E,p[m++]=w[B+T],p[m++]=1|E}var P=m>>>1;o(p,P);for(var R=0,U=0,O=0,x=0;x<P;++x){var k=0|p[2*x+1],S=1&k;if(x<P-1&&k>>1==p[2*x+3]>>1&&(S=2,x+=1),k<0){for(var C=-(k>>1)-1,j=0;j<O;++j){var Y=r(c[j],C);if(void 0!==Y)return Y}if(0!==S)for(var j=0;j<R;++j){var Y=r(u[j],C);if(void 0!==Y)return Y}if(1!==S)for(var j=0;j<U;++j){var Y=r(s[j],C);if(void 0!==Y)return Y}0===S?y(u,f,R++,C):1===S?y(s,l,U++,C):2===S&&y(c,h,O++,C)}else{var C=(k>>1)-1;0===S?v(u,f,R--,C):1===S?v(s,l,U--,C):2===S&&v(c,h,O--,C)}}},scanBipartite:function(t,r,e,n,i,s,l,c,h,g,d,w){var b=0,m=2*t,A=r,_=r+t,T=1,x=1;n?x=a:T=a;for(var E=i;E<s;++E){var I=E+T,B=m*E;p[b++]=l[B+A],p[b++]=-I,p[b++]=l[B+_],p[b++]=I}for(var E=h;E<g;++E){var I=E+x,P=m*E;p[b++]=d[P+A],p[b++]=-I}var R=b>>>1;o(p,R);for(var U=0,E=0;E<R;++E){var O=0|p[2*E+1];if(O<0){var I=-O,k=!1;if(I>=a?(k=!n,I-=a):(k=!!n,I-=1),k)y(u,f,U++,I);else{var S=w[I],C=m*I,j=d[C+r+1],Y=d[C+r+1+t];t:for(var D=0;D<U;++D){var M=u[D],L=m*M;if(!(Y<l[L+r+1]||l[L+r+1+t]<j)){for(var N=r+2;N<t;++N)if(d[C+N+t]<l[L+N]||l[L+N+t]<d[C+N])continue t;var F,z=c[M];if(void 0!==(F=n?e(S,z):e(z,S)))return F}}}}else v(u,f,U--,O-T)}},scanComplete:function(t,r,e,n,i,f,s,l,c,h,v){for(var y=0,g=2*t,d=r,w=r+t,b=n;b<i;++b){var m=b+a,A=g*b;p[y++]=f[A+d],p[y++]=-m,p[y++]=f[A+w],p[y++]=m}for(var b=l;b<c;++b){var m=b+1,_=g*b;p[y++]=h[_+d],p[y++]=-m}var T=y>>>1;o(p,T);for(var x=0,b=0;b<T;++b){var E=0|p[2*b+1];if(E<0){var m=-E;if(m>=a)u[x++]=m-a;else{var I=v[m-=1],B=g*m,P=h[B+r+1],R=h[B+r+1+t];t:for(var U=0;U<x;++U){var O=u[U],k=s[O];if(k===I)break;var S=g*O;if(!(R<f[S+r+1]||f[S+r+1+t]<P)){for(var C=r+2;C<t;++C)if(h[B+C+t]<f[S+C]||f[S+C+t]<h[B+C])continue t;var j=e(k,I);if(void 0!==j)return j}}}}else{for(var m=E-a,U=x-1;U>=0;--U)if(u[U]===m){for(var C=U+1;C<x;++C)u[C-1]=u[C];break}--x}}}};var n=e(0),i=e(1),o=e(11),a=1<<28,u=n.mallocInt32(1024),f=n.mallocInt32(1024),s=n.mallocInt32(1024),l=n.mallocInt32(1024),c=n.mallocInt32(1024),h=n.mallocInt32(1024),p=n.mallocDouble(8192);function v(t,r,e,n){var i=r[n],o=t[e-1];t[i]=o,r[o]=i}function y(t,r,e,n){t[e]=n,r[n]=e}},function(t,r,e){"use strict";t.exports=function(t,r){var e="abcdef".split("").concat(r),i=[];t.indexOf("lo")>=0&&i.push("lo=e[k+n]");t.indexOf("hi")>=0&&i.push("hi=e[k+o]");return e.push(n.replace("_",i.join()).replace("$",t)),Function.apply(void 0,e)};var n="for(var j=2*a,k=j*c,l=k,m=c,n=b,o=a+b,p=c;d>p;++p,k+=j){var _;if($)if(m===p)m+=1,l+=j;else{for(var s=0;j>s;++s){var t=e[k+s];e[k+s]=e[l],e[l++]=t}var u=f[p];f[p]=f[m],f[m++]=u}}return m"},function(t,r,e){"use strict";t.exports=function(t,r,e){switch(arguments.length){case 1:return function(t){return n=[],s(t,t,l,!0),n}(t);case 2:return"function"==typeof r?s(t,t,r,!0):function(t,r){return n=[],s(t,r,l,!1),n}(t,r);case 3:return s(t,r,e,!1);default:throw new Error("box-intersect: Invalid arguments")}};var n,i=e(0),o=e(3),a=e(12);function u(t,r){for(var e=0;e<t;++e)if(!(r[e]<=r[e+t]))return!0;return!1}function f(t,r,e,n){for(var i=0,o=0,a=0,f=t.length;a<f;++a){var s=t[a];if(!u(r,s)){for(var l=0;l<2*r;++l)e[i++]=s[l];n[o++]=a}}return o}function s(t,r,e,n){var u=t.length,s=r.length;if(!(u<=0||s<=0)){var l=t[0].length>>>1;if(!(l<=0)){var c,h=i.mallocDouble(2*l*u),p=i.mallocInt32(u);if((u=f(t,l,h,p))>0){if(1===l&&n)o.init(u),c=o.sweepComplete(l,e,0,u,h,p,0,u,h,p);else{var v=i.mallocDouble(2*l*s),y=i.mallocInt32(s);(s=f(r,l,v,y))>0&&(o.init(u+s),c=1===l?o.sweepBipartite(l,e,0,u,h,p,0,s,v,y):a(l,e,n,u,h,p,s,v,y),i.free(v),i.free(y))}i.free(h),i.free(p)}return c}}}function l(t,r){n.push([t,r])}},function(t,r,e){"use strict";t.exports=function(t,r){switch(void 0===r&&(r=0),typeof t){case"number":if(t>0)return function(t,r){var e,n;for(e=new Array(t),n=0;n<t;++n)e[n]=r;return e}(0|t,r);break;case"object":if("number"==typeof t.length)return function t(r,e,n){var i=0|r[n];if(i<=0)return[];var o,a=new Array(i);if(n===r.length-1)for(o=0;o<i;++o)a[o]=e;else for(o=0;o<i;++o)a[o]=t(r,e,n+1);return a}(t,r,0)}return[]}},function(t,r,e){"use strict";(function(t){
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/
var n=e(8),i=e(9),o=e(10);function a(){return f.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function u(t,r){if(a()<r)throw new RangeError("Invalid typed array length");return f.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r)).__proto__=f.prototype:(null===t&&(t=new f(r)),t.length=r),t}function f(t,r,e){if(!(f.TYPED_ARRAY_SUPPORT||this instanceof f))return new f(t,r,e);if("number"==typeof t){if("string"==typeof r)throw new Error("If encoding is specified then the first argument must be a string");return c(this,t)}return s(this,t,r,e)}function s(t,r,e,n){if("number"==typeof r)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&r instanceof ArrayBuffer?function(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError("'offset' is out of bounds");if(r.byteLength<e+(n||0))throw new RangeError("'length' is out of bounds");r=void 0===e&&void 0===n?new Uint8Array(r):void 0===n?new Uint8Array(r,e):new Uint8Array(r,e,n);f.TYPED_ARRAY_SUPPORT?(t=r).__proto__=f.prototype:t=h(t,r);return t}(t,r,e,n):"string"==typeof r?function(t,r,e){"string"==typeof e&&""!==e||(e="utf8");if(!f.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var n=0|v(r,e),i=(t=u(t,n)).write(r,e);i!==n&&(t=t.slice(0,i));return t}(t,r,e):function(t,r){if(f.isBuffer(r)){var e=0|p(r.length);return 0===(t=u(t,e)).length?t:(r.copy(t,0,0,e),t)}if(r){if("undefined"!=typeof ArrayBuffer&&r.buffer instanceof ArrayBuffer||"length"in r)return"number"!=typeof r.length||function(t){return t!=t}(r.length)?u(t,0):h(t,r);if("Buffer"===r.type&&o(r.data))return h(t,r.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,r)}function l(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function c(t,r){if(l(r),t=u(t,r<0?0:0|p(r)),!f.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}function h(t,r){var e=r.length<0?0:0|p(r.length);t=u(t,e);for(var n=0;n<e;n+=1)t[n]=255&r[n];return t}function p(t){if(t>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|t}function v(t,r){if(f.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var e=t.length;if(0===e)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return N(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*e;case"hex":return e>>>1;case"base64":return F(t).length;default:if(n)return N(t).length;r=(""+r).toLowerCase(),n=!0}}function y(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}function g(t,r,e,n,i){if(0===t.length)return-1;if("string"==typeof e?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0){if(!i)return-1;e=0}if("string"==typeof r&&(r=f.from(r,n)),f.isBuffer(r))return 0===r.length?-1:d(t,r,e,n,i);if("number"==typeof r)return r&=255,f.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):d(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function d(t,r,e,n,i){var o,a=1,u=t.length,f=r.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||r.length<2)return-1;a=2,u/=2,f/=2,e/=2}function s(t,r){return 1===a?t[r]:t.readUInt16BE(r*a)}if(i){var l=-1;for(o=e;o<u;o++)if(s(t,o)===s(r,-1===l?0:o-l)){if(-1===l&&(l=o),o-l+1===f)return l*a}else-1!==l&&(o-=o-l),l=-1}else for(e+f>u&&(e=u-f),o=e;o>=0;o--){for(var c=!0,h=0;h<f;h++)if(s(t,o+h)!==s(r,h)){c=!1;break}if(c)return o}return-1}function w(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n))>i&&(n=i):n=i;var o=r.length;if(o%2!=0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var a=0;a<n;++a){var u=parseInt(r.substr(2*a,2),16);if(isNaN(u))return a;t[e+a]=u}return a}function b(t,r,e,n){return z(N(r,t.length-e),t,e,n)}function m(t,r,e,n){return z(function(t){for(var r=[],e=0;e<t.length;++e)r.push(255&t.charCodeAt(e));return r}(r),t,e,n)}function A(t,r,e,n){return m(t,r,e,n)}function _(t,r,e,n){return z(F(r),t,e,n)}function T(t,r,e,n){return z(function(t,r){for(var e,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}(r,t.length-e),t,e,n)}function x(t,r,e){return 0===r&&e===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(r,e))}function E(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o,a,u,f,s=t[i],l=null,c=s>239?4:s>223?3:s>191?2:1;if(i+c<=e)switch(c){case 1:s<128&&(l=s);break;case 2:128==(192&(o=t[i+1]))&&(f=(31&s)<<6|63&o)>127&&(l=f);break;case 3:o=t[i+1],a=t[i+2],128==(192&o)&&128==(192&a)&&(f=(15&s)<<12|(63&o)<<6|63&a)>2047&&(f<55296||f>57343)&&(l=f);break;case 4:o=t[i+1],a=t[i+2],u=t[i+3],128==(192&o)&&128==(192&a)&&128==(192&u)&&(f=(15&s)<<18|(63&o)<<12|(63&a)<<6|63&u)>65535&&f<1114112&&(l=f)}null===l?(l=65533,c=1):l>65535&&(l-=65536,n.push(l>>>10&1023|55296),l=56320|1023&l),n.push(l),i+=c}return function(t){var r=t.length;if(r<=I)return String.fromCharCode.apply(String,t);var e="",n=0;for(;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=I));return e}(n)}r.Buffer=f,r.SlowBuffer=function(t){+t!=t&&(t=0);return f.alloc(+t)},r.INSPECT_MAX_BYTES=50,f.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}(),r.kMaxLength=a(),f.poolSize=8192,f._augment=function(t){return t.__proto__=f.prototype,t},f.from=function(t,r,e){return s(null,t,r,e)},f.TYPED_ARRAY_SUPPORT&&(f.prototype.__proto__=Uint8Array.prototype,f.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&f[Symbol.species]===f&&Object.defineProperty(f,Symbol.species,{value:null,configurable:!0})),f.alloc=function(t,r,e){return function(t,r,e,n){return l(r),r<=0?u(t,r):void 0!==e?"string"==typeof n?u(t,r).fill(e,n):u(t,r).fill(e):u(t,r)}(null,t,r,e)},f.allocUnsafe=function(t){return c(null,t)},f.allocUnsafeSlow=function(t){return c(null,t)},f.isBuffer=function(t){return!(null==t||!t._isBuffer)},f.compare=function(t,r){if(!f.isBuffer(t)||!f.isBuffer(r))throw new TypeError("Arguments must be Buffers");if(t===r)return 0;for(var e=t.length,n=r.length,i=0,o=Math.min(e,n);i<o;++i)if(t[i]!==r[i]){e=t[i],n=r[i];break}return e<n?-1:n<e?1:0},f.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.concat=function(t,r){if(!o(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return f.alloc(0);var e;if(void 0===r)for(r=0,e=0;e<t.length;++e)r+=t[e].length;var n=f.allocUnsafe(r),i=0;for(e=0;e<t.length;++e){var a=t[e];if(!f.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(n,i),i+=a.length}return n},f.byteLength=v,f.prototype._isBuffer=!0,f.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)y(this,r,r+1);return this},f.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)y(this,r,r+3),y(this,r+1,r+2);return this},f.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)y(this,r,r+7),y(this,r+1,r+6),y(this,r+2,r+5),y(this,r+3,r+4);return this},f.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?E(this,0,t):function(t,r,e){var n=!1;if((void 0===r||r<0)&&(r=0),r>this.length)return"";if((void 0===e||e>this.length)&&(e=this.length),e<=0)return"";if((e>>>=0)<=(r>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return R(this,r,e);case"utf8":case"utf-8":return E(this,r,e);case"ascii":return B(this,r,e);case"latin1":case"binary":return P(this,r,e);case"base64":return x(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return U(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}.apply(this,arguments)},f.prototype.equals=function(t){if(!f.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===f.compare(this,t)},f.prototype.inspect=function(){var t="",e=r.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(t+=" ... ")),"<Buffer "+t+">"},f.prototype.compare=function(t,r,e,n,i){if(!f.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===r&&(r=0),void 0===e&&(e=t?t.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),r<0||e>t.length||n<0||i>this.length)throw new RangeError("out of range index");if(n>=i&&r>=e)return 0;if(n>=i)return-1;if(r>=e)return 1;if(r>>>=0,e>>>=0,n>>>=0,i>>>=0,this===t)return 0;for(var o=i-n,a=e-r,u=Math.min(o,a),s=this.slice(n,i),l=t.slice(r,e),c=0;c<u;++c)if(s[c]!==l[c]){o=s[c],a=l[c];break}return o<a?-1:a<o?1:0},f.prototype.includes=function(t,r,e){return-1!==this.indexOf(t,r,e)},f.prototype.indexOf=function(t,r,e){return g(this,t,r,e,!0)},f.prototype.lastIndexOf=function(t,r,e){return g(this,t,r,e,!1)},f.prototype.write=function(t,r,e,n){if(void 0===r)n="utf8",e=this.length,r=0;else if(void 0===e&&"string"==typeof r)n=r,e=this.length,r=0;else{if(!isFinite(r))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");r|=0,isFinite(e)?(e|=0,void 0===n&&(n="utf8")):(n=e,e=void 0)}var i=this.length-r;if((void 0===e||e>i)&&(e=i),t.length>0&&(e<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return w(this,t,r,e);case"utf8":case"utf-8":return b(this,t,r,e);case"ascii":return m(this,t,r,e);case"latin1":case"binary":return A(this,t,r,e);case"base64":return _(this,t,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,t,r,e);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var I=4096;function B(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(127&t[i]);return n}function P(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function R(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=L(t[o]);return i}function U(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}function O(t,r,e){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}function k(t,r,e,n,i,o){if(!f.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}function S(t,r,e,n){r<0&&(r=65535+r+1);for(var i=0,o=Math.min(t.length-e,2);i<o;++i)t[e+i]=(r&255<<8*(n?i:1-i))>>>8*(n?i:1-i)}function C(t,r,e,n){r<0&&(r=4294967295+r+1);for(var i=0,o=Math.min(t.length-e,4);i<o;++i)t[e+i]=r>>>8*(n?i:3-i)&255}function j(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Y(t,r,e,n,o){return o||j(t,0,e,4),i.write(t,r,e,n,23,4),e+4}function D(t,r,e,n,o){return o||j(t,0,e,8),i.write(t,r,e,n,52,8),e+8}f.prototype.slice=function(t,r){var e,n=this.length;if(t=~~t,r=void 0===r?n:~~r,t<0?(t+=n)<0&&(t=0):t>n&&(t=n),r<0?(r+=n)<0&&(r=0):r>n&&(r=n),r<t&&(r=t),f.TYPED_ARRAY_SUPPORT)(e=this.subarray(t,r)).__proto__=f.prototype;else{var i=r-t;e=new f(i,void 0);for(var o=0;o<i;++o)e[o]=this[o+t]}return e},f.prototype.readUIntLE=function(t,r,e){t|=0,r|=0,e||O(t,r,this.length);for(var n=this[t],i=1,o=0;++o<r&&(i*=256);)n+=this[t+o]*i;return n},f.prototype.readUIntBE=function(t,r,e){t|=0,r|=0,e||O(t,r,this.length);for(var n=this[t+--r],i=1;r>0&&(i*=256);)n+=this[t+--r]*i;return n},f.prototype.readUInt8=function(t,r){return r||O(t,1,this.length),this[t]},f.prototype.readUInt16LE=function(t,r){return r||O(t,2,this.length),this[t]|this[t+1]<<8},f.prototype.readUInt16BE=function(t,r){return r||O(t,2,this.length),this[t]<<8|this[t+1]},f.prototype.readUInt32LE=function(t,r){return r||O(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},f.prototype.readUInt32BE=function(t,r){return r||O(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},f.prototype.readIntLE=function(t,r,e){t|=0,r|=0,e||O(t,r,this.length);for(var n=this[t],i=1,o=0;++o<r&&(i*=256);)n+=this[t+o]*i;return n>=(i*=128)&&(n-=Math.pow(2,8*r)),n},f.prototype.readIntBE=function(t,r,e){t|=0,r|=0,e||O(t,r,this.length);for(var n=r,i=1,o=this[t+--n];n>0&&(i*=256);)o+=this[t+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*r)),o},f.prototype.readInt8=function(t,r){return r||O(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},f.prototype.readInt16LE=function(t,r){r||O(t,2,this.length);var e=this[t]|this[t+1]<<8;return 32768&e?4294901760|e:e},f.prototype.readInt16BE=function(t,r){r||O(t,2,this.length);var e=this[t+1]|this[t]<<8;return 32768&e?4294901760|e:e},f.prototype.readInt32LE=function(t,r){return r||O(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},f.prototype.readInt32BE=function(t,r){return r||O(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},f.prototype.readFloatLE=function(t,r){return r||O(t,4,this.length),i.read(this,t,!0,23,4)},f.prototype.readFloatBE=function(t,r){return r||O(t,4,this.length),i.read(this,t,!1,23,4)},f.prototype.readDoubleLE=function(t,r){return r||O(t,8,this.length),i.read(this,t,!0,52,8)},f.prototype.readDoubleBE=function(t,r){return r||O(t,8,this.length),i.read(this,t,!1,52,8)},f.prototype.writeUIntLE=function(t,r,e,n){(t=+t,r|=0,e|=0,n)||k(this,t,r,e,Math.pow(2,8*e)-1,0);var i=1,o=0;for(this[r]=255&t;++o<e&&(i*=256);)this[r+o]=t/i&255;return r+e},f.prototype.writeUIntBE=function(t,r,e,n){(t=+t,r|=0,e|=0,n)||k(this,t,r,e,Math.pow(2,8*e)-1,0);var i=e-1,o=1;for(this[r+i]=255&t;--i>=0&&(o*=256);)this[r+i]=t/o&255;return r+e},f.prototype.writeUInt8=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,1,255,0),f.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[r]=255&t,r+1},f.prototype.writeUInt16LE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,2,65535,0),f.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):S(this,t,r,!0),r+2},f.prototype.writeUInt16BE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,2,65535,0),f.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):S(this,t,r,!1),r+2},f.prototype.writeUInt32LE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,4,4294967295,0),f.TYPED_ARRAY_SUPPORT?(this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=255&t):C(this,t,r,!0),r+4},f.prototype.writeUInt32BE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,4,4294967295,0),f.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):C(this,t,r,!1),r+4},f.prototype.writeIntLE=function(t,r,e,n){if(t=+t,r|=0,!n){var i=Math.pow(2,8*e-1);k(this,t,r,e,i-1,-i)}var o=0,a=1,u=0;for(this[r]=255&t;++o<e&&(a*=256);)t<0&&0===u&&0!==this[r+o-1]&&(u=1),this[r+o]=(t/a>>0)-u&255;return r+e},f.prototype.writeIntBE=function(t,r,e,n){if(t=+t,r|=0,!n){var i=Math.pow(2,8*e-1);k(this,t,r,e,i-1,-i)}var o=e-1,a=1,u=0;for(this[r+o]=255&t;--o>=0&&(a*=256);)t<0&&0===u&&0!==this[r+o+1]&&(u=1),this[r+o]=(t/a>>0)-u&255;return r+e},f.prototype.writeInt8=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,1,127,-128),f.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[r]=255&t,r+1},f.prototype.writeInt16LE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,2,32767,-32768),f.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):S(this,t,r,!0),r+2},f.prototype.writeInt16BE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,2,32767,-32768),f.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):S(this,t,r,!1),r+2},f.prototype.writeInt32LE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,4,2147483647,-2147483648),f.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24):C(this,t,r,!0),r+4},f.prototype.writeInt32BE=function(t,r,e){return t=+t,r|=0,e||k(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),f.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):C(this,t,r,!1),r+4},f.prototype.writeFloatLE=function(t,r,e){return Y(this,t,r,!0,e)},f.prototype.writeFloatBE=function(t,r,e){return Y(this,t,r,!1,e)},f.prototype.writeDoubleLE=function(t,r,e){return D(this,t,r,!0,e)},f.prototype.writeDoubleBE=function(t,r,e){return D(this,t,r,!1,e)},f.prototype.copy=function(t,r,e,n){if(e||(e=0),n||0===n||(n=this.length),r>=t.length&&(r=t.length),r||(r=0),n>0&&n<e&&(n=e),n===e)return 0;if(0===t.length||0===this.length)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-r<n-e&&(n=t.length-r+e);var i,o=n-e;if(this===t&&e<r&&r<n)for(i=o-1;i>=0;--i)t[i+r]=this[i+e];else if(o<1e3||!f.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)t[i+r]=this[i+e];else Uint8Array.prototype.set.call(t,this.subarray(e,e+o),r);return o},f.prototype.fill=function(t,r,e,n){if("string"==typeof t){if("string"==typeof r?(n=r,r=0,e=this.length):"string"==typeof e&&(n=e,e=this.length),1===t.length){var i=t.charCodeAt(0);i<256&&(t=i)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!f.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof t&&(t&=255);if(r<0||this.length<r||this.length<e)throw new RangeError("Out of range index");if(e<=r)return this;var o;if(r>>>=0,e=void 0===e?this.length:e>>>0,t||(t=0),"number"==typeof t)for(o=r;o<e;++o)this[o]=t;else{var a=f.isBuffer(t)?t:N(new f(t,n).toString()),u=a.length;for(o=0;o<e-r;++o)this[o+r]=a[o%u]}return this};var M=/[^+\/0-9A-Za-z-_]/g;function L(t){return t<16?"0"+t.toString(16):t.toString(16)}function N(t,r){var e;r=r||1/0;for(var n=t.length,i=null,o=[],a=0;a<n;++a){if((e=t.charCodeAt(a))>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=65536+(i-55296<<10|e-56320)}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,63&e|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,63&e|128)}else{if(!(e<1114112))throw new Error("Invalid code point");if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,63&e|128)}}return o}function F(t){return n.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(M,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function z(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}}).call(this,e(2))},function(t,r,e){"use strict";r.byteLength=function(t){var r=s(t),e=r[0],n=r[1];return 3*(e+n)/4-n},r.toByteArray=function(t){var r,e,n=s(t),a=n[0],u=n[1],f=new o(function(t,r,e){return 3*(r+e)/4-e}(0,a,u)),l=0,c=u>0?a-4:a;for(e=0;e<c;e+=4)r=i[t.charCodeAt(e)]<<18|i[t.charCodeAt(e+1)]<<12|i[t.charCodeAt(e+2)]<<6|i[t.charCodeAt(e+3)],f[l++]=r>>16&255,f[l++]=r>>8&255,f[l++]=255&r;2===u&&(r=i[t.charCodeAt(e)]<<2|i[t.charCodeAt(e+1)]>>4,f[l++]=255&r);1===u&&(r=i[t.charCodeAt(e)]<<10|i[t.charCodeAt(e+1)]<<4|i[t.charCodeAt(e+2)]>>2,f[l++]=r>>8&255,f[l++]=255&r);return f},r.fromByteArray=function(t){for(var r,e=t.length,i=e%3,o=[],a=0,u=e-i;a<u;a+=16383)o.push(c(t,a,a+16383>u?u:a+16383));1===i?(r=t[e-1],o.push(n[r>>2]+n[r<<4&63]+"==")):2===i&&(r=(t[e-2]<<8)+t[e-1],o.push(n[r>>10]+n[r>>4&63]+n[r<<2&63]+"="));return o.join("")};for(var n=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u=0,f=a.length;u<f;++u)n[u]=a[u],i[a.charCodeAt(u)]=u;function s(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");return-1===e&&(e=r),[e,e===r?0:4-e%4]}function l(t){return n[t>>18&63]+n[t>>12&63]+n[t>>6&63]+n[63&t]}function c(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(255&t[o+2]),i.push(l(n));return i.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(t,r){r.read=function(t,r,e,n,i){var o,a,u=8*i-n-1,f=(1<<u)-1,s=f>>1,l=-7,c=e?i-1:0,h=e?-1:1,p=t[r+c];for(c+=h,o=p&(1<<-l)-1,p>>=-l,l+=u;l>0;o=256*o+t[r+c],c+=h,l-=8);for(a=o&(1<<-l)-1,o>>=-l,l+=n;l>0;a=256*a+t[r+c],c+=h,l-=8);if(0===o)o=1-s;else{if(o===f)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,n),o-=s}return(p?-1:1)*a*Math.pow(2,o-n)},r.write=function(t,r,e,n,i,o){var a,u,f,s=8*o-i-1,l=(1<<s)-1,c=l>>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:o-1,v=n?1:-1,y=r<0||0===r&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(u=isNaN(r)?1:0,a=l):(a=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-a))<1&&(a--,f*=2),(r+=a+c>=1?h/f:h*Math.pow(2,1-c))*f>=2&&(a++,f/=2),a+c>=l?(u=0,a=l):a+c>=1?(u=(r*f-1)*Math.pow(2,i),a+=c):(u=r*Math.pow(2,c-1)*Math.pow(2,i),a=0));i>=8;t[e+p]=255&u,p+=v,u/=256,i-=8);for(a=a<<i|u,s+=i;s>0;t[e+p]=255&a,p+=v,a/=256,s-=8);t[e+p-v]|=128*y}},function(t,r){var e={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==e.call(t)}},function(t,r,e){"use strict";t.exports=function(t,r){r<=4*n?i(0,r-1,t):function t(r,e,c){var h=(e-r+1)/6|0,p=r+h,v=e-h,y=r+e>>1,g=y-h,d=y+h,w=p,b=g,m=y,A=d,_=v,T=r+1,x=e-1,E=0;s(w,b,c)&&(E=w,w=b,b=E);s(A,_,c)&&(E=A,A=_,_=E);s(w,m,c)&&(E=w,w=m,m=E);s(b,m,c)&&(E=b,b=m,m=E);s(w,A,c)&&(E=w,w=A,A=E);s(m,A,c)&&(E=m,m=A,A=E);s(b,_,c)&&(E=b,b=_,_=E);s(b,m,c)&&(E=b,b=m,m=E);s(A,_,c)&&(E=A,A=_,_=E);var I=c[2*b];var B=c[2*b+1];var P=c[2*A];var R=c[2*A+1];var U=2*w;var O=2*m;var k=2*_;var S=2*p;var C=2*y;var j=2*v;for(var Y=0;Y<2;++Y){var D=c[U+Y],M=c[O+Y],L=c[k+Y];c[S+Y]=D,c[C+Y]=M,c[j+Y]=L}a(g,r,c);a(d,e,c);for(var N=T;N<=x;++N)if(l(N,I,B,c))N!==T&&o(N,T,c),++T;else if(!l(N,P,R,c))for(;;){if(l(x,P,R,c)){l(x,I,B,c)?(u(N,T,x,c),++T,--x):(o(N,x,c),--x);break}if(--x<N)break}f(r,T-1,I,B,c);f(e,x+1,P,R,c);T-2-r<=n?i(r,T-2,c):t(r,T-2,c);e-(x+2)<=n?i(x+2,e,c):t(x+2,e,c);x-T<=n?i(T,x,c):t(T,x,c)}(0,r-1,t)};var n=32;function i(t,r,e){for(var n=2*(t+1),i=t+1;i<=r;++i){for(var o=e[n++],a=e[n++],u=i,f=n-2;u-- >t;){var s=e[f-2],l=e[f-1];if(s<o)break;if(s===o&&l<a)break;e[f]=s,e[f+1]=l,f-=2}e[f]=o,e[f+1]=a}}function o(t,r,e){r*=2;var n=e[t*=2],i=e[t+1];e[t]=e[r],e[t+1]=e[r+1],e[r]=n,e[r+1]=i}function a(t,r,e){r*=2,e[t*=2]=e[r],e[t+1]=e[r+1]}function u(t,r,e,n){r*=2,e*=2;var i=n[t*=2],o=n[t+1];n[t]=n[r],n[t+1]=n[r+1],n[r]=n[e],n[r+1]=n[e+1],n[e]=i,n[e+1]=o}function f(t,r,e,n,i){r*=2,i[t*=2]=i[r],i[r]=e,i[t+1]=i[r+1],i[r+1]=n}function s(t,r,e){r*=2;var n=e[t*=2],i=e[r];return!(n<i)&&(n!==i||e[t+1]>e[r+1])}function l(t,r,e,n){var i=n[t*=2];return i<r||i===r&&n[t+1]<e}},function(t,r,e){"use strict";t.exports=function(t,r,e,o,l,B,P,R,U){!function(t,r){var e=8*i.log2(r+1)*(t+1)|0,o=i.nextPow2(m*e);_.length<o&&(n.free(_),_=n.mallocInt32(o));var a=i.nextPow2(A*e);T.length<a&&(n.free(T),T=n.mallocDouble(a))}(t,o+P);var O,k=0,S=2*t;x(k++,0,0,o,0,P,e?16:0,-1/0,1/0),e||x(k++,0,0,P,0,o,1,-1/0,1/0);for(;k>0;){var C=(k-=1)*m,j=_[C],Y=_[C+1],D=_[C+2],M=_[C+3],L=_[C+4],N=_[C+5],F=k*A,z=T[F],V=T[F+1],G=1&N,H=!!(16&N),X=l,Z=B,$=R,q=U;if(G&&(X=R,Z=U,$=l,q=B),!(2&N&&(D=g(t,j,Y,D,X,Z,V),Y>=D)||4&N&&(Y=d(t,j,Y,D,X,Z,z))>=D)){var J=D-Y,Q=L-M;if(H){if(t*J*(J+Q)<p){if(void 0!==(O=f.scanComplete(t,j,r,Y,D,X,Z,M,L,$,q)))return O;continue}}else{if(t*Math.min(J,Q)<c){if(void 0!==(O=a(t,j,r,G,Y,D,X,Z,M,L,$,q)))return O;continue}if(t*J*Q<h){if(void 0!==(O=f.scanBipartite(t,j,r,G,Y,D,X,Z,M,L,$,q)))return O;continue}}var K=v(t,j,Y,D,X,Z,z,V);if(Y<K)if(t*(K-Y)<c){if(void 0!==(O=u(t,j+1,r,Y,K,X,Z,M,L,$,q)))return O}else if(j===t-2){if(void 0!==(O=G?f.sweepBipartite(t,r,M,L,$,q,Y,K,X,Z):f.sweepBipartite(t,r,Y,K,X,Z,M,L,$,q)))return O}else x(k++,j+1,Y,K,M,L,G,-1/0,1/0),x(k++,j+1,M,L,Y,K,1^G,-1/0,1/0);if(K<D){var W=s(t,j,M,L,$,q),tt=$[S*W+j],rt=y(t,j,W,L,$,q,tt);if(rt<L&&x(k++,j,K,D,rt,L,(4|G)+(H?16:0),tt,V),M<W&&x(k++,j,K,D,M,W,(2|G)+(H?16:0),z,tt),W+1===rt){if(void 0!==(O=H?I(t,j,r,K,D,X,Z,W,$,q[W]):E(t,j,r,G,K,D,X,Z,W,$,q[W])))return O}else if(W<rt){var et;if(H){if(et=w(t,j,K,D,X,Z,tt),K<et){var nt=y(t,j,K,et,X,Z,tt);if(j===t-2){if(K<nt&&void 0!==(O=f.sweepComplete(t,r,K,nt,X,Z,W,rt,$,q)))return O;if(nt<et&&void 0!==(O=f.sweepBipartite(t,r,nt,et,X,Z,W,rt,$,q)))return O}else K<nt&&x(k++,j+1,K,nt,W,rt,16,-1/0,1/0),nt<et&&(x(k++,j+1,nt,et,W,rt,0,-1/0,1/0),x(k++,j+1,W,rt,nt,et,1,-1/0,1/0))}}else et=G?b(t,j,K,D,X,Z,tt):w(t,j,K,D,X,Z,tt),K<et&&(j===t-2?O=G?f.sweepBipartite(t,r,W,rt,$,q,K,et,X,Z):f.sweepBipartite(t,r,K,et,X,Z,W,rt,$,q):(x(k++,j+1,K,et,W,rt,G,-1/0,1/0),x(k++,j+1,W,rt,K,et,1^G,-1/0,1/0)))}}}}};var n=e(0),i=e(1),o=e(13),a=o.partial,u=o.full,f=e(3),s=e(14),l=e(4),c=128,h=1<<22,p=1<<22,v=l("!(lo>=p0)&&!(p1>=hi)",["p0","p1"]),y=l("lo===p0",["p0"]),g=l("lo<p0",["p0"]),d=l("hi<=p0",["p0"]),w=l("lo<=p0&&p0<=hi",["p0"]),b=l("lo<p0&&p0<=hi",["p0"]),m=6,A=2,_=n.mallocInt32(1024),T=n.mallocDouble(1024);function x(t,r,e,n,i,o,a,u,f){var s=m*t;_[s]=r,_[s+1]=e,_[s+2]=n,_[s+3]=i,_[s+4]=o,_[s+5]=a;var l=A*t;T[l]=u,T[l+1]=f}function E(t,r,e,n,i,o,a,u,f,s,l){var c=2*t,h=f*c,p=s[h+r];t:for(var v=i,y=i*c;v<o;++v,y+=c){var g=a[y+r],d=a[y+r+t];if(!(p<g||d<p)&&(!n||p!==g)){for(var w,b=u[v],m=r+1;m<t;++m){g=a[y+m],d=a[y+m+t];var A=s[h+m],_=s[h+m+t];if(d<A||_<g)continue t}if(void 0!==(w=n?e(l,b):e(b,l)))return w}}}function I(t,r,e,n,i,o,a,u,f,s){var l=2*t,c=u*l,h=f[c+r];t:for(var p=n,v=n*l;p<i;++p,v+=l){var y=a[p];if(y!==s){var g=o[v+r],d=o[v+r+t];if(!(h<g||d<h)){for(var w=r+1;w<t;++w){g=o[v+w],d=o[v+w+t];var b=f[c+w],m=f[c+w+t];if(d<b||m<g)continue t}var A=e(y,s);if(void 0!==A)return A}}}}},function(t,r,e){"use strict";var n="d",i="ax",o="vv",a="fp",u="es",f="rs",s="re",l="rb",c="ri",h="rp",p="bs",v="be",y="bb",g="bi",d="bp",w="rv",b="Q",m=[n,i,o,f,s,l,c,p,v,y,g];function A(t){var r="bruteForce"+(t?"Full":"Partial"),e=[],A=m.slice();t||A.splice(3,0,a);var _=["function "+r+"("+A.join()+"){"];function T(r,a){var A=function(t,r,e){var a="bruteForce"+(t?"Red":"Blue")+(r?"Flip":"")+(e?"Full":""),A=["function ",a,"(",m.join(),"){","var ",u,"=2*",n,";"],_="for(var i="+f+","+h+"="+u+"*"+f+";i<"+s+";++i,"+h+"+="+u+"){var x0="+l+"["+i+"+"+h+"],x1="+l+"["+i+"+"+h+"+"+n+"],xi="+c+"[i];",T="for(var j="+p+","+d+"="+u+"*"+p+";j<"+v+";++j,"+d+"+="+u+"){var y0="+y+"["+i+"+"+d+"],"+(e?"y1="+y+"["+i+"+"+d+"+"+n+"],":"")+"yi="+g+"[j];";return t?A.push(_,b,":",T):A.push(T,b,":",_),e?A.push("if(y1<x0||x1<y0)continue;"):r?A.push("if(y0<=x0||x1<y0)continue;"):A.push("if(y0<x0||x1<y0)continue;"),A.push("for(var k="+i+"+1;k<"+n+";++k){var r0="+l+"[k+"+h+"],r1="+l+"[k+"+n+"+"+h+"],b0="+y+"[k+"+d+"],b1="+y+"[k+"+n+"+"+d+"];if(r1<b0||b1<r0)continue "+b+";}var "+w+"="+o+"("),r?A.push("yi,xi"):A.push("xi,yi"),A.push(");if("+w+"!==void 0)return "+w+";}}}"),{name:a,code:A.join("")}}(r,a,t);e.push(A.code),_.push("return "+A.name+"("+m.join()+");")}_.push("if("+s+"-"+f+">"+v+"-"+p+"){"),t?(T(!0,!1),_.push("}else{"),T(!1,!1)):(_.push("if("+a+"){"),T(!0,!0),_.push("}else{"),T(!0,!1),_.push("}}else{if("+a+"){"),T(!1,!0),_.push("}else{"),T(!1,!1),_.push("}")),_.push("}}return "+r);var x=e.join("")+_.join("");return new Function(x)()}r.partial=A(!1),r.full=A(!0)},function(t,r,e){"use strict";t.exports=function(t,r,e,a,u,f){if(a<=e+1)return e;var s=e,l=a,c=a+e>>>1,h=2*t,p=c,v=u[h*c+r];for(;s<l;){if(l-s<i){o(t,r,s,l,u,f),v=u[h*c+r];break}var y=l-s,g=Math.random()*y+s|0,d=u[h*g+r],w=Math.random()*y+s|0,b=u[h*w+r],m=Math.random()*y+s|0,A=u[h*m+r];d<=b?A>=b?(p=w,v=b):d>=A?(p=g,v=d):(p=m,v=A):b>=A?(p=w,v=b):A>=d?(p=g,v=d):(p=m,v=A);for(var _=h*(l-1),T=h*p,x=0;x<h;++x,++_,++T){var E=u[_];u[_]=u[T],u[T]=E}var I=f[l-1];f[l-1]=f[p],f[p]=I,p=n(t,r,s,l-1,u,f,v);for(var _=h*(l-1),T=h*p,x=0;x<h;++x,++_,++T){var E=u[_];u[_]=u[T],u[T]=E}var I=f[l-1];if(f[l-1]=f[p],f[p]=I,c<p){for(l=p-1;s<l&&u[h*(l-1)+r]===v;)l-=1;l+=1}else{if(!(p<c))break;for(s=p+1;s<l&&u[h*s+r]===v;)s+=1}}return n(t,r,e,c,u,f,u[h*c+r])};var n=e(4)("lo<p0",["p0"]),i=8;function o(t,r,e,n,i,o){for(var a=2*t,u=a*(e+1)+r,f=e+1;f<n;++f,u+=a)for(var s=i[u],l=f,c=a*(f-1);l>e&&i[c+r]>s;--l,c-=a){for(var h=c,p=c+a,v=0;v<a;++v,++h,++p){var y=i[h];i[h]=i[p],i[p]=y}var g=o[l];o[l]=o[l-1],o[l-1]=g}}},function(t,r,e){"use strict";e.r(r),window.higlassTracks=window.higlassTracks||{},window.higlassTracksByType=window.higlassTracksByType||{};var n=t=>{window.higlassTracks[t.name]=t,window.higlassTracksByType[t.config.type]=t},i=e(5),o=e.n(i),a=function(){return function(t,r){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,r){var e=[],n=!0,i=!1,o=void 0;try{for(var a,u=t[Symbol.iterator]();!(n=(a=u.next()).done)&&(e.push(a.value),!r||e.length!==r);n=!0);}catch(t){i=!0,o=t}finally{try{!n&&u.return&&u.return()}finally{if(i)throw o}}return e}(t,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),u=function(){function t(t,r){for(var e=0;e<r.length;e++){var n=r[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(r,e,n){return e&&t(r.prototype,e),n&&t(r,n),r}}(),f=function t(r,e,n){null===r&&(r=Function.prototype);var i=Object.getOwnPropertyDescriptor(r,e);if(void 0===i){var o=Object.getPrototypeOf(r);return null===o?void 0:t(o,e,n)}if("value"in i)return i.value;var a=i.get;return void 0!==a?a.call(n):void 0};var s=function(t){for(var r=arguments.length,e=Array(r>1?r-1:0),n=1;n<r;n++)e[n-1]=arguments[n];if(!new.target)throw new Error('Uncaught TypeError: Class constructor cannot be invoked without "new"');var i=t.libraries,s=i.PIXI,l=i.slugid,c=function(r){function e(t,r){!function(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}(this,e);var n=function(t,r){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!r||"object"!=typeof r&&"function"!=typeof r?t:r}(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,r));return n.texts={},n.boxes={},n}return function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function, not "+typeof r);t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),r&&(Object.setPrototypeOf?Object.setPrototypeOf(t,r):t.__proto__=r)}(e,t.tracks.Annotations2dTrack),u(e,[{key:"initTile",value:function(t){try{var r=!0,e=!1,n=void 0;try{for(var i,o=t.tileData[Symbol.iterator]();!(r=(i=o.next()).done);r=!0){var a=i.value;"uid"in a||(a.uid=l.nice())}}catch(t){e=!0,n=t}finally{try{!r&&o.return&&o.return()}finally{if(e)throw n}}}catch(r){console.warn("tile.tileData is not iterable:",t.tileData)}}},{key:"getText",value:function(t,r){if(r.uid in this.texts)return this.texts[r.uid].text;var e=this.options.labelField||"data",n=new s.Text(""+r[e],{fontSize:"13px",fontFamily:"Arial",fill:0,stroke:16777215,strokeThickness:3});this.texts[r.uid]={text:n,importance:r.importance},t.graphics.addChild(n),n.updateTransform();var i=n.getBounds(),o=[i.x,i.y,i.x+i.width,i.y+i.height];return this.boxes[r.uid]=o,this.allTexts=Object.values(this.texts),this.allBoxes=Object.values(this.boxes),n}},{key:"destroyTile",value:function(t){try{var r=!0,e=!1,n=void 0;try{for(var i,o=t.tileData[Symbol.iterator]();!(r=(i=o.next()).done);r=!0){var a=i.value;a.uid in this.texts&&(t.graphics.removeChild(this.texts[a.uid]),delete this.texts[a.uid],delete this.boxes[a.uid])}}catch(t){e=!0,n=t}finally{try{!r&&o.return&&o.return()}finally{if(e)throw n}}}catch(t){}}},{key:"calculateVisibleTiles",value:function(){return f(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"calculateVisibleTiles",this).call(this)}},{key:"draw",value:function(){f(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"draw",this).call(this),this.allBoxes=Object.values(this.boxes),this.allTexts=Object.values(this.texts),this.hideOverlaps(this.allBoxes,this.allTexts)}},{key:"drawTile",value:function(t){if(t.graphics.clear(),t.tileData.length){var r=!0,e=!1,n=void 0;try{for(var i,o=t.tileData[Symbol.iterator]();!(r=(i=o.next()).done);r=!0){var a=i.value,u=this.options.xPosField||"x",f=this.options.yPosField||"y",s=this._xScale(a[u]),l=this._yScale(a[f]);t.graphics.beginFill(0),t.graphics.drawRect(s-3,l-3,6,6);var c=this.getText(t,a);c.x=s,c.y=l;var h=this.boxes[a.uid],p=h[2]-h[0],v=h[3]-h[1];h[0]=s,h[1]=l,h[2]=s+p,h[3]=l+v}}catch(t){e=!0,n=t}finally{try{!r&&o.return&&o.return()}finally{if(e)throw n}}}}},{key:"zoomed",value:function(t,r){this.xScale(t),this.yScale(r),this.refreshTiles(),this.draw()}},{key:"hideOverlaps",value:function(t,r){if(t&&r&&t.length!==r.length&&console.warn("uneven lengths:",t.length,r.length),r)for(var e=0;e<r.length;e++)r[e].text.visible=!0;o()(t,function(t,e){r[t].importance>r[e].importance?r[e].text.visible=!1:r[t].text.visible=!1})}},{key:"exportSVG",value:function(){var t=null,r=null;if(f(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"exportSVG",this)){var n=f(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"exportSVG",this).call(this),i=a(n,2);r=i[0],t=i[1]}else t=r=document.createElement("g");var o=document.createElement("g");o.setAttribute("transform","translate("+this.position[0]+","+this.position[1]+")"),t.appendChild(o);var u=document.createElement("g"),s=document.createElement("g");o.appendChild(u),o.appendChild(s);var l=!0,c=!1,h=void 0;try{for(var p,v=this.allTexts[Symbol.iterator]();!(l=(p=v.next()).done);l=!0){var y=p.value.text;if(y.visible){var g=document.createElement("g"),d=document.createElement("text");u.appendChild(g),g.appendChild(d),g.setAttribute("transform","translate("+y.x+","+y.y+")"),d.setAttribute("text-anchor","start"),d.setAttribute("dy","16px"),d.setAttribute("dx","4px"),d.setAttribute("font-family","Arial"),d.setAttribute("font-size",12),d.innerHTML=y.text}}}catch(t){c=!0,h=t}finally{try{!l&&v.return&&v.return()}finally{if(c)throw h}}for(var w in this.boxes){var b=this.boxes[w],m=document.createElement("rect");m.setAttribute("x",b[0]),m.setAttribute("y",b[1]),m.setAttribute("width",6),m.setAttribute("height",6),m.setAttribute("fill","black"),s.appendChild(m)}return[r,r]}},{key:"minY",get:function(){return this.tilesetInfo&&this.tilesetInfo.min_pos?this.tilesetInfo.min_pos[1]:0}},{key:"maxY",get:function(){return this.tilesetInfo&&this.tilesetInfo.max_pos?this.tilesetInfo.max_pos[1]:this.tilesetInfo.max_width||this.tilesetInfo.max_size}}]),e}();return new(Function.prototype.bind.apply(c,[null].concat(e)))};s.config={type:"labelled-points-track",datatype:["scatter-point"],orientation:"2d",name:"LabelledPointsTrack",thumbnail:(new DOMParser).parseFromString('<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5"><path d="M4 2.1L.5 3.5v12l5-2 5 2 5-2v-12l-5 2-3.17-1.268" fill="none" stroke="currentColor"/><path d="M10.5 3.5v12" fill="none" stroke="currentColor" stroke-opacity=".33" stroke-dasharray="1,2,0,0"/><path d="M5.5 13.5V6" fill="none" stroke="currentColor" stroke-opacity=".33" stroke-width=".9969299999999999" stroke-dasharray="1.71,3.43,0,0"/><path d="M9.03 5l.053.003.054.006.054.008.054.012.052.015.052.017.05.02.05.024 4 2 .048.026.048.03.046.03.044.034.042.037.04.04.037.04.036.042.032.045.03.047.028.048.025.05.022.05.02.053.016.053.014.055.01.055.007.055.005.055v.056l-.002.056-.005.055-.008.055-.01.055-.015.054-.017.054-.02.052-.023.05-.026.05-.028.048-.03.046-.035.044-.035.043-.038.04-4 4-.04.037-.04.036-.044.032-.045.03-.046.03-.048.024-.05.023-.05.02-.052.016-.052.015-.053.012-.054.01-.054.005-.055.003H8.97l-.053-.003-.054-.006-.054-.008-.054-.012-.052-.015-.052-.017-.05-.02-.05-.024-4-2-.048-.026-.048-.03-.046-.03-.044-.034-.042-.037-.04-.04-.037-.04-.036-.042-.032-.045-.03-.047-.028-.048-.025-.05-.022-.05-.02-.053-.016-.053-.014-.055-.01-.055-.007-.055L4 10.05v-.056l.002-.056.005-.055.008-.055.01-.055.015-.054.017-.054.02-.052.023-.05.026-.05.028-.048.03-.046.035-.044.035-.043.038-.04 4-4 .04-.037.04-.036.044-.032.045-.03.046-.03.048-.024.05-.023.05-.02.052-.016.052-.015.053-.012.054-.01.054-.005L8.976 5h.054zM5 10l4 2 4-4-4-2-4 4z" fill="currentColor"/><path d="M7.124 0C7.884 0 8.5.616 8.5 1.376v3.748c0 .76-.616 1.376-1.376 1.376H3.876c-.76 0-1.376-.616-1.376-1.376V1.376C2.5.616 3.116 0 3.876 0h3.248zm.56 5.295L5.965 1H5.05L3.375 5.295h.92l.354-.976h1.716l.375.975h.945zm-1.596-1.7l-.592-1.593-.58 1.594h1.172z" fill="currentColor"/></svg>',"text/xml").documentElement,availableOptions:[],defaultOptions:{}};var l=s;n({name:"LabelledPointTrack",track:l,config:l.config});r.default=l}])});