@vizabi/reader-ddfcsv 4.4.0 → 4.5.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.
@@ -4,5 +4,5 @@ Papa Parse
4
4
  v5.3.2
5
5
  https://github.com/mholt/PapaParse
6
6
  License: MIT
7
- */o=[],void 0===(i="function"==typeof(n=function t(){"use strict";var e="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:{},r=!e.document&&!!e.postMessage,n=r&&/blob:/i.test((e.location||{}).protocol),o={},i=0,u={parse:function(r,n){var a=(n=n||{}).dynamicTyping||!1;if(j(a)&&(n.dynamicTypingFunction=a,a={}),n.dynamicTyping=a,n.transform=!!j(n.transform)&&n.transform,n.worker&&u.WORKERS_SUPPORTED){var c=function(){if(!u.WORKERS_SUPPORTED)return!1;var r,n,a=(r=e.URL||e.webkitURL||null,n=t.toString(),u.BLOB_URL||(u.BLOB_URL=r.createObjectURL(new Blob(["(",n,")();"],{type:"text/javascript"})))),c=new e.Worker(a);return c.onmessage=v,c.id=i++,o[c.id]=c}();return c.userStep=n.step,c.userChunk=n.chunk,c.userComplete=n.complete,c.userError=n.error,n.step=j(n.step),n.chunk=j(n.chunk),n.complete=j(n.complete),n.error=j(n.error),delete n.worker,void c.postMessage({input:r,config:n,workerId:c.id})}var h=null;return u.NODE_STREAM_INPUT,"string"==typeof r?h=n.download?new s(n):new l(n):!0===r.readable&&j(r.read)&&j(r.on)?h=new p(n):(e.File&&r instanceof File||r instanceof Object)&&(h=new f(n)),h.stream(r)},unparse:function(t,e){var r=!1,n=!0,o=",",i="\r\n",a='"',c=a+a,s=!1,f=null,l=!1;!function(){if("object"==typeof e){if("string"!=typeof e.delimiter||u.BAD_DELIMITERS.filter(function(t){return-1!==e.delimiter.indexOf(t)}).length||(o=e.delimiter),("boolean"==typeof e.quotes||"function"==typeof e.quotes||Array.isArray(e.quotes))&&(r=e.quotes),"boolean"!=typeof e.skipEmptyLines&&"string"!=typeof e.skipEmptyLines||(s=e.skipEmptyLines),"string"==typeof e.newline&&(i=e.newline),"string"==typeof e.quoteChar&&(a=e.quoteChar),"boolean"==typeof e.header&&(n=e.header),Array.isArray(e.columns)){if(0===e.columns.length)throw new Error("Option columns is empty");f=e.columns}void 0!==e.escapeChar&&(c=e.escapeChar+a),("boolean"==typeof e.escapeFormulae||e.escapeFormulae instanceof RegExp)&&(l=e.escapeFormulae instanceof RegExp?e.escapeFormulae:/^[=+\-@\t\r].*$/)}}();var p=new RegExp(d(a),"g");if("string"==typeof t&&(t=JSON.parse(t)),Array.isArray(t)){if(!t.length||Array.isArray(t[0]))return h(null,t,s);if("object"==typeof t[0])return h(f||Object.keys(t[0]),t,s)}else if("object"==typeof t)return"string"==typeof t.data&&(t.data=JSON.parse(t.data)),Array.isArray(t.data)&&(t.fields||(t.fields=t.meta&&t.meta.fields||f),t.fields||(t.fields=Array.isArray(t.data[0])?t.fields:"object"==typeof t.data[0]?Object.keys(t.data[0]):[]),Array.isArray(t.data[0])||"object"==typeof t.data[0]||(t.data=[t.data])),h(t.fields||[],t.data||[],s);throw new Error("Unable to serialize unrecognized input");function h(t,e,r){var u="";"string"==typeof t&&(t=JSON.parse(t)),"string"==typeof e&&(e=JSON.parse(e));var a=Array.isArray(t)&&0<t.length,c=!Array.isArray(e[0]);if(a&&n){for(var s=0;s<t.length;s++)0<s&&(u+=o),u+=y(t[s],s);0<e.length&&(u+=i)}for(var f=0;f<e.length;f++){var l=a?t.length:e[f].length,p=!1,h=a?0===Object.keys(e[f]).length:0===e[f].length;if(r&&!a&&(p="greedy"===r?""===e[f].join("").trim():1===e[f].length&&0===e[f][0].length),"greedy"===r&&a){for(var d=[],v=0;v<l;v++){var g=c?t[v]:v;d.push(e[f][g])}p=""===d.join("").trim()}if(!p){for(var _=0;_<l;_++){0<_&&!h&&(u+=o);var b=a&&c?t[_]:_;u+=y(e[f][b],_)}f<e.length-1&&(!r||0<l&&!h)&&(u+=i)}}return u}function y(t,e){if(null==t)return"";if(t.constructor===Date)return JSON.stringify(t).slice(1,25);var n=!1;l&&"string"==typeof t&&l.test(t)&&(t="'"+t,n=!0);var i=t.toString().replace(p,c);return(n=n||!0===r||"function"==typeof r&&r(t,e)||Array.isArray(r)&&r[e]||function(t,e){for(var r=0;r<e.length;r++)if(-1<t.indexOf(e[r]))return!0;return!1}(i,u.BAD_DELIMITERS)||-1<i.indexOf(o)||" "===i.charAt(0)||" "===i.charAt(i.length-1))?a+i+a:i}}};if(u.RECORD_SEP=String.fromCharCode(30),u.UNIT_SEP=String.fromCharCode(31),u.BYTE_ORDER_MARK="\ufeff",u.BAD_DELIMITERS=["\r","\n",'"',u.BYTE_ORDER_MARK],u.WORKERS_SUPPORTED=!r&&!!e.Worker,u.NODE_STREAM_INPUT=1,u.LocalChunkSize=10485760,u.RemoteChunkSize=5242880,u.DefaultDelimiter=",",u.Parser=y,u.ParserHandle=h,u.NetworkStreamer=s,u.FileStreamer=f,u.StringStreamer=l,u.ReadableStreamStreamer=p,e.jQuery){var a=e.jQuery;a.fn.parse=function(t){var r=t.config||{},n=[];return this.each(function(t){if("INPUT"!==a(this).prop("tagName").toUpperCase()||"file"!==a(this).attr("type").toLowerCase()||!e.FileReader||!this.files||0===this.files.length)return!0;for(var o=0;o<this.files.length;o++)n.push({file:this.files[o],inputElem:this,instanceConfig:a.extend({},r)})}),o(),this;function o(){if(0!==n.length){var e,r,o,c,s=n[0];if(j(t.before)){var f=t.before(s.file,s.inputElem);if("object"==typeof f){if("abort"===f.action)return e="AbortError",r=s.file,o=s.inputElem,c=f.reason,void(j(t.error)&&t.error({name:e},r,o,c));if("skip"===f.action)return void i();"object"==typeof f.config&&(s.instanceConfig=a.extend(s.instanceConfig,f.config))}else if("skip"===f)return void i()}var l=s.instanceConfig.complete;s.instanceConfig.complete=function(t){j(l)&&l(t,s.file,s.inputElem),i()},u.parse(s.file,s.instanceConfig)}else j(t.complete)&&t.complete()}function i(){n.splice(0,1),o()}}}function c(t){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(t){var e=b(t);e.chunkSize=parseInt(e.chunkSize),t.step||t.chunk||(e.chunkSize=null),this._handle=new h(e),(this._handle.streamer=this)._config=e}.call(this,t),this.parseChunk=function(t,r){if(this.isFirstChunk&&j(this._config.beforeFirstChunk)){var o=this._config.beforeFirstChunk(t);void 0!==o&&(t=o)}this.isFirstChunk=!1,this._halted=!1;var i=this._partialLine+t;this._partialLine="";var a=this._handle.parse(i,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var c=a.meta.cursor;this._finished||(this._partialLine=i.substring(c-this._baseIndex),this._baseIndex=c),a&&a.data&&(this._rowCount+=a.data.length);var s=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(n)e.postMessage({results:a,workerId:u.WORKER_ID,finished:s});else if(j(this._config.chunk)&&!r){if(this._config.chunk(a,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);a=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(a.data),this._completeResults.errors=this._completeResults.errors.concat(a.errors),this._completeResults.meta=a.meta),this._completed||!s||!j(this._config.complete)||a&&a.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),s||a&&a.meta.paused||this._nextChunk(),a}this._halted=!0},this._sendError=function(t){j(this._config.error)?this._config.error(t):n&&this._config.error&&e.postMessage({workerId:u.WORKER_ID,error:t,finished:!1})}}function s(t){var e;(t=t||{}).chunkSize||(t.chunkSize=u.RemoteChunkSize),c.call(this,t),this._nextChunk=r?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(t){this._input=t,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(e=new XMLHttpRequest,this._config.withCredentials&&(e.withCredentials=this._config.withCredentials),r||(e.onload=m(this._chunkLoaded,this),e.onerror=m(this._chunkError,this)),e.open(this._config.downloadRequestBody?"POST":"GET",this._input,!r),this._config.downloadRequestHeaders){var t=this._config.downloadRequestHeaders;for(var n in t)e.setRequestHeader(n,t[n])}if(this._config.chunkSize){var o=this._start+this._config.chunkSize-1;e.setRequestHeader("Range","bytes="+this._start+"-"+o)}try{e.send(this._config.downloadRequestBody)}catch(t){this._chunkError(t.message)}r&&0===e.status&&this._chunkError()}},this._chunkLoaded=function(){var t;4===e.readyState&&(e.status<200||400<=e.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:e.responseText.length,this._finished=!this._config.chunkSize||this._start>=(null===(t=e.getResponseHeader("Content-Range"))?-1:parseInt(t.substring(t.lastIndexOf("/")+1))),this.parseChunk(e.responseText)))},this._chunkError=function(t){var r=e.statusText||t;this._sendError(new Error(r))}}function f(t){var e,r;(t=t||{}).chunkSize||(t.chunkSize=u.LocalChunkSize),c.call(this,t);var n="undefined"!=typeof FileReader;this.stream=function(t){this._input=t,r=t.slice||t.webkitSlice||t.mozSlice,n?((e=new FileReader).onload=m(this._chunkLoaded,this),e.onerror=m(this._chunkError,this)):e=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var t=this._input;if(this._config.chunkSize){var o=Math.min(this._start+this._config.chunkSize,this._input.size);t=r.call(t,this._start,o)}var i=e.readAsText(t,this._config.encoding);n||this._chunkLoaded({target:{result:i}})},this._chunkLoaded=function(t){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(t.target.result)},this._chunkError=function(){this._sendError(e.error)}}function l(t){var e;c.call(this,t=t||{}),this.stream=function(t){return e=t,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var t,r=this._config.chunkSize;return r?(t=e.substring(0,r),e=e.substring(r)):(t=e,e=""),this._finished=!e,this.parseChunk(t)}}}function p(t){c.call(this,t=t||{});var e=[],r=!0,n=!1;this.pause=function(){c.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){c.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(t){this._input=t,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){n&&1===e.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),e.length?this.parseChunk(e.shift()):r=!0},this._streamData=m(function(t){try{e.push("string"==typeof t?t:t.toString(this._config.encoding)),r&&(r=!1,this._checkIsFinished(),this.parseChunk(e.shift()))}catch(t){this._streamError(t)}},this),this._streamError=m(function(t){this._streamCleanUp(),this._sendError(t)},this),this._streamEnd=m(function(){this._streamCleanUp(),n=!0,this._streamData("")},this),this._streamCleanUp=m(function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)},this)}function h(t){var e,r,n,o=Math.pow(2,53),i=-o,a=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,c=/^(\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))$/,s=this,f=0,l=0,p=!1,h=!1,v=[],g={data:[],errors:[],meta:{}};if(j(t.step)){var _=t.step;t.step=function(e){if(g=e,O())w();else{if(w(),0===g.data.length)return;f+=e.data.length,t.preview&&f>t.preview?r.abort():(g.data=g.data[0],_(g,s))}}}function m(e){return"greedy"===t.skipEmptyLines?""===e.join("").trim():1===e.length&&0===e[0].length}function w(){return g&&n&&(A("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+u.DefaultDelimiter+"'"),n=!1),t.skipEmptyLines&&(g.data=g.data.filter(function(t){return!m(t)})),O()&&function(){if(g)if(Array.isArray(g.data[0])){for(var e=0;O()&&e<g.data.length;e++)g.data[e].forEach(r);g.data.splice(0,1)}else g.data.forEach(r);function r(e,r){j(t.transformHeader)&&(e=t.transformHeader(e,r)),v.push(e)}}(),function(){if(!g||!t.header&&!t.dynamicTyping&&!t.transform)return g;function e(e,r){var n,o=t.header?{}:[];for(n=0;n<e.length;n++){var i=n,u=e[n];t.header&&(i=n>=v.length?"__parsed_extra":v[n]),t.transform&&(u=t.transform(u,i)),u=E(i,u),"__parsed_extra"===i?(o[i]=o[i]||[],o[i].push(u)):o[i]=u}return t.header&&(n>v.length?A("FieldMismatch","TooManyFields","Too many fields: expected "+v.length+" fields but parsed "+n,l+r):n<v.length&&A("FieldMismatch","TooFewFields","Too few fields: expected "+v.length+" fields but parsed "+n,l+r)),o}var r=1;return!g.data.length||Array.isArray(g.data[0])?(g.data=g.data.map(e),r=g.data.length):g.data=e(g.data,0),t.header&&g.meta&&(g.meta.fields=v),l+=r,g}()}function O(){return t.header&&0===v.length}function E(e,r){return n=e,t.dynamicTypingFunction&&void 0===t.dynamicTyping[n]&&(t.dynamicTyping[n]=t.dynamicTypingFunction(n)),!0===(t.dynamicTyping[n]||t.dynamicTyping)?"true"===r||"TRUE"===r||"false"!==r&&"FALSE"!==r&&(function(t){if(a.test(t)){var e=parseFloat(t);if(i<e&&e<o)return!0}return!1}(r)?parseFloat(r):c.test(r)?new Date(r):""===r?null:r):r;var n}function A(t,e,r,n){var o={type:t,code:e,message:r};void 0!==n&&(o.row=n),g.errors.push(o)}this.parse=function(o,i,a){var c=t.quoteChar||'"';if(t.newline||(t.newline=function(t,e){t=t.substring(0,1048576);var r=new RegExp(d(e)+"([^]*?)"+d(e),"gm"),n=(t=t.replace(r,"")).split("\r"),o=t.split("\n"),i=1<o.length&&o[0].length<n[0].length;if(1===n.length||i)return"\n";for(var u=0,a=0;a<n.length;a++)"\n"===n[a][0]&&u++;return u>=n.length/2?"\r\n":"\r"}(o,c)),n=!1,t.delimiter)j(t.delimiter)&&(t.delimiter=t.delimiter(o),g.meta.delimiter=t.delimiter);else{var s=function(e,r,n,o,i){var a,c,s,f;i=i||[",","\t","|",";",u.RECORD_SEP,u.UNIT_SEP];for(var l=0;l<i.length;l++){var p=i[l],h=0,d=0,v=0;s=void 0;for(var g=new y({comments:o,delimiter:p,newline:r,preview:10}).parse(e),_=0;_<g.data.length;_++)if(n&&m(g.data[_]))v++;else{var b=g.data[_].length;d+=b,void 0!==s?0<b&&(h+=Math.abs(b-s),s=b):s=b}0<g.data.length&&(d/=g.data.length-v),(void 0===c||h<=c)&&(void 0===f||f<d)&&1.99<d&&(c=h,a=p,f=d)}return{successful:!!(t.delimiter=a),bestDelimiter:a}}(o,t.newline,t.skipEmptyLines,t.comments,t.delimitersToGuess);s.successful?t.delimiter=s.bestDelimiter:(n=!0,t.delimiter=u.DefaultDelimiter),g.meta.delimiter=t.delimiter}var f=b(t);return t.preview&&t.header&&f.preview++,e=o,r=new y(f),g=r.parse(e,i,a),w(),p?{meta:{paused:!0}}:g||{meta:{paused:!1}}},this.paused=function(){return p},this.pause=function(){p=!0,r.abort(),e=j(t.chunk)?"":e.substring(r.getCharIndex())},this.resume=function(){s.streamer._halted?(p=!1,s.streamer.parseChunk(e,!0)):setTimeout(s.resume,3)},this.aborted=function(){return h},this.abort=function(){h=!0,r.abort(),g.meta.aborted=!0,j(t.complete)&&t.complete(g),e=""}}function d(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function y(t){var e,r=(t=t||{}).delimiter,n=t.newline,o=t.comments,i=t.step,a=t.preview,c=t.fastMode,s=e=void 0===t.quoteChar||null===t.quoteChar?'"':t.quoteChar;if(void 0!==t.escapeChar&&(s=t.escapeChar),("string"!=typeof r||-1<u.BAD_DELIMITERS.indexOf(r))&&(r=","),o===r)throw new Error("Comment character same as delimiter");!0===o?o="#":("string"!=typeof o||-1<u.BAD_DELIMITERS.indexOf(o))&&(o=!1),"\n"!==n&&"\r"!==n&&"\r\n"!==n&&(n="\n");var f=0,l=!1;this.parse=function(t,u,p){if("string"!=typeof t)throw new Error("Input must be a string");var h=t.length,y=r.length,v=n.length,g=o.length,_=j(i),b=[],m=[],w=[],O=f=0;if(!t)return L();if(c||!1!==c&&-1===t.indexOf(e)){for(var E=t.split(n),A=0;A<E.length;A++){if(w=E[A],f+=w.length,A!==E.length-1)f+=n.length;else if(p)return L();if(!o||w.substring(0,g)!==o){if(_){if(b=[],F(w.split(r)),M(),l)return L()}else F(w.split(r));if(a&&a<=A)return b=b.slice(0,a),L(!0)}}return L()}for(var S=t.indexOf(r,f),R=t.indexOf(n,f),T=new RegExp(d(s)+d(e),"g"),D=t.indexOf(e,f);;)if(t[f]!==e)if(o&&0===w.length&&t.substring(f,f+g)===o){if(-1===R)return L();f=R+v,R=t.indexOf(n,f),S=t.indexOf(r,f)}else if(-1!==S&&(S<R||-1===R))w.push(t.substring(f,S)),f=S+y,S=t.indexOf(r,f);else{if(-1===R)break;if(w.push(t.substring(f,R)),x(R+v),_&&(M(),l))return L();if(a&&b.length>=a)return L(!0)}else for(D=f,f++;;){if(-1===(D=t.indexOf(e,D+1)))return p||m.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:f}),$();if(D===h-1)return $(t.substring(f,D).replace(T,e));if(e!==s||t[D+1]!==s){if(e===s||0===D||t[D-1]!==s){-1!==S&&S<D+1&&(S=t.indexOf(r,D+1)),-1!==R&&R<D+1&&(R=t.indexOf(n,D+1));var k=P(-1===R?S:Math.min(S,R));if(t.substr(D+1+k,y)===r){w.push(t.substring(f,D).replace(T,e)),t[f=D+1+k+y]!==e&&(D=t.indexOf(e,f)),S=t.indexOf(r,f),R=t.indexOf(n,f);break}var C=P(R);if(t.substring(D+1+C,D+1+C+v)===n){if(w.push(t.substring(f,D).replace(T,e)),x(D+1+C+v),S=t.indexOf(r,f),D=t.indexOf(e,f),_&&(M(),l))return L();if(a&&b.length>=a)return L(!0);break}m.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:f}),D++}}else D++}return $();function F(t){b.push(t),O=f}function P(e){var r=0;if(-1!==e){var n=t.substring(D+1,e);n&&""===n.trim()&&(r=n.length)}return r}function $(e){return p||(void 0===e&&(e=t.substring(f)),w.push(e),f=h,F(w),_&&M()),L()}function x(e){f=e,F(w),w=[],R=t.indexOf(n,f)}function L(t){return{data:b,errors:m,meta:{delimiter:r,linebreak:n,aborted:l,truncated:!!t,cursor:O+(u||0)}}}function M(){i(L()),b=[],m=[]}},this.abort=function(){l=!0},this.getCharIndex=function(){return f}}function v(t){var e=t.data,r=o[e.workerId],n=!1;if(e.error)r.userError(e.error,e.file);else if(e.results&&e.results.data){var i={abort:function(){n=!0,g(e.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:_,resume:_};if(j(r.userStep)){for(var u=0;u<e.results.data.length&&(r.userStep({data:e.results.data[u],errors:e.results.errors,meta:e.results.meta},i),!n);u++);delete e.results}else j(r.userChunk)&&(r.userChunk(e.results,i,e.file),delete e.results)}e.finished&&!n&&g(e.workerId,e.results)}function g(t,e){var r=o[t];j(r.userComplete)&&r.userComplete(e),r.terminate(),delete o[t]}function _(){throw new Error("Not implemented.")}function b(t){if("object"!=typeof t||null===t)return t;var e=Array.isArray(t)?[]:{};for(var r in t)e[r]=b(t[r]);return e}function m(t,e){return function(){t.apply(e,arguments)}}function j(t){return"function"==typeof t}return n&&(e.onmessage=function(t){var r=t.data;if(void 0===u.WORKER_ID&&r&&(u.WORKER_ID=r.workerId),"string"==typeof r.input)e.postMessage({workerId:u.WORKER_ID,results:u.parse(r.input,r.config),finished:!0});else if(e.File&&r.input instanceof File||r.input instanceof Object){var n=u.parse(r.input,r.config);n&&e.postMessage({workerId:u.WORKER_ID,results:n,finished:!0})}}),(s.prototype=Object.create(c.prototype)).constructor=s,(f.prototype=Object.create(c.prototype)).constructor=f,(l.prototype=Object.create(l.prototype)).constructor=l,(p.prototype=Object.create(c.prototype)).constructor=p,u})?n.apply(e,o):n)||(t.exports=i)},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=r(11),o=r(16),i=r(12),u=r(3),a=r(15);function c(t){return u.isDatapointsQuery(t)&&1===n(t.where).length&&o(t.where)&&t.where.$and?a.QueryFeature.WhereClauseBasedOnConjunction:null}e.featureDetectors=[c,(t,e)=>{if(!c(t))return null;for(const r of t.where.$and){const o=n(r);if(1===o.length){const u=i(o),c=r[u];if(t.join&&t.join[c]){const r=t.join[c],o=r.where,s=i(n(o));if(r.key===u&&r.key===s&&1===n(o).length){const t=o[s],i=e.get(r.key),u=!!t.$in||!!t.$nin,c="entity_set"===i.concept_type||"entity_domain"===i.concept_type;if(1===n(t).length&&u&&c)return a.QueryFeature.ConjunctionPartFromWhereClauseCorrespondsToJoin}}}}return null}]},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=r(7),o=r(1),i=r(4),u=r(3);function a(t,e){const{dataset:r,branch:n,commit:o}=e;return`${t}${r}/${n}/${o}`}function c(t){return t?"default ":""}function s(t,e){return`${c(e)}dataset '${t}'`}e.getRepositoryPath=a,e.getFilePath=function(t,e="datapackage.json"){return`${t}/${e}`},e.extendQueryWithRepository=function(t,e={repositoryDescriptors:{}}){const r=i(e,"repositoryDescriptors",{}),f=n(t.dataset);if(!f){const[e,r]=t.dataset.split("#");!t.branch&&r&&(t.branch=r,t.dataset=e)}const l=n(t.branch)||t.branch===e.defaultRepositoryBranch,p=n(t.commit)||t.commit===e.defaultRepositoryCommit,{dataset:h=i(e,"defaultRepository",u.DEFAULT_REPOSITORY_NAME),branch:d=i(e,"defaultRepositoryBranch",u.DEFAULT_REPOSITORY_BRANCH)}=t;if(n(r[h]))throw new Error(`No ${s(h,f)} was found`);if(n(r[h][d]))throw new Error(`No ${function(t,e){return`${c(e)}branch '${t}'`}(d,l)} in ${s(h,f)} was found`);"HEAD"===t.commit&&(t.commit=i(r,`${h}.${d}.0`)||i(e,"defaultRepositoryCommit",u.DEFAULT_REPOSITORY_HASH));const{commit:y=i(r,`${h}.${d}.0`)||i(e,"defaultRepositoryCommit",u.DEFAULT_REPOSITORY_HASH)}=t;if(!o(r[h][d],y))throw new Error(`No ${function(t,e){return`${c(e)}commit '${t}'`}(y,p)} in ${c(l)}branch '${d}' in ${s(h,f)} was found`);const v=a("",{dataset:h,branch:d,commit:y});return Object.assign(t,{repositoryPath:v}),{dataset:h,branch:d,commit:y,isDefaultBranch:l,isDefaultCommit:p}}},function(t,e,r){(function(e){var r=200,n="__lodash_hash_undefined__",o="[object Function]",i="[object GeneratorFunction]",u=/^\[object .+?Constructor\]$/,a="object"==typeof e&&e&&e.Object===Object&&e,c="object"==typeof self&&self&&self.Object===Object&&self,s=a||c||Function("return this")();function f(t,e){return!!(t?t.length:0)&&function(t,e,r){if(e!=e)return function(t,e,r,n){var o=t.length,i=r+(n?1:-1);for(;n?i--:++i<o;)if(e(t[i],i,t))return i;return-1}(t,p,r);var n=r-1,o=t.length;for(;++n<o;)if(t[n]===e)return n;return-1}(t,e,0)>-1}function l(t,e,r){for(var n=-1,o=t?t.length:0;++n<o;)if(r(e,t[n]))return!0;return!1}function p(t){return t!=t}function h(t,e){return t.has(e)}function d(t){var e=-1,r=Array(t.size);return t.forEach(function(t){r[++e]=t}),r}var y,v=Array.prototype,g=Function.prototype,_=Object.prototype,b=s["__core-js_shared__"],m=(y=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||""))?"Symbol(src)_1."+y:"",j=g.toString,w=_.hasOwnProperty,O=_.toString,E=RegExp("^"+j.call(w).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),A=v.splice,S=M(s,"Map"),R=M(s,"Set"),T=M(Object,"create");function D(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function k(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function C(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function F(t){var e=-1,r=t?t.length:0;for(this.__data__=new C;++e<r;)this.add(t[e])}function P(t,e){for(var r,n,o=t.length;o--;)if((r=t[o][0])===(n=e)||r!=r&&n!=n)return o;return-1}function $(t){return!(!I(t)||m&&m in t)&&(function(t){var e=I(t)?O.call(t):"";return e==o||e==i}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?E:u).test(function(t){if(null!=t){try{return j.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}D.prototype.clear=function(){this.__data__=T?T(null):{}},D.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},D.prototype.get=function(t){var e=this.__data__;if(T){var r=e[t];return r===n?void 0:r}return w.call(e,t)?e[t]:void 0},D.prototype.has=function(t){var e=this.__data__;return T?void 0!==e[t]:w.call(e,t)},D.prototype.set=function(t,e){return this.__data__[t]=T&&void 0===e?n:e,this},k.prototype.clear=function(){this.__data__=[]},k.prototype.delete=function(t){var e=this.__data__,r=P(e,t);return!(r<0||(r==e.length-1?e.pop():A.call(e,r,1),0))},k.prototype.get=function(t){var e=this.__data__,r=P(e,t);return r<0?void 0:e[r][1]},k.prototype.has=function(t){return P(this.__data__,t)>-1},k.prototype.set=function(t,e){var r=this.__data__,n=P(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},C.prototype.clear=function(){this.__data__={hash:new D,map:new(S||k),string:new D}},C.prototype.delete=function(t){return L(this,t).delete(t)},C.prototype.get=function(t){return L(this,t).get(t)},C.prototype.has=function(t){return L(this,t).has(t)},C.prototype.set=function(t,e){return L(this,t).set(t,e),this},F.prototype.add=F.prototype.push=function(t){return this.__data__.set(t,n),this},F.prototype.has=function(t){return this.__data__.has(t)};var x=R&&1/d(new R([,-0]))[1]==1/0?function(t){return new R(t)}:function(){};function L(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function M(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return $(r)?r:void 0}function I(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}t.exports=function(t){return t&&t.length?function(t,e,n){var o=-1,i=f,u=t.length,a=!0,c=[],s=c;if(n)a=!1,i=l;else if(u>=r){var p=e?null:x(t);if(p)return d(p);a=!1,i=h,s=new F}else s=e?[]:c;t:for(;++o<u;){var y=t[o],v=e?e(y):y;if(y=n||0!==y?y:0,a&&v==v){for(var g=s.length;g--;)if(s[g]===v)continue t;e&&s.push(v),c.push(y)}else i(s,v,n)||(s!==c&&s.push(v),c.push(y))}return c}(t):[]}}).call(this,r(0))},function(t,e){var r="[object String]",n=Object.prototype.toString,o=Array.isArray;t.exports=function(t){return"string"==typeof t||!o(t)&&function(t){return!!t&&"object"==typeof t}(t)&&n.call(t)==r}},function(t,e,r){(function(t,r){var n=200,o="Expected a function",i="__lodash_hash_undefined__",u=1,a=2,c=1/0,s=9007199254740991,f="[object Arguments]",l="[object Array]",p="[object Boolean]",h="[object Date]",d="[object Error]",y="[object Function]",v="[object GeneratorFunction]",g="[object Map]",_="[object Number]",b="[object Object]",m="[object RegExp]",j="[object Set]",w="[object String]",O="[object Symbol]",E="[object ArrayBuffer]",A="[object DataView]",S=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,R=/^\w*$/,T=/^\./,D=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,k=/\\(\\)?/g,C=/^\[object .+?Constructor\]$/,F=/^(?:0|[1-9]\d*)$/,P={};P["[object Float32Array]"]=P["[object Float64Array]"]=P["[object Int8Array]"]=P["[object Int16Array]"]=P["[object Int32Array]"]=P["[object Uint8Array]"]=P["[object Uint8ClampedArray]"]=P["[object Uint16Array]"]=P["[object Uint32Array]"]=!0,P[f]=P[l]=P[E]=P[p]=P[A]=P[h]=P[d]=P[y]=P[g]=P[_]=P[b]=P[m]=P[j]=P[w]=P["[object WeakMap]"]=!1;var $="object"==typeof t&&t&&t.Object===Object&&t,x="object"==typeof self&&self&&self.Object===Object&&self,L=$||x||Function("return this")(),M="object"==typeof e&&e&&!e.nodeType&&e,I=M&&"object"==typeof r&&r&&!r.nodeType&&r,U=I&&I.exports===M&&$.process,N=function(){try{return U&&U.binding("util")}catch(t){}}(),B=N&&N.isTypedArray;function Y(t,e){for(var r=-1,n=t?t.length:0;++r<n;)if(!e(t[r],r,t))return!1;return!0}function H(t,e){for(var r=-1,n=t?t.length:0;++r<n;)if(e(t[r],r,t))return!0;return!1}function q(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}function z(t){var e=-1,r=Array(t.size);return t.forEach(function(t,n){r[++e]=[n,t]}),r}function V(t){var e=-1,r=Array(t.size);return t.forEach(function(t){r[++e]=t}),r}var W,G,Q,J=Array.prototype,K=Function.prototype,Z=Object.prototype,X=L["__core-js_shared__"],tt=(W=/[^.]+$/.exec(X&&X.keys&&X.keys.IE_PROTO||""))?"Symbol(src)_1."+W:"",et=K.toString,rt=Z.hasOwnProperty,nt=Z.toString,ot=RegExp("^"+et.call(rt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),it=L.Symbol,ut=L.Uint8Array,at=Z.propertyIsEnumerable,ct=J.splice,st=(G=Object.keys,Q=Object,function(t){return G(Q(t))}),ft=zt(L,"DataView"),lt=zt(L,"Map"),pt=zt(L,"Promise"),ht=zt(L,"Set"),dt=zt(L,"WeakMap"),yt=zt(Object,"create"),vt=Xt(ft),gt=Xt(lt),_t=Xt(pt),bt=Xt(ht),mt=Xt(dt),jt=it?it.prototype:void 0,wt=jt?jt.valueOf:void 0,Ot=jt?jt.toString:void 0;function Et(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function At(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function St(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function Rt(t){var e=-1,r=t?t.length:0;for(this.__data__=new St;++e<r;)this.add(t[e])}function Tt(t){this.__data__=new At(t)}function Dt(t,e){var r=ne(t)||re(t)?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],n=r.length,o=!!n;for(var i in t)!e&&!rt.call(t,i)||o&&("length"==i||Wt(i,n))||r.push(i);return r}function kt(t,e){for(var r=t.length;r--;)if(ee(t[r][0],e))return r;return-1}Et.prototype.clear=function(){this.__data__=yt?yt(null):{}},Et.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},Et.prototype.get=function(t){var e=this.__data__;if(yt){var r=e[t];return r===i?void 0:r}return rt.call(e,t)?e[t]:void 0},Et.prototype.has=function(t){var e=this.__data__;return yt?void 0!==e[t]:rt.call(e,t)},Et.prototype.set=function(t,e){return this.__data__[t]=yt&&void 0===e?i:e,this},At.prototype.clear=function(){this.__data__=[]},At.prototype.delete=function(t){var e=this.__data__,r=kt(e,t);return!(r<0||(r==e.length-1?e.pop():ct.call(e,r,1),0))},At.prototype.get=function(t){var e=this.__data__,r=kt(e,t);return r<0?void 0:e[r][1]},At.prototype.has=function(t){return kt(this.__data__,t)>-1},At.prototype.set=function(t,e){var r=this.__data__,n=kt(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},St.prototype.clear=function(){this.__data__={hash:new Et,map:new(lt||At),string:new Et}},St.prototype.delete=function(t){return qt(this,t).delete(t)},St.prototype.get=function(t){return qt(this,t).get(t)},St.prototype.has=function(t){return qt(this,t).has(t)},St.prototype.set=function(t,e){return qt(this,t).set(t,e),this},Rt.prototype.add=Rt.prototype.push=function(t){return this.__data__.set(t,i),this},Rt.prototype.has=function(t){return this.__data__.has(t)},Tt.prototype.clear=function(){this.__data__=new At},Tt.prototype.delete=function(t){return this.__data__.delete(t)},Tt.prototype.get=function(t){return this.__data__.get(t)},Tt.prototype.has=function(t){return this.__data__.has(t)},Tt.prototype.set=function(t,e){var r=this.__data__;if(r instanceof At){var o=r.__data__;if(!lt||o.length<n-1)return o.push([t,e]),this;r=this.__data__=new St(o)}return r.set(t,e),this};var Ct,Ft,Pt=(Ct=function(t,e){return t&&xt(t,e,le)},function(t,e){if(null==t)return t;if(!oe(t))return Ct(t,e);for(var r=t.length,n=Ft?r:-1,o=Object(t);(Ft?n--:++n<r)&&!1!==e(o[n],n,o););return t});function $t(t,e){var r=!0;return Pt(t,function(t,n,o){return r=!!e(t,n,o)}),r}var xt=function(t){return function(e,r,n){for(var o=-1,i=Object(e),u=n(e),a=u.length;a--;){var c=u[t?a:++o];if(!1===r(i[c],c,i))break}return e}}();function Lt(t,e){for(var r=0,n=(e=Gt(e,t)?[e]:Yt(e)).length;null!=t&&r<n;)t=t[Zt(e[r++])];return r&&r==n?t:void 0}function Mt(t,e){return null!=t&&e in Object(t)}function It(t,e,r,n,o){return t===e||(null==t||null==e||!ae(t)&&!ce(e)?t!=t&&e!=e:function(t,e,r,n,o,i){var c=ne(t),s=ne(e),y=l,v=l;c||(y=(y=Vt(t))==f?b:y);s||(v=(v=Vt(e))==f?b:v);var S=y==b&&!q(t),R=v==b&&!q(e),T=y==v;if(T&&!S)return i||(i=new Tt),c||fe(t)?Ht(t,e,r,n,o,i):function(t,e,r,n,o,i,c){switch(r){case A:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case E:return!(t.byteLength!=e.byteLength||!n(new ut(t),new ut(e)));case p:case h:case _:return ee(+t,+e);case d:return t.name==e.name&&t.message==e.message;case m:case w:return t==e+"";case g:var s=z;case j:var f=i&a;if(s||(s=V),t.size!=e.size&&!f)return!1;var l=c.get(t);if(l)return l==e;i|=u,c.set(t,e);var y=Ht(s(t),s(e),n,o,i,c);return c.delete(t),y;case O:if(wt)return wt.call(t)==wt.call(e)}return!1}(t,e,y,r,n,o,i);if(!(o&a)){var D=S&&rt.call(t,"__wrapped__"),k=R&&rt.call(e,"__wrapped__");if(D||k){var C=D?t.value():t,F=k?e.value():e;return i||(i=new Tt),r(C,F,n,o,i)}}if(!T)return!1;return i||(i=new Tt),function(t,e,r,n,o,i){var u=o&a,c=le(t),s=c.length,f=le(e).length;if(s!=f&&!u)return!1;for(var l=s;l--;){var p=c[l];if(!(u?p in e:rt.call(e,p)))return!1}var h=i.get(t);if(h&&i.get(e))return h==e;var d=!0;i.set(t,e),i.set(e,t);for(var y=u;++l<s;){p=c[l];var v=t[p],g=e[p];if(n)var _=u?n(g,v,p,e,t,i):n(v,g,p,t,e,i);if(!(void 0===_?v===g||r(v,g,n,o,i):_)){d=!1;break}y||(y="constructor"==p)}if(d&&!y){var b=t.constructor,m=e.constructor;b!=m&&"constructor"in t&&"constructor"in e&&!("function"==typeof b&&b instanceof b&&"function"==typeof m&&m instanceof m)&&(d=!1)}return i.delete(t),i.delete(e),d}(t,e,r,n,o,i)}(t,e,It,r,n,o))}function Ut(t){return!(!ae(t)||tt&&tt in t)&&(ie(t)||q(t)?ot:C).test(Xt(t))}function Nt(t){return"function"==typeof t?t:null==t?pe:"object"==typeof t?ne(t)?function(t,e){if(Gt(t)&&Qt(e))return Jt(Zt(t),e);return function(r){var n=function(t,e,r){var n=null==t?void 0:Lt(t,e);return void 0===n?r:n}(r,t);return void 0===n&&n===e?function(t,e){return null!=t&&function(t,e,r){var n,o=-1,i=(e=Gt(e,t)?[e]:Yt(e)).length;for(;++o<i;){var u=Zt(e[o]);if(!(n=null!=t&&r(t,u)))break;t=t[u]}if(n)return n;return!!(i=t?t.length:0)&&ue(i)&&Wt(u,i)&&(ne(t)||re(t))}(t,e,Mt)}(r,t):It(e,n,void 0,u|a)}}(t[0],t[1]):function(t){var e=function(t){var e=le(t),r=e.length;for(;r--;){var n=e[r],o=t[n];e[r]=[n,o,Qt(o)]}return e}(t);if(1==e.length&&e[0][2])return Jt(e[0][0],e[0][1]);return function(r){return r===t||function(t,e,r,n){var o=r.length,i=o,c=!n;if(null==t)return!i;for(t=Object(t);o--;){var s=r[o];if(c&&s[2]?s[1]!==t[s[0]]:!(s[0]in t))return!1}for(;++o<i;){var f=(s=r[o])[0],l=t[f],p=s[1];if(c&&s[2]){if(void 0===l&&!(f in t))return!1}else{var h=new Tt;if(n)var d=n(l,p,f,t,e,h);if(!(void 0===d?It(p,l,n,u|a,h):d))return!1}}return!0}(r,t,e)}}(t):Gt(e=t)?(r=Zt(e),function(t){return null==t?void 0:t[r]}):function(t){return function(e){return Lt(e,t)}}(e);var e,r}function Bt(t){if(r=(e=t)&&e.constructor,n="function"==typeof r&&r.prototype||Z,e!==n)return st(t);var e,r,n,o=[];for(var i in Object(t))rt.call(t,i)&&"constructor"!=i&&o.push(i);return o}function Yt(t){return ne(t)?t:Kt(t)}function Ht(t,e,r,n,o,i){var c=o&a,s=t.length,f=e.length;if(s!=f&&!(c&&f>s))return!1;var l=i.get(t);if(l&&i.get(e))return l==e;var p=-1,h=!0,d=o&u?new Rt:void 0;for(i.set(t,e),i.set(e,t);++p<s;){var y=t[p],v=e[p];if(n)var g=c?n(v,y,p,e,t,i):n(y,v,p,t,e,i);if(void 0!==g){if(g)continue;h=!1;break}if(d){if(!H(e,function(t,e){if(!d.has(e)&&(y===t||r(y,t,n,o,i)))return d.add(e)})){h=!1;break}}else if(y!==v&&!r(y,v,n,o,i)){h=!1;break}}return i.delete(t),i.delete(e),h}function qt(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function zt(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return Ut(r)?r:void 0}var Vt=function(t){return nt.call(t)};function Wt(t,e){return!!(e=null==e?s:e)&&("number"==typeof t||F.test(t))&&t>-1&&t%1==0&&t<e}function Gt(t,e){if(ne(t))return!1;var r=typeof t;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=t&&!se(t))||(R.test(t)||!S.test(t)||null!=e&&t in Object(e))}function Qt(t){return t==t&&!ae(t)}function Jt(t,e){return function(r){return null!=r&&(r[t]===e&&(void 0!==e||t in Object(r)))}}(ft&&Vt(new ft(new ArrayBuffer(1)))!=A||lt&&Vt(new lt)!=g||pt&&"[object Promise]"!=Vt(pt.resolve())||ht&&Vt(new ht)!=j||dt&&"[object WeakMap]"!=Vt(new dt))&&(Vt=function(t){var e=nt.call(t),r=e==b?t.constructor:void 0,n=r?Xt(r):void 0;if(n)switch(n){case vt:return A;case gt:return g;case _t:return"[object Promise]";case bt:return j;case mt:return"[object WeakMap]"}return e});var Kt=te(function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(se(t))return Ot?Ot.call(t):"";var e=t+"";return"0"==e&&1/t==-c?"-0":e}(e);var r=[];return T.test(t)&&r.push(""),t.replace(D,function(t,e,n,o){r.push(n?o.replace(k,"$1"):e||t)}),r});function Zt(t){if("string"==typeof t||se(t))return t;var e=t+"";return"0"==e&&1/t==-c?"-0":e}function Xt(t){if(null!=t){try{return et.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function te(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(o);var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var u=t.apply(this,n);return r.cache=i.set(o,u),u};return r.cache=new(te.Cache||St),r}function ee(t,e){return t===e||t!=t&&e!=e}function re(t){return function(t){return ce(t)&&oe(t)}(t)&&rt.call(t,"callee")&&(!at.call(t,"callee")||nt.call(t)==f)}te.Cache=St;var ne=Array.isArray;function oe(t){return null!=t&&ue(t.length)&&!ie(t)}function ie(t){var e=ae(t)?nt.call(t):"";return e==y||e==v}function ue(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=s}function ae(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function ce(t){return!!t&&"object"==typeof t}function se(t){return"symbol"==typeof t||ce(t)&&nt.call(t)==O}var fe=B?function(t){return function(e){return t(e)}}(B):function(t){return ce(t)&&ue(t.length)&&!!P[nt.call(t)]};function le(t){return oe(t)?Dt(t):Bt(t)}function pe(t){return t}r.exports=function(t,e,r){var n=ne(t)?Y:$t;return r&&function(t,e,r){if(!ae(r))return!1;var n=typeof e;return!!("number"==n?oe(r)&&Wt(e,r.length):"string"==n&&e in r)&&ee(r[e],t)}(t,e,r)&&(e=void 0),n(t,Nt(e))}}).call(this,r(0),r(2)(t))},function(t,e,r){(function(e){var r="Expected a function",n="__lodash_hash_undefined__",o=1/0,i=9007199254740991,u="[object Arguments]",a="[object Function]",c="[object GeneratorFunction]",s="[object Symbol]",f=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,l=/^\w*$/,p=/^\./,h=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,y=/^\[object .+?Constructor\]$/,v=/^(?:0|[1-9]\d*)$/,g="object"==typeof e&&e&&e.Object===Object&&e,_="object"==typeof self&&self&&self.Object===Object&&self,b=g||_||Function("return this")();var m,j=Array.prototype,w=Function.prototype,O=Object.prototype,E=b["__core-js_shared__"],A=(m=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||""))?"Symbol(src)_1."+m:"",S=w.toString,R=O.hasOwnProperty,T=O.toString,D=RegExp("^"+S.call(R).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),k=b.Symbol,C=O.propertyIsEnumerable,F=j.splice,P=q(b,"Map"),$=q(Object,"create"),x=k?k.prototype:void 0,L=x?x.toString:void 0;function M(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function I(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function U(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function N(t,e){for(var r,n,o=t.length;o--;)if((r=t[o][0])===(n=e)||r!=r&&n!=n)return o;return-1}function B(t,e){return null!=t&&R.call(t,e)}function Y(t){return!(!Z(t)||A&&A in t)&&(J(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?D:y).test(function(t){if(null!=t){try{return S.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function H(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function q(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return Y(r)?r:void 0}function z(t,e,r){for(var n,o,a=-1,c=(e=function(t,e){if(Q(t))return!1;var r=typeof t;if("number"==r||"symbol"==r||"boolean"==r||null==t||tt(t))return!0;return l.test(t)||!f.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Q(n=e)?n:V(n)).length;++a<c;){var s=W(e[a]);if(!(o=null!=t&&r(t,s)))break;t=t[s]}return o||!!(c=t?t.length:0)&&K(c)&&function(t,e){return!!(e=null==e?i:e)&&("number"==typeof t||v.test(t))&&t>-1&&t%1==0&&t<e}(s,c)&&(Q(t)||function(t){return function(t){return X(t)&&function(t){return null!=t&&K(t.length)&&!J(t)}(t)}(t)&&R.call(t,"callee")&&(!C.call(t,"callee")||T.call(t)==u)}(t))}M.prototype.clear=function(){this.__data__=$?$(null):{}},M.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},M.prototype.get=function(t){var e=this.__data__;if($){var r=e[t];return r===n?void 0:r}return R.call(e,t)?e[t]:void 0},M.prototype.has=function(t){var e=this.__data__;return $?void 0!==e[t]:R.call(e,t)},M.prototype.set=function(t,e){return this.__data__[t]=$&&void 0===e?n:e,this},I.prototype.clear=function(){this.__data__=[]},I.prototype.delete=function(t){var e=this.__data__,r=N(e,t);return!(r<0||(r==e.length-1?e.pop():F.call(e,r,1),0))},I.prototype.get=function(t){var e=this.__data__,r=N(e,t);return r<0?void 0:e[r][1]},I.prototype.has=function(t){return N(this.__data__,t)>-1},I.prototype.set=function(t,e){var r=this.__data__,n=N(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},U.prototype.clear=function(){this.__data__={hash:new M,map:new(P||I),string:new M}},U.prototype.delete=function(t){return H(this,t).delete(t)},U.prototype.get=function(t){return H(this,t).get(t)},U.prototype.has=function(t){return H(this,t).has(t)},U.prototype.set=function(t,e){return H(this,t).set(t,e),this};var V=G(function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(tt(t))return L?L.call(t):"";var e=t+"";return"0"==e&&1/t==-o?"-0":e}(e);var r=[];return p.test(t)&&r.push(""),t.replace(h,function(t,e,n,o){r.push(n?o.replace(d,"$1"):e||t)}),r});function W(t){if("string"==typeof t||tt(t))return t;var e=t+"";return"0"==e&&1/t==-o?"-0":e}function G(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(r);var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var u=t.apply(this,r);return n.cache=i.set(o,u),u};return n.cache=new(G.Cache||U),n}G.Cache=U;var Q=Array.isArray;function J(t){var e=Z(t)?T.call(t):"";return e==a||e==c}function K(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function Z(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function X(t){return!!t&&"object"==typeof t}function tt(t){return"symbol"==typeof t||X(t)&&T.call(t)==s}t.exports=function(t,e){return null!=t&&z(t,e,B)}}).call(this,r(0))},function(t,e){t.exports=function(t){return t?t[0]:void 0}},function(t,e){var r=9007199254740991,n="[object Arguments]",o="[object Function]",i="[object GeneratorFunction]",u=/^(?:0|[1-9]\d*)$/;function a(t,e){return function(t,e){for(var r=-1,n=t?t.length:0,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}(e,function(e){return t[e]})}var c,s,f=Object.prototype,l=f.hasOwnProperty,p=f.toString,h=f.propertyIsEnumerable,d=(c=Object.keys,s=Object,function(t){return c(s(t))});function y(t,e){var r=_(t)||function(t){return function(t){return function(t){return!!t&&"object"==typeof t}(t)&&b(t)}(t)&&l.call(t,"callee")&&(!h.call(t,"callee")||p.call(t)==n)}(t)?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],o=r.length,i=!!o;for(var u in t)!e&&!l.call(t,u)||i&&("length"==u||g(u,o))||r.push(u);return r}function v(t){if(r=(e=t)&&e.constructor,n="function"==typeof r&&r.prototype||f,e!==n)return d(t);var e,r,n,o=[];for(var i in Object(t))l.call(t,i)&&"constructor"!=i&&o.push(i);return o}function g(t,e){return!!(e=null==e?r:e)&&("number"==typeof t||u.test(t))&&t>-1&&t%1==0&&t<e}var _=Array.isArray;function b(t){return null!=t&&function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=r}(t.length)&&!function(t){var e=function(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}(t)?p.call(t):"";return e==o||e==i}(t)}t.exports=function(t){return t?a(t,function(t){return b(t)?y(t):v(t)}(t)):[]}},function(t,e,r){(function(t,r){var n=200,o="__lodash_hash_undefined__",i=9007199254740991,u="[object Arguments]",a="[object Boolean]",c="[object Date]",s="[object Function]",f="[object GeneratorFunction]",l="[object Map]",p="[object Number]",h="[object Object]",d="[object RegExp]",y="[object Set]",v="[object String]",g="[object Symbol]",_="[object ArrayBuffer]",b="[object DataView]",m="[object Float32Array]",j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",E="[object Int32Array]",A="[object Uint8Array]",S="[object Uint8ClampedArray]",R="[object Uint16Array]",T="[object Uint32Array]",D=/\w*$/,k=/^\[object .+?Constructor\]$/,C=/^(?:0|[1-9]\d*)$/,F={};F[u]=F["[object Array]"]=F[_]=F[b]=F[a]=F[c]=F[m]=F[j]=F[w]=F[O]=F[E]=F[l]=F[p]=F[h]=F[d]=F[y]=F[v]=F[g]=F[A]=F[S]=F[R]=F[T]=!0,F["[object Error]"]=F[s]=F["[object WeakMap]"]=!1;var P="object"==typeof t&&t&&t.Object===Object&&t,$="object"==typeof self&&self&&self.Object===Object&&self,x=P||$||Function("return this")(),L="object"==typeof e&&e&&!e.nodeType&&e,M=L&&"object"==typeof r&&r&&!r.nodeType&&r,I=M&&M.exports===L;function U(t,e){return t.set(e[0],e[1]),t}function N(t,e){return t.add(e),t}function B(t,e,r,n){var o=-1,i=t?t.length:0;for(n&&i&&(r=t[++o]);++o<i;)r=e(r,t[o],o,t);return r}function Y(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}function H(t){var e=-1,r=Array(t.size);return t.forEach(function(t,n){r[++e]=[n,t]}),r}function q(t,e){return function(r){return t(e(r))}}function z(t){var e=-1,r=Array(t.size);return t.forEach(function(t){r[++e]=t}),r}var V,W=Array.prototype,G=Function.prototype,Q=Object.prototype,J=x["__core-js_shared__"],K=(V=/[^.]+$/.exec(J&&J.keys&&J.keys.IE_PROTO||""))?"Symbol(src)_1."+V:"",Z=G.toString,X=Q.hasOwnProperty,tt=Q.toString,et=RegExp("^"+Z.call(X).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),rt=I?x.Buffer:void 0,nt=x.Symbol,ot=x.Uint8Array,it=q(Object.getPrototypeOf,Object),ut=Object.create,at=Q.propertyIsEnumerable,ct=W.splice,st=Object.getOwnPropertySymbols,ft=rt?rt.isBuffer:void 0,lt=q(Object.keys,Object),pt=Mt(x,"DataView"),ht=Mt(x,"Map"),dt=Mt(x,"Promise"),yt=Mt(x,"Set"),vt=Mt(x,"WeakMap"),gt=Mt(Object,"create"),_t=Yt(pt),bt=Yt(ht),mt=Yt(dt),jt=Yt(yt),wt=Yt(vt),Ot=nt?nt.prototype:void 0,Et=Ot?Ot.valueOf:void 0;function At(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function St(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function Rt(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function Tt(t){this.__data__=new St(t)}function Dt(t,e){var r=qt(t)||function(t){return function(t){return function(t){return!!t&&"object"==typeof t}(t)&&zt(t)}(t)&&X.call(t,"callee")&&(!at.call(t,"callee")||tt.call(t)==u)}(t)?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],n=r.length,o=!!n;for(var i in t)!e&&!X.call(t,i)||o&&("length"==i||Nt(i,n))||r.push(i);return r}function kt(t,e,r){var n=t[e];X.call(t,e)&&Ht(n,r)&&(void 0!==r||e in t)||(t[e]=r)}function Ct(t,e){for(var r=t.length;r--;)if(Ht(t[r][0],e))return r;return-1}function Ft(t,e,r,n,o,i,k){var C;if(n&&(C=i?n(t,o,i,k):n(t)),void 0!==C)return C;if(!Gt(t))return t;var P=qt(t);if(P){if(C=function(t){var e=t.length,r=t.constructor(e);e&&"string"==typeof t[0]&&X.call(t,"index")&&(r.index=t.index,r.input=t.input);return r}(t),!e)return function(t,e){var r=-1,n=t.length;e||(e=Array(n));for(;++r<n;)e[r]=t[r];return e}(t,C)}else{var $=Ut(t),x=$==s||$==f;if(Vt(t))return function(t,e){if(e)return t.slice();var r=new t.constructor(t.length);return t.copy(r),r}(t,e);if($==h||$==u||x&&!i){if(Y(t))return i?t:{};if(C=function(t){return"function"!=typeof t.constructor||Bt(t)?{}:(e=it(t),Gt(e)?ut(e):{});var e}(x?{}:t),!e)return function(t,e){return xt(t,It(t),e)}(t,function(t,e){return t&&xt(e,Qt(e),t)}(C,t))}else{if(!F[$])return i?t:{};C=function(t,e,r,n){var o=t.constructor;switch(e){case _:return $t(t);case a:case c:return new o(+t);case b:return function(t,e){var r=e?$t(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}(t,n);case m:case j:case w:case O:case E:case A:case S:case R:case T:return function(t,e){var r=e?$t(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}(t,n);case l:return function(t,e,r){return B(e?r(H(t),!0):H(t),U,new t.constructor)}(t,n,r);case p:case v:return new o(t);case d:return(s=new(u=t).constructor(u.source,D.exec(u))).lastIndex=u.lastIndex,s;case y:return function(t,e,r){return B(e?r(z(t),!0):z(t),N,new t.constructor)}(t,n,r);case g:return i=t,Et?Object(Et.call(i)):{}}var i;var u,s}(t,$,Ft,e)}}k||(k=new Tt);var L=k.get(t);if(L)return L;if(k.set(t,C),!P)var M=r?function(t){return function(t,e,r){var n=e(t);return qt(t)?n:function(t,e){for(var r=-1,n=e.length,o=t.length;++r<n;)t[o+r]=e[r];return t}(n,r(t))}(t,Qt,It)}(t):Qt(t);return function(t,e){for(var r=-1,n=t?t.length:0;++r<n&&!1!==e(t[r],r,t););}(M||t,function(o,i){M&&(o=t[i=o]),kt(C,i,Ft(o,e,r,n,i,t,k))}),C}function Pt(t){return!(!Gt(t)||K&&K in t)&&(Wt(t)||Y(t)?et:k).test(Yt(t))}function $t(t){var e=new t.constructor(t.byteLength);return new ot(e).set(new ot(t)),e}function xt(t,e,r,n){r||(r={});for(var o=-1,i=e.length;++o<i;){var u=e[o],a=n?n(r[u],t[u],u,r,t):void 0;kt(r,u,void 0===a?t[u]:a)}return r}function Lt(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function Mt(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return Pt(r)?r:void 0}At.prototype.clear=function(){this.__data__=gt?gt(null):{}},At.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},At.prototype.get=function(t){var e=this.__data__;if(gt){var r=e[t];return r===o?void 0:r}return X.call(e,t)?e[t]:void 0},At.prototype.has=function(t){var e=this.__data__;return gt?void 0!==e[t]:X.call(e,t)},At.prototype.set=function(t,e){return this.__data__[t]=gt&&void 0===e?o:e,this},St.prototype.clear=function(){this.__data__=[]},St.prototype.delete=function(t){var e=this.__data__,r=Ct(e,t);return!(r<0||(r==e.length-1?e.pop():ct.call(e,r,1),0))},St.prototype.get=function(t){var e=this.__data__,r=Ct(e,t);return r<0?void 0:e[r][1]},St.prototype.has=function(t){return Ct(this.__data__,t)>-1},St.prototype.set=function(t,e){var r=this.__data__,n=Ct(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},Rt.prototype.clear=function(){this.__data__={hash:new At,map:new(ht||St),string:new At}},Rt.prototype.delete=function(t){return Lt(this,t).delete(t)},Rt.prototype.get=function(t){return Lt(this,t).get(t)},Rt.prototype.has=function(t){return Lt(this,t).has(t)},Rt.prototype.set=function(t,e){return Lt(this,t).set(t,e),this},Tt.prototype.clear=function(){this.__data__=new St},Tt.prototype.delete=function(t){return this.__data__.delete(t)},Tt.prototype.get=function(t){return this.__data__.get(t)},Tt.prototype.has=function(t){return this.__data__.has(t)},Tt.prototype.set=function(t,e){var r=this.__data__;if(r instanceof St){var o=r.__data__;if(!ht||o.length<n-1)return o.push([t,e]),this;r=this.__data__=new Rt(o)}return r.set(t,e),this};var It=st?q(st,Object):function(){return[]},Ut=function(t){return tt.call(t)};function Nt(t,e){return!!(e=null==e?i:e)&&("number"==typeof t||C.test(t))&&t>-1&&t%1==0&&t<e}function Bt(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Q)}function Yt(t){if(null!=t){try{return Z.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Ht(t,e){return t===e||t!=t&&e!=e}(pt&&Ut(new pt(new ArrayBuffer(1)))!=b||ht&&Ut(new ht)!=l||dt&&"[object Promise]"!=Ut(dt.resolve())||yt&&Ut(new yt)!=y||vt&&"[object WeakMap]"!=Ut(new vt))&&(Ut=function(t){var e=tt.call(t),r=e==h?t.constructor:void 0,n=r?Yt(r):void 0;if(n)switch(n){case _t:return b;case bt:return l;case mt:return"[object Promise]";case jt:return y;case wt:return"[object WeakMap]"}return e});var qt=Array.isArray;function zt(t){return null!=t&&function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}(t.length)&&!Wt(t)}var Vt=ft||function(){return!1};function Wt(t){var e=Gt(t)?tt.call(t):"";return e==s||e==f}function Gt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Qt(t){return zt(t)?Dt(t):function(t){if(!Bt(t))return lt(t);var e=[];for(var r in Object(t))X.call(t,r)&&"constructor"!=r&&e.push(r);return e}(t)}r.exports=function(t){return Ft(t,!0,!0)}}).call(this,r(0),r(2)(t))},function(t,e,r){(function(e){var r,n=9007199254740991,o="[object Function]",i="[object GeneratorFunction]",u="[object Map]",a="[object Set]",c="[object String]",s=/^\[object .+?Constructor\]$/,f="[\\ud800-\\udfff]",l="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",p="\\ud83c[\\udffb-\\udfff]",h="[^\\ud800-\\udfff]",d="(?:\\ud83c[\\udde6-\\uddff]){2}",y="[\\ud800-\\udbff][\\udc00-\\udfff]",v="(?:"+l+"|"+p+")"+"?",g="[\\ufe0e\\ufe0f]?"+v+("(?:\\u200d(?:"+[h,d,y].join("|")+")[\\ufe0e\\ufe0f]?"+v+")*"),_="(?:"+[h+l+"?",l,d,y,f].join("|")+")",b=RegExp(p+"(?="+p+")|"+_+g,"g"),m=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),j="object"==typeof e&&e&&e.Object===Object&&e,w="object"==typeof self&&self&&self.Object===Object&&self,O=j||w||Function("return this")(),E=(r="length",function(t){return null==t?void 0:t[r]});function A(t){return function(t){return m.test(t)}(t)?function(t){var e=b.lastIndex=0;for(;b.test(t);)e++;return e}(t):E(t)}var S,R,T,D=Function.prototype,k=Object.prototype,C=O["__core-js_shared__"],F=(S=/[^.]+$/.exec(C&&C.keys&&C.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"",P=D.toString,$=k.hasOwnProperty,x=k.toString,L=RegExp("^"+P.call($).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),M=(R=Object.keys,T=Object,function(t){return R(T(t))}),I=J(O,"DataView"),U=J(O,"Map"),N=J(O,"Promise"),B=J(O,"Set"),Y=J(O,"WeakMap"),H=Z(I),q=Z(U),z=Z(N),V=Z(B),W=Z(Y);function G(t){return!(!et(t)||F&&F in t)&&(tt(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?L:s).test(Z(t))}function Q(t){if(r=(e=t)&&e.constructor,n="function"==typeof r&&r.prototype||k,e!==n)return M(t);var e,r,n,o=[];for(var i in Object(t))$.call(t,i)&&"constructor"!=i&&o.push(i);return o}function J(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return G(r)?r:void 0}var K=function(t){return x.call(t)};function Z(t){if(null!=t){try{return P.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(I&&"[object DataView]"!=K(new I(new ArrayBuffer(1)))||U&&K(new U)!=u||N&&"[object Promise]"!=K(N.resolve())||B&&K(new B)!=a||Y&&"[object WeakMap]"!=K(new Y))&&(K=function(t){var e=x.call(t),r="[object Object]"==e?t.constructor:void 0,n=r?Z(r):void 0;if(n)switch(n){case H:return"[object DataView]";case q:return u;case z:return"[object Promise]";case V:return a;case W:return"[object WeakMap]"}return e});var X=Array.isArray;function tt(t){var e=et(t)?x.call(t):"";return e==o||e==i}function et(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}t.exports=function(t){if(null==t)return 0;if(null!=(e=t)&&function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=n}(e.length)&&!tt(e))return function(t){return"string"==typeof t||!X(t)&&function(t){return!!t&&"object"==typeof t}(t)&&x.call(t)==c}(t)?A(t):t.length;var e,r=K(t);return r==u||r==a?t.size:Q(t).length}}).call(this,r(0))},function(t,e){var r=Array.isArray;t.exports=r},function(t,e,r){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0});const n=r(5),o=r(7),i=r(16),u=r(36),a=r(35),c=(r(34),r(33)),s=r(11),f=r(19),l=(r(18),r(32)),p=r(20),h=r(10),d=r(4),y=r(31),v=r(30),g=r(9),_=r(29),b=r(1),m=r(28),j=r(3),w=r(17);function O(t,e={}){return new Promise((r,c)=>{const l=[...function(t,e){const r=[],n=d(t,"dataset"),i=d(t,"branch"),u=d(t,"commit");o(n)||_(n)||r.push("'dataset' clause must be string only");o(i)||_(i)||r.push("'branch' clause must be string only");o(u)||_(u)||r.push("'commit' clause must be string only");return r}(t),...function(t,e){const r=[],n=d(t,"from",null);o(n)&&r.push("'from' clause couldn't be empty");_(n)||r.push("'from' clause must be string only");if(!j.AVAILABLE_FROM_CLAUSE_VALUES.has(n)){const t=[...j.AVAILABLE_FROM_CLAUSE_VALUES];r.push(`'from' clause must be one of the list: ${t.join(", ")}`)}return r}(t),...function(t,e){const r=[],n=d(t,"select",null),o=d(t,"from",null),c=d(n,"key"),s=d(n,"value");switch(!0){case j.isSchemaQuery(t):r.push(E(n),function(t,e){if(!u(e)||2!==a(e))return`'select.key' clause for '${t}' queries must have exactly 2 items: 'key', 'value'`}(o,c),T(o,s));break;case j.isEntitiesQuery(t):case j.isConceptsQuery(t):r.push(E(n),D(n,c,s),k(o,c),T(o,s));break;case j.isDatapointsQuery(t):r.push(E(n),function(t,e,r){if(!i(t)||!u(e)||!u(r))return"'select' clause must have next structure: { key: [...], value: [...] }"}(n,c,s),function(t,e){if(a(e)<2)return`'select.key' clause for '${t}' queries must have at least 2 items`}(o,c),function(t,e){const r=(n=e,p(n,(t,e,r)=>b(r,t,e+1)));var n;if(a(r)>0)return`'select.key' clause for '${t}' queries contains duplicates: ${m(r).join(",")}`}(o,c),function(t,e){if(a(e)<1)return`'select.value' clause for '${t}' queries must have at least 1 item`}(o,s));break;default:r.push(E(n))}return g(r)}(t),...function(t,e){const r=[],i=d(t,"join",null),u=d(t,"where",null),a=function t(e){const r=[];for(const n in e)h(n,"$")&&r.push({name:n,isLeaf:!1}),w.isPrimitive(e[n])?h(e[n],"$")&&r.push({name:e[n],isLeaf:!0}):r.push(...t(e[n]));return r}(u);return r.push(function(t,e){if(!o(t)&&!A(t))return`'${e}where' clause must be object only`}(u,R(e)),function(t,e,r){const o=p(e,e=>!function(t,e){return function(t){return!t.isLeaf&&j.AVAILABLE_QUERY_OPERATORS.has(t.name)}(e)||function(t,e){return e.isLeaf&&h(e.name,"$")&&y(t,e.name)}(t,e)}(t,e)).map(t=>t.name),i=[...j.AVAILABLE_QUERY_OPERATORS.values(),...s(t)];if(!n(o))return`'${r}where' clause has unknown operator(s) '${o.join(", ")}', replace it with allowed operators: ${i.join(", ")}`}(i,a,R(e))),g(r)}(t,e),...function(t,e){const r=[],n=d(t,"language",null);switch(!0){case j.isSchemaQuery(t):r.push(function(t){if(y(t,"language"))return"'language' clause for '*.schema' queries shouldn't be present in query"}(t));break;case j.isEntitiesQuery(t):case j.isConceptsQuery(t):case j.isDatapointsQuery(t):default:r.push(function(t){if(!o(t)&&!_(t))return"'language' clause must be string only"}(n))}return g(r)}(t),...function(t,e){const r=[],n=d(t,"join",null);switch(!0){case j.isSchemaQuery(t):case j.isConceptsQuery(t):r.push(function(t){if(y(t,"join"))return`'join' clause for '${t.from}' queries shouldn't be present in query`}(t));break;case j.isEntitiesQuery(t):case j.isDatapointsQuery(t):default:r.push(function(t){if(!o(t)&&!A(t))return"'join' clause must be object only"}(n),...f(n,(t,e)=>(function(t,e){if(!o(t.key)&&!_(t.key))return`'${e}key' clause must be string only`})(t,R({joinID:e}))))}return g(r)}(t),...function(t,e){const r=[],n=d(t,"order_by",null);return r.push(function(t){if(!(o(t)||_(t)||(e=t,u(e)&&v(e,_))||function(t,e){return u(t)&&v(t,e)}(t,S)))return"'order_by' clause must be string or array of strings || objects only";var e}(n)),g(r)}(t)];return n(l)?r():c(`Too many query structure errors: \n* ${l.join("\n* ")}`)})}function E(t){if(o(t))return"'select' clause couldn't be empty"}function A(t){return i(t)&&!u(t)}function S(t){return _(t)||A(t)&&1===a(t)&&j.AVAILABLE_ORDER_BY_CLAUSE_VALUES.has(l(c(t)))}function R(t){return d(t,"joinID",!1)?`join.${t.joinID}.`:""}function T(t,e){if(!u(e)&&!o(e))return`'select.value' clause for '${t}' queries should be array of strings or empty`}function D(t,e,r){if(!i(t)||!u(e))return"'select' clause must have next structure: { key: [...], value: [...] }"}function k(t,e){if(!u(e)||1!==a(e))return`'select.key' clause for '${t}' queries must have only 1 item`}e.validateQueryStructure=O,e.getVersion=function(){return t.env.npm_package_version}}).call(this,r(8))},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}},function(t,e){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},function(t,e,r){(function(e){var r=1/0,n="[object Symbol]",o=/^\s+/,i="[\\ud800-\\udfff]",u="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",a="\\ud83c[\\udffb-\\udfff]",c="[^\\ud800-\\udfff]",s="(?:\\ud83c[\\udde6-\\uddff]){2}",f="[\\ud800-\\udbff][\\udc00-\\udfff]",l="(?:"+u+"|"+a+")"+"?",p="[\\ufe0e\\ufe0f]?"+l+("(?:\\u200d(?:"+[c,s,f].join("|")+")[\\ufe0e\\ufe0f]?"+l+")*"),h="(?:"+[c+u+"?",u,s,f,i].join("|")+")",d=RegExp(a+"(?="+a+")|"+h+p,"g"),y=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),v="object"==typeof e&&e&&e.Object===Object&&e,g="object"==typeof self&&self&&self.Object===Object&&self,_=v||g||Function("return this")();function b(t,e,r){if(e!=e)return function(t,e,r,n){for(var o=t.length,i=r+(n?1:-1);n?i--:++i<o;)if(e(t[i],i,t))return i;return-1}(t,m,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function m(t){return t!=t}function j(t){return function(t){return y.test(t)}(t)?function(t){return t.match(d)||[]}(t):function(t){return t.split("")}(t)}var w=Object.prototype.toString,O=_.Symbol,E=O?O.prototype:void 0,A=E?E.toString:void 0;function S(t){if("string"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&w.call(t)==n}(t))return A?A.call(t):"";var e=t+"";return"0"==e&&1/t==-r?"-0":e}function R(t,e,r){var n=t.length;return r=void 0===r?n:r,!e&&r>=n?t:function(t,e,r){var n=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(r=r>o?o:r)<0&&(r+=o),o=e>r?0:r-e>>>0,e>>>=0;for(var i=Array(o);++n<o;)i[n]=t[n+e];return i}(t,e,r)}t.exports=function(t,e,r){var n;if((t=null==(n=t)?"":S(n))&&(r||void 0===e))return t.replace(o,"");if(!t||!(e=S(e)))return t;var i=j(t);return R(i,function(t,e){for(var r=-1,n=t.length;++r<n&&b(e,t[r],0)>-1;);return r}(i,j(e))).join("")}}).call(this,r(0))},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=r(5),o=r(20),i=r(19),u=r(4),a=r(9),c=r(1),s=r(10),f=r(7),l=r(40),p=(r(18),r(3)),h=r(17);function d(t,e){return o(t,t=>!c(e,t))}function y(t,e){const r=o([...e.values()],({concept_type:e})=>c(t,e));return i(r,"concept")}e.validateQueryDefinitions=function(t,e={}){return new Promise((r,o)=>{const i=[...function(t,e){const r=[],o=u(t,"from",null),i=u(t,"select",null),c=u(i,"key"),s=u(i,"value"),f=[],l=[],{conceptsLookup:h}=e;switch(!0){case p.isDatapointsQuery(t):const e=[p.CONCEPT_TYPE_ENTITY_SET,p.CONCEPT_TYPE_ENTITY_DOMAIN,p.CONCEPT_TYPE_TIME];f.push(...y(e,h)),l.push(...h.keys());break;case p.isEntitiesQuery(t):const r=[p.CONCEPT_TYPE_ENTITY_SET,p.CONCEPT_TYPE_ENTITY_DOMAIN];f.push(...y(r,h)),l.push(...h.keys());break;case p.isConceptsQuery(t):f.push(p.RESERVED_CONCEPT),l.push(...h.keys(),p.RESERVED_CONCEPT,p.RESERVED_CONCEPT_TYPE,p.RESERVED_DOMAIN,p.RESERVED_UNIT,p.RESERVED_DRILL_UP);break;default:f.push(p.RESERVED_KEY,p.RESERVED_VALUE),l.push(p.RESERVED_KEY,p.RESERVED_VALUE)}return r.push(function(t,e,r){const o=d(e,r);if(!n(o))return`'select.key' clause for '${t}' query contains unavailable item(s): ${o.join(", ")}`}(o,c,f),function(t,e,r){if(!0!==t.debug)return;const o=u(t,"from",null),i=d(e,r);return n(e)||n(i)?void 0:`'select.value' clause for '${o}' query contains unavailable item(s): ${i.join(", ")}`}(t,s,l)),a(r)}(t,e),...function(t,e){if(!0!==t.debug)return[];const r=[],o=u(t,"where",null),i=(u(t,"from",null),u(t,"select",null)),{conceptsLookup:c}=e;switch(u(i,"key"),u(i,"value"),function(t){const e={};!function t(e,r,o){for(const i in e){const u=!f(o),a=!u&&!s(i,"$")&&isNaN(+i),[c,...p]=i.split(".");a&&(f(r[c])&&(r[l(c,"is--")]=[]),n(p)||r[c].push(l(p.join("."),"is--"))),h.isPrimitive(e[i])||t(e[i],r,a?c:o)}}(t,e)}(o),!0){case p.isDatapointsQuery(t):const e=[];e.push(p.CONCEPT_TYPE_ENTITY_SET,p.CONCEPT_TYPE_ENTITY_DOMAIN,p.CONCEPT_TYPE_TIME),r.push()}return a(r)}(t,e)];return n(i)?r():o(`Too many query definition errors [repo: ${e.basePath}]: \n* ${i.join("\n* ")}`)})}},function(t,e,r){"use strict";function n(t){for(var r in t)e.hasOwnProperty(r)||(e[r]=t[r])}Object.defineProperty(e,"__esModule",{value:!0}),n(r(3)),n(r(41)),n(r(37)),n(r(27)),n(r(26)),n(r(15))},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.InClauseUnderConjunction=void 0;const n=r(12),o=r(11),i=r(4),u=r(5),a=r(10),c=r(1),s=r(9),f=r(6),l="where",p="join";e.InClauseUnderConjunction=class{constructor(t,e,r){this.parent=t,this.options=r,this.flow={},this.fileReader=r.fileReader,this.datasetPath=r.basePath,this.query=e,this.datapackage=r.datapackage,this.conceptsLookup=r.conceptsLookup}isMatched(){return this.flow.joinObject=i(this.query,p),"datapoints"===this.query.from&&this.flow.joinObject}async getRecommendedFilesSet(){const{debug:t,error:e,warning:r}=this.options.diagnostic.prepareDiagnosticFor("getRecommendedFilesSet");if(this.isMatched()){let r;t("plugin matched");try{if(this.flow.processableClauses=await this.collectProcessableClauses(),!this.flow.processableClauses)return[];this.collectEntityFilesNames();const t=await this.collectEntities();this.fillEntityValuesHash(t),this.getFilesGroupsQueryClause(),r=this.getOptimalFilesGroup()}catch(t){return e("wrong data processing",t),[]}return t("recommended files found",r),r}{const t='Plugin "InClauseUnderConjunction" is not matched!';throw r(t),new f.DdfCsvError(t,"InClauseUnderConjunction plugin")}}collectProcessableClauses(){const t=o(this.flow.joinObject).filter(t=>{var e;return["entity_domain","entity_set"].includes(null===(e=this.options.conceptsLookup.get(t.slice(1)))||void 0===e?void 0:e.concept_type)});return t.length?Promise.all(t.map(t=>{const e=this.flow.joinObject[t].key,r=i(this.flow.joinObject,`${t}.${l}`,{});return this.parent.queryData({select:{key:[e]},where:r,from:this.options.conceptsLookup.has(e)?"entities":"concepts"},Object.assign({joinID:t},this.options)).then(t=>({key:e,entities:new Set(t.map(t=>t[e]))}))})):Promise.resolve(!1)}collectEntityFilesNames(){this.flow.entityFilesNames=new Set,this.flow.entityResources=new Set,this.flow.fileNameToPrimaryKeyHash=new Map;for(const t of this.datapackage.ddfSchema.entities)for(const e of this.flow.processableClauses){const r=e.key;if(n(t.primaryKey)===r)for(const e of t.resources){const t=this.options.resourcesLookup.get(e);this.flow.entityResources.add(t),this.flow.entityFilesNames.add(t.path),this.flow.fileNameToPrimaryKeyHash.set(t.path,r)}}return this}collectEntities(){const t=this,e=[...t.flow.entityResources].map(e=>(e.data||(e.data=t.parent.loadFile(e.path,t.options))).then(t=>({result:t,file:e.path})));return Promise.all(e)}fillEntityValuesHash(t){const e=t=>s(o(t).filter(e=>a(e,"is--")&&!0===t[e]).map(t=>t.replace(/^is--/,"")));this.flow.entityValueToFileHash=new Map,this.flow.entityValueToDomainHash=new Map;for(const r of t)for(const t of r.result.data){const n=this.flow.fileNameToPrimaryKeyHash.get(r.file),o=[...e(t)];u(o)&&o.push(n);const i=t[n]||t[o[0]];this.flow.entityValueToDomainHash.set(i,o),this.flow.entityValueToFileHash.set(i,r.file)}return this}getFilesGroupsQueryClause(){var t;const e=new Map;for(const r of this.flow.processableClauses){const n={datapoints:new Set};for(const e of r.entities){const r=this.flow.entityValueToDomainHash.get(e);for(const o of r)for(const r of this.datapackage.ddfSchema.datapoints)for(const i of r.resources)if(c(r.primaryKey,o)){const r=this.options.resourcesLookup.get(i),u=null===(t=r.constraints)||void 0===t?void 0:t[o];u?u.includes(e)&&n.datapoints.add(r.path):n.datapoints.add(r.path)}}e.set(r.key,n)}return this.flow.filesGroupsByClause=e,this}getOptimalFilesGroup(){const t=this.flow.entityFilesNames,e=new Set;for(const t of this.datapackage.ddfSchema.concepts)for(const r of t.resources)e.add(this.options.resourcesLookup.get(r).path);const r=this.flow.filesGroupsByClause.keys();let n=Array.from(this.flow.filesGroupsByClause.get(r.next().value).datapoints);for(const t of r)n=this.intersectArray(n,Array.from(this.flow.filesGroupsByClause.get(t).datapoints));return[...Array.from(e),...Array.from(t)].concat(n)}intersectArray(t,e){return t.filter(t=>e.includes(t))}}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getAppropriatePlugin=void 0;const n=r(43),o=r(12);e.getAppropriatePlugin=function(t,e,r){const i=[new n.InClauseUnderConjunction(t,e,r)];return o(i.filter(t=>t.isMatched()))}},function(t,e,r){"use strict";t.exports=(t=>{if("string"!=typeof t)throw new TypeError("Expected a string, got "+typeof t);return 65279===t.charCodeAt(0)?t.slice(1):t})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ddfCsvReader=void 0;const n=r(1),o=r(5),i=r(45),u=r(44),a=r(6),c=r(42),s=r(25),f=r(22),l=t=>!("number"!=typeof t&&!t);e.ddfCsvReader=function(t){const e=[{concept:"concept",concept_type:"string",domain:null},{concept:"concept_type",concept_type:"string",domain:null}],r=new Map([["$and",(t,e)=>e.every(e=>w(t,e))],["$or",(t,e)=>e.some(e=>w(t,e))],["$not",(t,e)=>!w(t,e)],["$nor",(t,e)=>!e.some(e=>w(t,e))],["$eq",(t,e)=>t==e],["$ne",(t,e)=>t!=e],["$gt",(t,e)=>l(t)&&t>e],["$gte",(t,e)=>l(t)&&t>=e],["$lt",(t,e)=>l(t)&&t<e],["$lte",(t,e)=>l(t)&&t<=e],["$in",(t,e)=>e.has(t)],["$nin",(t,e)=>!e.has(t)]]),p=new Map,h=new Map;let d,y,v=[],g=!1;function _(t){const e=(0,c.getFilePath)(t.basePath),{debug:r,error:n}=t.diagnostic.prepareDiagnosticFor("loadDataPackage");return new Promise((o,u)=>{if(d)return o(d);t.fileReader.readText(e,(t,c)=>{if(t)return n("file reading",t),u(new a.DdfCsvError(a.FILE_READING_ERROR,t,e));try{d=JSON.parse(i(c)),v=[],function(t){if(h.size>0)return h;t.resources.forEach(t=>{Array.isArray(t.schema.primaryKey)||(t.schema.primaryKey=[t.schema.primaryKey]);const e=t.schema.fields.reduce((t,e)=>{var r;return(null===(r=e.constraints)||void 0===r?void 0:r.enum)&&(g||(g=!0),t[e.name]=e.constraints.enum.map(t=>+t||t)),t},{});t.constraints=e,t.translations={},h.set(t.name,t)})}(d),function(t){if(p.size>0)return p;for(const e in t.ddfSchema)t.ddfSchema[e].map(t=>{const e=k(t.primaryKey),r=t.resources.map(t=>h.get(t));p.has(e)?p.get(e).set(t.value,r):p.set(e,new Map([[t.value,r]]))})}(d)}catch(t){return n("json file parsing",t),u(new a.DdfCsvError(a.JSON_PARSING_ERROR,t.message,e))}r("datapackage content is ready"),o(d)})})}async function b(t,r){const{error:n}=r.diagnostic.prepareDiagnosticFor("loadConcepts");m(e,r);const o={select:{key:["concept"],value:["concept_type","domain"]},from:"concepts"};let i;try{!function(t,r){const n=t.filter(t=>"entity_set"===t.concept_type).map(t=>({concept:"is--"+t.concept,concept_type:"boolean",domain:null}));m(t=t.concat(n).concat(e),r)}(await j(o,r),r),i=await function({conceptsLookup:t}){const e=new Map([["boolean",t=>"true"===t||"TRUE"===t],["measure",t=>parseFloat(t)]]),r=[...S(["concept"])].map(r=>r.data.then(r=>{const n=Object.keys(r.data[0]),o=new Map;return n.forEach(r=>{const n=t.get(r).concept_type,i=e.get(n);i&&o.set(r,i)}),r.data.forEach(t=>{for(const[e,r]of o)t[e]=r(t[e])})}));return Promise.all(r)}(r)}catch(t){throw n("concepts processing",t),t}return i}function m(t,e){e.conceptsLookup.clear(),t.forEach(t=>e.conceptsLookup.set(t.concept,t))}function j(t,e){const r=Object.assign({},e),{debug:i}=r.diagnostic.prepareDiagnosticFor("queryData"),{select:{key:u=[],value:a=[]},from:c="",where:s={},join:l={},order_by:p=[],language:h}=t,d={key:u,value:a};i("start all data loading",t);const y=new Set(d.key.concat(d.value)),v=E(s).filter(t=>"entities"===c||!y.has(t)),g=function(t,e,r,o,i){const{debug:u}=o.diagnostic.prepareDiagnosticFor("loadResource"),a=S(t,e);return u("resources list by query",{queryParam:i,resources:[...a]}),Promise.all([...a].map(t=>(function(t,e,r){const{warning:o}=r.diagnostic.prepareDiagnosticFor("loadResource"),i=[];void 0===t.data&&(t.data=C(t.path,r)),i.push(t.data);const u=void 0!==e&&n(function(t){return t.datapackage.translations?t.datapackage.translations.map(t=>t.id):[]}(r),e),a=void 0!==t.translations[e];if(u){if(!a){const n=`lang/${e}/${t.path}`;t.translations[e]=C(n,r).catch(t=>(o(`translation file ${n}`,t),Promise.resolve({})))}i.push(t.translations[e])}return Promise.all(i).then(e=>{const r=e.map(t=>t.data||[]),n=t.schema.primaryKey,o=T(n,"translation",...r);return{data:o,resource:t}})})(t,r,o)))}(d.key,[...d.value,...v],h,r,t),_=function(t,e,r){return Promise.all(Object.keys(t).map(e=>(function(t,e,r,n){return"time"===n.conceptsLookup.get(e.key).concept_type?Promise.resolve({[t]:e.where}):j({select:{key:[e.key]},where:e.where,from:n.conceptsLookup.has(e.key)?"entities":"concepts"},Object.assign({joinID:t},n)).then(r=>({[t]:{[e.key]:{$in:new Set(r.map(t=>t[e.key]))}}}))})(e,t[e],0,r))).then(t=>t.reduce(O,{}))}(l,0,r),b=function(t,e,r){const n=A(["entity_set"],t,r).map(t=>j({select:{key:[t.domain],value:["is--"+t.concept]},from:"entities"},Object.assign({},r)).then(e=>({[t.concept]:{$in:new Set(e.filter(e=>e["is--"+t.concept]).map(e=>e[t.domain]))}})));return Promise.all(n).then(t=>t.reduce((t,e)=>Object.assign(t,e),{}))}(d.key,0,r);return Promise.all([g,b,_]).then(([e,u,a])=>{i("finish all data loading",t);const c=function(...t){return t.reduce((t,r)=>(o(r)||(e=r,function(t){const e=Object.keys(t);for(const r of e)"$or"==r&&(t[r]=t[r].reduce((t,e)=>{const r=Object.keys(e);if(r.length>1)for(const n of r)t.push({[n]:e[n]});else t.push(e);return t},[]))}(e),t.$and.push(r)),t),{$and:[]});var e}(u,function t(e,r){const o={};for(const i in e){const u=e[i];n(["$and","$or","$nor"],i)?o[i]=u.map(e=>t(e,r)):"$in"===i||"$nin"===i?o[i]=new Set(u):void 0!==r[u]?Object.assign(o,r[u]):o[i]="object"==typeof u?t(u,r):u}return o}(s,a));i("dataTables processing",t);const l=e.map(t=>(function(t,e,r,n){const o=t.resource.schema.primaryKey,i=new Set([...o,...e.value,...r]),u=function(t,e,r){const n=new Set(e),o=["entity_set","entity_domain"],i=A(o,t,r);if(0===i.length)return new Map;const u=A(o,null,r);return i.map(t=>u.filter(e=>"entity_set"===t.concept_type?n.has(e.concept)&&e.concept!==t.concept&&(e.domain===t.domain||e.concept===t.domain):n.has(e.concept)&&e.concept!==t.concept&&e.domain===t.concept).reduce((e,r)=>e.set(r.concept,t.concept),new Map)).reduce((t,e)=>new Map([...t,...e]),new Map)}(e.key,o,n);return t.data.map(t=>R(t,i)).map(t=>(function(t,e){const r={};for(const n of Object.keys(t))r[e.get(n)||n]=t[n];return r})(t,u))})(t,d,v,r));i("queryResult processing",t);const h=T(d.key,"overwrite",...l).filter(t=>w(t,c)).map(t=>(function(t,e){for(const r of e)void 0===t[r]&&(t[r]=null);return t})(t,y)).map(t=>R(t,y));return i("result ordering",t),function(t,e=[]){if(0===e.length)return;const r=e.map(t=>{if("string"==typeof t)return{concept:t,direction:1};{const e=Object.keys(t)[0],r="asc"===t[e]?1:-1;return{concept:e,direction:r}}}),n=r.length;t.sort((t,e)=>{for(let o=0;o<n;o++){const n=r[o];if(t[n.concept]<e[n.concept])return-1*n.direction;if(t[n.concept]>e[n.concept])return 1*n.direction}return 0})}(h,p),i("final result is ready",t),function(t,e){const r=e.conceptsLookup;return Object.keys(t[0]||{}).map(t=>r.get(t)||{}).filter(t=>"time"==t.concept_type).forEach(({concept:r})=>{const n=function(t,e){const{error:r}=e.diagnostic.prepareDiagnosticFor("queryData"),n={year:(0,f.utcParse)("%Y"),month:(0,f.utcParse)("%Y-%m"),day:(0,f.utcParse)("%Y%m%d"),hour:(0,f.utcParse)("%Y%m%dt%H"),minute:(0,f.utcParse)("%Y%m%dt%H%M"),second:(0,f.utcParse)("%Y%m%dt%H%M%S"),week:(0,f.utcParse)("%Yw%V"),quarter:(0,f.utcParse)("%Yq%q")};return"time"==t?function(t){for(const e in n){const r=n[e](t);if(r)return r}return r("Could not parse time string: "+t),null}:n[t]?n[t]:(r("No time parser found for time concept: "+t),t=>t)}(r,e);t.forEach(t=>{t[r]=n(t[r])})}),t}(h,r)})}function w(t,e){return Object.keys(e).every(n=>{const o=r.get(n);return o?o(t,e[n]):"object"!=typeof e[n]?r.get("$eq")(t[n],e[n]):w(t[n],e[n])})}function O(t,e){return Object.assign(t,e)}function E(t){const e=[];for(const r in t)n(["$and","$or","$not","$nor"],r)?t[r].map(E).forEach(t=>e.push(...t)):e.push(r);return[...new Set(e)]}function A(t,e,r){const o=e||Array.from(r.conceptsLookup.keys()),i=[];for(const e of o){const o=r.conceptsLookup.get(e);n(t,o.concept_type)&&i.push(o)}return i}function S(t,e){if(!e||0===e.length||t[0]===e)return new Set([...p.get(k(t)).values()].reduce((t,e)=>t.concat(e)));if(Array.isArray(e))return e.map(e=>S(t,e)).reduce((t,e)=>new Set([...t,...e]),new Set);let r=p.get(k(t)).get(e);return r&&(r=r.filter(t=>o(v)||n(v,t.path))),new Set(r)}function R(t,e){const r={};for(const n of Object.keys(t))e.has(n)&&(r[n]=t[n]);return r}function T(t,e,...r){if(1===r.length)return r[0];const n=t.slice(0).sort();return[...r.reduce((t,r)=>(r.forEach(r=>{const o=n.map(t=>r[t]).join(",");t.has(o)?function(t,e,r){switch(r){case"overwrite":Object.assign(t,e);break;case"translation":for(const r in e)""!==e[r]&&(t[r]=e[r]);break;case"overwriteWithError":for(const r in e)if(void 0!==t[r]&&t[r]!==e[r]){const n=JSON.stringify(e),o=JSON.stringify(t),i=`JOIN Error: two resources have different data for "${r}": ${n},${o}`;D(new a.DdfCsvError(a.DDF_ERROR,i))}else t[r]=e[r]}}(t.get(o),r,e):t.set(o,Object.assign({},r))}),t),new Map).values()]}function D(e){throw(t||console).error(e.message),e}function k(t,e=!1){const r=t.slice(0).sort();return e?r.map(t=>e[t]).join(","):r.join(",")}function C(t,e){const{debug:r,error:o}=e.diagnostic.prepareDiagnosticFor("loadFile"),u=(0,c.getFilePath)(e.basePath,t);return r(`start reading "${t}"`),new Promise((c,f)=>{e.fileReader.readText(u,(l,p)=>{if(l)return o(`fail "${t}" reading`,l),f(new a.DdfCsvError(a.FILE_READING_ERROR,l,u));s.parse(i(p),{header:!0,skipEmptyLines:!0,dynamicTyping:t=>{const r=e.conceptsLookup.get(t)||{};return!n(["time","string"],r.concept_type)},complete:e=>{r(`finish reading "${t}"`),c(e)},error:e=>{o(`fail "${t}" parsing`,e),f(new a.DdfCsvError(a.CSV_PARSING_ERROR,e,t))}})})})}return{query:async function(t,e){const r=Object.assign({},e),{warning:n,error:o}=r.diagnostic.prepareDiagnosticFor("query");let i;if(function(t,e){return"datapoints"==t.from&&0==t.select.value.length}(t))return Promise.resolve([]);try{if(await(0,c.validateQueryStructure)(t,r),r.datapackage=await(y||(y=_(r))),r.resourcesLookup=h,await b(0,r),await(0,c.validateQueryDefinitions)(t,r),(0,c.isSchemaQuery)(t))i=await function(t,e){const{debug:r,error:n}=e.diagnostic.prepareDiagnosticFor("query"),o=t=>(r(`get schema for collection ${t}`),e.datapackage.ddfSchema[t].map(({primaryKey:t,value:e})=>({key:t,value:e}))),i=t.from.split(".")[0];if(e.datapackage.ddfSchema[i])return o(i);if("*"===i)return Object.keys(e.datapackage.ddfSchema).map(o).reduce((t,e)=>t.concat(e));{const t=`No valid collection (${i}) for schema query`;n(t),D(new a.DdfCsvError(a.DDF_ERROR,t))}}(t,r);else{const e=g&&(0,u.getAppropriatePlugin)(this,t,r);if(v=[],e){const r=await e.getRecommendedFilesSet();v=r,t.optimalFilesSet=[].concat(r,t.optimalFilesSet),n("get custom optimal files list by a plugin",v)}i=await j(t,r)}}catch(t){throw o("general query error",t),t}return i},queryData:j,loadFile:C,getDatasetInfo:function(t){return y||_(t)}}}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.prepareDDFCsvReaderObject=void 0;const n=r(5),o=r(46),i=r(6),u=r(14),a=r(14),c=r(23),s="@vizabi/reader-ddfcsv",f="4.4.0";e.prepareDDFCsvReaderObject=function(t){return function(e,r){return{init(n){this._basePath=(0,c.githubPathAdapter)(n.path||""),this._lastModified=n._lastModified,this.fileReader=e||t,this.logger=r,this.resultTransformer=n.resultTransformer,this.readerOptions={basePath:this._basePath,fileReader:this.fileReader,logger:this.logger},this.reader=(0,o.ddfCsvReader)(this.logger)},async getDatasetInfo(){const t=(0,u.createDiagnosticManagerOn)(s,f).forRequest("").withSeverityLevel(a.Level.OFF),e=Object.assign({},this.readerOptions,{diagnostic:t});return this.reader.getDatasetInfo(e).then(t=>{const e=Object.assign({},t);return delete e.ddfSchema,delete e.resources,e})},async checkFile(t){return new Promise((e,r)=>e({status:this.fileReader.checkFile(t),url:t}))},async getFile(t,e,r){return new Promise((n,o)=>{this.fileReader.readText(t,(t,r)=>{if(t)return o(t);try{return n(e?JSON.parse(r):r)}catch(t){return o(t)}},r)})},async checkIfAssetExists(t,e=""){if(n(e)&&n(this._basePath))throw new i.DdfCsvError("Neither initial 'path' nor 'repositoryPath' as a second param were found.","Happens in 'checkIfAssetExists' function",t);const r=`${e||this._basePath}/assets/${t}`;return await this.checkFile(r)},async getAsset(t,e=""){if(n(e)&&n(this._basePath))throw new i.DdfCsvError("Neither initial 'path' nor 'repositoryPath' as a second param were found.","Happens in 'getAsset' function",t);const r=`${e||this._basePath}/${t}`,o=".json"===r.slice(-".json".length);return await this.getFile(r,o)},async read(t,e,o){const c=o?(0,u.createDiagnosticManagerOn)(s,f).basedOn(o):(0,u.createDiagnosticManagerOn)(s,f).forRequest("").withSeverityLevel(a.Level.OFF),{debug:l,error:p,fatal:h}=c.prepareDiagnosticFor("read");let d;l("start reading",t);try{if(n(t.repositoryPath)&&n(this._basePath)){const e="Neither initial 'path' nor 'repositoryPath' in query were found.",r=new i.DdfCsvError(e,JSON.stringify(t));throw p(e,r),r}d=await this.reader.query(t,{basePath:t.repositoryPath||this._basePath,fileReader:this.fileReader,logger:this.logger,conceptsLookup:new Map,diagnostic:c}),d=e?this._prettifyData(d,e):d,this.resultTransformer&&(d=this.resultTransformer(d)),this.logger&&this.logger.log&&(r.log(JSON.stringify(t),d.length),r.log(d))}catch(t){throw h("global data reading error",t),t}return d},_prettifyData:(t,e)=>t.map(t=>(Object.keys(t).forEach(r=>{e[r]&&(t[r]=e[r](t[r]))}),t))}}}},function(t,e){!function(){"use strict";if(!self.fetch){i.prototype.append=function(t,e){t=n(t),e=o(e);var r=this.map[t];r||(r=[],this.map[t]=r),r.push(e)},i.prototype.delete=function(t){delete this.map[n(t)]},i.prototype.get=function(t){var e=this.map[n(t)];return e?e[0]:null},i.prototype.getAll=function(t){return this.map[n(t)]||[]},i.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},i.prototype.set=function(t,e){this.map[n(t)]=[o(e)]},i.prototype.forEach=function(t){var e=this;Object.getOwnPropertyNames(this.map).forEach(function(r){t(r,e.map[r])})};var t={blob:"FileReader"in self&&"Blob"in self&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in self},e=["DELETE","GET","HEAD","OPTIONS","POST","PUT"],r=!("undefined"==typeof window||!window.ActiveXObject||window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);s.call(f.prototype),s.call(p.prototype),self.Headers=i,self.Request=f,self.Response=p,self.fetch=function(e,n){var o;return o=f.prototype.isPrototypeOf(e)&&!n?e:new f(e,n),new fetch.Promise(function(e,n){var u=function(){return r&&!/^(get|post|head|put|delete|options)$/i.test(this.method)?(this.usingActiveXhr=!0,new ActiveXObject("Microsoft.XMLHTTP")):new XMLHttpRequest}();function a(){if(4===u.readyState){var t=1223===u.status?204:u.status;if(t<100||t>599)n(new TypeError("Network request failed"));else{var r={status:t,statusText:u.statusText,headers:function(t){var e=new i;return t.getAllResponseHeaders().trim().split("\n").forEach(function(t){var r=t.trim().split(":"),n=r.shift().trim(),o=r.join(":").trim();e.append(n,o)}),e}(u),url:"responseURL"in u?u.responseURL:/^X-Request-URL:/m.test(u.getAllResponseHeaders())?u.getResponseHeader("X-Request-URL"):void 0},o="response"in u?u.response:u.responseText;e(new p(o,r))}}}"cors"===o.credentials&&(u.withCredentials=!0),u.onreadystatechange=a,self.usingActiveXhr||(u.onload=a,u.onerror=function(){n(new TypeError("Network request failed"))}),u.open(o.method,o.url,!0),"responseType"in u&&t.blob&&(u.responseType="blob"),o.headers.forEach(function(t,e){e.forEach(function(e){u.setRequestHeader(t,e)})}),u.send(void 0===o._bodyInit?null:o._bodyInit)})},fetch.Promise=self.Promise,self.fetch.polyfill=!0}function n(t){if("string"!=typeof t&&(t=t.toString()),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function o(t){return"string"!=typeof t&&(t=t.toString()),t}function i(t){this.map={};var e=this;t instanceof i?t.forEach(function(t,r){r.forEach(function(r){e.append(t,r)})}):t&&Object.getOwnPropertyNames(t).forEach(function(r){e.append(r,t[r])})}function u(t){if(t.bodyUsed)return fetch.Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function a(t){return new fetch.Promise(function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}})}function c(t){var e=new FileReader;return e.readAsArrayBuffer(t),a(e)}function s(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,"string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else{if(e)throw new Error("unsupported BodyInit type");this._bodyText=""}},t.blob?(this.blob=function(){var t=u(this);if(t)return t;if(this._bodyBlob)return fetch.Promise.resolve(this._bodyBlob);if(this._bodyFormData)throw new Error("could not read FormData body as blob");return fetch.Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this.blob().then(c)},this.text=function(){var t,e,r=u(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,(e=new FileReader).readAsText(t),a(e);if(this._bodyFormData)throw new Error("could not read FormData body as text");return fetch.Promise.resolve(this._bodyText)}):this.text=function(){var t=u(this);return t||fetch.Promise.resolve(this._bodyText)},t.formData&&(this.formData=function(){return this.text().then(l)}),this.json=function(){return this.text().then(function(t){return JSON.parse(t)})},this}function f(t,r){var n,o;if(r=r||{},this.url=t,this.credentials=r.credentials||"omit",this.headers=new i(r.headers),this.method=(n=r.method||"GET",o=n.toUpperCase(),e.indexOf(o)>-1?o:n),this.mode=r.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r.body)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r.body)}function l(t){var e=new FormData;return t.trim().split("&").forEach(function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}}),e}function p(t,e){e||(e={}),this._initBody(t),this.type="default",this.url=null,this.status=e.status,this.ok=this.status>=200&&this.status<300,this.statusText=e.statusText,this.headers=e.headers instanceof i?e.headers:new i(e.headers),this.url=e.url||""}}()},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.version=e.versionInfo=e.getDDFCsvReaderObject=e.DdfCsvError=e.FrontendFileReader=void 0;const n=r(21);var o=r(21);Object.defineProperty(e,"FrontendFileReader",{enumerable:!0,get:function(){return o.FrontendFileReader}});var i=r(6);Object.defineProperty(e,"DdfCsvError",{enumerable:!0,get:function(){return i.DdfCsvError}});const u=r(47);e.getDDFCsvReaderObject=(0,u.prepareDDFCsvReaderObject)(new n.FrontendFileReader);e.versionInfo={version:"4.4.0",build:"1722531334019",package:{name:"@vizabi/reader-ddfcsv",description:"Vizabi DDFcsv reader"}},e.version="4.4.0"},function(t,e,r){t.exports=r(49)}])});
7
+ */o=[],void 0===(i="function"==typeof(n=function t(){"use strict";var e="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:{},r=!e.document&&!!e.postMessage,n=r&&/blob:/i.test((e.location||{}).protocol),o={},i=0,u={parse:function(r,n){var a=(n=n||{}).dynamicTyping||!1;if(j(a)&&(n.dynamicTypingFunction=a,a={}),n.dynamicTyping=a,n.transform=!!j(n.transform)&&n.transform,n.worker&&u.WORKERS_SUPPORTED){var c=function(){if(!u.WORKERS_SUPPORTED)return!1;var r,n,a=(r=e.URL||e.webkitURL||null,n=t.toString(),u.BLOB_URL||(u.BLOB_URL=r.createObjectURL(new Blob(["(",n,")();"],{type:"text/javascript"})))),c=new e.Worker(a);return c.onmessage=v,c.id=i++,o[c.id]=c}();return c.userStep=n.step,c.userChunk=n.chunk,c.userComplete=n.complete,c.userError=n.error,n.step=j(n.step),n.chunk=j(n.chunk),n.complete=j(n.complete),n.error=j(n.error),delete n.worker,void c.postMessage({input:r,config:n,workerId:c.id})}var h=null;return u.NODE_STREAM_INPUT,"string"==typeof r?h=n.download?new s(n):new l(n):!0===r.readable&&j(r.read)&&j(r.on)?h=new p(n):(e.File&&r instanceof File||r instanceof Object)&&(h=new f(n)),h.stream(r)},unparse:function(t,e){var r=!1,n=!0,o=",",i="\r\n",a='"',c=a+a,s=!1,f=null,l=!1;!function(){if("object"==typeof e){if("string"!=typeof e.delimiter||u.BAD_DELIMITERS.filter(function(t){return-1!==e.delimiter.indexOf(t)}).length||(o=e.delimiter),("boolean"==typeof e.quotes||"function"==typeof e.quotes||Array.isArray(e.quotes))&&(r=e.quotes),"boolean"!=typeof e.skipEmptyLines&&"string"!=typeof e.skipEmptyLines||(s=e.skipEmptyLines),"string"==typeof e.newline&&(i=e.newline),"string"==typeof e.quoteChar&&(a=e.quoteChar),"boolean"==typeof e.header&&(n=e.header),Array.isArray(e.columns)){if(0===e.columns.length)throw new Error("Option columns is empty");f=e.columns}void 0!==e.escapeChar&&(c=e.escapeChar+a),("boolean"==typeof e.escapeFormulae||e.escapeFormulae instanceof RegExp)&&(l=e.escapeFormulae instanceof RegExp?e.escapeFormulae:/^[=+\-@\t\r].*$/)}}();var p=new RegExp(d(a),"g");if("string"==typeof t&&(t=JSON.parse(t)),Array.isArray(t)){if(!t.length||Array.isArray(t[0]))return h(null,t,s);if("object"==typeof t[0])return h(f||Object.keys(t[0]),t,s)}else if("object"==typeof t)return"string"==typeof t.data&&(t.data=JSON.parse(t.data)),Array.isArray(t.data)&&(t.fields||(t.fields=t.meta&&t.meta.fields||f),t.fields||(t.fields=Array.isArray(t.data[0])?t.fields:"object"==typeof t.data[0]?Object.keys(t.data[0]):[]),Array.isArray(t.data[0])||"object"==typeof t.data[0]||(t.data=[t.data])),h(t.fields||[],t.data||[],s);throw new Error("Unable to serialize unrecognized input");function h(t,e,r){var u="";"string"==typeof t&&(t=JSON.parse(t)),"string"==typeof e&&(e=JSON.parse(e));var a=Array.isArray(t)&&0<t.length,c=!Array.isArray(e[0]);if(a&&n){for(var s=0;s<t.length;s++)0<s&&(u+=o),u+=y(t[s],s);0<e.length&&(u+=i)}for(var f=0;f<e.length;f++){var l=a?t.length:e[f].length,p=!1,h=a?0===Object.keys(e[f]).length:0===e[f].length;if(r&&!a&&(p="greedy"===r?""===e[f].join("").trim():1===e[f].length&&0===e[f][0].length),"greedy"===r&&a){for(var d=[],v=0;v<l;v++){var g=c?t[v]:v;d.push(e[f][g])}p=""===d.join("").trim()}if(!p){for(var _=0;_<l;_++){0<_&&!h&&(u+=o);var b=a&&c?t[_]:_;u+=y(e[f][b],_)}f<e.length-1&&(!r||0<l&&!h)&&(u+=i)}}return u}function y(t,e){if(null==t)return"";if(t.constructor===Date)return JSON.stringify(t).slice(1,25);var n=!1;l&&"string"==typeof t&&l.test(t)&&(t="'"+t,n=!0);var i=t.toString().replace(p,c);return(n=n||!0===r||"function"==typeof r&&r(t,e)||Array.isArray(r)&&r[e]||function(t,e){for(var r=0;r<e.length;r++)if(-1<t.indexOf(e[r]))return!0;return!1}(i,u.BAD_DELIMITERS)||-1<i.indexOf(o)||" "===i.charAt(0)||" "===i.charAt(i.length-1))?a+i+a:i}}};if(u.RECORD_SEP=String.fromCharCode(30),u.UNIT_SEP=String.fromCharCode(31),u.BYTE_ORDER_MARK="\ufeff",u.BAD_DELIMITERS=["\r","\n",'"',u.BYTE_ORDER_MARK],u.WORKERS_SUPPORTED=!r&&!!e.Worker,u.NODE_STREAM_INPUT=1,u.LocalChunkSize=10485760,u.RemoteChunkSize=5242880,u.DefaultDelimiter=",",u.Parser=y,u.ParserHandle=h,u.NetworkStreamer=s,u.FileStreamer=f,u.StringStreamer=l,u.ReadableStreamStreamer=p,e.jQuery){var a=e.jQuery;a.fn.parse=function(t){var r=t.config||{},n=[];return this.each(function(t){if("INPUT"!==a(this).prop("tagName").toUpperCase()||"file"!==a(this).attr("type").toLowerCase()||!e.FileReader||!this.files||0===this.files.length)return!0;for(var o=0;o<this.files.length;o++)n.push({file:this.files[o],inputElem:this,instanceConfig:a.extend({},r)})}),o(),this;function o(){if(0!==n.length){var e,r,o,c,s=n[0];if(j(t.before)){var f=t.before(s.file,s.inputElem);if("object"==typeof f){if("abort"===f.action)return e="AbortError",r=s.file,o=s.inputElem,c=f.reason,void(j(t.error)&&t.error({name:e},r,o,c));if("skip"===f.action)return void i();"object"==typeof f.config&&(s.instanceConfig=a.extend(s.instanceConfig,f.config))}else if("skip"===f)return void i()}var l=s.instanceConfig.complete;s.instanceConfig.complete=function(t){j(l)&&l(t,s.file,s.inputElem),i()},u.parse(s.file,s.instanceConfig)}else j(t.complete)&&t.complete()}function i(){n.splice(0,1),o()}}}function c(t){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(t){var e=b(t);e.chunkSize=parseInt(e.chunkSize),t.step||t.chunk||(e.chunkSize=null),this._handle=new h(e),(this._handle.streamer=this)._config=e}.call(this,t),this.parseChunk=function(t,r){if(this.isFirstChunk&&j(this._config.beforeFirstChunk)){var o=this._config.beforeFirstChunk(t);void 0!==o&&(t=o)}this.isFirstChunk=!1,this._halted=!1;var i=this._partialLine+t;this._partialLine="";var a=this._handle.parse(i,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var c=a.meta.cursor;this._finished||(this._partialLine=i.substring(c-this._baseIndex),this._baseIndex=c),a&&a.data&&(this._rowCount+=a.data.length);var s=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(n)e.postMessage({results:a,workerId:u.WORKER_ID,finished:s});else if(j(this._config.chunk)&&!r){if(this._config.chunk(a,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);a=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(a.data),this._completeResults.errors=this._completeResults.errors.concat(a.errors),this._completeResults.meta=a.meta),this._completed||!s||!j(this._config.complete)||a&&a.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),s||a&&a.meta.paused||this._nextChunk(),a}this._halted=!0},this._sendError=function(t){j(this._config.error)?this._config.error(t):n&&this._config.error&&e.postMessage({workerId:u.WORKER_ID,error:t,finished:!1})}}function s(t){var e;(t=t||{}).chunkSize||(t.chunkSize=u.RemoteChunkSize),c.call(this,t),this._nextChunk=r?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(t){this._input=t,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(e=new XMLHttpRequest,this._config.withCredentials&&(e.withCredentials=this._config.withCredentials),r||(e.onload=m(this._chunkLoaded,this),e.onerror=m(this._chunkError,this)),e.open(this._config.downloadRequestBody?"POST":"GET",this._input,!r),this._config.downloadRequestHeaders){var t=this._config.downloadRequestHeaders;for(var n in t)e.setRequestHeader(n,t[n])}if(this._config.chunkSize){var o=this._start+this._config.chunkSize-1;e.setRequestHeader("Range","bytes="+this._start+"-"+o)}try{e.send(this._config.downloadRequestBody)}catch(t){this._chunkError(t.message)}r&&0===e.status&&this._chunkError()}},this._chunkLoaded=function(){var t;4===e.readyState&&(e.status<200||400<=e.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:e.responseText.length,this._finished=!this._config.chunkSize||this._start>=(null===(t=e.getResponseHeader("Content-Range"))?-1:parseInt(t.substring(t.lastIndexOf("/")+1))),this.parseChunk(e.responseText)))},this._chunkError=function(t){var r=e.statusText||t;this._sendError(new Error(r))}}function f(t){var e,r;(t=t||{}).chunkSize||(t.chunkSize=u.LocalChunkSize),c.call(this,t);var n="undefined"!=typeof FileReader;this.stream=function(t){this._input=t,r=t.slice||t.webkitSlice||t.mozSlice,n?((e=new FileReader).onload=m(this._chunkLoaded,this),e.onerror=m(this._chunkError,this)):e=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var t=this._input;if(this._config.chunkSize){var o=Math.min(this._start+this._config.chunkSize,this._input.size);t=r.call(t,this._start,o)}var i=e.readAsText(t,this._config.encoding);n||this._chunkLoaded({target:{result:i}})},this._chunkLoaded=function(t){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(t.target.result)},this._chunkError=function(){this._sendError(e.error)}}function l(t){var e;c.call(this,t=t||{}),this.stream=function(t){return e=t,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var t,r=this._config.chunkSize;return r?(t=e.substring(0,r),e=e.substring(r)):(t=e,e=""),this._finished=!e,this.parseChunk(t)}}}function p(t){c.call(this,t=t||{});var e=[],r=!0,n=!1;this.pause=function(){c.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){c.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(t){this._input=t,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){n&&1===e.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),e.length?this.parseChunk(e.shift()):r=!0},this._streamData=m(function(t){try{e.push("string"==typeof t?t:t.toString(this._config.encoding)),r&&(r=!1,this._checkIsFinished(),this.parseChunk(e.shift()))}catch(t){this._streamError(t)}},this),this._streamError=m(function(t){this._streamCleanUp(),this._sendError(t)},this),this._streamEnd=m(function(){this._streamCleanUp(),n=!0,this._streamData("")},this),this._streamCleanUp=m(function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)},this)}function h(t){var e,r,n,o=Math.pow(2,53),i=-o,a=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,c=/^(\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))$/,s=this,f=0,l=0,p=!1,h=!1,v=[],g={data:[],errors:[],meta:{}};if(j(t.step)){var _=t.step;t.step=function(e){if(g=e,O())w();else{if(w(),0===g.data.length)return;f+=e.data.length,t.preview&&f>t.preview?r.abort():(g.data=g.data[0],_(g,s))}}}function m(e){return"greedy"===t.skipEmptyLines?""===e.join("").trim():1===e.length&&0===e[0].length}function w(){return g&&n&&(A("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+u.DefaultDelimiter+"'"),n=!1),t.skipEmptyLines&&(g.data=g.data.filter(function(t){return!m(t)})),O()&&function(){if(g)if(Array.isArray(g.data[0])){for(var e=0;O()&&e<g.data.length;e++)g.data[e].forEach(r);g.data.splice(0,1)}else g.data.forEach(r);function r(e,r){j(t.transformHeader)&&(e=t.transformHeader(e,r)),v.push(e)}}(),function(){if(!g||!t.header&&!t.dynamicTyping&&!t.transform)return g;function e(e,r){var n,o=t.header?{}:[];for(n=0;n<e.length;n++){var i=n,u=e[n];t.header&&(i=n>=v.length?"__parsed_extra":v[n]),t.transform&&(u=t.transform(u,i)),u=E(i,u),"__parsed_extra"===i?(o[i]=o[i]||[],o[i].push(u)):o[i]=u}return t.header&&(n>v.length?A("FieldMismatch","TooManyFields","Too many fields: expected "+v.length+" fields but parsed "+n,l+r):n<v.length&&A("FieldMismatch","TooFewFields","Too few fields: expected "+v.length+" fields but parsed "+n,l+r)),o}var r=1;return!g.data.length||Array.isArray(g.data[0])?(g.data=g.data.map(e),r=g.data.length):g.data=e(g.data,0),t.header&&g.meta&&(g.meta.fields=v),l+=r,g}()}function O(){return t.header&&0===v.length}function E(e,r){return n=e,t.dynamicTypingFunction&&void 0===t.dynamicTyping[n]&&(t.dynamicTyping[n]=t.dynamicTypingFunction(n)),!0===(t.dynamicTyping[n]||t.dynamicTyping)?"true"===r||"TRUE"===r||"false"!==r&&"FALSE"!==r&&(function(t){if(a.test(t)){var e=parseFloat(t);if(i<e&&e<o)return!0}return!1}(r)?parseFloat(r):c.test(r)?new Date(r):""===r?null:r):r;var n}function A(t,e,r,n){var o={type:t,code:e,message:r};void 0!==n&&(o.row=n),g.errors.push(o)}this.parse=function(o,i,a){var c=t.quoteChar||'"';if(t.newline||(t.newline=function(t,e){t=t.substring(0,1048576);var r=new RegExp(d(e)+"([^]*?)"+d(e),"gm"),n=(t=t.replace(r,"")).split("\r"),o=t.split("\n"),i=1<o.length&&o[0].length<n[0].length;if(1===n.length||i)return"\n";for(var u=0,a=0;a<n.length;a++)"\n"===n[a][0]&&u++;return u>=n.length/2?"\r\n":"\r"}(o,c)),n=!1,t.delimiter)j(t.delimiter)&&(t.delimiter=t.delimiter(o),g.meta.delimiter=t.delimiter);else{var s=function(e,r,n,o,i){var a,c,s,f;i=i||[",","\t","|",";",u.RECORD_SEP,u.UNIT_SEP];for(var l=0;l<i.length;l++){var p=i[l],h=0,d=0,v=0;s=void 0;for(var g=new y({comments:o,delimiter:p,newline:r,preview:10}).parse(e),_=0;_<g.data.length;_++)if(n&&m(g.data[_]))v++;else{var b=g.data[_].length;d+=b,void 0!==s?0<b&&(h+=Math.abs(b-s),s=b):s=b}0<g.data.length&&(d/=g.data.length-v),(void 0===c||h<=c)&&(void 0===f||f<d)&&1.99<d&&(c=h,a=p,f=d)}return{successful:!!(t.delimiter=a),bestDelimiter:a}}(o,t.newline,t.skipEmptyLines,t.comments,t.delimitersToGuess);s.successful?t.delimiter=s.bestDelimiter:(n=!0,t.delimiter=u.DefaultDelimiter),g.meta.delimiter=t.delimiter}var f=b(t);return t.preview&&t.header&&f.preview++,e=o,r=new y(f),g=r.parse(e,i,a),w(),p?{meta:{paused:!0}}:g||{meta:{paused:!1}}},this.paused=function(){return p},this.pause=function(){p=!0,r.abort(),e=j(t.chunk)?"":e.substring(r.getCharIndex())},this.resume=function(){s.streamer._halted?(p=!1,s.streamer.parseChunk(e,!0)):setTimeout(s.resume,3)},this.aborted=function(){return h},this.abort=function(){h=!0,r.abort(),g.meta.aborted=!0,j(t.complete)&&t.complete(g),e=""}}function d(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function y(t){var e,r=(t=t||{}).delimiter,n=t.newline,o=t.comments,i=t.step,a=t.preview,c=t.fastMode,s=e=void 0===t.quoteChar||null===t.quoteChar?'"':t.quoteChar;if(void 0!==t.escapeChar&&(s=t.escapeChar),("string"!=typeof r||-1<u.BAD_DELIMITERS.indexOf(r))&&(r=","),o===r)throw new Error("Comment character same as delimiter");!0===o?o="#":("string"!=typeof o||-1<u.BAD_DELIMITERS.indexOf(o))&&(o=!1),"\n"!==n&&"\r"!==n&&"\r\n"!==n&&(n="\n");var f=0,l=!1;this.parse=function(t,u,p){if("string"!=typeof t)throw new Error("Input must be a string");var h=t.length,y=r.length,v=n.length,g=o.length,_=j(i),b=[],m=[],w=[],O=f=0;if(!t)return L();if(c||!1!==c&&-1===t.indexOf(e)){for(var E=t.split(n),A=0;A<E.length;A++){if(w=E[A],f+=w.length,A!==E.length-1)f+=n.length;else if(p)return L();if(!o||w.substring(0,g)!==o){if(_){if(b=[],F(w.split(r)),M(),l)return L()}else F(w.split(r));if(a&&a<=A)return b=b.slice(0,a),L(!0)}}return L()}for(var S=t.indexOf(r,f),R=t.indexOf(n,f),T=new RegExp(d(s)+d(e),"g"),D=t.indexOf(e,f);;)if(t[f]!==e)if(o&&0===w.length&&t.substring(f,f+g)===o){if(-1===R)return L();f=R+v,R=t.indexOf(n,f),S=t.indexOf(r,f)}else if(-1!==S&&(S<R||-1===R))w.push(t.substring(f,S)),f=S+y,S=t.indexOf(r,f);else{if(-1===R)break;if(w.push(t.substring(f,R)),x(R+v),_&&(M(),l))return L();if(a&&b.length>=a)return L(!0)}else for(D=f,f++;;){if(-1===(D=t.indexOf(e,D+1)))return p||m.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:f}),$();if(D===h-1)return $(t.substring(f,D).replace(T,e));if(e!==s||t[D+1]!==s){if(e===s||0===D||t[D-1]!==s){-1!==S&&S<D+1&&(S=t.indexOf(r,D+1)),-1!==R&&R<D+1&&(R=t.indexOf(n,D+1));var k=P(-1===R?S:Math.min(S,R));if(t.substr(D+1+k,y)===r){w.push(t.substring(f,D).replace(T,e)),t[f=D+1+k+y]!==e&&(D=t.indexOf(e,f)),S=t.indexOf(r,f),R=t.indexOf(n,f);break}var C=P(R);if(t.substring(D+1+C,D+1+C+v)===n){if(w.push(t.substring(f,D).replace(T,e)),x(D+1+C+v),S=t.indexOf(r,f),D=t.indexOf(e,f),_&&(M(),l))return L();if(a&&b.length>=a)return L(!0);break}m.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:f}),D++}}else D++}return $();function F(t){b.push(t),O=f}function P(e){var r=0;if(-1!==e){var n=t.substring(D+1,e);n&&""===n.trim()&&(r=n.length)}return r}function $(e){return p||(void 0===e&&(e=t.substring(f)),w.push(e),f=h,F(w),_&&M()),L()}function x(e){f=e,F(w),w=[],R=t.indexOf(n,f)}function L(t){return{data:b,errors:m,meta:{delimiter:r,linebreak:n,aborted:l,truncated:!!t,cursor:O+(u||0)}}}function M(){i(L()),b=[],m=[]}},this.abort=function(){l=!0},this.getCharIndex=function(){return f}}function v(t){var e=t.data,r=o[e.workerId],n=!1;if(e.error)r.userError(e.error,e.file);else if(e.results&&e.results.data){var i={abort:function(){n=!0,g(e.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:_,resume:_};if(j(r.userStep)){for(var u=0;u<e.results.data.length&&(r.userStep({data:e.results.data[u],errors:e.results.errors,meta:e.results.meta},i),!n);u++);delete e.results}else j(r.userChunk)&&(r.userChunk(e.results,i,e.file),delete e.results)}e.finished&&!n&&g(e.workerId,e.results)}function g(t,e){var r=o[t];j(r.userComplete)&&r.userComplete(e),r.terminate(),delete o[t]}function _(){throw new Error("Not implemented.")}function b(t){if("object"!=typeof t||null===t)return t;var e=Array.isArray(t)?[]:{};for(var r in t)e[r]=b(t[r]);return e}function m(t,e){return function(){t.apply(e,arguments)}}function j(t){return"function"==typeof t}return n&&(e.onmessage=function(t){var r=t.data;if(void 0===u.WORKER_ID&&r&&(u.WORKER_ID=r.workerId),"string"==typeof r.input)e.postMessage({workerId:u.WORKER_ID,results:u.parse(r.input,r.config),finished:!0});else if(e.File&&r.input instanceof File||r.input instanceof Object){var n=u.parse(r.input,r.config);n&&e.postMessage({workerId:u.WORKER_ID,results:n,finished:!0})}}),(s.prototype=Object.create(c.prototype)).constructor=s,(f.prototype=Object.create(c.prototype)).constructor=f,(l.prototype=Object.create(l.prototype)).constructor=l,(p.prototype=Object.create(c.prototype)).constructor=p,u})?n.apply(e,o):n)||(t.exports=i)},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=r(11),o=r(16),i=r(12),u=r(3),a=r(15);function c(t){return u.isDatapointsQuery(t)&&1===n(t.where).length&&o(t.where)&&t.where.$and?a.QueryFeature.WhereClauseBasedOnConjunction:null}e.featureDetectors=[c,(t,e)=>{if(!c(t))return null;for(const r of t.where.$and){const o=n(r);if(1===o.length){const u=i(o),c=r[u];if(t.join&&t.join[c]){const r=t.join[c],o=r.where,s=i(n(o));if(r.key===u&&r.key===s&&1===n(o).length){const t=o[s],i=e.get(r.key),u=!!t.$in||!!t.$nin,c="entity_set"===i.concept_type||"entity_domain"===i.concept_type;if(1===n(t).length&&u&&c)return a.QueryFeature.ConjunctionPartFromWhereClauseCorrespondsToJoin}}}}return null}]},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=r(7),o=r(1),i=r(4),u=r(3);function a(t,e){const{dataset:r,branch:n,commit:o}=e;return`${t}${r}/${n}/${o}`}function c(t){return t?"default ":""}function s(t,e){return`${c(e)}dataset '${t}'`}e.getRepositoryPath=a,e.getFilePath=function(t,e="datapackage.json"){return`${t}/${e}`},e.extendQueryWithRepository=function(t,e={repositoryDescriptors:{}}){const r=i(e,"repositoryDescriptors",{}),f=n(t.dataset);if(!f){const[e,r]=t.dataset.split("#");!t.branch&&r&&(t.branch=r,t.dataset=e)}const l=n(t.branch)||t.branch===e.defaultRepositoryBranch,p=n(t.commit)||t.commit===e.defaultRepositoryCommit,{dataset:h=i(e,"defaultRepository",u.DEFAULT_REPOSITORY_NAME),branch:d=i(e,"defaultRepositoryBranch",u.DEFAULT_REPOSITORY_BRANCH)}=t;if(n(r[h]))throw new Error(`No ${s(h,f)} was found`);if(n(r[h][d]))throw new Error(`No ${function(t,e){return`${c(e)}branch '${t}'`}(d,l)} in ${s(h,f)} was found`);"HEAD"===t.commit&&(t.commit=i(r,`${h}.${d}.0`)||i(e,"defaultRepositoryCommit",u.DEFAULT_REPOSITORY_HASH));const{commit:y=i(r,`${h}.${d}.0`)||i(e,"defaultRepositoryCommit",u.DEFAULT_REPOSITORY_HASH)}=t;if(!o(r[h][d],y))throw new Error(`No ${function(t,e){return`${c(e)}commit '${t}'`}(y,p)} in ${c(l)}branch '${d}' in ${s(h,f)} was found`);const v=a("",{dataset:h,branch:d,commit:y});return Object.assign(t,{repositoryPath:v}),{dataset:h,branch:d,commit:y,isDefaultBranch:l,isDefaultCommit:p}}},function(t,e,r){(function(e){var r=200,n="__lodash_hash_undefined__",o="[object Function]",i="[object GeneratorFunction]",u=/^\[object .+?Constructor\]$/,a="object"==typeof e&&e&&e.Object===Object&&e,c="object"==typeof self&&self&&self.Object===Object&&self,s=a||c||Function("return this")();function f(t,e){return!!(t?t.length:0)&&function(t,e,r){if(e!=e)return function(t,e,r,n){var o=t.length,i=r+(n?1:-1);for(;n?i--:++i<o;)if(e(t[i],i,t))return i;return-1}(t,p,r);var n=r-1,o=t.length;for(;++n<o;)if(t[n]===e)return n;return-1}(t,e,0)>-1}function l(t,e,r){for(var n=-1,o=t?t.length:0;++n<o;)if(r(e,t[n]))return!0;return!1}function p(t){return t!=t}function h(t,e){return t.has(e)}function d(t){var e=-1,r=Array(t.size);return t.forEach(function(t){r[++e]=t}),r}var y,v=Array.prototype,g=Function.prototype,_=Object.prototype,b=s["__core-js_shared__"],m=(y=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||""))?"Symbol(src)_1."+y:"",j=g.toString,w=_.hasOwnProperty,O=_.toString,E=RegExp("^"+j.call(w).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),A=v.splice,S=M(s,"Map"),R=M(s,"Set"),T=M(Object,"create");function D(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function k(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function C(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function F(t){var e=-1,r=t?t.length:0;for(this.__data__=new C;++e<r;)this.add(t[e])}function P(t,e){for(var r,n,o=t.length;o--;)if((r=t[o][0])===(n=e)||r!=r&&n!=n)return o;return-1}function $(t){return!(!I(t)||m&&m in t)&&(function(t){var e=I(t)?O.call(t):"";return e==o||e==i}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?E:u).test(function(t){if(null!=t){try{return j.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}D.prototype.clear=function(){this.__data__=T?T(null):{}},D.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},D.prototype.get=function(t){var e=this.__data__;if(T){var r=e[t];return r===n?void 0:r}return w.call(e,t)?e[t]:void 0},D.prototype.has=function(t){var e=this.__data__;return T?void 0!==e[t]:w.call(e,t)},D.prototype.set=function(t,e){return this.__data__[t]=T&&void 0===e?n:e,this},k.prototype.clear=function(){this.__data__=[]},k.prototype.delete=function(t){var e=this.__data__,r=P(e,t);return!(r<0||(r==e.length-1?e.pop():A.call(e,r,1),0))},k.prototype.get=function(t){var e=this.__data__,r=P(e,t);return r<0?void 0:e[r][1]},k.prototype.has=function(t){return P(this.__data__,t)>-1},k.prototype.set=function(t,e){var r=this.__data__,n=P(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},C.prototype.clear=function(){this.__data__={hash:new D,map:new(S||k),string:new D}},C.prototype.delete=function(t){return L(this,t).delete(t)},C.prototype.get=function(t){return L(this,t).get(t)},C.prototype.has=function(t){return L(this,t).has(t)},C.prototype.set=function(t,e){return L(this,t).set(t,e),this},F.prototype.add=F.prototype.push=function(t){return this.__data__.set(t,n),this},F.prototype.has=function(t){return this.__data__.has(t)};var x=R&&1/d(new R([,-0]))[1]==1/0?function(t){return new R(t)}:function(){};function L(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function M(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return $(r)?r:void 0}function I(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}t.exports=function(t){return t&&t.length?function(t,e,n){var o=-1,i=f,u=t.length,a=!0,c=[],s=c;if(n)a=!1,i=l;else if(u>=r){var p=e?null:x(t);if(p)return d(p);a=!1,i=h,s=new F}else s=e?[]:c;t:for(;++o<u;){var y=t[o],v=e?e(y):y;if(y=n||0!==y?y:0,a&&v==v){for(var g=s.length;g--;)if(s[g]===v)continue t;e&&s.push(v),c.push(y)}else i(s,v,n)||(s!==c&&s.push(v),c.push(y))}return c}(t):[]}}).call(this,r(0))},function(t,e){var r="[object String]",n=Object.prototype.toString,o=Array.isArray;t.exports=function(t){return"string"==typeof t||!o(t)&&function(t){return!!t&&"object"==typeof t}(t)&&n.call(t)==r}},function(t,e,r){(function(t,r){var n=200,o="Expected a function",i="__lodash_hash_undefined__",u=1,a=2,c=1/0,s=9007199254740991,f="[object Arguments]",l="[object Array]",p="[object Boolean]",h="[object Date]",d="[object Error]",y="[object Function]",v="[object GeneratorFunction]",g="[object Map]",_="[object Number]",b="[object Object]",m="[object RegExp]",j="[object Set]",w="[object String]",O="[object Symbol]",E="[object ArrayBuffer]",A="[object DataView]",S=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,R=/^\w*$/,T=/^\./,D=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,k=/\\(\\)?/g,C=/^\[object .+?Constructor\]$/,F=/^(?:0|[1-9]\d*)$/,P={};P["[object Float32Array]"]=P["[object Float64Array]"]=P["[object Int8Array]"]=P["[object Int16Array]"]=P["[object Int32Array]"]=P["[object Uint8Array]"]=P["[object Uint8ClampedArray]"]=P["[object Uint16Array]"]=P["[object Uint32Array]"]=!0,P[f]=P[l]=P[E]=P[p]=P[A]=P[h]=P[d]=P[y]=P[g]=P[_]=P[b]=P[m]=P[j]=P[w]=P["[object WeakMap]"]=!1;var $="object"==typeof t&&t&&t.Object===Object&&t,x="object"==typeof self&&self&&self.Object===Object&&self,L=$||x||Function("return this")(),M="object"==typeof e&&e&&!e.nodeType&&e,I=M&&"object"==typeof r&&r&&!r.nodeType&&r,U=I&&I.exports===M&&$.process,N=function(){try{return U&&U.binding("util")}catch(t){}}(),B=N&&N.isTypedArray;function Y(t,e){for(var r=-1,n=t?t.length:0;++r<n;)if(!e(t[r],r,t))return!1;return!0}function H(t,e){for(var r=-1,n=t?t.length:0;++r<n;)if(e(t[r],r,t))return!0;return!1}function q(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}function z(t){var e=-1,r=Array(t.size);return t.forEach(function(t,n){r[++e]=[n,t]}),r}function V(t){var e=-1,r=Array(t.size);return t.forEach(function(t){r[++e]=t}),r}var W,G,Q,J=Array.prototype,K=Function.prototype,Z=Object.prototype,X=L["__core-js_shared__"],tt=(W=/[^.]+$/.exec(X&&X.keys&&X.keys.IE_PROTO||""))?"Symbol(src)_1."+W:"",et=K.toString,rt=Z.hasOwnProperty,nt=Z.toString,ot=RegExp("^"+et.call(rt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),it=L.Symbol,ut=L.Uint8Array,at=Z.propertyIsEnumerable,ct=J.splice,st=(G=Object.keys,Q=Object,function(t){return G(Q(t))}),ft=zt(L,"DataView"),lt=zt(L,"Map"),pt=zt(L,"Promise"),ht=zt(L,"Set"),dt=zt(L,"WeakMap"),yt=zt(Object,"create"),vt=Xt(ft),gt=Xt(lt),_t=Xt(pt),bt=Xt(ht),mt=Xt(dt),jt=it?it.prototype:void 0,wt=jt?jt.valueOf:void 0,Ot=jt?jt.toString:void 0;function Et(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function At(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function St(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function Rt(t){var e=-1,r=t?t.length:0;for(this.__data__=new St;++e<r;)this.add(t[e])}function Tt(t){this.__data__=new At(t)}function Dt(t,e){var r=ne(t)||re(t)?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],n=r.length,o=!!n;for(var i in t)!e&&!rt.call(t,i)||o&&("length"==i||Wt(i,n))||r.push(i);return r}function kt(t,e){for(var r=t.length;r--;)if(ee(t[r][0],e))return r;return-1}Et.prototype.clear=function(){this.__data__=yt?yt(null):{}},Et.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},Et.prototype.get=function(t){var e=this.__data__;if(yt){var r=e[t];return r===i?void 0:r}return rt.call(e,t)?e[t]:void 0},Et.prototype.has=function(t){var e=this.__data__;return yt?void 0!==e[t]:rt.call(e,t)},Et.prototype.set=function(t,e){return this.__data__[t]=yt&&void 0===e?i:e,this},At.prototype.clear=function(){this.__data__=[]},At.prototype.delete=function(t){var e=this.__data__,r=kt(e,t);return!(r<0||(r==e.length-1?e.pop():ct.call(e,r,1),0))},At.prototype.get=function(t){var e=this.__data__,r=kt(e,t);return r<0?void 0:e[r][1]},At.prototype.has=function(t){return kt(this.__data__,t)>-1},At.prototype.set=function(t,e){var r=this.__data__,n=kt(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},St.prototype.clear=function(){this.__data__={hash:new Et,map:new(lt||At),string:new Et}},St.prototype.delete=function(t){return qt(this,t).delete(t)},St.prototype.get=function(t){return qt(this,t).get(t)},St.prototype.has=function(t){return qt(this,t).has(t)},St.prototype.set=function(t,e){return qt(this,t).set(t,e),this},Rt.prototype.add=Rt.prototype.push=function(t){return this.__data__.set(t,i),this},Rt.prototype.has=function(t){return this.__data__.has(t)},Tt.prototype.clear=function(){this.__data__=new At},Tt.prototype.delete=function(t){return this.__data__.delete(t)},Tt.prototype.get=function(t){return this.__data__.get(t)},Tt.prototype.has=function(t){return this.__data__.has(t)},Tt.prototype.set=function(t,e){var r=this.__data__;if(r instanceof At){var o=r.__data__;if(!lt||o.length<n-1)return o.push([t,e]),this;r=this.__data__=new St(o)}return r.set(t,e),this};var Ct,Ft,Pt=(Ct=function(t,e){return t&&xt(t,e,le)},function(t,e){if(null==t)return t;if(!oe(t))return Ct(t,e);for(var r=t.length,n=Ft?r:-1,o=Object(t);(Ft?n--:++n<r)&&!1!==e(o[n],n,o););return t});function $t(t,e){var r=!0;return Pt(t,function(t,n,o){return r=!!e(t,n,o)}),r}var xt=function(t){return function(e,r,n){for(var o=-1,i=Object(e),u=n(e),a=u.length;a--;){var c=u[t?a:++o];if(!1===r(i[c],c,i))break}return e}}();function Lt(t,e){for(var r=0,n=(e=Gt(e,t)?[e]:Yt(e)).length;null!=t&&r<n;)t=t[Zt(e[r++])];return r&&r==n?t:void 0}function Mt(t,e){return null!=t&&e in Object(t)}function It(t,e,r,n,o){return t===e||(null==t||null==e||!ae(t)&&!ce(e)?t!=t&&e!=e:function(t,e,r,n,o,i){var c=ne(t),s=ne(e),y=l,v=l;c||(y=(y=Vt(t))==f?b:y);s||(v=(v=Vt(e))==f?b:v);var S=y==b&&!q(t),R=v==b&&!q(e),T=y==v;if(T&&!S)return i||(i=new Tt),c||fe(t)?Ht(t,e,r,n,o,i):function(t,e,r,n,o,i,c){switch(r){case A:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case E:return!(t.byteLength!=e.byteLength||!n(new ut(t),new ut(e)));case p:case h:case _:return ee(+t,+e);case d:return t.name==e.name&&t.message==e.message;case m:case w:return t==e+"";case g:var s=z;case j:var f=i&a;if(s||(s=V),t.size!=e.size&&!f)return!1;var l=c.get(t);if(l)return l==e;i|=u,c.set(t,e);var y=Ht(s(t),s(e),n,o,i,c);return c.delete(t),y;case O:if(wt)return wt.call(t)==wt.call(e)}return!1}(t,e,y,r,n,o,i);if(!(o&a)){var D=S&&rt.call(t,"__wrapped__"),k=R&&rt.call(e,"__wrapped__");if(D||k){var C=D?t.value():t,F=k?e.value():e;return i||(i=new Tt),r(C,F,n,o,i)}}if(!T)return!1;return i||(i=new Tt),function(t,e,r,n,o,i){var u=o&a,c=le(t),s=c.length,f=le(e).length;if(s!=f&&!u)return!1;for(var l=s;l--;){var p=c[l];if(!(u?p in e:rt.call(e,p)))return!1}var h=i.get(t);if(h&&i.get(e))return h==e;var d=!0;i.set(t,e),i.set(e,t);for(var y=u;++l<s;){p=c[l];var v=t[p],g=e[p];if(n)var _=u?n(g,v,p,e,t,i):n(v,g,p,t,e,i);if(!(void 0===_?v===g||r(v,g,n,o,i):_)){d=!1;break}y||(y="constructor"==p)}if(d&&!y){var b=t.constructor,m=e.constructor;b!=m&&"constructor"in t&&"constructor"in e&&!("function"==typeof b&&b instanceof b&&"function"==typeof m&&m instanceof m)&&(d=!1)}return i.delete(t),i.delete(e),d}(t,e,r,n,o,i)}(t,e,It,r,n,o))}function Ut(t){return!(!ae(t)||tt&&tt in t)&&(ie(t)||q(t)?ot:C).test(Xt(t))}function Nt(t){return"function"==typeof t?t:null==t?pe:"object"==typeof t?ne(t)?function(t,e){if(Gt(t)&&Qt(e))return Jt(Zt(t),e);return function(r){var n=function(t,e,r){var n=null==t?void 0:Lt(t,e);return void 0===n?r:n}(r,t);return void 0===n&&n===e?function(t,e){return null!=t&&function(t,e,r){var n,o=-1,i=(e=Gt(e,t)?[e]:Yt(e)).length;for(;++o<i;){var u=Zt(e[o]);if(!(n=null!=t&&r(t,u)))break;t=t[u]}if(n)return n;return!!(i=t?t.length:0)&&ue(i)&&Wt(u,i)&&(ne(t)||re(t))}(t,e,Mt)}(r,t):It(e,n,void 0,u|a)}}(t[0],t[1]):function(t){var e=function(t){var e=le(t),r=e.length;for(;r--;){var n=e[r],o=t[n];e[r]=[n,o,Qt(o)]}return e}(t);if(1==e.length&&e[0][2])return Jt(e[0][0],e[0][1]);return function(r){return r===t||function(t,e,r,n){var o=r.length,i=o,c=!n;if(null==t)return!i;for(t=Object(t);o--;){var s=r[o];if(c&&s[2]?s[1]!==t[s[0]]:!(s[0]in t))return!1}for(;++o<i;){var f=(s=r[o])[0],l=t[f],p=s[1];if(c&&s[2]){if(void 0===l&&!(f in t))return!1}else{var h=new Tt;if(n)var d=n(l,p,f,t,e,h);if(!(void 0===d?It(p,l,n,u|a,h):d))return!1}}return!0}(r,t,e)}}(t):Gt(e=t)?(r=Zt(e),function(t){return null==t?void 0:t[r]}):function(t){return function(e){return Lt(e,t)}}(e);var e,r}function Bt(t){if(r=(e=t)&&e.constructor,n="function"==typeof r&&r.prototype||Z,e!==n)return st(t);var e,r,n,o=[];for(var i in Object(t))rt.call(t,i)&&"constructor"!=i&&o.push(i);return o}function Yt(t){return ne(t)?t:Kt(t)}function Ht(t,e,r,n,o,i){var c=o&a,s=t.length,f=e.length;if(s!=f&&!(c&&f>s))return!1;var l=i.get(t);if(l&&i.get(e))return l==e;var p=-1,h=!0,d=o&u?new Rt:void 0;for(i.set(t,e),i.set(e,t);++p<s;){var y=t[p],v=e[p];if(n)var g=c?n(v,y,p,e,t,i):n(y,v,p,t,e,i);if(void 0!==g){if(g)continue;h=!1;break}if(d){if(!H(e,function(t,e){if(!d.has(e)&&(y===t||r(y,t,n,o,i)))return d.add(e)})){h=!1;break}}else if(y!==v&&!r(y,v,n,o,i)){h=!1;break}}return i.delete(t),i.delete(e),h}function qt(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function zt(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return Ut(r)?r:void 0}var Vt=function(t){return nt.call(t)};function Wt(t,e){return!!(e=null==e?s:e)&&("number"==typeof t||F.test(t))&&t>-1&&t%1==0&&t<e}function Gt(t,e){if(ne(t))return!1;var r=typeof t;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=t&&!se(t))||(R.test(t)||!S.test(t)||null!=e&&t in Object(e))}function Qt(t){return t==t&&!ae(t)}function Jt(t,e){return function(r){return null!=r&&(r[t]===e&&(void 0!==e||t in Object(r)))}}(ft&&Vt(new ft(new ArrayBuffer(1)))!=A||lt&&Vt(new lt)!=g||pt&&"[object Promise]"!=Vt(pt.resolve())||ht&&Vt(new ht)!=j||dt&&"[object WeakMap]"!=Vt(new dt))&&(Vt=function(t){var e=nt.call(t),r=e==b?t.constructor:void 0,n=r?Xt(r):void 0;if(n)switch(n){case vt:return A;case gt:return g;case _t:return"[object Promise]";case bt:return j;case mt:return"[object WeakMap]"}return e});var Kt=te(function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(se(t))return Ot?Ot.call(t):"";var e=t+"";return"0"==e&&1/t==-c?"-0":e}(e);var r=[];return T.test(t)&&r.push(""),t.replace(D,function(t,e,n,o){r.push(n?o.replace(k,"$1"):e||t)}),r});function Zt(t){if("string"==typeof t||se(t))return t;var e=t+"";return"0"==e&&1/t==-c?"-0":e}function Xt(t){if(null!=t){try{return et.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function te(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(o);var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var u=t.apply(this,n);return r.cache=i.set(o,u),u};return r.cache=new(te.Cache||St),r}function ee(t,e){return t===e||t!=t&&e!=e}function re(t){return function(t){return ce(t)&&oe(t)}(t)&&rt.call(t,"callee")&&(!at.call(t,"callee")||nt.call(t)==f)}te.Cache=St;var ne=Array.isArray;function oe(t){return null!=t&&ue(t.length)&&!ie(t)}function ie(t){var e=ae(t)?nt.call(t):"";return e==y||e==v}function ue(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=s}function ae(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function ce(t){return!!t&&"object"==typeof t}function se(t){return"symbol"==typeof t||ce(t)&&nt.call(t)==O}var fe=B?function(t){return function(e){return t(e)}}(B):function(t){return ce(t)&&ue(t.length)&&!!P[nt.call(t)]};function le(t){return oe(t)?Dt(t):Bt(t)}function pe(t){return t}r.exports=function(t,e,r){var n=ne(t)?Y:$t;return r&&function(t,e,r){if(!ae(r))return!1;var n=typeof e;return!!("number"==n?oe(r)&&Wt(e,r.length):"string"==n&&e in r)&&ee(r[e],t)}(t,e,r)&&(e=void 0),n(t,Nt(e))}}).call(this,r(0),r(2)(t))},function(t,e,r){(function(e){var r="Expected a function",n="__lodash_hash_undefined__",o=1/0,i=9007199254740991,u="[object Arguments]",a="[object Function]",c="[object GeneratorFunction]",s="[object Symbol]",f=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,l=/^\w*$/,p=/^\./,h=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,y=/^\[object .+?Constructor\]$/,v=/^(?:0|[1-9]\d*)$/,g="object"==typeof e&&e&&e.Object===Object&&e,_="object"==typeof self&&self&&self.Object===Object&&self,b=g||_||Function("return this")();var m,j=Array.prototype,w=Function.prototype,O=Object.prototype,E=b["__core-js_shared__"],A=(m=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||""))?"Symbol(src)_1."+m:"",S=w.toString,R=O.hasOwnProperty,T=O.toString,D=RegExp("^"+S.call(R).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),k=b.Symbol,C=O.propertyIsEnumerable,F=j.splice,P=q(b,"Map"),$=q(Object,"create"),x=k?k.prototype:void 0,L=x?x.toString:void 0;function M(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function I(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function U(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function N(t,e){for(var r,n,o=t.length;o--;)if((r=t[o][0])===(n=e)||r!=r&&n!=n)return o;return-1}function B(t,e){return null!=t&&R.call(t,e)}function Y(t){return!(!Z(t)||A&&A in t)&&(J(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?D:y).test(function(t){if(null!=t){try{return S.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function H(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function q(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return Y(r)?r:void 0}function z(t,e,r){for(var n,o,a=-1,c=(e=function(t,e){if(Q(t))return!1;var r=typeof t;if("number"==r||"symbol"==r||"boolean"==r||null==t||tt(t))return!0;return l.test(t)||!f.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Q(n=e)?n:V(n)).length;++a<c;){var s=W(e[a]);if(!(o=null!=t&&r(t,s)))break;t=t[s]}return o||!!(c=t?t.length:0)&&K(c)&&function(t,e){return!!(e=null==e?i:e)&&("number"==typeof t||v.test(t))&&t>-1&&t%1==0&&t<e}(s,c)&&(Q(t)||function(t){return function(t){return X(t)&&function(t){return null!=t&&K(t.length)&&!J(t)}(t)}(t)&&R.call(t,"callee")&&(!C.call(t,"callee")||T.call(t)==u)}(t))}M.prototype.clear=function(){this.__data__=$?$(null):{}},M.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},M.prototype.get=function(t){var e=this.__data__;if($){var r=e[t];return r===n?void 0:r}return R.call(e,t)?e[t]:void 0},M.prototype.has=function(t){var e=this.__data__;return $?void 0!==e[t]:R.call(e,t)},M.prototype.set=function(t,e){return this.__data__[t]=$&&void 0===e?n:e,this},I.prototype.clear=function(){this.__data__=[]},I.prototype.delete=function(t){var e=this.__data__,r=N(e,t);return!(r<0||(r==e.length-1?e.pop():F.call(e,r,1),0))},I.prototype.get=function(t){var e=this.__data__,r=N(e,t);return r<0?void 0:e[r][1]},I.prototype.has=function(t){return N(this.__data__,t)>-1},I.prototype.set=function(t,e){var r=this.__data__,n=N(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},U.prototype.clear=function(){this.__data__={hash:new M,map:new(P||I),string:new M}},U.prototype.delete=function(t){return H(this,t).delete(t)},U.prototype.get=function(t){return H(this,t).get(t)},U.prototype.has=function(t){return H(this,t).has(t)},U.prototype.set=function(t,e){return H(this,t).set(t,e),this};var V=G(function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(tt(t))return L?L.call(t):"";var e=t+"";return"0"==e&&1/t==-o?"-0":e}(e);var r=[];return p.test(t)&&r.push(""),t.replace(h,function(t,e,n,o){r.push(n?o.replace(d,"$1"):e||t)}),r});function W(t){if("string"==typeof t||tt(t))return t;var e=t+"";return"0"==e&&1/t==-o?"-0":e}function G(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(r);var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var u=t.apply(this,r);return n.cache=i.set(o,u),u};return n.cache=new(G.Cache||U),n}G.Cache=U;var Q=Array.isArray;function J(t){var e=Z(t)?T.call(t):"";return e==a||e==c}function K(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function Z(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function X(t){return!!t&&"object"==typeof t}function tt(t){return"symbol"==typeof t||X(t)&&T.call(t)==s}t.exports=function(t,e){return null!=t&&z(t,e,B)}}).call(this,r(0))},function(t,e){t.exports=function(t){return t?t[0]:void 0}},function(t,e){var r=9007199254740991,n="[object Arguments]",o="[object Function]",i="[object GeneratorFunction]",u=/^(?:0|[1-9]\d*)$/;function a(t,e){return function(t,e){for(var r=-1,n=t?t.length:0,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}(e,function(e){return t[e]})}var c,s,f=Object.prototype,l=f.hasOwnProperty,p=f.toString,h=f.propertyIsEnumerable,d=(c=Object.keys,s=Object,function(t){return c(s(t))});function y(t,e){var r=_(t)||function(t){return function(t){return function(t){return!!t&&"object"==typeof t}(t)&&b(t)}(t)&&l.call(t,"callee")&&(!h.call(t,"callee")||p.call(t)==n)}(t)?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],o=r.length,i=!!o;for(var u in t)!e&&!l.call(t,u)||i&&("length"==u||g(u,o))||r.push(u);return r}function v(t){if(r=(e=t)&&e.constructor,n="function"==typeof r&&r.prototype||f,e!==n)return d(t);var e,r,n,o=[];for(var i in Object(t))l.call(t,i)&&"constructor"!=i&&o.push(i);return o}function g(t,e){return!!(e=null==e?r:e)&&("number"==typeof t||u.test(t))&&t>-1&&t%1==0&&t<e}var _=Array.isArray;function b(t){return null!=t&&function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=r}(t.length)&&!function(t){var e=function(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}(t)?p.call(t):"";return e==o||e==i}(t)}t.exports=function(t){return t?a(t,function(t){return b(t)?y(t):v(t)}(t)):[]}},function(t,e,r){(function(t,r){var n=200,o="__lodash_hash_undefined__",i=9007199254740991,u="[object Arguments]",a="[object Boolean]",c="[object Date]",s="[object Function]",f="[object GeneratorFunction]",l="[object Map]",p="[object Number]",h="[object Object]",d="[object RegExp]",y="[object Set]",v="[object String]",g="[object Symbol]",_="[object ArrayBuffer]",b="[object DataView]",m="[object Float32Array]",j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",E="[object Int32Array]",A="[object Uint8Array]",S="[object Uint8ClampedArray]",R="[object Uint16Array]",T="[object Uint32Array]",D=/\w*$/,k=/^\[object .+?Constructor\]$/,C=/^(?:0|[1-9]\d*)$/,F={};F[u]=F["[object Array]"]=F[_]=F[b]=F[a]=F[c]=F[m]=F[j]=F[w]=F[O]=F[E]=F[l]=F[p]=F[h]=F[d]=F[y]=F[v]=F[g]=F[A]=F[S]=F[R]=F[T]=!0,F["[object Error]"]=F[s]=F["[object WeakMap]"]=!1;var P="object"==typeof t&&t&&t.Object===Object&&t,$="object"==typeof self&&self&&self.Object===Object&&self,x=P||$||Function("return this")(),L="object"==typeof e&&e&&!e.nodeType&&e,M=L&&"object"==typeof r&&r&&!r.nodeType&&r,I=M&&M.exports===L;function U(t,e){return t.set(e[0],e[1]),t}function N(t,e){return t.add(e),t}function B(t,e,r,n){var o=-1,i=t?t.length:0;for(n&&i&&(r=t[++o]);++o<i;)r=e(r,t[o],o,t);return r}function Y(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}function H(t){var e=-1,r=Array(t.size);return t.forEach(function(t,n){r[++e]=[n,t]}),r}function q(t,e){return function(r){return t(e(r))}}function z(t){var e=-1,r=Array(t.size);return t.forEach(function(t){r[++e]=t}),r}var V,W=Array.prototype,G=Function.prototype,Q=Object.prototype,J=x["__core-js_shared__"],K=(V=/[^.]+$/.exec(J&&J.keys&&J.keys.IE_PROTO||""))?"Symbol(src)_1."+V:"",Z=G.toString,X=Q.hasOwnProperty,tt=Q.toString,et=RegExp("^"+Z.call(X).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),rt=I?x.Buffer:void 0,nt=x.Symbol,ot=x.Uint8Array,it=q(Object.getPrototypeOf,Object),ut=Object.create,at=Q.propertyIsEnumerable,ct=W.splice,st=Object.getOwnPropertySymbols,ft=rt?rt.isBuffer:void 0,lt=q(Object.keys,Object),pt=Mt(x,"DataView"),ht=Mt(x,"Map"),dt=Mt(x,"Promise"),yt=Mt(x,"Set"),vt=Mt(x,"WeakMap"),gt=Mt(Object,"create"),_t=Yt(pt),bt=Yt(ht),mt=Yt(dt),jt=Yt(yt),wt=Yt(vt),Ot=nt?nt.prototype:void 0,Et=Ot?Ot.valueOf:void 0;function At(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function St(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function Rt(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function Tt(t){this.__data__=new St(t)}function Dt(t,e){var r=qt(t)||function(t){return function(t){return function(t){return!!t&&"object"==typeof t}(t)&&zt(t)}(t)&&X.call(t,"callee")&&(!at.call(t,"callee")||tt.call(t)==u)}(t)?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],n=r.length,o=!!n;for(var i in t)!e&&!X.call(t,i)||o&&("length"==i||Nt(i,n))||r.push(i);return r}function kt(t,e,r){var n=t[e];X.call(t,e)&&Ht(n,r)&&(void 0!==r||e in t)||(t[e]=r)}function Ct(t,e){for(var r=t.length;r--;)if(Ht(t[r][0],e))return r;return-1}function Ft(t,e,r,n,o,i,k){var C;if(n&&(C=i?n(t,o,i,k):n(t)),void 0!==C)return C;if(!Gt(t))return t;var P=qt(t);if(P){if(C=function(t){var e=t.length,r=t.constructor(e);e&&"string"==typeof t[0]&&X.call(t,"index")&&(r.index=t.index,r.input=t.input);return r}(t),!e)return function(t,e){var r=-1,n=t.length;e||(e=Array(n));for(;++r<n;)e[r]=t[r];return e}(t,C)}else{var $=Ut(t),x=$==s||$==f;if(Vt(t))return function(t,e){if(e)return t.slice();var r=new t.constructor(t.length);return t.copy(r),r}(t,e);if($==h||$==u||x&&!i){if(Y(t))return i?t:{};if(C=function(t){return"function"!=typeof t.constructor||Bt(t)?{}:(e=it(t),Gt(e)?ut(e):{});var e}(x?{}:t),!e)return function(t,e){return xt(t,It(t),e)}(t,function(t,e){return t&&xt(e,Qt(e),t)}(C,t))}else{if(!F[$])return i?t:{};C=function(t,e,r,n){var o=t.constructor;switch(e){case _:return $t(t);case a:case c:return new o(+t);case b:return function(t,e){var r=e?$t(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}(t,n);case m:case j:case w:case O:case E:case A:case S:case R:case T:return function(t,e){var r=e?$t(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}(t,n);case l:return function(t,e,r){return B(e?r(H(t),!0):H(t),U,new t.constructor)}(t,n,r);case p:case v:return new o(t);case d:return(s=new(u=t).constructor(u.source,D.exec(u))).lastIndex=u.lastIndex,s;case y:return function(t,e,r){return B(e?r(z(t),!0):z(t),N,new t.constructor)}(t,n,r);case g:return i=t,Et?Object(Et.call(i)):{}}var i;var u,s}(t,$,Ft,e)}}k||(k=new Tt);var L=k.get(t);if(L)return L;if(k.set(t,C),!P)var M=r?function(t){return function(t,e,r){var n=e(t);return qt(t)?n:function(t,e){for(var r=-1,n=e.length,o=t.length;++r<n;)t[o+r]=e[r];return t}(n,r(t))}(t,Qt,It)}(t):Qt(t);return function(t,e){for(var r=-1,n=t?t.length:0;++r<n&&!1!==e(t[r],r,t););}(M||t,function(o,i){M&&(o=t[i=o]),kt(C,i,Ft(o,e,r,n,i,t,k))}),C}function Pt(t){return!(!Gt(t)||K&&K in t)&&(Wt(t)||Y(t)?et:k).test(Yt(t))}function $t(t){var e=new t.constructor(t.byteLength);return new ot(e).set(new ot(t)),e}function xt(t,e,r,n){r||(r={});for(var o=-1,i=e.length;++o<i;){var u=e[o],a=n?n(r[u],t[u],u,r,t):void 0;kt(r,u,void 0===a?t[u]:a)}return r}function Lt(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function Mt(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return Pt(r)?r:void 0}At.prototype.clear=function(){this.__data__=gt?gt(null):{}},At.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},At.prototype.get=function(t){var e=this.__data__;if(gt){var r=e[t];return r===o?void 0:r}return X.call(e,t)?e[t]:void 0},At.prototype.has=function(t){var e=this.__data__;return gt?void 0!==e[t]:X.call(e,t)},At.prototype.set=function(t,e){return this.__data__[t]=gt&&void 0===e?o:e,this},St.prototype.clear=function(){this.__data__=[]},St.prototype.delete=function(t){var e=this.__data__,r=Ct(e,t);return!(r<0||(r==e.length-1?e.pop():ct.call(e,r,1),0))},St.prototype.get=function(t){var e=this.__data__,r=Ct(e,t);return r<0?void 0:e[r][1]},St.prototype.has=function(t){return Ct(this.__data__,t)>-1},St.prototype.set=function(t,e){var r=this.__data__,n=Ct(r,t);return n<0?r.push([t,e]):r[n][1]=e,this},Rt.prototype.clear=function(){this.__data__={hash:new At,map:new(ht||St),string:new At}},Rt.prototype.delete=function(t){return Lt(this,t).delete(t)},Rt.prototype.get=function(t){return Lt(this,t).get(t)},Rt.prototype.has=function(t){return Lt(this,t).has(t)},Rt.prototype.set=function(t,e){return Lt(this,t).set(t,e),this},Tt.prototype.clear=function(){this.__data__=new St},Tt.prototype.delete=function(t){return this.__data__.delete(t)},Tt.prototype.get=function(t){return this.__data__.get(t)},Tt.prototype.has=function(t){return this.__data__.has(t)},Tt.prototype.set=function(t,e){var r=this.__data__;if(r instanceof St){var o=r.__data__;if(!ht||o.length<n-1)return o.push([t,e]),this;r=this.__data__=new Rt(o)}return r.set(t,e),this};var It=st?q(st,Object):function(){return[]},Ut=function(t){return tt.call(t)};function Nt(t,e){return!!(e=null==e?i:e)&&("number"==typeof t||C.test(t))&&t>-1&&t%1==0&&t<e}function Bt(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Q)}function Yt(t){if(null!=t){try{return Z.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Ht(t,e){return t===e||t!=t&&e!=e}(pt&&Ut(new pt(new ArrayBuffer(1)))!=b||ht&&Ut(new ht)!=l||dt&&"[object Promise]"!=Ut(dt.resolve())||yt&&Ut(new yt)!=y||vt&&"[object WeakMap]"!=Ut(new vt))&&(Ut=function(t){var e=tt.call(t),r=e==h?t.constructor:void 0,n=r?Yt(r):void 0;if(n)switch(n){case _t:return b;case bt:return l;case mt:return"[object Promise]";case jt:return y;case wt:return"[object WeakMap]"}return e});var qt=Array.isArray;function zt(t){return null!=t&&function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}(t.length)&&!Wt(t)}var Vt=ft||function(){return!1};function Wt(t){var e=Gt(t)?tt.call(t):"";return e==s||e==f}function Gt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Qt(t){return zt(t)?Dt(t):function(t){if(!Bt(t))return lt(t);var e=[];for(var r in Object(t))X.call(t,r)&&"constructor"!=r&&e.push(r);return e}(t)}r.exports=function(t){return Ft(t,!0,!0)}}).call(this,r(0),r(2)(t))},function(t,e,r){(function(e){var r,n=9007199254740991,o="[object Function]",i="[object GeneratorFunction]",u="[object Map]",a="[object Set]",c="[object String]",s=/^\[object .+?Constructor\]$/,f="[\\ud800-\\udfff]",l="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",p="\\ud83c[\\udffb-\\udfff]",h="[^\\ud800-\\udfff]",d="(?:\\ud83c[\\udde6-\\uddff]){2}",y="[\\ud800-\\udbff][\\udc00-\\udfff]",v="(?:"+l+"|"+p+")"+"?",g="[\\ufe0e\\ufe0f]?"+v+("(?:\\u200d(?:"+[h,d,y].join("|")+")[\\ufe0e\\ufe0f]?"+v+")*"),_="(?:"+[h+l+"?",l,d,y,f].join("|")+")",b=RegExp(p+"(?="+p+")|"+_+g,"g"),m=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),j="object"==typeof e&&e&&e.Object===Object&&e,w="object"==typeof self&&self&&self.Object===Object&&self,O=j||w||Function("return this")(),E=(r="length",function(t){return null==t?void 0:t[r]});function A(t){return function(t){return m.test(t)}(t)?function(t){var e=b.lastIndex=0;for(;b.test(t);)e++;return e}(t):E(t)}var S,R,T,D=Function.prototype,k=Object.prototype,C=O["__core-js_shared__"],F=(S=/[^.]+$/.exec(C&&C.keys&&C.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"",P=D.toString,$=k.hasOwnProperty,x=k.toString,L=RegExp("^"+P.call($).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),M=(R=Object.keys,T=Object,function(t){return R(T(t))}),I=J(O,"DataView"),U=J(O,"Map"),N=J(O,"Promise"),B=J(O,"Set"),Y=J(O,"WeakMap"),H=Z(I),q=Z(U),z=Z(N),V=Z(B),W=Z(Y);function G(t){return!(!et(t)||F&&F in t)&&(tt(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?L:s).test(Z(t))}function Q(t){if(r=(e=t)&&e.constructor,n="function"==typeof r&&r.prototype||k,e!==n)return M(t);var e,r,n,o=[];for(var i in Object(t))$.call(t,i)&&"constructor"!=i&&o.push(i);return o}function J(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return G(r)?r:void 0}var K=function(t){return x.call(t)};function Z(t){if(null!=t){try{return P.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(I&&"[object DataView]"!=K(new I(new ArrayBuffer(1)))||U&&K(new U)!=u||N&&"[object Promise]"!=K(N.resolve())||B&&K(new B)!=a||Y&&"[object WeakMap]"!=K(new Y))&&(K=function(t){var e=x.call(t),r="[object Object]"==e?t.constructor:void 0,n=r?Z(r):void 0;if(n)switch(n){case H:return"[object DataView]";case q:return u;case z:return"[object Promise]";case V:return a;case W:return"[object WeakMap]"}return e});var X=Array.isArray;function tt(t){var e=et(t)?x.call(t):"";return e==o||e==i}function et(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}t.exports=function(t){if(null==t)return 0;if(null!=(e=t)&&function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=n}(e.length)&&!tt(e))return function(t){return"string"==typeof t||!X(t)&&function(t){return!!t&&"object"==typeof t}(t)&&x.call(t)==c}(t)?A(t):t.length;var e,r=K(t);return r==u||r==a?t.size:Q(t).length}}).call(this,r(0))},function(t,e){var r=Array.isArray;t.exports=r},function(t,e,r){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0});const n=r(5),o=r(7),i=r(16),u=r(36),a=r(35),c=(r(34),r(33)),s=r(11),f=r(19),l=(r(18),r(32)),p=r(20),h=r(10),d=r(4),y=r(31),v=r(30),g=r(9),_=r(29),b=r(1),m=r(28),j=r(3),w=r(17);function O(t,e={}){return new Promise((r,c)=>{const l=[...function(t,e){const r=[],n=d(t,"dataset"),i=d(t,"branch"),u=d(t,"commit");o(n)||_(n)||r.push("'dataset' clause must be string only");o(i)||_(i)||r.push("'branch' clause must be string only");o(u)||_(u)||r.push("'commit' clause must be string only");return r}(t),...function(t,e){const r=[],n=d(t,"from",null);o(n)&&r.push("'from' clause couldn't be empty");_(n)||r.push("'from' clause must be string only");if(!j.AVAILABLE_FROM_CLAUSE_VALUES.has(n)){const t=[...j.AVAILABLE_FROM_CLAUSE_VALUES];r.push(`'from' clause must be one of the list: ${t.join(", ")}`)}return r}(t),...function(t,e){const r=[],n=d(t,"select",null),o=d(t,"from",null),c=d(n,"key"),s=d(n,"value");switch(!0){case j.isSchemaQuery(t):r.push(E(n),function(t,e){if(!u(e)||2!==a(e))return`'select.key' clause for '${t}' queries must have exactly 2 items: 'key', 'value'`}(o,c),T(o,s));break;case j.isEntitiesQuery(t):case j.isConceptsQuery(t):r.push(E(n),D(n,c,s),k(o,c),T(o,s));break;case j.isDatapointsQuery(t):r.push(E(n),function(t,e,r){if(!i(t)||!u(e)||!u(r))return"'select' clause must have next structure: { key: [...], value: [...] }"}(n,c,s),function(t,e){if(a(e)<2)return`'select.key' clause for '${t}' queries must have at least 2 items`}(o,c),function(t,e){const r=(n=e,p(n,(t,e,r)=>b(r,t,e+1)));var n;if(a(r)>0)return`'select.key' clause for '${t}' queries contains duplicates: ${m(r).join(",")}`}(o,c),function(t,e){if(a(e)<1)return`'select.value' clause for '${t}' queries must have at least 1 item`}(o,s));break;default:r.push(E(n))}return g(r)}(t),...function(t,e){const r=[],i=d(t,"join",null),u=d(t,"where",null),a=function t(e){const r=[];for(const n in e)h(n,"$")&&r.push({name:n,isLeaf:!1}),w.isPrimitive(e[n])?h(e[n],"$")&&r.push({name:e[n],isLeaf:!0}):r.push(...t(e[n]));return r}(u);return r.push(function(t,e){if(!o(t)&&!A(t))return`'${e}where' clause must be object only`}(u,R(e)),function(t,e,r){const o=p(e,e=>!function(t,e){return function(t){return!t.isLeaf&&j.AVAILABLE_QUERY_OPERATORS.has(t.name)}(e)||function(t,e){return e.isLeaf&&h(e.name,"$")&&y(t,e.name)}(t,e)}(t,e)).map(t=>t.name),i=[...j.AVAILABLE_QUERY_OPERATORS.values(),...s(t)];if(!n(o))return`'${r}where' clause has unknown operator(s) '${o.join(", ")}', replace it with allowed operators: ${i.join(", ")}`}(i,a,R(e))),g(r)}(t,e),...function(t,e){const r=[],n=d(t,"language",null);switch(!0){case j.isSchemaQuery(t):r.push(function(t){if(y(t,"language"))return"'language' clause for '*.schema' queries shouldn't be present in query"}(t));break;case j.isEntitiesQuery(t):case j.isConceptsQuery(t):case j.isDatapointsQuery(t):default:r.push(function(t){if(!o(t)&&!_(t))return"'language' clause must be string only"}(n))}return g(r)}(t),...function(t,e){const r=[],n=d(t,"join",null);switch(!0){case j.isSchemaQuery(t):case j.isConceptsQuery(t):r.push(function(t){if(y(t,"join"))return`'join' clause for '${t.from}' queries shouldn't be present in query`}(t));break;case j.isEntitiesQuery(t):case j.isDatapointsQuery(t):default:r.push(function(t){if(!o(t)&&!A(t))return"'join' clause must be object only"}(n),...f(n,(t,e)=>(function(t,e){if(!o(t.key)&&!_(t.key))return`'${e}key' clause must be string only`})(t,R({joinID:e}))))}return g(r)}(t),...function(t,e){const r=[],n=d(t,"order_by",null);return r.push(function(t){if(!(o(t)||_(t)||(e=t,u(e)&&v(e,_))||function(t,e){return u(t)&&v(t,e)}(t,S)))return"'order_by' clause must be string or array of strings || objects only";var e}(n)),g(r)}(t)];return n(l)?r():c(`Too many query structure errors: \n* ${l.join("\n* ")}`)})}function E(t){if(o(t))return"'select' clause couldn't be empty"}function A(t){return i(t)&&!u(t)}function S(t){return _(t)||A(t)&&1===a(t)&&j.AVAILABLE_ORDER_BY_CLAUSE_VALUES.has(l(c(t)))}function R(t){return d(t,"joinID",!1)?`join.${t.joinID}.`:""}function T(t,e){if(!u(e)&&!o(e))return`'select.value' clause for '${t}' queries should be array of strings or empty`}function D(t,e,r){if(!i(t)||!u(e))return"'select' clause must have next structure: { key: [...], value: [...] }"}function k(t,e){if(!u(e)||1!==a(e))return`'select.key' clause for '${t}' queries must have only 1 item`}e.validateQueryStructure=O,e.getVersion=function(){return t.env.npm_package_version}}).call(this,r(8))},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}},function(t,e){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},function(t,e,r){(function(e){var r=1/0,n="[object Symbol]",o=/^\s+/,i="[\\ud800-\\udfff]",u="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",a="\\ud83c[\\udffb-\\udfff]",c="[^\\ud800-\\udfff]",s="(?:\\ud83c[\\udde6-\\uddff]){2}",f="[\\ud800-\\udbff][\\udc00-\\udfff]",l="(?:"+u+"|"+a+")"+"?",p="[\\ufe0e\\ufe0f]?"+l+("(?:\\u200d(?:"+[c,s,f].join("|")+")[\\ufe0e\\ufe0f]?"+l+")*"),h="(?:"+[c+u+"?",u,s,f,i].join("|")+")",d=RegExp(a+"(?="+a+")|"+h+p,"g"),y=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),v="object"==typeof e&&e&&e.Object===Object&&e,g="object"==typeof self&&self&&self.Object===Object&&self,_=v||g||Function("return this")();function b(t,e,r){if(e!=e)return function(t,e,r,n){for(var o=t.length,i=r+(n?1:-1);n?i--:++i<o;)if(e(t[i],i,t))return i;return-1}(t,m,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function m(t){return t!=t}function j(t){return function(t){return y.test(t)}(t)?function(t){return t.match(d)||[]}(t):function(t){return t.split("")}(t)}var w=Object.prototype.toString,O=_.Symbol,E=O?O.prototype:void 0,A=E?E.toString:void 0;function S(t){if("string"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&w.call(t)==n}(t))return A?A.call(t):"";var e=t+"";return"0"==e&&1/t==-r?"-0":e}function R(t,e,r){var n=t.length;return r=void 0===r?n:r,!e&&r>=n?t:function(t,e,r){var n=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(r=r>o?o:r)<0&&(r+=o),o=e>r?0:r-e>>>0,e>>>=0;for(var i=Array(o);++n<o;)i[n]=t[n+e];return i}(t,e,r)}t.exports=function(t,e,r){var n;if((t=null==(n=t)?"":S(n))&&(r||void 0===e))return t.replace(o,"");if(!t||!(e=S(e)))return t;var i=j(t);return R(i,function(t,e){for(var r=-1,n=t.length;++r<n&&b(e,t[r],0)>-1;);return r}(i,j(e))).join("")}}).call(this,r(0))},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});const n=r(5),o=r(20),i=r(19),u=r(4),a=r(9),c=r(1),s=r(10),f=r(7),l=r(40),p=(r(18),r(3)),h=r(17);function d(t,e){return o(t,t=>!c(e,t))}function y(t,e){const r=o([...e.values()],({concept_type:e})=>c(t,e));return i(r,"concept")}e.validateQueryDefinitions=function(t,e={}){return new Promise((r,o)=>{const i=[...function(t,e){const r=[],o=u(t,"from",null),i=u(t,"select",null),c=u(i,"key"),s=u(i,"value"),f=[],l=[],{conceptsLookup:h}=e;switch(!0){case p.isDatapointsQuery(t):const e=[p.CONCEPT_TYPE_ENTITY_SET,p.CONCEPT_TYPE_ENTITY_DOMAIN,p.CONCEPT_TYPE_TIME];f.push(...y(e,h)),l.push(...h.keys());break;case p.isEntitiesQuery(t):const r=[p.CONCEPT_TYPE_ENTITY_SET,p.CONCEPT_TYPE_ENTITY_DOMAIN];f.push(...y(r,h)),l.push(...h.keys());break;case p.isConceptsQuery(t):f.push(p.RESERVED_CONCEPT),l.push(...h.keys(),p.RESERVED_CONCEPT,p.RESERVED_CONCEPT_TYPE,p.RESERVED_DOMAIN,p.RESERVED_UNIT,p.RESERVED_DRILL_UP);break;default:f.push(p.RESERVED_KEY,p.RESERVED_VALUE),l.push(p.RESERVED_KEY,p.RESERVED_VALUE)}return r.push(function(t,e,r){const o=d(e,r);if(!n(o))return`'select.key' clause for '${t}' query contains unavailable item(s): ${o.join(", ")}`}(o,c,f),function(t,e,r){if(!0!==t.debug)return;const o=u(t,"from",null),i=d(e,r);return n(e)||n(i)?void 0:`'select.value' clause for '${o}' query contains unavailable item(s): ${i.join(", ")}`}(t,s,l)),a(r)}(t,e),...function(t,e){if(!0!==t.debug)return[];const r=[],o=u(t,"where",null),i=(u(t,"from",null),u(t,"select",null)),{conceptsLookup:c}=e;switch(u(i,"key"),u(i,"value"),function(t){const e={};!function t(e,r,o){for(const i in e){const u=!f(o),a=!u&&!s(i,"$")&&isNaN(+i),[c,...p]=i.split(".");a&&(f(r[c])&&(r[l(c,"is--")]=[]),n(p)||r[c].push(l(p.join("."),"is--"))),h.isPrimitive(e[i])||t(e[i],r,a?c:o)}}(t,e)}(o),!0){case p.isDatapointsQuery(t):const e=[];e.push(p.CONCEPT_TYPE_ENTITY_SET,p.CONCEPT_TYPE_ENTITY_DOMAIN,p.CONCEPT_TYPE_TIME),r.push()}return a(r)}(t,e)];return n(i)?r():o(`Too many query definition errors [repo: ${e.basePath}]: \n* ${i.join("\n* ")}`)})}},function(t,e,r){"use strict";function n(t){for(var r in t)e.hasOwnProperty(r)||(e[r]=t[r])}Object.defineProperty(e,"__esModule",{value:!0}),n(r(3)),n(r(41)),n(r(37)),n(r(27)),n(r(26)),n(r(15))},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.InClauseUnderConjunction=void 0;const n=r(12),o=r(11),i=r(4),u=r(5),a=r(10),c=r(1),s=r(9),f=r(6),l="where",p="join";e.InClauseUnderConjunction=class{constructor(t,e,r){this.parent=t,this.options=r,this.flow={},this.fileReader=r.fileReader,this.datasetPath=r.basePath,this.query=e,this.datapackage=r.datapackage,this.conceptsLookup=r.conceptsLookup}isMatched(){return this.flow.joinObject=i(this.query,p),"datapoints"===this.query.from&&this.flow.joinObject}async getRecommendedFilesSet(){const{debug:t,error:e,warning:r}=this.options.diagnostic.prepareDiagnosticFor("getRecommendedFilesSet");if(this.isMatched()){let r;t("plugin matched");try{if(this.flow.processableClauses=await this.collectProcessableClauses(),!this.flow.processableClauses)return[];this.collectEntityFilesNames();const t=await this.collectEntities();this.fillEntityValuesHash(t),this.getFilesGroupsQueryClause(),r=this.getOptimalFilesGroup()}catch(t){return e("wrong data processing",t),[]}return t("recommended files found",r),r}{const t='Plugin "InClauseUnderConjunction" is not matched!';throw r(t),new f.DdfCsvError(t,"InClauseUnderConjunction plugin")}}collectProcessableClauses(){const t=o(this.flow.joinObject).filter(t=>{var e;return["entity_domain","entity_set"].includes(null===(e=this.options.conceptsLookup.get(t.slice(1)))||void 0===e?void 0:e.concept_type)});return t.length?Promise.all(t.map(t=>{const e=this.flow.joinObject[t].key,r=i(this.flow.joinObject,`${t}.${l}`,{});return this.parent.queryData({select:{key:[e]},where:r,from:this.options.conceptsLookup.has(e)?"entities":"concepts"},Object.assign({joinID:t},this.options)).then(t=>({key:e,entities:new Set(t.map(t=>t[e]))}))})):Promise.resolve(!1)}collectEntityFilesNames(){this.flow.entityFilesNames=new Set,this.flow.entityResources=new Set,this.flow.fileNameToPrimaryKeyHash=new Map;for(const t of this.datapackage.ddfSchema.entities)for(const e of this.flow.processableClauses){const r=e.key;if(n(t.primaryKey)===r)for(const e of t.resources){const t=this.options.resourcesLookup.get(e);this.flow.entityResources.add(t),this.flow.entityFilesNames.add(t.path),this.flow.fileNameToPrimaryKeyHash.set(t.path,r)}}return this}collectEntities(){const t=this,e=[...t.flow.entityResources].map(e=>(e.data||(e.data=t.parent.loadFile(e.path,t.options))).then(t=>({result:t,file:e.path})));return Promise.all(e)}fillEntityValuesHash(t){const e=t=>s(o(t).filter(e=>a(e,"is--")&&!0===t[e]).map(t=>t.replace(/^is--/,"")));this.flow.entityValueToFileHash=new Map,this.flow.entityValueToDomainHash=new Map;for(const r of t)for(const t of r.result.data){const n=this.flow.fileNameToPrimaryKeyHash.get(r.file),o=[...e(t)];u(o)&&o.push(n);const i=t[n]||t[o[0]];this.flow.entityValueToDomainHash.set(i,o),this.flow.entityValueToFileHash.set(i,r.file)}return this}getFilesGroupsQueryClause(){var t;const e=new Map;for(const r of this.flow.processableClauses){const n={datapoints:new Set};for(const e of r.entities){const r=this.flow.entityValueToDomainHash.get(e);for(const o of r)for(const r of this.datapackage.ddfSchema.datapoints)for(const i of r.resources)if(c(r.primaryKey,o)){const r=this.options.resourcesLookup.get(i),u=null===(t=r.constraints)||void 0===t?void 0:t[o];u?u.includes(e)&&n.datapoints.add(r.path):n.datapoints.add(r.path)}}e.set(r.key,n)}return this.flow.filesGroupsByClause=e,this}getOptimalFilesGroup(){const t=this.flow.entityFilesNames,e=new Set;for(const t of this.datapackage.ddfSchema.concepts)for(const r of t.resources)e.add(this.options.resourcesLookup.get(r).path);const r=this.flow.filesGroupsByClause.keys();let n=Array.from(this.flow.filesGroupsByClause.get(r.next().value).datapoints);for(const t of r)n=this.intersectArray(n,Array.from(this.flow.filesGroupsByClause.get(t).datapoints));return[...Array.from(e),...Array.from(t)].concat(n)}intersectArray(t,e){return t.filter(t=>e.includes(t))}}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getAppropriatePlugin=void 0;const n=r(43),o=r(12);e.getAppropriatePlugin=function(t,e,r){const i=[new n.InClauseUnderConjunction(t,e,r)];return o(i.filter(t=>t.isMatched()))}},function(t,e,r){"use strict";t.exports=(t=>{if("string"!=typeof t)throw new TypeError("Expected a string, got "+typeof t);return 65279===t.charCodeAt(0)?t.slice(1):t})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ddfCsvReader=void 0;const n=r(1),o=r(5),i=r(45),u=r(44),a=r(6),c=r(42),s=r(25),f=r(22),l=t=>!("number"!=typeof t&&!t);e.ddfCsvReader=function(t){const e=[{concept:"concept",concept_type:"string",domain:null},{concept:"concept_type",concept_type:"string",domain:null}],r=new Map([["$and",(t,e)=>e.every(e=>w(t,e))],["$or",(t,e)=>e.some(e=>w(t,e))],["$not",(t,e)=>!w(t,e)],["$nor",(t,e)=>!e.some(e=>w(t,e))],["$eq",(t,e)=>t==e],["$ne",(t,e)=>t!=e],["$gt",(t,e)=>l(t)&&t>e],["$gte",(t,e)=>l(t)&&t>=e],["$lt",(t,e)=>l(t)&&t<e],["$lte",(t,e)=>l(t)&&t<=e],["$in",(t,e)=>e.has(t)],["$nin",(t,e)=>!e.has(t)]]),p=new Map,h=new Map;let d,y,v=[],g=!1;function _(t){const e=(0,c.getFilePath)(t.basePath),{debug:r,error:n}=t.diagnostic.prepareDiagnosticFor("loadDataPackage");return new Promise((o,u)=>{if(d)return o(d);t.fileReader.readText(e,(t,c)=>{if(t)return n("file reading",t),u(new a.DdfCsvError(a.FILE_READING_ERROR,t,e));try{d=JSON.parse(i(c)),v=[],function(t){if(h.size>0)return h;t.resources.forEach(t=>{Array.isArray(t.schema.primaryKey)||(t.schema.primaryKey=[t.schema.primaryKey]);const e=t.schema.fields.reduce((t,e)=>{var r;return(null===(r=e.constraints)||void 0===r?void 0:r.enum)&&(g||(g=!0),t[e.name]=e.constraints.enum),t},{});t.constraints=e,t.translations={},h.set(t.name,t)})}(d),function(t){if(p.size>0)return p;for(const e in t.ddfSchema)t.ddfSchema[e].map(t=>{const e=k(t.primaryKey),r=t.resources.map(t=>h.get(t));p.has(e)?p.get(e).set(t.value,r):p.set(e,new Map([[t.value,r]]))})}(d)}catch(t){return n("json file parsing",t),u(new a.DdfCsvError(a.JSON_PARSING_ERROR,t.message,e))}r("datapackage content is ready"),o(d)})})}async function b(t,r){const{error:n}=r.diagnostic.prepareDiagnosticFor("loadConcepts");m(e,r);const o={select:{key:["concept"],value:["concept_type","domain"]},from:"concepts"};let i;try{!function(t,r){const n=t.filter(t=>"entity_set"===t.concept_type).map(t=>({concept:"is--"+t.concept,concept_type:"boolean",domain:null}));m(t=t.concat(n).concat(e),r)}(await j(o,r),r),i=await function({conceptsLookup:t}){const e=new Map([["boolean",t=>"true"===t||"TRUE"===t],["measure",t=>parseFloat(t)]]),r=[...S(["concept"])].map(r=>r.data.then(r=>{const n=Object.keys(r.data[0]),o=new Map;return n.forEach(r=>{const n=t.get(r).concept_type,i=e.get(n);i&&o.set(r,i)}),r.data.forEach(t=>{for(const[e,r]of o)t[e]=r(t[e])})}));return Promise.all(r)}(r)}catch(t){throw n("concepts processing",t),t}return i}function m(t,e){e.conceptsLookup.clear(),t.forEach(t=>e.conceptsLookup.set(t.concept,t))}function j(t,e){const r=Object.assign({},e),{debug:i}=r.diagnostic.prepareDiagnosticFor("queryData"),{select:{key:u=[],value:a=[]},from:c="",where:s={},join:l={},order_by:p=[],language:h}=t,d={key:u,value:a};i("start all data loading",t);const y=new Set(d.key.concat(d.value)),v=E(s).filter(t=>"entities"===c||!y.has(t)),g=function(t,e,r,o,i){const{debug:u}=o.diagnostic.prepareDiagnosticFor("loadResource"),a=S(t,e);return u("resources list by query",{queryParam:i,resources:[...a]}),Promise.all([...a].map(t=>(function(t,e,r){const{warning:o}=r.diagnostic.prepareDiagnosticFor("loadResource"),i=[];void 0===t.data&&(t.data=C(t.path,r)),i.push(t.data);const u=void 0!==e&&n(function(t){return t.datapackage.translations?t.datapackage.translations.map(t=>t.id):[]}(r),e),a=void 0!==t.translations[e];if(u){if(!a){const n=`lang/${e}/${t.path}`;t.translations[e]=C(n,r).catch(t=>(o(`translation file ${n}`,t),Promise.resolve({})))}i.push(t.translations[e])}return Promise.all(i).then(e=>{const r=e.map(t=>t.data||[]),n=t.schema.primaryKey,o=T(n,"translation",...r);return{data:o,resource:t}})})(t,r,o)))}(d.key,[...d.value,...v],h,r,t),_=function(t,e,r){return Promise.all(Object.keys(t).map(e=>(function(t,e,r,n){return"time"===n.conceptsLookup.get(e.key).concept_type?Promise.resolve({[t]:e.where}):j({select:{key:[e.key]},where:e.where,from:n.conceptsLookup.has(e.key)?"entities":"concepts"},Object.assign({joinID:t},n)).then(r=>({[t]:{[e.key]:{$in:new Set(r.map(t=>t[e.key]))}}}))})(e,t[e],0,r))).then(t=>t.reduce(O,{}))}(l,0,r),b=function(t,e,r){const n=A(["entity_set"],t,r).map(t=>j({select:{key:[t.domain],value:["is--"+t.concept]},from:"entities"},Object.assign({},r)).then(e=>({[t.concept]:{$in:new Set(e.filter(e=>e["is--"+t.concept]).map(e=>e[t.domain]))}})));return Promise.all(n).then(t=>t.reduce((t,e)=>Object.assign(t,e),{}))}(d.key,0,r);return Promise.all([g,b,_]).then(([e,u,a])=>{i("finish all data loading",t);const c=function(...t){return t.reduce((t,r)=>(o(r)||(e=r,function(t){const e=Object.keys(t);for(const r of e)"$or"==r&&(t[r]=t[r].reduce((t,e)=>{const r=Object.keys(e);if(r.length>1)for(const n of r)t.push({[n]:e[n]});else t.push(e);return t},[]))}(e),t.$and.push(r)),t),{$and:[]});var e}(u,function t(e,r){const o={};for(const i in e){const u=e[i];n(["$and","$or","$nor"],i)?o[i]=u.map(e=>t(e,r)):"$in"===i||"$nin"===i?o[i]=new Set(u):void 0!==r[u]?Object.assign(o,r[u]):o[i]="object"==typeof u?t(u,r):u}return o}(s,a));i("dataTables processing",t);const l=e.map(t=>(function(t,e,r,n){const o=t.resource.schema.primaryKey,i=new Set([...o,...e.value,...r]),u=function(t,e,r){const n=new Set(e),o=["entity_set","entity_domain"],i=A(o,t,r);if(0===i.length)return new Map;const u=A(o,null,r);return i.map(t=>u.filter(e=>"entity_set"===t.concept_type?n.has(e.concept)&&e.concept!==t.concept&&(e.domain===t.domain||e.concept===t.domain):n.has(e.concept)&&e.concept!==t.concept&&e.domain===t.concept).reduce((e,r)=>e.set(r.concept,t.concept),new Map)).reduce((t,e)=>new Map([...t,...e]),new Map)}(e.key,o,n);return t.data.map(t=>R(t,i)).map(t=>(function(t,e){const r={};for(const n of Object.keys(t))r[e.get(n)||n]=t[n];return r})(t,u))})(t,d,v,r));i("queryResult processing",t);const h=T(d.key,"overwrite",...l).filter(t=>w(t,c)).map(t=>(function(t,e){for(const r of e)void 0===t[r]&&(t[r]=null);return t})(t,y)).map(t=>R(t,y));return i("result ordering",t),function(t,e=[]){if(0===e.length)return;const r=e.map(t=>{if("string"==typeof t)return{concept:t,direction:1};{const e=Object.keys(t)[0],r="asc"===t[e]?1:-1;return{concept:e,direction:r}}}),n=r.length;t.sort((t,e)=>{for(let o=0;o<n;o++){const n=r[o];if(t[n.concept]<e[n.concept])return-1*n.direction;if(t[n.concept]>e[n.concept])return 1*n.direction}return 0})}(h,p),i("final result is ready",t),function(t,e){const r=e.conceptsLookup;return Object.keys(t[0]||{}).map(t=>r.get(t)||{}).filter(t=>"time"==t.concept_type).forEach(({concept:r})=>{const n=function(t,e){const{error:r}=e.diagnostic.prepareDiagnosticFor("queryData"),n={year:(0,f.utcParse)("%Y"),month:(0,f.utcParse)("%Y-%m"),day:(0,f.utcParse)("%Y%m%d"),hour:(0,f.utcParse)("%Y%m%dt%H"),minute:(0,f.utcParse)("%Y%m%dt%H%M"),second:(0,f.utcParse)("%Y%m%dt%H%M%S"),week:(0,f.utcParse)("%Yw%V"),quarter:(0,f.utcParse)("%Yq%q")};return"time"==t?function(t){for(const e in n){const r=n[e](t);if(r)return r}return r("Could not parse time string: "+t),null}:n[t]?n[t]:(r("No time parser found for time concept: "+t),t=>t)}(r,e);t.forEach(t=>{t[r]=n(t[r])})}),t}(h,r)})}function w(t,e){return Object.keys(e).every(n=>{const o=r.get(n);return o?o(t,e[n]):"object"!=typeof e[n]?r.get("$eq")(t[n],e[n]):w(t[n],e[n])})}function O(t,e){return Object.assign(t,e)}function E(t){const e=[];for(const r in t)n(["$and","$or","$not","$nor"],r)?t[r].map(E).forEach(t=>e.push(...t)):e.push(r);return[...new Set(e)]}function A(t,e,r){const o=e||Array.from(r.conceptsLookup.keys()),i=[];for(const e of o){const o=r.conceptsLookup.get(e);n(t,o.concept_type)&&i.push(o)}return i}function S(t,e){if(!e||0===e.length||t[0]===e)return new Set([...p.get(k(t)).values()].reduce((t,e)=>t.concat(e)));if(Array.isArray(e))return e.map(e=>S(t,e)).reduce((t,e)=>new Set([...t,...e]),new Set);let r=p.get(k(t)).get(e);return r&&(r=r.filter(t=>o(v)||n(v,t.path))),new Set(r)}function R(t,e){const r={};for(const n of Object.keys(t))e.has(n)&&(r[n]=t[n]);return r}function T(t,e,...r){if(1===r.length)return r[0];const n=t.slice(0).sort();return[...r.reduce((t,r)=>(r.forEach(r=>{const o=n.map(t=>r[t]).join(",");t.has(o)?function(t,e,r){switch(r){case"overwrite":Object.assign(t,e);break;case"translation":for(const r in e)""!==e[r]&&(t[r]=e[r]);break;case"overwriteWithError":for(const r in e)if(void 0!==t[r]&&t[r]!==e[r]){const n=JSON.stringify(e),o=JSON.stringify(t),i=`JOIN Error: two resources have different data for "${r}": ${n},${o}`;D(new a.DdfCsvError(a.DDF_ERROR,i))}else t[r]=e[r]}}(t.get(o),r,e):t.set(o,Object.assign({},r))}),t),new Map).values()]}function D(e){throw(t||console).error(e.message),e}function k(t,e=!1){const r=t.slice(0).sort();return e?r.map(t=>e[t]).join(","):r.join(",")}function C(t,e){const{debug:r,error:o}=e.diagnostic.prepareDiagnosticFor("loadFile"),u=(0,c.getFilePath)(e.basePath,t);return r(`start reading "${t}"`),new Promise((c,f)=>{e.fileReader.readText(u,(l,p)=>{if(l)return o(`fail "${t}" reading`,l),f(new a.DdfCsvError(a.FILE_READING_ERROR,l,u));s.parse(i(p),{header:!0,skipEmptyLines:!0,dynamicTyping:t=>{const r=e.conceptsLookup.get(t)||{};return!n(["time","string","entity_domain","entity_set"],r.concept_type)},transform:t=>""===t?null:t,complete:e=>{r(`finish reading "${t}"`),c(e)},error:e=>{o(`fail "${t}" parsing`,e),f(new a.DdfCsvError(a.CSV_PARSING_ERROR,e,t))}})})})}return{query:async function(t,e){const r=Object.assign({},e),{warning:n,error:o}=r.diagnostic.prepareDiagnosticFor("query");let i;if(function(t,e){return"datapoints"==t.from&&0==t.select.value.length}(t))return Promise.resolve([]);try{if(await(0,c.validateQueryStructure)(t,r),r.datapackage=await(y||(y=_(r))),r.resourcesLookup=h,await b(0,r),await(0,c.validateQueryDefinitions)(t,r),(0,c.isSchemaQuery)(t))i=await function(t,e){const{debug:r,error:n}=e.diagnostic.prepareDiagnosticFor("query"),o=t=>(r(`get schema for collection ${t}`),e.datapackage.ddfSchema[t].map(({primaryKey:t,value:e})=>({key:t,value:e}))),i=t.from.split(".")[0];if(e.datapackage.ddfSchema[i])return o(i);if("*"===i)return Object.keys(e.datapackage.ddfSchema).map(o).reduce((t,e)=>t.concat(e));{const t=`No valid collection (${i}) for schema query`;n(t),D(new a.DdfCsvError(a.DDF_ERROR,t))}}(t,r);else{const e=g&&(0,u.getAppropriatePlugin)(this,t,r);if(v=[],e){const r=await e.getRecommendedFilesSet();v=r,t.optimalFilesSet=[].concat(r,t.optimalFilesSet),n("get custom optimal files list by a plugin",v)}i=await j(t,r)}}catch(t){throw o("general query error",t),t}return i},queryData:j,loadFile:C,getDatasetInfo:function(t){return y||_(t)}}}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.prepareDDFCsvReaderObject=void 0;const n=r(5),o=r(46),i=r(6),u=r(14),a=r(14),c=r(23),s="@vizabi/reader-ddfcsv",f="4.5.1";e.prepareDDFCsvReaderObject=function(t){return function(e,r){return{init(n){this._basePath=(0,c.githubPathAdapter)(n.path||""),this._lastModified=n._lastModified,this.fileReader=e||t,this.logger=r,this.resultTransformer=n.resultTransformer,this.readerOptions={basePath:this._basePath,fileReader:this.fileReader,logger:this.logger},this.reader=(0,o.ddfCsvReader)(this.logger)},async getDatasetInfo(){const t=(0,u.createDiagnosticManagerOn)(s,f).forRequest("").withSeverityLevel(a.Level.OFF),e=Object.assign({},this.readerOptions,{diagnostic:t});return this.reader.getDatasetInfo(e).then(t=>{const e=Object.assign({},t);return delete e.ddfSchema,delete e.resources,e})},async checkFile(t){return new Promise((e,r)=>e({status:this.fileReader.checkFile(t),url:t}))},async getFile(t,e,r){return new Promise((n,o)=>{this.fileReader.readText(t,(t,r)=>{if(t)return o(t);try{return n(e?JSON.parse(r):r)}catch(t){return o(t)}},r)})},async checkIfAssetExists(t,e=""){if(n(e)&&n(this._basePath))throw new i.DdfCsvError("Neither initial 'path' nor 'repositoryPath' as a second param were found.","Happens in 'checkIfAssetExists' function",t);const r=`${e||this._basePath}/assets/${t}`;return await this.checkFile(r)},async getAsset(t,e=""){if(n(e)&&n(this._basePath))throw new i.DdfCsvError("Neither initial 'path' nor 'repositoryPath' as a second param were found.","Happens in 'getAsset' function",t);const r=`${e||this._basePath}/${t}`,o=".json"===r.slice(-".json".length);return await this.getFile(r,o)},async read(t,e,o){const c=o?(0,u.createDiagnosticManagerOn)(s,f).basedOn(o):(0,u.createDiagnosticManagerOn)(s,f).forRequest("").withSeverityLevel(a.Level.OFF),{debug:l,error:p,fatal:h}=c.prepareDiagnosticFor("read");let d;l("start reading",t);try{if(n(t.repositoryPath)&&n(this._basePath)){const e="Neither initial 'path' nor 'repositoryPath' in query were found.",r=new i.DdfCsvError(e,JSON.stringify(t));throw p(e,r),r}d=await this.reader.query(t,{basePath:t.repositoryPath||this._basePath,fileReader:this.fileReader,logger:this.logger,conceptsLookup:new Map,diagnostic:c}),d=e?this._prettifyData(d,e):d,this.resultTransformer&&(d=this.resultTransformer(d)),this.logger&&this.logger.log&&(r.log(JSON.stringify(t),d.length),r.log(d))}catch(t){throw h("global data reading error",t),t}return d},_prettifyData:(t,e)=>t.map(t=>(Object.keys(t).forEach(r=>{e[r]&&(t[r]=e[r](t[r]))}),t))}}}},function(t,e){!function(){"use strict";if(!self.fetch){i.prototype.append=function(t,e){t=n(t),e=o(e);var r=this.map[t];r||(r=[],this.map[t]=r),r.push(e)},i.prototype.delete=function(t){delete this.map[n(t)]},i.prototype.get=function(t){var e=this.map[n(t)];return e?e[0]:null},i.prototype.getAll=function(t){return this.map[n(t)]||[]},i.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},i.prototype.set=function(t,e){this.map[n(t)]=[o(e)]},i.prototype.forEach=function(t){var e=this;Object.getOwnPropertyNames(this.map).forEach(function(r){t(r,e.map[r])})};var t={blob:"FileReader"in self&&"Blob"in self&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in self},e=["DELETE","GET","HEAD","OPTIONS","POST","PUT"],r=!("undefined"==typeof window||!window.ActiveXObject||window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);s.call(f.prototype),s.call(p.prototype),self.Headers=i,self.Request=f,self.Response=p,self.fetch=function(e,n){var o;return o=f.prototype.isPrototypeOf(e)&&!n?e:new f(e,n),new fetch.Promise(function(e,n){var u=function(){return r&&!/^(get|post|head|put|delete|options)$/i.test(this.method)?(this.usingActiveXhr=!0,new ActiveXObject("Microsoft.XMLHTTP")):new XMLHttpRequest}();function a(){if(4===u.readyState){var t=1223===u.status?204:u.status;if(t<100||t>599)n(new TypeError("Network request failed"));else{var r={status:t,statusText:u.statusText,headers:function(t){var e=new i;return t.getAllResponseHeaders().trim().split("\n").forEach(function(t){var r=t.trim().split(":"),n=r.shift().trim(),o=r.join(":").trim();e.append(n,o)}),e}(u),url:"responseURL"in u?u.responseURL:/^X-Request-URL:/m.test(u.getAllResponseHeaders())?u.getResponseHeader("X-Request-URL"):void 0},o="response"in u?u.response:u.responseText;e(new p(o,r))}}}"cors"===o.credentials&&(u.withCredentials=!0),u.onreadystatechange=a,self.usingActiveXhr||(u.onload=a,u.onerror=function(){n(new TypeError("Network request failed"))}),u.open(o.method,o.url,!0),"responseType"in u&&t.blob&&(u.responseType="blob"),o.headers.forEach(function(t,e){e.forEach(function(e){u.setRequestHeader(t,e)})}),u.send(void 0===o._bodyInit?null:o._bodyInit)})},fetch.Promise=self.Promise,self.fetch.polyfill=!0}function n(t){if("string"!=typeof t&&(t=t.toString()),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function o(t){return"string"!=typeof t&&(t=t.toString()),t}function i(t){this.map={};var e=this;t instanceof i?t.forEach(function(t,r){r.forEach(function(r){e.append(t,r)})}):t&&Object.getOwnPropertyNames(t).forEach(function(r){e.append(r,t[r])})}function u(t){if(t.bodyUsed)return fetch.Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function a(t){return new fetch.Promise(function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}})}function c(t){var e=new FileReader;return e.readAsArrayBuffer(t),a(e)}function s(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,"string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else{if(e)throw new Error("unsupported BodyInit type");this._bodyText=""}},t.blob?(this.blob=function(){var t=u(this);if(t)return t;if(this._bodyBlob)return fetch.Promise.resolve(this._bodyBlob);if(this._bodyFormData)throw new Error("could not read FormData body as blob");return fetch.Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this.blob().then(c)},this.text=function(){var t,e,r=u(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,(e=new FileReader).readAsText(t),a(e);if(this._bodyFormData)throw new Error("could not read FormData body as text");return fetch.Promise.resolve(this._bodyText)}):this.text=function(){var t=u(this);return t||fetch.Promise.resolve(this._bodyText)},t.formData&&(this.formData=function(){return this.text().then(l)}),this.json=function(){return this.text().then(function(t){return JSON.parse(t)})},this}function f(t,r){var n,o;if(r=r||{},this.url=t,this.credentials=r.credentials||"omit",this.headers=new i(r.headers),this.method=(n=r.method||"GET",o=n.toUpperCase(),e.indexOf(o)>-1?o:n),this.mode=r.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r.body)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r.body)}function l(t){var e=new FormData;return t.trim().split("&").forEach(function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}}),e}function p(t,e){e||(e={}),this._initBody(t),this.type="default",this.url=null,this.status=e.status,this.ok=this.status>=200&&this.status<300,this.statusText=e.statusText,this.headers=e.headers instanceof i?e.headers:new i(e.headers),this.url=e.url||""}}()},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.version=e.versionInfo=e.getDDFCsvReaderObject=e.DdfCsvError=e.FrontendFileReader=void 0;const n=r(21);var o=r(21);Object.defineProperty(e,"FrontendFileReader",{enumerable:!0,get:function(){return o.FrontendFileReader}});var i=r(6);Object.defineProperty(e,"DdfCsvError",{enumerable:!0,get:function(){return i.DdfCsvError}});const u=r(47);e.getDDFCsvReaderObject=(0,u.prepareDDFCsvReaderObject)(new n.FrontendFileReader);e.versionInfo={version:"4.5.1",build:"1725027750257",package:{name:"@vizabi/reader-ddfcsv",description:"Vizabi DDFcsv reader"}},e.version="4.5.1"},function(t,e,r){t.exports=r(49)}])});
8
8
  //# sourceMappingURL=reader-ddfcsv.js.map