@clickview/online 0.2.1-dev.0 → 0.2.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/online-app.js +1 -1
- package/package.json +2 -2
package/dist/online-app.js
CHANGED
|
@@ -29,7 +29,7 @@ Papa Parse
|
|
|
29
29
|
v5.2.0
|
|
30
30
|
https://github.com/mholt/PapaParse
|
|
31
31
|
License: MIT
|
|
32
|
-
*/a=[],void 0===(o="function"==typeof(r=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},n=!t.document&&!!t.postMessage,r=n&&/blob:/i.test((t.location||{}).protocol),a={},o=0,i={parse:function(n,r){var c=(r=r||{}).dynamicTyping||!1;if(E(c)&&(r.dynamicTypingFunction=c,c={}),r.dynamicTyping=c,r.transform=!!E(r.transform)&&r.transform,r.worker&&i.WORKERS_SUPPORTED){var s=function(){if(!i.WORKERS_SUPPORTED)return!1;var n,r,c=(n=t.URL||t.webkitURL||null,r=e.toString(),i.BLOB_URL||(i.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))),s=new t.Worker(c);return s.onmessage=y,s.id=o++,a[s.id]=s}();return s.userStep=r.step,s.userChunk=r.chunk,s.userComplete=r.complete,s.userError=r.error,r.step=E(r.step),r.chunk=E(r.chunk),r.complete=E(r.complete),r.error=E(r.error),delete r.worker,void s.postMessage({input:n,config:r,workerId:s.id})}var d=null;return i.NODE_STREAM_INPUT,"string"==typeof n?d=r.download?new l(r):new f(r):!0===n.readable&&E(n.read)&&E(n.on)?d=new p(r):(t.File&&n instanceof File||n instanceof Object)&&(d=new u(r)),d.stream(n)},unparse:function(e,t){var n=!1,r=!0,a=",",o="\r\n",c='"',s=c+c,l=!1,u=null;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||i.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(a=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(l=t.skipEmptyLines),"string"==typeof t.newline&&(o=t.newline),"string"==typeof t.quoteChar&&(c=t.quoteChar),"boolean"==typeof t.header&&(r=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(s=t.escapeChar+c)}}();var f=new RegExp(m(c),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return d(null,e,l);if("object"==typeof e[0])return d(u||p(e[0]),e,l)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:p(e.data[0])),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),d(e.fields||[],e.data||[],l);throw new Error("Unable to serialize unrecognized input");function p(e){if("object"!=typeof e)return[];var t=[];for(var n in e)t.push(n);return t}function d(e,t,n){var i="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var c=Array.isArray(e)&&0<e.length,s=!Array.isArray(t[0]);if(c&&r){for(var l=0;l<e.length;l++)0<l&&(i+=a),i+=h(e[l],l);0<t.length&&(i+=o)}for(var u=0;u<t.length;u++){var f=c?e.length:t[u].length,p=!1,d=c?0===Object.keys(t[u]).length:0===t[u].length;if(n&&!c&&(p="greedy"===n?""===t[u].join("").trim():1===t[u].length&&0===t[u][0].length),"greedy"===n&&c){for(var m=[],y=0;y<f;y++){var v=s?e[y]:y;m.push(t[u][v])}p=""===m.join("").trim()}if(!p){for(var g=0;g<f;g++){0<g&&!d&&(i+=a);var b=c&&s?e[g]:g;i+=h(t[u][b],g)}u<t.length-1&&(!n||0<f&&!d)&&(i+=o)}}return i}function h(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var r=e.toString().replace(f,s);return"boolean"==typeof n&&n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||function(e,t){for(var n=0;n<t.length;n++)if(-1<e.indexOf(t[n]))return!0;return!1}(r,i.BAD_DELIMITERS)||-1<r.indexOf(a)||" "===r.charAt(0)||" "===r.charAt(r.length-1)?c+r+c:r}}};if(i.RECORD_SEP=String.fromCharCode(30),i.UNIT_SEP=String.fromCharCode(31),i.BYTE_ORDER_MARK="\ufeff",i.BAD_DELIMITERS=["\r","\n",'"',i.BYTE_ORDER_MARK],i.WORKERS_SUPPORTED=!n&&!!t.Worker,i.NODE_STREAM_INPUT=1,i.LocalChunkSize=10485760,i.RemoteChunkSize=5242880,i.DefaultDelimiter=",",i.Parser=h,i.ParserHandle=d,i.NetworkStreamer=l,i.FileStreamer=u,i.StringStreamer=f,i.ReadableStreamStreamer=p,t.jQuery){var c=t.jQuery;c.fn.parse=function(e){var n=e.config||{},r=[];return this.each((function(e){if("INPUT"!==c(this).prop("tagName").toUpperCase()||"file"!==c(this).attr("type").toLowerCase()||!t.FileReader||!this.files||0===this.files.length)return!0;for(var a=0;a<this.files.length;a++)r.push({file:this.files[a],inputElem:this,instanceConfig:c.extend({},n)})})),a(),this;function a(){if(0!==r.length){var t,n,a,s=r[0];if(E(e.before)){var l=e.before(s.file,s.inputElem);if("object"==typeof l){if("abort"===l.action)return t=s.file,n=s.inputElem,a=l.reason,void(E(e.error)&&e.error({name:"AbortError"},t,n,a));if("skip"===l.action)return void o();"object"==typeof l.config&&(s.instanceConfig=c.extend(s.instanceConfig,l.config))}else if("skip"===l)return void o()}var u=s.instanceConfig.complete;s.instanceConfig.complete=function(e){E(u)&&u(e,s.file,s.inputElem),o()},i.parse(s.file,s.instanceConfig)}else E(e.complete)&&e.complete()}function o(){r.splice(0,1),a()}}}function s(e){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},function(e){var t=b(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new d(t),(this._handle.streamer=this)._config=t}.call(this,e),this.parseChunk=function(e,n){if(this.isFirstChunk&&E(this._config.beforeFirstChunk)){var a=this._config.beforeFirstChunk(e);void 0!==a&&(e=a)}this.isFirstChunk=!1,this._halted=!1;var o=this._partialLine+e;this._partialLine="";var c=this._handle.parse(o,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var s=c.meta.cursor;this._finished||(this._partialLine=o.substring(s-this._baseIndex),this._baseIndex=s),c&&c.data&&(this._rowCount+=c.data.length);var l=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(r)t.postMessage({results:c,workerId:i.WORKER_ID,finished:l});else if(E(this._config.chunk)&&!n){if(this._config.chunk(c,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);c=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(c.data),this._completeResults.errors=this._completeResults.errors.concat(c.errors),this._completeResults.meta=c.meta),this._completed||!l||!E(this._config.complete)||c&&c.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),l||c&&c.meta.paused||this._nextChunk(),c}this._halted=!0},this._sendError=function(e){E(this._config.error)?this._config.error(e):r&&this._config.error&&t.postMessage({workerId:i.WORKER_ID,error:e,finished:!1})}}function l(e){var t;(e=e||{}).chunkSize||(e.chunkSize=i.RemoteChunkSize),s.call(this,e),this._nextChunk=n?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),n||(t.onload=w(this._chunkLoaded,this),t.onerror=w(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var r in e)t.setRequestHeader(r,e[r])}if(this._config.chunkSize){var a=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+a)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}n&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function u(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=i.LocalChunkSize),s.call(this,e);var r="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,r?((t=new FileReader).onload=w(this._chunkLoaded,this),t.onerror=w(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var a=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,a)}var o=t.readAsText(e,this._config.encoding);r||this._chunkLoaded({target:{result:o}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function f(e){var t;s.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function p(e){s.call(this,e=e||{});var t=[],n=!0,r=!1;this.pause=function(){s.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){s.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){r&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=w((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=w((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=w((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=w((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function d(e){var t,n,r,a=Math.pow(2,53),o=-a,c=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)(e[-+]?\d+)?\s*$/,s=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,l=this,u=0,f=0,p=!1,d=!1,y=[],v={data:[],errors:[],meta:{}};if(E(e.step)){var g=e.step;e.step=function(t){if(v=t,C())S();else{if(S(),0===v.data.length)return;u+=t.data.length,e.preview&&u>e.preview?n.abort():(v.data=v.data[0],g(v,l))}}}function w(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function S(){if(v&&r&&(O("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+i.DefaultDelimiter+"'"),r=!1),e.skipEmptyLines)for(var t=0;t<v.data.length;t++)w(v.data[t])&&v.data.splice(t--,1);return C()&&function(){if(v)if(Array.isArray(v.data[0])){for(var t=0;C()&&t<v.data.length;t++)v.data[t].forEach(n);v.data.splice(0,1)}else v.data.forEach(n);function n(t){E(e.transformHeader)&&(t=e.transformHeader(t)),y.push(t)}}(),function(){if(!v||!e.header&&!e.dynamicTyping&&!e.transform)return v;function t(t,n){var r,a=e.header?{}:[];for(r=0;r<t.length;r++){var o=r,i=t[r];e.header&&(o=r>=y.length?"__parsed_extra":y[r]),e.transform&&(i=e.transform(i,o)),i=k(o,i),"__parsed_extra"===o?(a[o]=a[o]||[],a[o].push(i)):a[o]=i}return e.header&&(r>y.length?O("FieldMismatch","TooManyFields","Too many fields: expected "+y.length+" fields but parsed "+r,f+n):r<y.length&&O("FieldMismatch","TooFewFields","Too few fields: expected "+y.length+" fields but parsed "+r,f+n)),a}var n=1;return!v.data.length||Array.isArray(v.data[0])?(v.data=v.data.map(t),n=v.data.length):v.data=t(v.data,0),e.header&&v.meta&&(v.meta.fields=y),f+=n,v}()}function C(){return e.header&&0===y.length}function k(t,n){return r=t,e.dynamicTypingFunction&&void 0===e.dynamicTyping[r]&&(e.dynamicTyping[r]=e.dynamicTypingFunction(r)),!0===(e.dynamicTyping[r]||e.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(e){if(c.test(e)){var t=parseFloat(e);if(o<t&&t<a)return!0}return!1}(n)?parseFloat(n):s.test(n)?new Date(n):""===n?null:n):n;var r}function O(e,t,n,r){var a={type:e,code:t,message:n};void 0!==r&&(a.row=r),v.errors.push(a)}this.parse=function(a,o,c){var s=e.quoteChar||'"';if(e.newline||(e.newline=function(e,t){e=e.substring(0,1048576);var n=new RegExp(m(t)+"([^]*?)"+m(t),"gm"),r=(e=e.replace(n,"")).split("\r"),a=e.split("\n"),o=1<a.length&&a[0].length<r[0].length;if(1===r.length||o)return"\n";for(var i=0,c=0;c<r.length;c++)"\n"===r[c][0]&&i++;return i>=r.length/2?"\r\n":"\r"}(a,s)),r=!1,e.delimiter)E(e.delimiter)&&(e.delimiter=e.delimiter(a),v.meta.delimiter=e.delimiter);else{var l=function(t,n,r,a,o){var c,s,l,u;o=o||[",","\t","|",";",i.RECORD_SEP,i.UNIT_SEP];for(var f=0;f<o.length;f++){var p=o[f],d=0,m=0,y=0;l=void 0;for(var v=new h({comments:a,delimiter:p,newline:n,preview:10}).parse(t),g=0;g<v.data.length;g++)if(r&&w(v.data[g]))y++;else{var b=v.data[g].length;m+=b,void 0!==l?0<b&&(d+=Math.abs(b-l),l=b):l=b}0<v.data.length&&(m/=v.data.length-y),(void 0===s||d<=s)&&(void 0===u||u<m)&&1.99<m&&(s=d,c=p,u=m)}return{successful:!!(e.delimiter=c),bestDelimiter:c}}(a,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);l.successful?e.delimiter=l.bestDelimiter:(r=!0,e.delimiter=i.DefaultDelimiter),v.meta.delimiter=e.delimiter}var u=b(e);return e.preview&&e.header&&u.preview++,t=a,n=new h(u),v=n.parse(t,o,c),S(),p?{meta:{paused:!0}}:v||{meta:{paused:!1}}},this.paused=function(){return p},this.pause=function(){p=!0,n.abort(),t=E(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){l.streamer._halted?(p=!1,l.streamer.parseChunk(t,!0)):setTimeout(l.resume,3)},this.aborted=function(){return d},this.abort=function(){d=!0,n.abort(),v.meta.aborted=!0,E(e.complete)&&e.complete(v),t=""}}function m(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n=(e=e||{}).delimiter,r=e.newline,a=e.comments,o=e.step,c=e.preview,s=e.fastMode,l=t=void 0===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(l=e.escapeChar),("string"!=typeof n||-1<i.BAD_DELIMITERS.indexOf(n))&&(n=","),a===n)throw new Error("Comment character same as delimiter");!0===a?a="#":("string"!=typeof a||-1<i.BAD_DELIMITERS.indexOf(a))&&(a=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var u=0,f=!1;this.parse=function(e,i,p){if("string"!=typeof e)throw new Error("Input must be a string");var d=e.length,h=n.length,y=r.length,v=a.length,g=E(o),b=[],w=[],S=[],C=u=0;if(!e)return D();if(s||!1!==s&&-1===e.indexOf(t)){for(var k=e.split(r),O=0;O<k.length;O++){if(S=k[O],u+=S.length,O!==k.length-1)u+=r.length;else if(p)return D();if(!a||S.substring(0,v)!==a){if(g){if(b=[],N(S.split(n)),M(),f)return D()}else N(S.split(n));if(c&&c<=O)return b=b.slice(0,c),D(!0)}}return D()}for(var A=e.indexOf(n,u),T=e.indexOf(r,u),x=new RegExp(m(l)+m(t),"g"),L=e.indexOf(t,u);;)if(e[u]!==t)if(a&&0===S.length&&e.substring(u,u+v)===a){if(-1===T)return D();u=T+y,T=e.indexOf(r,u),A=e.indexOf(n,u)}else{if(-1!==A&&(A<T||-1===T)){if(!(A<L)){S.push(e.substring(u,A)),u=A+h,A=e.indexOf(n,u);continue}var j=F(A,L,T);if(j&&void 0!==j.nextDelim){A=j.nextDelim,L=j.quoteSearch,S.push(e.substring(u,A)),u=A+h,A=e.indexOf(n,u);continue}}if(-1===T)break;if(S.push(e.substring(u,T)),R(T+y),g&&(M(),f))return D();if(c&&b.length>=c)return D(!0)}else for(L=u,u++;;){if(-1===(L=e.indexOf(t,L+1)))return p||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:u}),U();if(L===d-1)return U(e.substring(u,L).replace(x,t));if(t!==l||e[L+1]!==l){if(t===l||0===L||e[L-1]!==l){-1!==A&&A<L+1&&(A=e.indexOf(n,L+1)),-1!==T&&T<L+1&&(T=e.indexOf(r,L+1));var _=I(-1===T?A:Math.min(A,T));if(e[L+1+_]===n){S.push(e.substring(u,L).replace(x,t)),e[u=L+1+_+h]!==t&&(L=e.indexOf(t,u)),A=e.indexOf(n,u),T=e.indexOf(r,u);break}var P=I(T);if(e.substring(L+1+P,L+1+P+y)===r){if(S.push(e.substring(u,L).replace(x,t)),R(L+1+P+y),A=e.indexOf(n,u),L=e.indexOf(t,u),g&&(M(),f))return D();if(c&&b.length>=c)return D(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:u}),L++}}else L++}return U();function N(e){b.push(e),C=u}function I(t){var n=0;if(-1!==t){var r=e.substring(L+1,t);r&&""===r.trim()&&(n=r.length)}return n}function U(t){return p||(void 0===t&&(t=e.substring(u)),S.push(t),u=d,N(S),g&&M()),D()}function R(t){u=t,N(S),S=[],T=e.indexOf(r,u)}function D(e){return{data:b,errors:w,meta:{delimiter:n,linebreak:r,aborted:f,truncated:!!e,cursor:C+(i||0)}}}function M(){o(D()),b=[],w=[]}function F(r,a,o){var i={nextDelim:void 0,quoteSearch:void 0},c=e.indexOf(t,a+1);if(a<r&&r<c&&(c<o||-1===o)){var s=e.indexOf(n,c);if(-1===s)return i;c<s&&(c=e.indexOf(t,c+1)),i=F(s,c,o)}else i={nextDelim:r,quoteSearch:a};return i}},this.abort=function(){f=!0},this.getCharIndex=function(){return u}}function y(e){var t=e.data,n=a[t.workerId],r=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var o={abort:function(){r=!0,v(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:g,resume:g};if(E(n.userStep)){for(var i=0;i<t.results.data.length&&(n.userStep({data:t.results.data[i],errors:t.results.errors,meta:t.results.meta},o),!r);i++);delete t.results}else E(n.userChunk)&&(n.userChunk(t.results,o,t.file),delete t.results)}t.finished&&!r&&v(t.workerId,t.results)}function v(e,t){var n=a[e];E(n.userComplete)&&n.userComplete(t),n.terminate(),delete a[e]}function g(){throw new Error("Not implemented.")}function b(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=b(e[n]);return t}function w(e,t){return function(){e.apply(t,arguments)}}function E(e){return"function"==typeof e}return r&&(t.onmessage=function(e){var n=e.data;if(void 0===i.WORKER_ID&&n&&(i.WORKER_ID=n.workerId),"string"==typeof n.input)t.postMessage({workerId:i.WORKER_ID,results:i.parse(n.input,n.config),finished:!0});else if(t.File&&n.input instanceof File||n.input instanceof Object){var r=i.parse(n.input,n.config);r&&t.postMessage({workerId:i.WORKER_ID,results:r,finished:!0})}}),(l.prototype=Object.create(s.prototype)).constructor=l,(u.prototype=Object.create(s.prototype)).constructor=u,(f.prototype=Object.create(f.prototype)).constructor=f,(p.prototype=Object.create(s.prototype)).constructor=p,i})?r.apply(t,a):r)||(e.exports=o)},function(e,t,n){e.exports={modalWidth:"_2vyVa"}},function(e,t,n){e.exports={center:"_1SZgC"}},function(e,t,n){e.exports={stickyHeader:"_3uOWM"}},function(e,t,n){e.exports={partialCount:"_2rCLC"}},function(e,t,n){e.exports={infoContainer:"P1dws"}},function(e,t,n){e.exports={imageWidth:"_910PJ"}},function(e,t,n){e.exports={imageWidth:"_22A5D"}},function(e,t,n){e.exports={emptyPill:"_1PLtU"}},function(e,t,n){e.exports={infoContainer:"_1WA3O"}},function(e,t,n){e.exports={selected:"L-8yA"}},function(e,t,n){e.exports=function(){"use strict";var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)},t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function n(e,t,n,r){var a,o,i,c=t||[0],s=(n=n||0)>>>3,l=-1===r?3:0;for(a=0;a<e.length;a+=1)o=(i=a+s)>>>2,c.length<=o&&c.push(0),c[o]|=e[a]<<8*(l+r*(i%4));return{value:c,binLen:8*e.length+n}}function r(e,r,a){switch(r){case"UTF8":case"UTF16BE":case"UTF16LE":break;default:throw new Error("encoding must be UTF8, UTF16BE, or UTF16LE")}switch(e){case"HEX":return function(e,t,n){return function(e,t,n,r){var a,o,i,c;if(0!=e.length%2)throw new Error("String of HEX type must be in byte increments");var s=t||[0],l=(n=n||0)>>>3,u=-1===r?3:0;for(a=0;a<e.length;a+=2){if(o=parseInt(e.substr(a,2),16),isNaN(o))throw new Error("String of HEX type contains invalid characters");for(i=(c=(a>>>1)+l)>>>2;s.length<=i;)s.push(0);s[i]|=o<<8*(u+r*(c%4))}return{value:s,binLen:4*e.length+n}}(e,t,n,a)};case"TEXT":return function(e,t,n){return function(e,t,n,r,a){var o,i,c,s,l,u,f,p,d=0,m=n||[0],h=(r=r||0)>>>3;if("UTF8"===t)for(f=-1===a?3:0,c=0;c<e.length;c+=1)for(i=[],128>(o=e.charCodeAt(c))?i.push(o):2048>o?(i.push(192|o>>>6),i.push(128|63&o)):55296>o||57344<=o?i.push(224|o>>>12,128|o>>>6&63,128|63&o):(c+=1,o=65536+((1023&o)<<10|1023&e.charCodeAt(c)),i.push(240|o>>>18,128|o>>>12&63,128|o>>>6&63,128|63&o)),s=0;s<i.length;s+=1){for(l=(u=d+h)>>>2;m.length<=l;)m.push(0);m[l]|=i[s]<<8*(f+a*(u%4)),d+=1}else for(f=-1===a?2:0,p="UTF16LE"===t&&1!==a||"UTF16LE"!==t&&1===a,c=0;c<e.length;c+=1){for(o=e.charCodeAt(c),!0===p&&(o=(s=255&o)<<8|o>>>8),l=(u=d+h)>>>2;m.length<=l;)m.push(0);m[l]|=o<<8*(f+a*(u%4)),d+=2}return{value:m,binLen:8*d+r}}(e,r,t,n,a)};case"B64":return function(e,n,r){return function(e,n,r,a){var o,i,c,s,l,u,f=0,p=n||[0],d=(r=r||0)>>>3,m=-1===a?3:0,h=e.indexOf("=");if(-1===e.search(/^[a-zA-Z0-9=+/]+$/))throw new Error("Invalid character in base-64 string");if(e=e.replace(/=/g,""),-1!==h&&h<e.length)throw new Error("Invalid '=' found in base-64 string");for(o=0;o<e.length;o+=4){for(s=e.substr(o,4),c=0,i=0;i<s.length;i+=1)c|=t.indexOf(s.charAt(i))<<18-6*i;for(i=0;i<s.length-1;i+=1){for(l=(u=f+d)>>>2;p.length<=l;)p.push(0);p[l]|=(c>>>16-8*i&255)<<8*(m+a*(u%4)),f+=1}}return{value:p,binLen:8*f+r}}(e,n,r,a)};case"BYTES":return function(e,t,n){return function(e,t,n,r){var a,o,i,c,s=t||[0],l=(n=n||0)>>>3,u=-1===r?3:0;for(o=0;o<e.length;o+=1)a=e.charCodeAt(o),i=(c=o+l)>>>2,s.length<=i&&s.push(0),s[i]|=a<<8*(u+r*(c%4));return{value:s,binLen:8*e.length+n}}(e,t,n,a)};case"ARRAYBUFFER":try{new ArrayBuffer(0)}catch(e){throw new Error("ARRAYBUFFER not supported by this environment")}return function(e,t,r){return function(e,t,r,a){return n(new Uint8Array(e),t,r,a)}(e,t,r,a)};case"UINT8ARRAY":try{new Uint8Array(0)}catch(e){throw new Error("UINT8ARRAY not supported by this environment")}return function(e,t,r){return n(e,t,r,a)};default:throw new Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY")}}function a(e,n,r,a){switch(e){case"HEX":return function(e){return function(e,t,n,r){var a,o,i="",c=t/8,s=-1===n?3:0;for(a=0;a<c;a+=1)o=e[a>>>2]>>>8*(s+n*(a%4)),i+="0123456789abcdef".charAt(o>>>4&15)+"0123456789abcdef".charAt(15&o);return r.outputUpper?i.toUpperCase():i}(e,n,r,a)};case"B64":return function(e){return function(e,n,r,a){var o,i,c,s,l,u="",f=n/8,p=-1===r?3:0;for(o=0;o<f;o+=3)for(s=o+1<f?e[o+1>>>2]:0,l=o+2<f?e[o+2>>>2]:0,c=(e[o>>>2]>>>8*(p+r*(o%4))&255)<<16|(s>>>8*(p+r*((o+1)%4))&255)<<8|l>>>8*(p+r*((o+2)%4))&255,i=0;i<4;i+=1)u+=8*o+6*i<=n?t.charAt(c>>>6*(3-i)&63):a.b64Pad;return u}(e,n,r,a)};case"BYTES":return function(e){return function(e,t,n){var r,a,o="",i=t/8,c=-1===n?3:0;for(r=0;r<i;r+=1)a=e[r>>>2]>>>8*(c+n*(r%4))&255,o+=String.fromCharCode(a);return o}(e,n,r)};case"ARRAYBUFFER":try{new ArrayBuffer(0)}catch(e){throw new Error("ARRAYBUFFER not supported by this environment")}return function(e){return function(e,t,n){var r,a=t/8,o=new ArrayBuffer(a),i=new Uint8Array(o),c=-1===n?3:0;for(r=0;r<a;r+=1)i[r]=e[r>>>2]>>>8*(c+n*(r%4))&255;return o}(e,n,r)};case"UINT8ARRAY":try{new Uint8Array(0)}catch(e){throw new Error("UINT8ARRAY not supported by this environment")}return function(e){return function(e,t,n){var r,a=t/8,o=-1===n?3:0,i=new Uint8Array(a);for(r=0;r<a;r+=1)i[r]=e[r>>>2]>>>8*(o+n*(r%4))&255;return i}(e,n,r)};default:throw new Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY")}}function o(e){var t={outputUpper:!1,b64Pad:"=",outputLen:-1},n=e||{},r="Output length must be a multiple of 8";if(t.outputUpper=n.outputUpper||!1,n.b64Pad&&(t.b64Pad=n.b64Pad),n.outputLen){if(n.outputLen%8!=0)throw new Error(r);t.outputLen=n.outputLen}else if(n.shakeLen){if(n.shakeLen%8!=0)throw new Error(r);t.outputLen=n.shakeLen}if("boolean"!=typeof t.outputUpper)throw new Error("Invalid outputUpper formatting option");if("string"!=typeof t.b64Pad)throw new Error("Invalid b64Pad formatting option");return t}function i(e,t){return e<<t|e>>>32-t}function c(e,t,n){return e^t^n}function s(e,t,n){return e&t^e&n^t&n}function l(e,t){var n=(65535&e)+(65535&t);return(65535&(e>>>16)+(t>>>16)+(n>>>16))<<16|65535&n}function u(e,t,n,r,a){var o=(65535&e)+(65535&t)+(65535&n)+(65535&r)+(65535&a);return(65535&(e>>>16)+(t>>>16)+(n>>>16)+(r>>>16)+(a>>>16)+(o>>>16))<<16|65535&o}function f(e){return[1732584193,4023233417,2562383102,271733878,3285377520]}function p(e,t){var n,r,a,o,f,p,d,m,h=[];for(n=t[0],r=t[1],a=t[2],o=t[3],f=t[4],d=0;d<80;d+=1)h[d]=d<16?e[d]:i(h[d-3]^h[d-8]^h[d-14]^h[d-16],1),p=d<20?u(i(n,5),(m=r)&a^~m&o,f,1518500249,h[d]):d<40?u(i(n,5),c(r,a,o),f,1859775393,h[d]):d<60?u(i(n,5),s(r,a,o),f,2400959708,h[d]):u(i(n,5),c(r,a,o),f,3395469782,h[d]),f=o,o=a,a=i(r,30),r=n,n=p;return t[0]=l(n,t[0]),t[1]=l(r,t[1]),t[2]=l(a,t[2]),t[3]=l(o,t[3]),t[4]=l(f,t[4]),t}function d(e,t,n,r){for(var a,o=15+(t+65>>>9<<4),i=t+n;e.length<=o;)e.push(0);for(e[t>>>5]|=128<<24-t%32,e[o]=4294967295&i,e[o-1]=i/4294967296|0,a=0;a<e.length;a+=16)r=p(e.slice(a,a+16),r);return r}return function(t){function n(e,n,a){var o=this;if("SHA-1"!==e)throw new Error("Chosen SHA variant is not supported");var i=a||{};return(o=t.call(this,e,n,a)||this).t=!0,o.i=o.o,o.u=-1,o.s=r(o.h,o.v,o.u),o.A=p,o.p=function(e){return e.slice()},o.l=f,o.R=d,o.U=[1732584193,4023233417,2562383102,271733878,3285377520],o.T=512,o.m=160,o.F=!1,i.hmacKey&&o.B(function(e,t,n,a){var o="hmacKey must include a value and format";if(!t)throw new Error(o);if(void 0===t.value||!t.format)throw new Error(o);return r(t.format,t.encoding||"UTF8",n)(t.value)}(0,i.hmacKey,o.u)),o}return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}(n,t),n}(function(){function e(e,t,n){var r=n||{};if(this.h=t,this.v=r.encoding||"UTF8",this.numRounds=r.numRounds||1,isNaN(this.numRounds)||this.numRounds!==parseInt(this.numRounds,10)||1>this.numRounds)throw new Error("numRounds must a integer >= 1");this.g=e,this.Y=[],this.I=0,this.C=!1,this.H=0,this.L=!1,this.N=[],this.S=[]}return e.prototype.update=function(e){var t,n=0,r=this.T>>>5,a=this.s(e,this.Y,this.I),o=a.binLen,i=a.value,c=o>>>5;for(t=0;t<c;t+=r)n+this.T<=o&&(this.U=this.A(i.slice(t,t+r),this.U),n+=this.T);this.H+=n,this.Y=i.slice(n>>>5),this.I=o%this.T,this.C=!0},e.prototype.getHash=function(e,t){var n,r,i=this.m,c=o(t);if(!0===this.F){if(-1===c.outputLen)throw new Error("Output length must be specified in options");i=c.outputLen}var s=a(e,i,this.u,c);if(!0===this.L&&this.i)return s(this.i(c));for(r=this.R(this.Y.slice(),this.I,this.H,this.p(this.U),i),n=1;n<this.numRounds;n+=1)!0===this.F&&i%32!=0&&(r[r.length-1]&=16777215>>>24-i%32),r=this.R(r,i,0,this.l(this.g),i);return s(r)},e.prototype.setHMACKey=function(e,t,n){if(!0!==this.t)throw new Error("Variant does not support HMAC");if(!0===this.C)throw new Error("Cannot set MAC key after calling update");var a=r(t,(n||{}).encoding||"UTF8",this.u);this.B(a(e))},e.prototype.B=function(e){var t,n=this.T>>>3,r=n/4-1;if(1!==this.numRounds)throw new Error("Cannot set numRounds with MAC");if(!0===this.L)throw new Error("MAC key already set");for(n<e.binLen/8&&(e.value=this.R(e.value,e.binLen,0,this.l(this.g),this.m));e.value.length<=r;)e.value.push(0);for(t=0;t<=r;t+=1)this.N[t]=909522486^e.value[t],this.S[t]=1549556828^e.value[t];this.U=this.A(this.N,this.U),this.H=this.T,this.L=!0},e.prototype.getHMAC=function(e,t){var n=o(t);return a(e,this.m,this.u,n)(this.o())},e.prototype.o=function(){var e;if(!1===this.L)throw new Error("Cannot call getHMAC without first setting MAC key");var t=this.R(this.Y.slice(),this.I,this.H,this.p(this.U),this.m);return e=this.A(this.S,this.l(this.g)),this.R(t,this.m,this.T,e,this.m)},e}())}()},function(e){e.exports=JSON.parse('{"a":"1.2.1-dev.0"}')},function(e,t){!function(){"use strict";if("object"==typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var e=function(e){for(var t=window.document,n=a(t);n;)n=a(t=n.ownerDocument);return t}(),t=[],n=null,r=null;i.prototype.THROTTLE_TIMEOUT=100,i.prototype.POLL_INTERVAL=null,i.prototype.USE_MUTATION_OBSERVER=!0,i._setupCrossOriginUpdater=function(){return n||(n=function(e,n){r=e&&n?f(e,n):{top:0,bottom:0,left:0,right:0,width:0,height:0},t.forEach((function(e){e._checkForIntersections()}))}),n},i._resetCrossOriginUpdater=function(){n=null,r=null},i.prototype.observe=function(e){if(!this._observationTargets.some((function(t){return t.element==e}))){if(!e||1!=e.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:e,entry:null}),this._monitorIntersections(e.ownerDocument),this._checkForIntersections()}},i.prototype.unobserve=function(e){this._observationTargets=this._observationTargets.filter((function(t){return t.element!=e})),this._unmonitorIntersections(e.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},i.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},i.prototype.takeRecords=function(){var e=this._queuedEntries.slice();return this._queuedEntries=[],e},i.prototype._initThresholds=function(e){var t=e||[0];return Array.isArray(t)||(t=[t]),t.sort().filter((function(e,t,n){if("number"!=typeof e||isNaN(e)||e<0||e>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return e!==n[t-1]}))},i.prototype._parseRootMargin=function(e){var t=(e||"0px").split(/\s+/).map((function(e){var t=/^(-?\d*\.?\d+)(px|%)$/.exec(e);if(!t)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(t[1]),unit:t[2]}}));return t[1]=t[1]||t[0],t[2]=t[2]||t[0],t[3]=t[3]||t[1],t},i.prototype._monitorIntersections=function(t){var n=t.defaultView;if(n&&-1==this._monitoringDocuments.indexOf(t)){var r=this._checkForIntersections,o=null,i=null;if(this.POLL_INTERVAL?o=n.setInterval(r,this.POLL_INTERVAL):(c(n,"resize",r,!0),c(t,"scroll",r,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in n&&(i=new n.MutationObserver(r)).observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(t),this._monitoringUnsubscribes.push((function(){var e=t.defaultView;e&&(o&&e.clearInterval(o),s(e,"resize",r,!0)),s(t,"scroll",r,!0),i&&i.disconnect()})),t!=(this.root&&this.root.ownerDocument||e)){var l=a(t);l&&this._monitorIntersections(l.ownerDocument)}}},i.prototype._unmonitorIntersections=function(t){var n=this._monitoringDocuments.indexOf(t);if(-1!=n){var r=this.root&&this.root.ownerDocument||e;if(!this._observationTargets.some((function(e){var n=e.element.ownerDocument;if(n==t)return!0;for(;n&&n!=r;){var o=a(n);if((n=o&&o.ownerDocument)==t)return!0}return!1}))){var o=this._monitoringUnsubscribes[n];if(this._monitoringDocuments.splice(n,1),this._monitoringUnsubscribes.splice(n,1),o(),t!=r){var i=a(t);i&&this._unmonitorIntersections(i.ownerDocument)}}}},i.prototype._unmonitorAllIntersections=function(){var e=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var t=0;t<e.length;t++)e[t]()},i.prototype._checkForIntersections=function(){if(this.root||!n||r){var e=this._rootIsInDom(),t=e?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach((function(r){var a=r.element,i=l(a),c=this._rootContainsTarget(a),s=r.entry,u=e&&c&&this._computeTargetAndRootIntersection(a,i,t),f=r.entry=new o({time:window.performance&&performance.now&&performance.now(),target:a,boundingClientRect:i,rootBounds:n&&!this.root?null:t,intersectionRect:u});s?e&&c?this._hasCrossedThreshold(s,f)&&this._queuedEntries.push(f):s&&s.isIntersecting&&this._queuedEntries.push(f):this._queuedEntries.push(f)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)}},i.prototype._computeTargetAndRootIntersection=function(t,a,o){if("none"!=window.getComputedStyle(t).display){for(var i,c,s,u,p,m,h,y,v=a,g=d(t),b=!1;!b&&g;){var w=null,E=1==g.nodeType?window.getComputedStyle(g):{};if("none"==E.display)return null;if(g==this.root||9==g.nodeType)if(b=!0,g==this.root||g==e)n&&!this.root?!r||0==r.width&&0==r.height?(g=null,w=null,v=null):w=r:w=o;else{var S=d(g),C=S&&l(S),k=S&&this._computeTargetAndRootIntersection(S,C,o);C&&k?(g=S,w=f(C,k)):(g=null,v=null)}else{var O=g.ownerDocument;g!=O.body&&g!=O.documentElement&&"visible"!=E.overflow&&(w=l(g))}if(w&&(i=w,c=v,s=void 0,u=void 0,p=void 0,m=void 0,h=void 0,y=void 0,s=Math.max(i.top,c.top),u=Math.min(i.bottom,c.bottom),p=Math.max(i.left,c.left),m=Math.min(i.right,c.right),y=u-s,v=(h=m-p)>=0&&y>=0&&{top:s,bottom:u,left:p,right:m,width:h,height:y}||null),!v)break;g=g&&d(g)}return v}},i.prototype._getRootRect=function(){var t;if(this.root)t=l(this.root);else{var n=e.documentElement,r=e.body;t={top:0,left:0,right:n.clientWidth||r.clientWidth,width:n.clientWidth||r.clientWidth,bottom:n.clientHeight||r.clientHeight,height:n.clientHeight||r.clientHeight}}return this._expandRectByRootMargin(t)},i.prototype._expandRectByRootMargin=function(e){var t=this._rootMarginValues.map((function(t,n){return"px"==t.unit?t.value:t.value*(n%2?e.width:e.height)/100})),n={top:e.top-t[0],right:e.right+t[1],bottom:e.bottom+t[2],left:e.left-t[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},i.prototype._hasCrossedThreshold=function(e,t){var n=e&&e.isIntersecting?e.intersectionRatio||0:-1,r=t.isIntersecting?t.intersectionRatio||0:-1;if(n!==r)for(var a=0;a<this.thresholds.length;a++){var o=this.thresholds[a];if(o==n||o==r||o<n!=o<r)return!0}},i.prototype._rootIsInDom=function(){return!this.root||p(e,this.root)},i.prototype._rootContainsTarget=function(t){return p(this.root||e,t)&&(!this.root||this.root.ownerDocument==t.ownerDocument)},i.prototype._registerInstance=function(){t.indexOf(this)<0&&t.push(this)},i.prototype._unregisterInstance=function(){var e=t.indexOf(this);-1!=e&&t.splice(e,1)},window.IntersectionObserver=i,window.IntersectionObserverEntry=o}function a(e){try{return e.defaultView&&e.defaultView.frameElement||null}catch(e){return null}}function o(e){this.time=e.time,this.target=e.target,this.rootBounds=u(e.rootBounds),this.boundingClientRect=u(e.boundingClientRect),this.intersectionRect=u(e.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0}),this.isIntersecting=!!e.intersectionRect;var t=this.boundingClientRect,n=t.width*t.height,r=this.intersectionRect,a=r.width*r.height;this.intersectionRatio=n?Number((a/n).toFixed(4)):this.isIntersecting?1:0}function i(e,t){var n,r,a,o=t||{};if("function"!=typeof e)throw new Error("callback must be a function");if(o.root&&1!=o.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=(n=this._checkForIntersections.bind(this),r=this.THROTTLE_TIMEOUT,a=null,function(){a||(a=setTimeout((function(){n(),a=null}),r))}),this._callback=e,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(o.rootMargin),this.thresholds=this._initThresholds(o.threshold),this.root=o.root||null,this.rootMargin=this._rootMarginValues.map((function(e){return e.value+e.unit})).join(" "),this._monitoringDocuments=[],this._monitoringUnsubscribes=[]}function c(e,t,n,r){"function"==typeof e.addEventListener?e.addEventListener(t,n,r||!1):"function"==typeof e.attachEvent&&e.attachEvent("on"+t,n)}function s(e,t,n,r){"function"==typeof e.removeEventListener?e.removeEventListener(t,n,r||!1):"function"==typeof e.detatchEvent&&e.detatchEvent("on"+t,n)}function l(e){var t;try{t=e.getBoundingClientRect()}catch(e){}return t?(t.width&&t.height||(t={top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.right-t.left,height:t.bottom-t.top}),t):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function u(e){return!e||"x"in e?e:{top:e.top,y:e.top,bottom:e.bottom,left:e.left,x:e.left,right:e.right,width:e.width,height:e.height}}function f(e,t){var n=t.top-e.top,r=t.left-e.left;return{top:n,left:r,height:t.height,width:t.width,bottom:n+t.height,right:r+t.width}}function p(e,t){for(var n=t;n;){if(n==e)return!0;n=d(n)}return!1}function d(t){var n=t.parentNode;return 9==t.nodeType&&t!=e?a(t):n&&11==n.nodeType&&n.host?n.host:n&&n.assignedSlot?n.assignedSlot.parentNode:n}}()},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";
|
|
32
|
+
*/a=[],void 0===(o="function"==typeof(r=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},n=!t.document&&!!t.postMessage,r=n&&/blob:/i.test((t.location||{}).protocol),a={},o=0,i={parse:function(n,r){var c=(r=r||{}).dynamicTyping||!1;if(E(c)&&(r.dynamicTypingFunction=c,c={}),r.dynamicTyping=c,r.transform=!!E(r.transform)&&r.transform,r.worker&&i.WORKERS_SUPPORTED){var s=function(){if(!i.WORKERS_SUPPORTED)return!1;var n,r,c=(n=t.URL||t.webkitURL||null,r=e.toString(),i.BLOB_URL||(i.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))),s=new t.Worker(c);return s.onmessage=y,s.id=o++,a[s.id]=s}();return s.userStep=r.step,s.userChunk=r.chunk,s.userComplete=r.complete,s.userError=r.error,r.step=E(r.step),r.chunk=E(r.chunk),r.complete=E(r.complete),r.error=E(r.error),delete r.worker,void s.postMessage({input:n,config:r,workerId:s.id})}var d=null;return i.NODE_STREAM_INPUT,"string"==typeof n?d=r.download?new l(r):new f(r):!0===n.readable&&E(n.read)&&E(n.on)?d=new p(r):(t.File&&n instanceof File||n instanceof Object)&&(d=new u(r)),d.stream(n)},unparse:function(e,t){var n=!1,r=!0,a=",",o="\r\n",c='"',s=c+c,l=!1,u=null;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||i.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(a=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(l=t.skipEmptyLines),"string"==typeof t.newline&&(o=t.newline),"string"==typeof t.quoteChar&&(c=t.quoteChar),"boolean"==typeof t.header&&(r=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(s=t.escapeChar+c)}}();var f=new RegExp(m(c),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return d(null,e,l);if("object"==typeof e[0])return d(u||p(e[0]),e,l)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:p(e.data[0])),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),d(e.fields||[],e.data||[],l);throw new Error("Unable to serialize unrecognized input");function p(e){if("object"!=typeof e)return[];var t=[];for(var n in e)t.push(n);return t}function d(e,t,n){var i="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var c=Array.isArray(e)&&0<e.length,s=!Array.isArray(t[0]);if(c&&r){for(var l=0;l<e.length;l++)0<l&&(i+=a),i+=h(e[l],l);0<t.length&&(i+=o)}for(var u=0;u<t.length;u++){var f=c?e.length:t[u].length,p=!1,d=c?0===Object.keys(t[u]).length:0===t[u].length;if(n&&!c&&(p="greedy"===n?""===t[u].join("").trim():1===t[u].length&&0===t[u][0].length),"greedy"===n&&c){for(var m=[],y=0;y<f;y++){var v=s?e[y]:y;m.push(t[u][v])}p=""===m.join("").trim()}if(!p){for(var g=0;g<f;g++){0<g&&!d&&(i+=a);var b=c&&s?e[g]:g;i+=h(t[u][b],g)}u<t.length-1&&(!n||0<f&&!d)&&(i+=o)}}return i}function h(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var r=e.toString().replace(f,s);return"boolean"==typeof n&&n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||function(e,t){for(var n=0;n<t.length;n++)if(-1<e.indexOf(t[n]))return!0;return!1}(r,i.BAD_DELIMITERS)||-1<r.indexOf(a)||" "===r.charAt(0)||" "===r.charAt(r.length-1)?c+r+c:r}}};if(i.RECORD_SEP=String.fromCharCode(30),i.UNIT_SEP=String.fromCharCode(31),i.BYTE_ORDER_MARK="\ufeff",i.BAD_DELIMITERS=["\r","\n",'"',i.BYTE_ORDER_MARK],i.WORKERS_SUPPORTED=!n&&!!t.Worker,i.NODE_STREAM_INPUT=1,i.LocalChunkSize=10485760,i.RemoteChunkSize=5242880,i.DefaultDelimiter=",",i.Parser=h,i.ParserHandle=d,i.NetworkStreamer=l,i.FileStreamer=u,i.StringStreamer=f,i.ReadableStreamStreamer=p,t.jQuery){var c=t.jQuery;c.fn.parse=function(e){var n=e.config||{},r=[];return this.each((function(e){if("INPUT"!==c(this).prop("tagName").toUpperCase()||"file"!==c(this).attr("type").toLowerCase()||!t.FileReader||!this.files||0===this.files.length)return!0;for(var a=0;a<this.files.length;a++)r.push({file:this.files[a],inputElem:this,instanceConfig:c.extend({},n)})})),a(),this;function a(){if(0!==r.length){var t,n,a,s=r[0];if(E(e.before)){var l=e.before(s.file,s.inputElem);if("object"==typeof l){if("abort"===l.action)return t=s.file,n=s.inputElem,a=l.reason,void(E(e.error)&&e.error({name:"AbortError"},t,n,a));if("skip"===l.action)return void o();"object"==typeof l.config&&(s.instanceConfig=c.extend(s.instanceConfig,l.config))}else if("skip"===l)return void o()}var u=s.instanceConfig.complete;s.instanceConfig.complete=function(e){E(u)&&u(e,s.file,s.inputElem),o()},i.parse(s.file,s.instanceConfig)}else E(e.complete)&&e.complete()}function o(){r.splice(0,1),a()}}}function s(e){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},function(e){var t=b(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new d(t),(this._handle.streamer=this)._config=t}.call(this,e),this.parseChunk=function(e,n){if(this.isFirstChunk&&E(this._config.beforeFirstChunk)){var a=this._config.beforeFirstChunk(e);void 0!==a&&(e=a)}this.isFirstChunk=!1,this._halted=!1;var o=this._partialLine+e;this._partialLine="";var c=this._handle.parse(o,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var s=c.meta.cursor;this._finished||(this._partialLine=o.substring(s-this._baseIndex),this._baseIndex=s),c&&c.data&&(this._rowCount+=c.data.length);var l=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(r)t.postMessage({results:c,workerId:i.WORKER_ID,finished:l});else if(E(this._config.chunk)&&!n){if(this._config.chunk(c,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);c=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(c.data),this._completeResults.errors=this._completeResults.errors.concat(c.errors),this._completeResults.meta=c.meta),this._completed||!l||!E(this._config.complete)||c&&c.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),l||c&&c.meta.paused||this._nextChunk(),c}this._halted=!0},this._sendError=function(e){E(this._config.error)?this._config.error(e):r&&this._config.error&&t.postMessage({workerId:i.WORKER_ID,error:e,finished:!1})}}function l(e){var t;(e=e||{}).chunkSize||(e.chunkSize=i.RemoteChunkSize),s.call(this,e),this._nextChunk=n?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),n||(t.onload=w(this._chunkLoaded,this),t.onerror=w(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var r in e)t.setRequestHeader(r,e[r])}if(this._config.chunkSize){var a=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+a)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}n&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function u(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=i.LocalChunkSize),s.call(this,e);var r="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,r?((t=new FileReader).onload=w(this._chunkLoaded,this),t.onerror=w(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var a=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,a)}var o=t.readAsText(e,this._config.encoding);r||this._chunkLoaded({target:{result:o}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function f(e){var t;s.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function p(e){s.call(this,e=e||{});var t=[],n=!0,r=!1;this.pause=function(){s.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){s.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){r&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=w((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=w((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=w((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=w((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function d(e){var t,n,r,a=Math.pow(2,53),o=-a,c=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)(e[-+]?\d+)?\s*$/,s=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,l=this,u=0,f=0,p=!1,d=!1,y=[],v={data:[],errors:[],meta:{}};if(E(e.step)){var g=e.step;e.step=function(t){if(v=t,C())S();else{if(S(),0===v.data.length)return;u+=t.data.length,e.preview&&u>e.preview?n.abort():(v.data=v.data[0],g(v,l))}}}function w(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function S(){if(v&&r&&(O("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+i.DefaultDelimiter+"'"),r=!1),e.skipEmptyLines)for(var t=0;t<v.data.length;t++)w(v.data[t])&&v.data.splice(t--,1);return C()&&function(){if(v)if(Array.isArray(v.data[0])){for(var t=0;C()&&t<v.data.length;t++)v.data[t].forEach(n);v.data.splice(0,1)}else v.data.forEach(n);function n(t){E(e.transformHeader)&&(t=e.transformHeader(t)),y.push(t)}}(),function(){if(!v||!e.header&&!e.dynamicTyping&&!e.transform)return v;function t(t,n){var r,a=e.header?{}:[];for(r=0;r<t.length;r++){var o=r,i=t[r];e.header&&(o=r>=y.length?"__parsed_extra":y[r]),e.transform&&(i=e.transform(i,o)),i=k(o,i),"__parsed_extra"===o?(a[o]=a[o]||[],a[o].push(i)):a[o]=i}return e.header&&(r>y.length?O("FieldMismatch","TooManyFields","Too many fields: expected "+y.length+" fields but parsed "+r,f+n):r<y.length&&O("FieldMismatch","TooFewFields","Too few fields: expected "+y.length+" fields but parsed "+r,f+n)),a}var n=1;return!v.data.length||Array.isArray(v.data[0])?(v.data=v.data.map(t),n=v.data.length):v.data=t(v.data,0),e.header&&v.meta&&(v.meta.fields=y),f+=n,v}()}function C(){return e.header&&0===y.length}function k(t,n){return r=t,e.dynamicTypingFunction&&void 0===e.dynamicTyping[r]&&(e.dynamicTyping[r]=e.dynamicTypingFunction(r)),!0===(e.dynamicTyping[r]||e.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(e){if(c.test(e)){var t=parseFloat(e);if(o<t&&t<a)return!0}return!1}(n)?parseFloat(n):s.test(n)?new Date(n):""===n?null:n):n;var r}function O(e,t,n,r){var a={type:e,code:t,message:n};void 0!==r&&(a.row=r),v.errors.push(a)}this.parse=function(a,o,c){var s=e.quoteChar||'"';if(e.newline||(e.newline=function(e,t){e=e.substring(0,1048576);var n=new RegExp(m(t)+"([^]*?)"+m(t),"gm"),r=(e=e.replace(n,"")).split("\r"),a=e.split("\n"),o=1<a.length&&a[0].length<r[0].length;if(1===r.length||o)return"\n";for(var i=0,c=0;c<r.length;c++)"\n"===r[c][0]&&i++;return i>=r.length/2?"\r\n":"\r"}(a,s)),r=!1,e.delimiter)E(e.delimiter)&&(e.delimiter=e.delimiter(a),v.meta.delimiter=e.delimiter);else{var l=function(t,n,r,a,o){var c,s,l,u;o=o||[",","\t","|",";",i.RECORD_SEP,i.UNIT_SEP];for(var f=0;f<o.length;f++){var p=o[f],d=0,m=0,y=0;l=void 0;for(var v=new h({comments:a,delimiter:p,newline:n,preview:10}).parse(t),g=0;g<v.data.length;g++)if(r&&w(v.data[g]))y++;else{var b=v.data[g].length;m+=b,void 0!==l?0<b&&(d+=Math.abs(b-l),l=b):l=b}0<v.data.length&&(m/=v.data.length-y),(void 0===s||d<=s)&&(void 0===u||u<m)&&1.99<m&&(s=d,c=p,u=m)}return{successful:!!(e.delimiter=c),bestDelimiter:c}}(a,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);l.successful?e.delimiter=l.bestDelimiter:(r=!0,e.delimiter=i.DefaultDelimiter),v.meta.delimiter=e.delimiter}var u=b(e);return e.preview&&e.header&&u.preview++,t=a,n=new h(u),v=n.parse(t,o,c),S(),p?{meta:{paused:!0}}:v||{meta:{paused:!1}}},this.paused=function(){return p},this.pause=function(){p=!0,n.abort(),t=E(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){l.streamer._halted?(p=!1,l.streamer.parseChunk(t,!0)):setTimeout(l.resume,3)},this.aborted=function(){return d},this.abort=function(){d=!0,n.abort(),v.meta.aborted=!0,E(e.complete)&&e.complete(v),t=""}}function m(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n=(e=e||{}).delimiter,r=e.newline,a=e.comments,o=e.step,c=e.preview,s=e.fastMode,l=t=void 0===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(l=e.escapeChar),("string"!=typeof n||-1<i.BAD_DELIMITERS.indexOf(n))&&(n=","),a===n)throw new Error("Comment character same as delimiter");!0===a?a="#":("string"!=typeof a||-1<i.BAD_DELIMITERS.indexOf(a))&&(a=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var u=0,f=!1;this.parse=function(e,i,p){if("string"!=typeof e)throw new Error("Input must be a string");var d=e.length,h=n.length,y=r.length,v=a.length,g=E(o),b=[],w=[],S=[],C=u=0;if(!e)return D();if(s||!1!==s&&-1===e.indexOf(t)){for(var k=e.split(r),O=0;O<k.length;O++){if(S=k[O],u+=S.length,O!==k.length-1)u+=r.length;else if(p)return D();if(!a||S.substring(0,v)!==a){if(g){if(b=[],N(S.split(n)),M(),f)return D()}else N(S.split(n));if(c&&c<=O)return b=b.slice(0,c),D(!0)}}return D()}for(var A=e.indexOf(n,u),T=e.indexOf(r,u),x=new RegExp(m(l)+m(t),"g"),L=e.indexOf(t,u);;)if(e[u]!==t)if(a&&0===S.length&&e.substring(u,u+v)===a){if(-1===T)return D();u=T+y,T=e.indexOf(r,u),A=e.indexOf(n,u)}else{if(-1!==A&&(A<T||-1===T)){if(!(A<L)){S.push(e.substring(u,A)),u=A+h,A=e.indexOf(n,u);continue}var j=F(A,L,T);if(j&&void 0!==j.nextDelim){A=j.nextDelim,L=j.quoteSearch,S.push(e.substring(u,A)),u=A+h,A=e.indexOf(n,u);continue}}if(-1===T)break;if(S.push(e.substring(u,T)),R(T+y),g&&(M(),f))return D();if(c&&b.length>=c)return D(!0)}else for(L=u,u++;;){if(-1===(L=e.indexOf(t,L+1)))return p||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:u}),U();if(L===d-1)return U(e.substring(u,L).replace(x,t));if(t!==l||e[L+1]!==l){if(t===l||0===L||e[L-1]!==l){-1!==A&&A<L+1&&(A=e.indexOf(n,L+1)),-1!==T&&T<L+1&&(T=e.indexOf(r,L+1));var _=I(-1===T?A:Math.min(A,T));if(e[L+1+_]===n){S.push(e.substring(u,L).replace(x,t)),e[u=L+1+_+h]!==t&&(L=e.indexOf(t,u)),A=e.indexOf(n,u),T=e.indexOf(r,u);break}var P=I(T);if(e.substring(L+1+P,L+1+P+y)===r){if(S.push(e.substring(u,L).replace(x,t)),R(L+1+P+y),A=e.indexOf(n,u),L=e.indexOf(t,u),g&&(M(),f))return D();if(c&&b.length>=c)return D(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:u}),L++}}else L++}return U();function N(e){b.push(e),C=u}function I(t){var n=0;if(-1!==t){var r=e.substring(L+1,t);r&&""===r.trim()&&(n=r.length)}return n}function U(t){return p||(void 0===t&&(t=e.substring(u)),S.push(t),u=d,N(S),g&&M()),D()}function R(t){u=t,N(S),S=[],T=e.indexOf(r,u)}function D(e){return{data:b,errors:w,meta:{delimiter:n,linebreak:r,aborted:f,truncated:!!e,cursor:C+(i||0)}}}function M(){o(D()),b=[],w=[]}function F(r,a,o){var i={nextDelim:void 0,quoteSearch:void 0},c=e.indexOf(t,a+1);if(a<r&&r<c&&(c<o||-1===o)){var s=e.indexOf(n,c);if(-1===s)return i;c<s&&(c=e.indexOf(t,c+1)),i=F(s,c,o)}else i={nextDelim:r,quoteSearch:a};return i}},this.abort=function(){f=!0},this.getCharIndex=function(){return u}}function y(e){var t=e.data,n=a[t.workerId],r=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var o={abort:function(){r=!0,v(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:g,resume:g};if(E(n.userStep)){for(var i=0;i<t.results.data.length&&(n.userStep({data:t.results.data[i],errors:t.results.errors,meta:t.results.meta},o),!r);i++);delete t.results}else E(n.userChunk)&&(n.userChunk(t.results,o,t.file),delete t.results)}t.finished&&!r&&v(t.workerId,t.results)}function v(e,t){var n=a[e];E(n.userComplete)&&n.userComplete(t),n.terminate(),delete a[e]}function g(){throw new Error("Not implemented.")}function b(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=b(e[n]);return t}function w(e,t){return function(){e.apply(t,arguments)}}function E(e){return"function"==typeof e}return r&&(t.onmessage=function(e){var n=e.data;if(void 0===i.WORKER_ID&&n&&(i.WORKER_ID=n.workerId),"string"==typeof n.input)t.postMessage({workerId:i.WORKER_ID,results:i.parse(n.input,n.config),finished:!0});else if(t.File&&n.input instanceof File||n.input instanceof Object){var r=i.parse(n.input,n.config);r&&t.postMessage({workerId:i.WORKER_ID,results:r,finished:!0})}}),(l.prototype=Object.create(s.prototype)).constructor=l,(u.prototype=Object.create(s.prototype)).constructor=u,(f.prototype=Object.create(f.prototype)).constructor=f,(p.prototype=Object.create(s.prototype)).constructor=p,i})?r.apply(t,a):r)||(e.exports=o)},function(e,t,n){e.exports={modalWidth:"_2vyVa"}},function(e,t,n){e.exports={center:"_1SZgC"}},function(e,t,n){e.exports={stickyHeader:"_3uOWM"}},function(e,t,n){e.exports={partialCount:"_2rCLC"}},function(e,t,n){e.exports={infoContainer:"P1dws"}},function(e,t,n){e.exports={imageWidth:"_910PJ"}},function(e,t,n){e.exports={imageWidth:"_22A5D"}},function(e,t,n){e.exports={emptyPill:"_1PLtU"}},function(e,t,n){e.exports={infoContainer:"_1WA3O"}},function(e,t,n){e.exports={selected:"L-8yA"}},function(e,t,n){e.exports=function(){"use strict";var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)},t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function n(e,t,n,r){var a,o,i,c=t||[0],s=(n=n||0)>>>3,l=-1===r?3:0;for(a=0;a<e.length;a+=1)o=(i=a+s)>>>2,c.length<=o&&c.push(0),c[o]|=e[a]<<8*(l+r*(i%4));return{value:c,binLen:8*e.length+n}}function r(e,r,a){switch(r){case"UTF8":case"UTF16BE":case"UTF16LE":break;default:throw new Error("encoding must be UTF8, UTF16BE, or UTF16LE")}switch(e){case"HEX":return function(e,t,n){return function(e,t,n,r){var a,o,i,c;if(0!=e.length%2)throw new Error("String of HEX type must be in byte increments");var s=t||[0],l=(n=n||0)>>>3,u=-1===r?3:0;for(a=0;a<e.length;a+=2){if(o=parseInt(e.substr(a,2),16),isNaN(o))throw new Error("String of HEX type contains invalid characters");for(i=(c=(a>>>1)+l)>>>2;s.length<=i;)s.push(0);s[i]|=o<<8*(u+r*(c%4))}return{value:s,binLen:4*e.length+n}}(e,t,n,a)};case"TEXT":return function(e,t,n){return function(e,t,n,r,a){var o,i,c,s,l,u,f,p,d=0,m=n||[0],h=(r=r||0)>>>3;if("UTF8"===t)for(f=-1===a?3:0,c=0;c<e.length;c+=1)for(i=[],128>(o=e.charCodeAt(c))?i.push(o):2048>o?(i.push(192|o>>>6),i.push(128|63&o)):55296>o||57344<=o?i.push(224|o>>>12,128|o>>>6&63,128|63&o):(c+=1,o=65536+((1023&o)<<10|1023&e.charCodeAt(c)),i.push(240|o>>>18,128|o>>>12&63,128|o>>>6&63,128|63&o)),s=0;s<i.length;s+=1){for(l=(u=d+h)>>>2;m.length<=l;)m.push(0);m[l]|=i[s]<<8*(f+a*(u%4)),d+=1}else for(f=-1===a?2:0,p="UTF16LE"===t&&1!==a||"UTF16LE"!==t&&1===a,c=0;c<e.length;c+=1){for(o=e.charCodeAt(c),!0===p&&(o=(s=255&o)<<8|o>>>8),l=(u=d+h)>>>2;m.length<=l;)m.push(0);m[l]|=o<<8*(f+a*(u%4)),d+=2}return{value:m,binLen:8*d+r}}(e,r,t,n,a)};case"B64":return function(e,n,r){return function(e,n,r,a){var o,i,c,s,l,u,f=0,p=n||[0],d=(r=r||0)>>>3,m=-1===a?3:0,h=e.indexOf("=");if(-1===e.search(/^[a-zA-Z0-9=+/]+$/))throw new Error("Invalid character in base-64 string");if(e=e.replace(/=/g,""),-1!==h&&h<e.length)throw new Error("Invalid '=' found in base-64 string");for(o=0;o<e.length;o+=4){for(s=e.substr(o,4),c=0,i=0;i<s.length;i+=1)c|=t.indexOf(s.charAt(i))<<18-6*i;for(i=0;i<s.length-1;i+=1){for(l=(u=f+d)>>>2;p.length<=l;)p.push(0);p[l]|=(c>>>16-8*i&255)<<8*(m+a*(u%4)),f+=1}}return{value:p,binLen:8*f+r}}(e,n,r,a)};case"BYTES":return function(e,t,n){return function(e,t,n,r){var a,o,i,c,s=t||[0],l=(n=n||0)>>>3,u=-1===r?3:0;for(o=0;o<e.length;o+=1)a=e.charCodeAt(o),i=(c=o+l)>>>2,s.length<=i&&s.push(0),s[i]|=a<<8*(u+r*(c%4));return{value:s,binLen:8*e.length+n}}(e,t,n,a)};case"ARRAYBUFFER":try{new ArrayBuffer(0)}catch(e){throw new Error("ARRAYBUFFER not supported by this environment")}return function(e,t,r){return function(e,t,r,a){return n(new Uint8Array(e),t,r,a)}(e,t,r,a)};case"UINT8ARRAY":try{new Uint8Array(0)}catch(e){throw new Error("UINT8ARRAY not supported by this environment")}return function(e,t,r){return n(e,t,r,a)};default:throw new Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY")}}function a(e,n,r,a){switch(e){case"HEX":return function(e){return function(e,t,n,r){var a,o,i="",c=t/8,s=-1===n?3:0;for(a=0;a<c;a+=1)o=e[a>>>2]>>>8*(s+n*(a%4)),i+="0123456789abcdef".charAt(o>>>4&15)+"0123456789abcdef".charAt(15&o);return r.outputUpper?i.toUpperCase():i}(e,n,r,a)};case"B64":return function(e){return function(e,n,r,a){var o,i,c,s,l,u="",f=n/8,p=-1===r?3:0;for(o=0;o<f;o+=3)for(s=o+1<f?e[o+1>>>2]:0,l=o+2<f?e[o+2>>>2]:0,c=(e[o>>>2]>>>8*(p+r*(o%4))&255)<<16|(s>>>8*(p+r*((o+1)%4))&255)<<8|l>>>8*(p+r*((o+2)%4))&255,i=0;i<4;i+=1)u+=8*o+6*i<=n?t.charAt(c>>>6*(3-i)&63):a.b64Pad;return u}(e,n,r,a)};case"BYTES":return function(e){return function(e,t,n){var r,a,o="",i=t/8,c=-1===n?3:0;for(r=0;r<i;r+=1)a=e[r>>>2]>>>8*(c+n*(r%4))&255,o+=String.fromCharCode(a);return o}(e,n,r)};case"ARRAYBUFFER":try{new ArrayBuffer(0)}catch(e){throw new Error("ARRAYBUFFER not supported by this environment")}return function(e){return function(e,t,n){var r,a=t/8,o=new ArrayBuffer(a),i=new Uint8Array(o),c=-1===n?3:0;for(r=0;r<a;r+=1)i[r]=e[r>>>2]>>>8*(c+n*(r%4))&255;return o}(e,n,r)};case"UINT8ARRAY":try{new Uint8Array(0)}catch(e){throw new Error("UINT8ARRAY not supported by this environment")}return function(e){return function(e,t,n){var r,a=t/8,o=-1===n?3:0,i=new Uint8Array(a);for(r=0;r<a;r+=1)i[r]=e[r>>>2]>>>8*(o+n*(r%4))&255;return i}(e,n,r)};default:throw new Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY")}}function o(e){var t={outputUpper:!1,b64Pad:"=",outputLen:-1},n=e||{},r="Output length must be a multiple of 8";if(t.outputUpper=n.outputUpper||!1,n.b64Pad&&(t.b64Pad=n.b64Pad),n.outputLen){if(n.outputLen%8!=0)throw new Error(r);t.outputLen=n.outputLen}else if(n.shakeLen){if(n.shakeLen%8!=0)throw new Error(r);t.outputLen=n.shakeLen}if("boolean"!=typeof t.outputUpper)throw new Error("Invalid outputUpper formatting option");if("string"!=typeof t.b64Pad)throw new Error("Invalid b64Pad formatting option");return t}function i(e,t){return e<<t|e>>>32-t}function c(e,t,n){return e^t^n}function s(e,t,n){return e&t^e&n^t&n}function l(e,t){var n=(65535&e)+(65535&t);return(65535&(e>>>16)+(t>>>16)+(n>>>16))<<16|65535&n}function u(e,t,n,r,a){var o=(65535&e)+(65535&t)+(65535&n)+(65535&r)+(65535&a);return(65535&(e>>>16)+(t>>>16)+(n>>>16)+(r>>>16)+(a>>>16)+(o>>>16))<<16|65535&o}function f(e){return[1732584193,4023233417,2562383102,271733878,3285377520]}function p(e,t){var n,r,a,o,f,p,d,m,h=[];for(n=t[0],r=t[1],a=t[2],o=t[3],f=t[4],d=0;d<80;d+=1)h[d]=d<16?e[d]:i(h[d-3]^h[d-8]^h[d-14]^h[d-16],1),p=d<20?u(i(n,5),(m=r)&a^~m&o,f,1518500249,h[d]):d<40?u(i(n,5),c(r,a,o),f,1859775393,h[d]):d<60?u(i(n,5),s(r,a,o),f,2400959708,h[d]):u(i(n,5),c(r,a,o),f,3395469782,h[d]),f=o,o=a,a=i(r,30),r=n,n=p;return t[0]=l(n,t[0]),t[1]=l(r,t[1]),t[2]=l(a,t[2]),t[3]=l(o,t[3]),t[4]=l(f,t[4]),t}function d(e,t,n,r){for(var a,o=15+(t+65>>>9<<4),i=t+n;e.length<=o;)e.push(0);for(e[t>>>5]|=128<<24-t%32,e[o]=4294967295&i,e[o-1]=i/4294967296|0,a=0;a<e.length;a+=16)r=p(e.slice(a,a+16),r);return r}return function(t){function n(e,n,a){var o=this;if("SHA-1"!==e)throw new Error("Chosen SHA variant is not supported");var i=a||{};return(o=t.call(this,e,n,a)||this).t=!0,o.i=o.o,o.u=-1,o.s=r(o.h,o.v,o.u),o.A=p,o.p=function(e){return e.slice()},o.l=f,o.R=d,o.U=[1732584193,4023233417,2562383102,271733878,3285377520],o.T=512,o.m=160,o.F=!1,i.hmacKey&&o.B(function(e,t,n,a){var o="hmacKey must include a value and format";if(!t)throw new Error(o);if(void 0===t.value||!t.format)throw new Error(o);return r(t.format,t.encoding||"UTF8",n)(t.value)}(0,i.hmacKey,o.u)),o}return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}(n,t),n}(function(){function e(e,t,n){var r=n||{};if(this.h=t,this.v=r.encoding||"UTF8",this.numRounds=r.numRounds||1,isNaN(this.numRounds)||this.numRounds!==parseInt(this.numRounds,10)||1>this.numRounds)throw new Error("numRounds must a integer >= 1");this.g=e,this.Y=[],this.I=0,this.C=!1,this.H=0,this.L=!1,this.N=[],this.S=[]}return e.prototype.update=function(e){var t,n=0,r=this.T>>>5,a=this.s(e,this.Y,this.I),o=a.binLen,i=a.value,c=o>>>5;for(t=0;t<c;t+=r)n+this.T<=o&&(this.U=this.A(i.slice(t,t+r),this.U),n+=this.T);this.H+=n,this.Y=i.slice(n>>>5),this.I=o%this.T,this.C=!0},e.prototype.getHash=function(e,t){var n,r,i=this.m,c=o(t);if(!0===this.F){if(-1===c.outputLen)throw new Error("Output length must be specified in options");i=c.outputLen}var s=a(e,i,this.u,c);if(!0===this.L&&this.i)return s(this.i(c));for(r=this.R(this.Y.slice(),this.I,this.H,this.p(this.U),i),n=1;n<this.numRounds;n+=1)!0===this.F&&i%32!=0&&(r[r.length-1]&=16777215>>>24-i%32),r=this.R(r,i,0,this.l(this.g),i);return s(r)},e.prototype.setHMACKey=function(e,t,n){if(!0!==this.t)throw new Error("Variant does not support HMAC");if(!0===this.C)throw new Error("Cannot set MAC key after calling update");var a=r(t,(n||{}).encoding||"UTF8",this.u);this.B(a(e))},e.prototype.B=function(e){var t,n=this.T>>>3,r=n/4-1;if(1!==this.numRounds)throw new Error("Cannot set numRounds with MAC");if(!0===this.L)throw new Error("MAC key already set");for(n<e.binLen/8&&(e.value=this.R(e.value,e.binLen,0,this.l(this.g),this.m));e.value.length<=r;)e.value.push(0);for(t=0;t<=r;t+=1)this.N[t]=909522486^e.value[t],this.S[t]=1549556828^e.value[t];this.U=this.A(this.N,this.U),this.H=this.T,this.L=!0},e.prototype.getHMAC=function(e,t){var n=o(t);return a(e,this.m,this.u,n)(this.o())},e.prototype.o=function(){var e;if(!1===this.L)throw new Error("Cannot call getHMAC without first setting MAC key");var t=this.R(this.Y.slice(),this.I,this.H,this.p(this.U),this.m);return e=this.A(this.S,this.l(this.g)),this.R(t,this.m,this.T,e,this.m)},e}())}()},function(e){e.exports=JSON.parse('{"a":"1.2.1-dev.1"}')},function(e,t){!function(){"use strict";if("object"==typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var e=function(e){for(var t=window.document,n=a(t);n;)n=a(t=n.ownerDocument);return t}(),t=[],n=null,r=null;i.prototype.THROTTLE_TIMEOUT=100,i.prototype.POLL_INTERVAL=null,i.prototype.USE_MUTATION_OBSERVER=!0,i._setupCrossOriginUpdater=function(){return n||(n=function(e,n){r=e&&n?f(e,n):{top:0,bottom:0,left:0,right:0,width:0,height:0},t.forEach((function(e){e._checkForIntersections()}))}),n},i._resetCrossOriginUpdater=function(){n=null,r=null},i.prototype.observe=function(e){if(!this._observationTargets.some((function(t){return t.element==e}))){if(!e||1!=e.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:e,entry:null}),this._monitorIntersections(e.ownerDocument),this._checkForIntersections()}},i.prototype.unobserve=function(e){this._observationTargets=this._observationTargets.filter((function(t){return t.element!=e})),this._unmonitorIntersections(e.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},i.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},i.prototype.takeRecords=function(){var e=this._queuedEntries.slice();return this._queuedEntries=[],e},i.prototype._initThresholds=function(e){var t=e||[0];return Array.isArray(t)||(t=[t]),t.sort().filter((function(e,t,n){if("number"!=typeof e||isNaN(e)||e<0||e>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return e!==n[t-1]}))},i.prototype._parseRootMargin=function(e){var t=(e||"0px").split(/\s+/).map((function(e){var t=/^(-?\d*\.?\d+)(px|%)$/.exec(e);if(!t)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(t[1]),unit:t[2]}}));return t[1]=t[1]||t[0],t[2]=t[2]||t[0],t[3]=t[3]||t[1],t},i.prototype._monitorIntersections=function(t){var n=t.defaultView;if(n&&-1==this._monitoringDocuments.indexOf(t)){var r=this._checkForIntersections,o=null,i=null;if(this.POLL_INTERVAL?o=n.setInterval(r,this.POLL_INTERVAL):(c(n,"resize",r,!0),c(t,"scroll",r,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in n&&(i=new n.MutationObserver(r)).observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(t),this._monitoringUnsubscribes.push((function(){var e=t.defaultView;e&&(o&&e.clearInterval(o),s(e,"resize",r,!0)),s(t,"scroll",r,!0),i&&i.disconnect()})),t!=(this.root&&this.root.ownerDocument||e)){var l=a(t);l&&this._monitorIntersections(l.ownerDocument)}}},i.prototype._unmonitorIntersections=function(t){var n=this._monitoringDocuments.indexOf(t);if(-1!=n){var r=this.root&&this.root.ownerDocument||e;if(!this._observationTargets.some((function(e){var n=e.element.ownerDocument;if(n==t)return!0;for(;n&&n!=r;){var o=a(n);if((n=o&&o.ownerDocument)==t)return!0}return!1}))){var o=this._monitoringUnsubscribes[n];if(this._monitoringDocuments.splice(n,1),this._monitoringUnsubscribes.splice(n,1),o(),t!=r){var i=a(t);i&&this._unmonitorIntersections(i.ownerDocument)}}}},i.prototype._unmonitorAllIntersections=function(){var e=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var t=0;t<e.length;t++)e[t]()},i.prototype._checkForIntersections=function(){if(this.root||!n||r){var e=this._rootIsInDom(),t=e?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach((function(r){var a=r.element,i=l(a),c=this._rootContainsTarget(a),s=r.entry,u=e&&c&&this._computeTargetAndRootIntersection(a,i,t),f=r.entry=new o({time:window.performance&&performance.now&&performance.now(),target:a,boundingClientRect:i,rootBounds:n&&!this.root?null:t,intersectionRect:u});s?e&&c?this._hasCrossedThreshold(s,f)&&this._queuedEntries.push(f):s&&s.isIntersecting&&this._queuedEntries.push(f):this._queuedEntries.push(f)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)}},i.prototype._computeTargetAndRootIntersection=function(t,a,o){if("none"!=window.getComputedStyle(t).display){for(var i,c,s,u,p,m,h,y,v=a,g=d(t),b=!1;!b&&g;){var w=null,E=1==g.nodeType?window.getComputedStyle(g):{};if("none"==E.display)return null;if(g==this.root||9==g.nodeType)if(b=!0,g==this.root||g==e)n&&!this.root?!r||0==r.width&&0==r.height?(g=null,w=null,v=null):w=r:w=o;else{var S=d(g),C=S&&l(S),k=S&&this._computeTargetAndRootIntersection(S,C,o);C&&k?(g=S,w=f(C,k)):(g=null,v=null)}else{var O=g.ownerDocument;g!=O.body&&g!=O.documentElement&&"visible"!=E.overflow&&(w=l(g))}if(w&&(i=w,c=v,s=void 0,u=void 0,p=void 0,m=void 0,h=void 0,y=void 0,s=Math.max(i.top,c.top),u=Math.min(i.bottom,c.bottom),p=Math.max(i.left,c.left),m=Math.min(i.right,c.right),y=u-s,v=(h=m-p)>=0&&y>=0&&{top:s,bottom:u,left:p,right:m,width:h,height:y}||null),!v)break;g=g&&d(g)}return v}},i.prototype._getRootRect=function(){var t;if(this.root)t=l(this.root);else{var n=e.documentElement,r=e.body;t={top:0,left:0,right:n.clientWidth||r.clientWidth,width:n.clientWidth||r.clientWidth,bottom:n.clientHeight||r.clientHeight,height:n.clientHeight||r.clientHeight}}return this._expandRectByRootMargin(t)},i.prototype._expandRectByRootMargin=function(e){var t=this._rootMarginValues.map((function(t,n){return"px"==t.unit?t.value:t.value*(n%2?e.width:e.height)/100})),n={top:e.top-t[0],right:e.right+t[1],bottom:e.bottom+t[2],left:e.left-t[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},i.prototype._hasCrossedThreshold=function(e,t){var n=e&&e.isIntersecting?e.intersectionRatio||0:-1,r=t.isIntersecting?t.intersectionRatio||0:-1;if(n!==r)for(var a=0;a<this.thresholds.length;a++){var o=this.thresholds[a];if(o==n||o==r||o<n!=o<r)return!0}},i.prototype._rootIsInDom=function(){return!this.root||p(e,this.root)},i.prototype._rootContainsTarget=function(t){return p(this.root||e,t)&&(!this.root||this.root.ownerDocument==t.ownerDocument)},i.prototype._registerInstance=function(){t.indexOf(this)<0&&t.push(this)},i.prototype._unregisterInstance=function(){var e=t.indexOf(this);-1!=e&&t.splice(e,1)},window.IntersectionObserver=i,window.IntersectionObserverEntry=o}function a(e){try{return e.defaultView&&e.defaultView.frameElement||null}catch(e){return null}}function o(e){this.time=e.time,this.target=e.target,this.rootBounds=u(e.rootBounds),this.boundingClientRect=u(e.boundingClientRect),this.intersectionRect=u(e.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0}),this.isIntersecting=!!e.intersectionRect;var t=this.boundingClientRect,n=t.width*t.height,r=this.intersectionRect,a=r.width*r.height;this.intersectionRatio=n?Number((a/n).toFixed(4)):this.isIntersecting?1:0}function i(e,t){var n,r,a,o=t||{};if("function"!=typeof e)throw new Error("callback must be a function");if(o.root&&1!=o.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=(n=this._checkForIntersections.bind(this),r=this.THROTTLE_TIMEOUT,a=null,function(){a||(a=setTimeout((function(){n(),a=null}),r))}),this._callback=e,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(o.rootMargin),this.thresholds=this._initThresholds(o.threshold),this.root=o.root||null,this.rootMargin=this._rootMarginValues.map((function(e){return e.value+e.unit})).join(" "),this._monitoringDocuments=[],this._monitoringUnsubscribes=[]}function c(e,t,n,r){"function"==typeof e.addEventListener?e.addEventListener(t,n,r||!1):"function"==typeof e.attachEvent&&e.attachEvent("on"+t,n)}function s(e,t,n,r){"function"==typeof e.removeEventListener?e.removeEventListener(t,n,r||!1):"function"==typeof e.detatchEvent&&e.detatchEvent("on"+t,n)}function l(e){var t;try{t=e.getBoundingClientRect()}catch(e){}return t?(t.width&&t.height||(t={top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.right-t.left,height:t.bottom-t.top}),t):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function u(e){return!e||"x"in e?e:{top:e.top,y:e.top,bottom:e.bottom,left:e.left,x:e.left,right:e.right,width:e.width,height:e.height}}function f(e,t){var n=t.top-e.top,r=t.left-e.left;return{top:n,left:r,height:t.height,width:t.width,bottom:n+t.height,right:r+t.width}}function p(e,t){for(var n=t;n;){if(n==e)return!0;n=d(n)}return!1}function d(t){var n=t.parentNode;return 9==t.nodeType&&t!=e?a(t):n&&11==n.nodeType&&n.host?n.host:n&&n.assignedSlot?n.assignedSlot.parentNode:n}}()},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";
|
|
33
33
|
/** @license React v0.17.0
|
|
34
34
|
* scheduler.production.min.js
|
|
35
35
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/online",
|
|
3
|
-
"version": "0.2.1-dev.
|
|
3
|
+
"version": "0.2.1-dev.1",
|
|
4
4
|
"description": "Online",
|
|
5
5
|
"main": "dist/online-app.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/yup": "0.26.24"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@clickview/styles": "1.2.1-dev.
|
|
30
|
+
"@clickview/styles": "1.2.1-dev.1",
|
|
31
31
|
"intersection-observer": "0.11.0",
|
|
32
32
|
"yup": "0.27.0"
|
|
33
33
|
},
|