extra-request 4.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es2015/index.min.mjs +3 -3
- package/dist/es2015/index.min.mjs.map +1 -1
- package/dist/es2015/index.mjs +2232 -241
- package/dist/es2015/index.mjs.map +1 -1
- package/dist/es2015/index.umd.js +2232 -241
- package/dist/es2015/index.umd.js.map +1 -1
- package/dist/es2015/index.umd.min.js +3 -3
- package/dist/es2015/index.umd.min.js.map +1 -1
- package/dist/es2018/index.min.mjs +3 -3
- package/dist/es2018/index.min.mjs.map +1 -1
- package/dist/es2018/index.mjs +2232 -241
- package/dist/es2018/index.mjs.map +1 -1
- package/dist/es2018/index.umd.js +2232 -241
- package/dist/es2018/index.umd.js.map +1 -1
- package/dist/es2018/index.umd.min.js +3 -3
- package/dist/es2018/index.umd.min.js.map +1 -1
- package/lib/es2015/browser.js +5 -1
- package/lib/es2015/browser.js.map +1 -1
- package/lib/es2015/index.js +5 -1
- package/lib/es2015/index.js.map +1 -1
- package/lib/es2015/transformers/index.js +5 -1
- package/lib/es2015/transformers/index.js.map +1 -1
- package/lib/es2018/browser.js +5 -1
- package/lib/es2018/browser.js.map +1 -1
- package/lib/es2018/index.js +5 -1
- package/lib/es2018/index.js.map +1 -1
- package/lib/es2018/transformers/index.js +5 -1
- package/lib/es2018/transformers/index.js.map +1 -1
- package/package.json +23 -23
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e={},n={fetch:void 0};n.fetch=globalThis.fetch.bind(globalThis);var r={Headers:void 0};r.Headers=globalThis.Headers;var i={Request:void 0};i.Request=globalThis.Request;var
|
|
1
|
+
var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e={},n={fetch:void 0};n.fetch=globalThis.fetch.bind(globalThis);var r={Headers:void 0};r.Headers=globalThis.Headers;var i={Request:void 0};i.Request=globalThis.Request;var o={Response:void 0};o.Response=globalThis.Response;var s={FormData:void 0};s.FormData=globalThis.FormData;var a={AbortController:void 0};a.AbortController=globalThis.AbortController;var c={Blob:void 0};c.Blob=globalThis.Blob;var u,f,l,d={};d.EventSource=void 0,d.EventSource=globalThis.EventSource,u=e,f=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),(l=t&&t.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||f(e,t,n)})(n,u),l(r,u),l(i,u),l(o,u),l(s,u),l(a,u),l(c,u),l(d,u);var h={},y={};function p(t){return Array.isArray(t)}y.isntEmptyArray=y.isEmptyArray=y.isntArray=y.isArray=void 0,y.isArray=p,y.isntArray=function(t){return!p(t)},y.isEmptyArray=function(t){return 0===t.length},y.isntEmptyArray=function(t){return 0!==t.length};var v={},g={};function m(t){return null===t}g.isntNull=g.isNull=void 0,g.isNull=m,g.isntNull=function(t){return!m(t)};var b={};function _(t){return void 0===t}b.isntUndefined=b.isUndefined=void 0,b.isUndefined=_,b.isntUndefined=function(t){return!_(t)};var w={};function A(t){return"function"==typeof t}w.isntFunction=w.isFunction=void 0,w.isFunction=A,w.isntFunction=function(t){return!A(t)},v.isntAsyncIterable=v.isAsyncIterable=void 0;const O=g,k=b,E=w;function S(t){return(0,O.isntNull)(t)&&(0,k.isntUndefined)(t)&&(0,E.isFunction)(t[Symbol.asyncIterator])}v.isAsyncIterable=S,v.isntAsyncIterable=function(t){return!S(t)};var j={};function I(t){return"bigint"==typeof t}j.isntBigInt=j.isBigInt=void 0,j.isBigInt=I,j.isntBigInt=function(t){return!I(t)};var R={};function T(t){return"boolean"==typeof t}R.isntBoolean=R.isBoolean=void 0,R.isBoolean=T,R.isntBoolean=function(t){return!T(t)};var C={},x={};function D(t){return"string"==typeof t}x.isntString=x.isString=void 0,x.isString=D,x.isntString=function(t){return!D(t)},C.isntChar=C.isChar=void 0;const P=x;function N(t){return(0,P.isString)(t)&&1===t.length}C.isChar=N,C.isntChar=function(t){return!N(t)};var L={};function U(t){return t instanceof Date}L.isntDate=L.isDate=void 0,L.isDate=U,L.isntDate=function(t){return!U(t)};var B={};B.inEnum=void 0,B.inEnum=function(t,e){return Object.values(e).includes(t)};var F={};function q(t){return t instanceof Error}F.isntError=F.isError=void 0,F.isError=q,F.isntError=function(t){return!q(t)};var z={};function M(t){return!t}z.isntFalsy=z.isFalsy=void 0,z.isFalsy=M,z.isntFalsy=function(t){return!M(t)};var H={};H.isntIterable=H.isIterable=void 0;const J=g,W=b,K=w;function Q(t){return(0,J.isntNull)(t)&&(0,W.isntUndefined)(t)&&(0,K.isFunction)(t[Symbol.iterator])}H.isIterable=Q,H.isntIterable=function(t){return!Q(t)};var $={},G={};function Z(t){return"number"==typeof t}G.isntNumber=G.isNumber=void 0,G.isNumber=Z,G.isntNumber=function(t){return!Z(t)};var V={},Y="object"==typeof t&&t&&t.Object===Object&&t,X="object"==typeof self&&self&&self.Object===Object&&self,tt=(Y||X||Function("return this")()).Symbol,et=tt,nt=Object.prototype,rt=nt.hasOwnProperty,it=nt.toString,ot=et?et.toStringTag:void 0;var st=function(t){var e=rt.call(t,ot),n=t[ot];try{t[ot]=void 0;var r=!0}catch(t){}var i=it.call(t);return r&&(e?t[ot]=n:delete t[ot]),i},at=Object.prototype.toString;var ct=st,ut=function(t){return at.call(t)},ft=tt?tt.toStringTag:void 0;var lt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ft&&ft in Object(t)?ct(t):ut(t)};var dt=function(t,e){return function(n){return t(e(n))}}(Object.getPrototypeOf,Object);var ht=lt,yt=dt,pt=function(t){return null!=t&&"object"==typeof t},vt=Function.prototype,gt=Object.prototype,mt=vt.toString,bt=gt.hasOwnProperty,_t=mt.call(Object);var wt=function(t){if(!pt(t)||"[object Object]"!=ht(t))return!1;var e=yt(t);if(null===e)return!0;var n=bt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&mt.call(n)==_t},At=t&&t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};V.isntEmptyObject=V.isEmptyObject=V.isntPlainObject=V.isPlainObject=V.isntObject=V.isObject=void 0;const Ot=At(wt);function kt(t){return null!==t&&"object"==typeof t}function Et(t){return(0,Ot.default)(t)}V.isObject=kt,V.isntObject=function(t){return!kt(t)},V.isPlainObject=Et,V.isntPlainObject=function(t){return!Et(t)},V.isEmptyObject=function(t){return 0===Object.keys(t).length},V.isntEmptyObject=function(t){return 0!==Object.keys(t).length},$.isntJsonable=$.isJsonable=$.isntJson=$.isJson=void 0;const St=g,jt=R,It=x,Rt=G,Tt=y,Ct=V;function xt(t){return(0,St.isNull)(t)||(0,jt.isBoolean)(t)||(0,It.isString)(t)||(0,Rt.isNumber)(t)||(0,Tt.isArray)(t)&&t.every(xt)||(0,Ct.isPlainObject)(t)&&Object.values(t).every(xt)}$.isJson=xt,$.isntJson=function(t){return!xt(t)},$.isJsonable=function(t){try{return JSON.stringify(t),!0}catch(t){return!1}},$.isntJsonable=function t(e){return!t()};var Dt={};Dt.isPromiseLike=Dt.isntPromiseLike=Dt.isntPromise=Dt.isPromise=void 0;const Pt=V,Nt=w;function Lt(t){return t instanceof Promise}function Ut(t){return(0,Pt.isObject)(t)&&(0,Nt.isFunction)(t.then)}Dt.isPromise=Lt,Dt.isntPromise=function(t){return!Lt(t)},Dt.isntPromiseLike=function(t){return!Ut(t)},Dt.isPromiseLike=Ut;var Bt={};function Ft(...t){return Wt("GET",...t)}function qt(...t){return Wt("HEAD",...t)}function zt(...t){return Wt("POST",...t)}function Mt(...t){return Wt("PUT",...t)}function Ht(...t){return Wt("PATCH",...t)}function Jt(...t){return Wt("DELETE",...t)}function Wt(t,...n){const r=n.reduce(((t,e)=>h.isFunction(e)?e(t):t),{url:new URL("http://localhost"),headers:new e.Headers}),i=new e.Headers(r.headers);return new e.Request(r.url.href,{method:t,headers:i,signal:r.signal,body:r.payload,keepalive:r.keepalive})}function Kt(...t){return e=>{const n=new URL(t.reduce(((t,e)=>new URL(e,t).href)));return Object.assign(Object.assign({},e),{url:n})}}function Qt(t){return n=>{const r=new e.Headers(n.headers);return r.set("Content-Type","application/x-www-form-urlencoded"),Object.assign(Object.assign({},n),{headers:r,payload:t})}}function $t(t){return n=>{const r=new e.Headers(n.headers);return r.set("Content-Type","application/json"),Object.assign(Object.assign({},n),{headers:r,payload:JSON.stringify(t)})}}Bt.isAbsoluteURL=void 0,Bt.isAbsoluteURL=function(t){try{return new URL(t),!0}catch(t){return!1}},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),r=t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};r(y,e),r(v,e),r(j,e),r(R,e),r(C,e),r(L,e),r(B,e),r(F,e),r(z,e),r(w,e),r(H,e),r($,e),r(g,e),r(G,e),r(V,e),r(Dt,e),r(x,e),r(b,e),r(Bt,e)}(h);var Gt={exports:{}};
|
|
2
2
|
/* @license
|
|
3
3
|
Papa Parse
|
|
4
|
-
v5.3.
|
|
4
|
+
v5.3.2
|
|
5
5
|
https://github.com/mholt/PapaParse
|
|
6
6
|
License: MIT
|
|
7
|
-
*/Lt.exports=function t(){var e="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:{},n=!e.document&&!!e.postMessage,r=n&&/blob:/i.test((e.location||{}).protocol),i={},s=0,o={parse:function(n,r){var a=(r=r||{}).dynamicTyping||!1;if(O(a)&&(r.dynamicTypingFunction=a,a={}),r.dynamicTyping=a,r.transform=!!O(r.transform)&&r.transform,r.worker&&o.WORKERS_SUPPORTED){var u=function(){if(!o.WORKERS_SUPPORTED)return!1;var n,r,a=(n=e.URL||e.webkitURL||null,r=t.toString(),o.BLOB_URL||(o.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))),u=new e.Worker(a);return u.onmessage=m,u.id=s++,i[u.id]=u}();return u.userStep=r.step,u.userChunk=r.chunk,u.userComplete=r.complete,u.userError=r.error,r.step=O(r.step),r.chunk=O(r.chunk),r.complete=O(r.complete),r.error=O(r.error),delete r.worker,void u.postMessage({input:n,config:r,workerId:u.id})}var d=null;return o.NODE_STREAM_INPUT,"string"==typeof n?d=r.download?new c(r):new h(r):!0===n.readable&&O(n.read)&&O(n.on)?d=new l(r):(e.File&&n instanceof File||n instanceof Object)&&(d=new f(r)),d.stream(n)},unparse:function(t,e){var n=!1,r=!0,i=",",s="\r\n",a='"',u=a+a,c=!1,f=null,h=!1;!function(){if("object"==typeof e){if("string"!=typeof e.delimiter||o.BAD_DELIMITERS.filter((function(t){return-1!==e.delimiter.indexOf(t)})).length||(i=e.delimiter),("boolean"==typeof e.quotes||"function"==typeof e.quotes||Array.isArray(e.quotes))&&(n=e.quotes),"boolean"!=typeof e.skipEmptyLines&&"string"!=typeof e.skipEmptyLines||(c=e.skipEmptyLines),"string"==typeof e.newline&&(s=e.newline),"string"==typeof e.quoteChar&&(a=e.quoteChar),"boolean"==typeof e.header&&(r=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&&(u=e.escapeChar+a),"boolean"==typeof e.escapeFormulae&&(h=e.escapeFormulae)}}();var l=new RegExp(p(a),"g");if("string"==typeof t&&(t=JSON.parse(t)),Array.isArray(t)){if(!t.length||Array.isArray(t[0]))return d(null,t,c);if("object"==typeof t[0])return d(f||Object.keys(t[0]),t,c)}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),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])),d(t.fields||[],t.data||[],c);throw new Error("Unable to serialize unrecognized input");function d(t,e,n){var o="";"string"==typeof t&&(t=JSON.parse(t)),"string"==typeof e&&(e=JSON.parse(e));var a=Array.isArray(t)&&0<t.length,u=!Array.isArray(e[0]);if(a&&r){for(var c=0;c<t.length;c++)0<c&&(o+=i),o+=g(t[c],c);0<e.length&&(o+=s)}for(var f=0;f<e.length;f++){var h=a?t.length:e[f].length,l=!1,d=a?0===Object.keys(e[f]).length:0===e[f].length;if(n&&!a&&(l="greedy"===n?""===e[f].join("").trim():1===e[f].length&&0===e[f][0].length),"greedy"===n&&a){for(var p=[],m=0;m<h;m++){var y=u?t[m]:m;p.push(e[f][y])}l=""===p.join("").trim()}if(!l){for(var b=0;b<h;b++){0<b&&!d&&(o+=i);var v=a&&u?t[b]:b;o+=g(e[f][v],b)}f<e.length-1&&(!n||0<h&&!d)&&(o+=s)}}return o}function g(t,e){if(null==t)return"";if(t.constructor===Date)return JSON.stringify(t).slice(1,25);!0===h&&"string"==typeof t&&null!==t.match(/^[=+\-@].*$/)&&(t="'"+t);var r=t.toString().replace(l,u);return"boolean"==typeof n&&n||"function"==typeof n&&n(t,e)||Array.isArray(n)&&n[e]||function(t,e){for(var n=0;n<e.length;n++)if(-1<t.indexOf(e[n]))return!0;return!1}(r,o.BAD_DELIMITERS)||-1<r.indexOf(i)||" "===r.charAt(0)||" "===r.charAt(r.length-1)?a+r+a:r}}};if(o.RECORD_SEP=String.fromCharCode(30),o.UNIT_SEP=String.fromCharCode(31),o.BYTE_ORDER_MARK="\ufeff",o.BAD_DELIMITERS=["\r","\n",'"',o.BYTE_ORDER_MARK],o.WORKERS_SUPPORTED=!n&&!!e.Worker,o.NODE_STREAM_INPUT=1,o.LocalChunkSize=10485760,o.RemoteChunkSize=5242880,o.DefaultDelimiter=",",o.Parser=g,o.ParserHandle=d,o.NetworkStreamer=c,o.FileStreamer=f,o.StringStreamer=h,o.ReadableStreamStreamer=l,e.jQuery){var a=e.jQuery;a.fn.parse=function(t){var n=t.config||{},r=[];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 i=0;i<this.files.length;i++)r.push({file:this.files[i],inputElem:this,instanceConfig:a.extend({},n)})})),i(),this;function i(){if(0!==r.length){var e,n,i,u,c=r[0];if(O(t.before)){var f=t.before(c.file,c.inputElem);if("object"==typeof f){if("abort"===f.action)return e="AbortError",n=c.file,i=c.inputElem,u=f.reason,void(O(t.error)&&t.error({name:e},n,i,u));if("skip"===f.action)return void s();"object"==typeof f.config&&(c.instanceConfig=a.extend(c.instanceConfig,f.config))}else if("skip"===f)return void s()}var h=c.instanceConfig.complete;c.instanceConfig.complete=function(t){O(h)&&h(t,c.file,c.inputElem),s()},o.parse(c.file,c.instanceConfig)}else O(t.complete)&&t.complete()}function s(){r.splice(0,1),i()}}}function u(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=v(t);e.chunkSize=parseInt(e.chunkSize),t.step||t.chunk||(e.chunkSize=null),this._handle=new d(e),(this._handle.streamer=this)._config=e}.call(this,t),this.parseChunk=function(t,n){if(this.isFirstChunk&&O(this._config.beforeFirstChunk)){var i=this._config.beforeFirstChunk(t);void 0!==i&&(t=i)}this.isFirstChunk=!1,this._halted=!1;var s=this._partialLine+t;this._partialLine="";var a=this._handle.parse(s,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var u=a.meta.cursor;this._finished||(this._partialLine=s.substring(u-this._baseIndex),this._baseIndex=u),a&&a.data&&(this._rowCount+=a.data.length);var c=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(r)e.postMessage({results:a,workerId:o.WORKER_ID,finished:c});else if(O(this._config.chunk)&&!n){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||!c||!O(this._config.complete)||a&&a.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),c||a&&a.meta.paused||this._nextChunk(),a}this._halted=!0},this._sendError=function(t){O(this._config.error)?this._config.error(t):r&&this._config.error&&e.postMessage({workerId:o.WORKER_ID,error:t,finished:!1})}}function c(t){var e;(t=t||{}).chunkSize||(t.chunkSize=o.RemoteChunkSize),u.call(this,t),this._nextChunk=n?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),n||(e.onload=_(this._chunkLoaded,this),e.onerror=_(this._chunkError,this)),e.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var t=this._config.downloadRequestHeaders;for(var r in t)e.setRequestHeader(r,t[r])}if(this._config.chunkSize){var i=this._start+this._config.chunkSize-1;e.setRequestHeader("Range","bytes="+this._start+"-"+i)}try{e.send(this._config.downloadRequestBody)}catch(t){this._chunkError(t.message)}n&&0===e.status&&this._chunkError()}},this._chunkLoaded=function(){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>=function(t){var e=t.getResponseHeader("Content-Range");return null===e?-1:parseInt(e.substring(e.lastIndexOf("/")+1))}(e),this.parseChunk(e.responseText)))},this._chunkError=function(t){var n=e.statusText||t;this._sendError(new Error(n))}}function f(t){var e,n;(t=t||{}).chunkSize||(t.chunkSize=o.LocalChunkSize),u.call(this,t);var r="undefined"!=typeof FileReader;this.stream=function(t){this._input=t,n=t.slice||t.webkitSlice||t.mozSlice,r?((e=new FileReader).onload=_(this._chunkLoaded,this),e.onerror=_(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 i=Math.min(this._start+this._config.chunkSize,this._input.size);t=n.call(t,this._start,i)}var s=e.readAsText(t,this._config.encoding);r||this._chunkLoaded({target:{result:s}})},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 h(t){var e;u.call(this,t=t||{}),this.stream=function(t){return e=t,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var t,n=this._config.chunkSize;return n?(t=e.substring(0,n),e=e.substring(n)):(t=e,e=""),this._finished=!e,this.parseChunk(t)}}}function l(t){u.call(this,t=t||{});var e=[],n=!0,r=!1;this.pause=function(){u.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){u.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(){r&&1===e.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),e.length?this.parseChunk(e.shift()):n=!0},this._streamData=_((function(t){try{e.push("string"==typeof t?t:t.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(e.shift()))}catch(t){this._streamError(t)}}),this),this._streamError=_((function(t){this._streamCleanUp(),this._sendError(t)}),this),this._streamEnd=_((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=_((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function d(t){var e,n,r,i=Math.pow(2,53),s=-i,a=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,u=/^(\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))$/,c=this,f=0,h=0,l=!1,d=!1,m=[],y={data:[],errors:[],meta:{}};if(O(t.step)){var b=t.step;t.step=function(e){if(y=e,w())E();else{if(E(),0===y.data.length)return;f+=e.data.length,t.preview&&f>t.preview?n.abort():(y.data=y.data[0],b(y,c))}}}function _(e){return"greedy"===t.skipEmptyLines?""===e.join("").trim():1===e.length&&0===e[0].length}function E(){if(y&&r&&(k("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+o.DefaultDelimiter+"'"),r=!1),t.skipEmptyLines)for(var e=0;e<y.data.length;e++)_(y.data[e])&&y.data.splice(e--,1);return w()&&function(){if(y)if(Array.isArray(y.data[0])){for(var e=0;w()&&e<y.data.length;e++)y.data[e].forEach(n);y.data.splice(0,1)}else y.data.forEach(n);function n(e,n){O(t.transformHeader)&&(e=t.transformHeader(e,n)),m.push(e)}}(),function(){if(!y||!t.header&&!t.dynamicTyping&&!t.transform)return y;function e(e,n){var r,i=t.header?{}:[];for(r=0;r<e.length;r++){var s=r,o=e[r];t.header&&(s=r>=m.length?"__parsed_extra":m[r]),t.transform&&(o=t.transform(o,s)),o=R(s,o),"__parsed_extra"===s?(i[s]=i[s]||[],i[s].push(o)):i[s]=o}return t.header&&(r>m.length?k("FieldMismatch","TooManyFields","Too many fields: expected "+m.length+" fields but parsed "+r,h+n):r<m.length&&k("FieldMismatch","TooFewFields","Too few fields: expected "+m.length+" fields but parsed "+r,h+n)),i}var n=1;return!y.data.length||Array.isArray(y.data[0])?(y.data=y.data.map(e),n=y.data.length):y.data=e(y.data,0),t.header&&y.meta&&(y.meta.fields=m),h+=n,y}()}function w(){return t.header&&0===m.length}function R(e,n){return r=e,t.dynamicTypingFunction&&void 0===t.dynamicTyping[r]&&(t.dynamicTyping[r]=t.dynamicTypingFunction(r)),!0===(t.dynamicTyping[r]||t.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(t){if(a.test(t)){var e=parseFloat(t);if(s<e&&e<i)return!0}return!1}(n)?parseFloat(n):u.test(n)?new Date(n):""===n?null:n):n;var r}function k(t,e,n,r){var i={type:t,code:e,message:n};void 0!==r&&(i.row=r),y.errors.push(i)}this.parse=function(i,s,a){var u=t.quoteChar||'"';if(t.newline||(t.newline=function(t,e){t=t.substring(0,1048576);var n=new RegExp(p(e)+"([^]*?)"+p(e),"gm"),r=(t=t.replace(n,"")).split("\r"),i=t.split("\n"),s=1<i.length&&i[0].length<r[0].length;if(1===r.length||s)return"\n";for(var o=0,a=0;a<r.length;a++)"\n"===r[a][0]&&o++;return o>=r.length/2?"\r\n":"\r"}(i,u)),r=!1,t.delimiter)O(t.delimiter)&&(t.delimiter=t.delimiter(i),y.meta.delimiter=t.delimiter);else{var c=function(e,n,r,i,s){var a,u,c,f;s=s||[",","\t","|",";",o.RECORD_SEP,o.UNIT_SEP];for(var h=0;h<s.length;h++){var l=s[h],d=0,p=0,m=0;c=void 0;for(var y=new g({comments:i,delimiter:l,newline:n,preview:10}).parse(e),b=0;b<y.data.length;b++)if(r&&_(y.data[b]))m++;else{var v=y.data[b].length;p+=v,void 0!==c?0<v&&(d+=Math.abs(v-c),c=v):c=v}0<y.data.length&&(p/=y.data.length-m),(void 0===u||d<=u)&&(void 0===f||f<p)&&1.99<p&&(u=d,a=l,f=p)}return{successful:!!(t.delimiter=a),bestDelimiter:a}}(i,t.newline,t.skipEmptyLines,t.comments,t.delimitersToGuess);c.successful?t.delimiter=c.bestDelimiter:(r=!0,t.delimiter=o.DefaultDelimiter),y.meta.delimiter=t.delimiter}var f=v(t);return t.preview&&t.header&&f.preview++,e=i,n=new g(f),y=n.parse(e,s,a),E(),l?{meta:{paused:!0}}:y||{meta:{paused:!1}}},this.paused=function(){return l},this.pause=function(){l=!0,n.abort(),e=O(t.chunk)?"":e.substring(n.getCharIndex())},this.resume=function(){c.streamer._halted?(l=!1,c.streamer.parseChunk(e,!0)):setTimeout(c.resume,3)},this.aborted=function(){return d},this.abort=function(){d=!0,n.abort(),y.meta.aborted=!0,O(t.complete)&&t.complete(y),e=""}}function p(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function g(t){var e,n=(t=t||{}).delimiter,r=t.newline,i=t.comments,s=t.step,a=t.preview,u=t.fastMode,c=e=void 0===t.quoteChar?'"':t.quoteChar;if(void 0!==t.escapeChar&&(c=t.escapeChar),("string"!=typeof n||-1<o.BAD_DELIMITERS.indexOf(n))&&(n=","),i===n)throw new Error("Comment character same as delimiter");!0===i?i="#":("string"!=typeof i||-1<o.BAD_DELIMITERS.indexOf(i))&&(i=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var f=0,h=!1;this.parse=function(t,o,l){if("string"!=typeof t)throw new Error("Input must be a string");var d=t.length,g=n.length,m=r.length,y=i.length,b=O(s),v=[],_=[],E=[],w=f=0;if(!t)return F();if(u||!1!==u&&-1===t.indexOf(e)){for(var R=t.split(r),k=0;k<R.length;k++){if(E=R[k],f+=E.length,k!==R.length-1)f+=r.length;else if(l)return F();if(!i||E.substring(0,y)!==i){if(b){if(v=[],D(E.split(n)),P(),h)return F()}else D(E.split(n));if(a&&a<=k)return v=v.slice(0,a),F(!0)}}return F()}for(var S=t.indexOf(n,f),j=t.indexOf(r,f),C=new RegExp(p(c)+p(e),"g"),A=t.indexOf(e,f);;)if(t[f]!==e)if(i&&0===E.length&&t.substring(f,f+y)===i){if(-1===j)return F();f=j+m,j=t.indexOf(r,f),S=t.indexOf(n,f)}else if(-1!==S&&(S<j||-1===j))E.push(t.substring(f,S)),f=S+g,S=t.indexOf(n,f);else{if(-1===j)break;if(E.push(t.substring(f,j)),U(j+m),b&&(P(),h))return F();if(a&&v.length>=a)return F(!0)}else for(A=f,f++;;){if(-1===(A=t.indexOf(e,A+1)))return l||_.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:v.length,index:f}),L();if(A===d-1)return L(t.substring(f,A).replace(C,e));if(e!==c||t[A+1]!==c){if(e===c||0===A||t[A-1]!==c){-1!==S&&S<A+1&&(S=t.indexOf(n,A+1)),-1!==j&&j<A+1&&(j=t.indexOf(r,A+1));var x=I(-1===j?S:Math.min(S,j));if(t[A+1+x]===n){E.push(t.substring(f,A).replace(C,e)),t[f=A+1+x+g]!==e&&(A=t.indexOf(e,f)),S=t.indexOf(n,f),j=t.indexOf(r,f);break}var T=I(j);if(t.substring(A+1+T,A+1+T+m)===r){if(E.push(t.substring(f,A).replace(C,e)),U(A+1+T+m),S=t.indexOf(n,f),A=t.indexOf(e,f),b&&(P(),h))return F();if(a&&v.length>=a)return F(!0);break}_.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:v.length,index:f}),A++}}else A++}return L();function D(t){v.push(t),w=f}function I(e){var n=0;if(-1!==e){var r=t.substring(A+1,e);r&&""===r.trim()&&(n=r.length)}return n}function L(e){return l||(void 0===e&&(e=t.substring(f)),E.push(e),f=d,D(E),b&&P()),F()}function U(e){f=e,D(E),E=[],j=t.indexOf(r,f)}function F(t){return{data:v,errors:_,meta:{delimiter:n,linebreak:r,aborted:h,truncated:!!t,cursor:w+(o||0)}}}function P(){s(F()),v=[],_=[]}},this.abort=function(){h=!0},this.getCharIndex=function(){return f}}function m(t){var e=t.data,n=i[e.workerId],r=!1;if(e.error)n.userError(e.error,e.file);else if(e.results&&e.results.data){var s={abort:function(){r=!0,y(e.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:b,resume:b};if(O(n.userStep)){for(var o=0;o<e.results.data.length&&(n.userStep({data:e.results.data[o],errors:e.results.errors,meta:e.results.meta},s),!r);o++);delete e.results}else O(n.userChunk)&&(n.userChunk(e.results,s,e.file),delete e.results)}e.finished&&!r&&y(e.workerId,e.results)}function y(t,e){var n=i[t];O(n.userComplete)&&n.userComplete(e),n.terminate(),delete i[t]}function b(){throw new Error("Not implemented.")}function v(t){if("object"!=typeof t||null===t)return t;var e=Array.isArray(t)?[]:{};for(var n in t)e[n]=v(t[n]);return e}function _(t,e){return function(){t.apply(e,arguments)}}function O(t){return"function"==typeof t}return r&&(e.onmessage=function(t){var n=t.data;if(void 0===o.WORKER_ID&&n&&(o.WORKER_ID=n.workerId),"string"==typeof n.input)e.postMessage({workerId:o.WORKER_ID,results:o.parse(n.input,n.config),finished:!0});else if(e.File&&n.input instanceof File||n.input instanceof Object){var r=o.parse(n.input,n.config);r&&e.postMessage({workerId:o.WORKER_ID,results:r,finished:!0})}}),(c.prototype=Object.create(u.prototype)).constructor=c,(f.prototype=Object.create(u.prototype)).constructor=f,(h.prototype=Object.create(h.prototype)).constructor=h,(l.prototype=Object.create(u.prototype)).constructor=l,o}();var Ut={},Ft={CustomError:void 0};class Pt extends Error{get name(){return this.constructor.name}}Ft.CustomError=Pt;var Nt={ExpectedError:void 0};const Bt=Ft;class zt extends Bt.CustomError{}Nt.ExpectedError=zt;var Jt={AssertionError:void 0};const Mt=Ft;class qt extends Mt.CustomError{}Jt.AssertionError=qt;var Ht={};Ht.normalize=void 0,Ht.normalize=function(t){var e;return{name:t.name,message:t.message,stack:null!==(e=t.stack)&&void 0!==e?e:null}};var Kt={refute:void 0};const Wt=Nt;Kt.refute=function(t,e){if(t)throw new Wt.ExpectedError(e)};var Qt={assert:void 0};const $t=Jt;function Gt(t){return Ut.assert(t.length>0,"payload must be a non-empty array"),n=>{const r=new e.Headers(n.headers);return r.set("Content-Type","text/csv"),Object.assign(Object.assign({},n),{headers:r,payload:Zt(t)})}}function Zt(t){const e=Object.keys(t[0]);return Lt.exports.unparse({data:t,fields:e})}function Yt(t){return e=>Object.assign(Object.assign({},e),{signal:t})}function Xt(t,n){return r=>{const i=new e.Headers(r.headers);return i.set(t,n),Object.assign(Object.assign({},r),{headers:i})}}function Vt(t,n){return r=>{const i=new e.Headers(r.headers);return i.append(t,n),Object.assign(Object.assign({},r),{headers:i})}}function te(t){return n=>{const r=new e.Headers(n.headers);for(const[e,n]of Object.entries(t))r.set(e,n);return Object.assign(Object.assign({},n),{headers:r})}}function ee(t){return Vt("Accept",t)}function ne(t){return e=>{const n=new URL(e.url.href);return n.host=t,Object.assign(Object.assign({},e),{url:n})}}function re(t){return e=>{const n=new URL(e.url.href);return n.port=t.toString(),Object.assign(Object.assign({},e),{url:n})}}function ie(t){return e=>{const n=new URL(e.url.href);return n.pathname=t,Object.assign(Object.assign({},e),{url:n})}}function se(t){return e=>{const n=new URL(e.url.href);return n.search=t,Object.assign(Object.assign({},e),{url:n})}}function oe(t,e){return n=>{const r=new URL(n.url.href),i=new URLSearchParams(r.searchParams);return i.set(t,e.toString()),r.search=i.toString(),Object.assign(Object.assign({},n),{url:r})}}function ae(t){return e=>{const n=new URL(e.url.href),r=new URLSearchParams(n.searchParams);for(const[e,n]of Object.entries(t))r.set(e,n.toString());return n.search=r.toString(),Object.assign(Object.assign({},e),{url:n})}}function ue(t,e){return n=>{const r=new URL(n.url.href),i=new URLSearchParams(r.searchParams);return i.append(t,e.toString()),r.search=i.toString(),Object.assign(Object.assign({},n),{url:r})}}function ce(t,n){return r=>{const i=r.payload instanceof e.FormData?function(t){const n=new e.FormData;for(const[e,r]of t.entries())n.append(e,r);return n}(r.payload):new e.FormData;return p.isArray(n)?n.forEach((e=>i.append(t,e))):i.append(t,n),Object.assign(Object.assign({},r),{payload:i})}}Qt.assert=function(t,e){if(!t)throw new $t.AssertionError(e)},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),r=t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};r(Ft,e),r(Nt,e),r(Jt,e),r(Ht,e),r(Kt,e),r(Qt,e)}(Ut);const fe="function"==typeof btoa,he="function"==typeof Buffer;"function"==typeof TextDecoder&&new TextDecoder,"function"==typeof TextEncoder&&new TextEncoder;const le=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=");(t=>{let e={};le.forEach(((t,n)=>e[t]=n))})(),String.fromCharCode.bind(String),"function"==typeof Uint8Array.from&&Uint8Array.from.bind(Uint8Array);const de=fe?t=>btoa(t):he?t=>Buffer.from(t,"binary").toString("base64"):t=>{let e,n,r,i,s="";const o=t.length%3;for(let o=0;o<t.length;){if((n=t.charCodeAt(o++))>255||(r=t.charCodeAt(o++))>255||(i=t.charCodeAt(o++))>255)throw new TypeError("invalid character found");e=n<<16|r<<8|i,s+=le[e>>18&63]+le[e>>12&63]+le[e>>6&63]+le[63&e]}return o?s.slice(0,o-3)+"===".substring(o):s};function pe(t,e){return Xt("Authorization","Basic "+de(`${t}:${e}`))}function ge(t){return Xt("Authorization",`Bearer ${t}`)}function me(t=!0){return e=>Object.assign(Object.assign({},e),{keepalive:t})}export{ee as accept,Vt as appendHeader,ue as appendSearchParam,pe as basicAuth,ge as bearerAuth,Gt as csv,At as del,ce as formDataField,Rt as get,kt as head,Xt as header,te as headers,ne as host,It as json,me as keepalive,Ct as patch,ie as pathname,re as port,St as post,jt as put,se as search,oe as searchParam,ae as searchParams,Yt as signal,Dt as text,Tt as url};
|
|
7
|
+
*/Gt.exports=function t(){var e="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:{},n=!e.document&&!!e.postMessage,r=n&&/blob:/i.test((e.location||{}).protocol),i={},o=0,s={parse:function(n,r){var a=(r=r||{}).dynamicTyping||!1;if(w(a)&&(r.dynamicTypingFunction=a,a={}),r.dynamicTyping=a,r.transform=!!w(r.transform)&&r.transform,r.worker&&s.WORKERS_SUPPORTED){var c=function(){if(!s.WORKERS_SUPPORTED)return!1;var n,r,a=(n=e.URL||e.webkitURL||null,r=t.toString(),s.BLOB_URL||(s.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))),c=new e.Worker(a);return c.onmessage=v,c.id=o++,i[c.id]=c}();return c.userStep=r.step,c.userChunk=r.chunk,c.userComplete=r.complete,c.userError=r.error,r.step=w(r.step),r.chunk=w(r.chunk),r.complete=w(r.complete),r.error=w(r.error),delete r.worker,void c.postMessage({input:n,config:r,workerId:c.id})}var h=null;return s.NODE_STREAM_INPUT,"string"==typeof n?h=r.download?new u(r):new l(r):!0===n.readable&&w(n.read)&&w(n.on)?h=new d(r):(e.File&&n instanceof File||n instanceof Object)&&(h=new f(r)),h.stream(n)},unparse:function(t,e){var n=!1,r=!0,i=",",o="\r\n",a='"',c=a+a,u=!1,f=null,l=!1;!function(){if("object"==typeof e){if("string"!=typeof e.delimiter||s.BAD_DELIMITERS.filter((function(t){return-1!==e.delimiter.indexOf(t)})).length||(i=e.delimiter),("boolean"==typeof e.quotes||"function"==typeof e.quotes||Array.isArray(e.quotes))&&(n=e.quotes),"boolean"!=typeof e.skipEmptyLines&&"string"!=typeof e.skipEmptyLines||(u=e.skipEmptyLines),"string"==typeof e.newline&&(o=e.newline),"string"==typeof e.quoteChar&&(a=e.quoteChar),"boolean"==typeof e.header&&(r=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 d=new RegExp(y(a),"g");if("string"==typeof t&&(t=JSON.parse(t)),Array.isArray(t)){if(!t.length||Array.isArray(t[0]))return h(null,t,u);if("object"==typeof t[0])return h(f||Object.keys(t[0]),t,u)}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||[],u);throw new Error("Unable to serialize unrecognized input");function h(t,e,n){var s="";"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&&r){for(var u=0;u<t.length;u++)0<u&&(s+=i),s+=p(t[u],u);0<e.length&&(s+=o)}for(var f=0;f<e.length;f++){var l=a?t.length:e[f].length,d=!1,h=a?0===Object.keys(e[f]).length:0===e[f].length;if(n&&!a&&(d="greedy"===n?""===e[f].join("").trim():1===e[f].length&&0===e[f][0].length),"greedy"===n&&a){for(var y=[],v=0;v<l;v++){var g=c?t[v]:v;y.push(e[f][g])}d=""===y.join("").trim()}if(!d){for(var m=0;m<l;m++){0<m&&!h&&(s+=i);var b=a&&c?t[m]:m;s+=p(e[f][b],m)}f<e.length-1&&(!n||0<l&&!h)&&(s+=o)}}return s}function p(t,e){if(null==t)return"";if(t.constructor===Date)return JSON.stringify(t).slice(1,25);var r=!1;l&&"string"==typeof t&&l.test(t)&&(t="'"+t,r=!0);var o=t.toString().replace(d,c);return(r=r||!0===n||"function"==typeof n&&n(t,e)||Array.isArray(n)&&n[e]||function(t,e){for(var n=0;n<e.length;n++)if(-1<t.indexOf(e[n]))return!0;return!1}(o,s.BAD_DELIMITERS)||-1<o.indexOf(i)||" "===o.charAt(0)||" "===o.charAt(o.length-1))?a+o+a:o}}};if(s.RECORD_SEP=String.fromCharCode(30),s.UNIT_SEP=String.fromCharCode(31),s.BYTE_ORDER_MARK="\ufeff",s.BAD_DELIMITERS=["\r","\n",'"',s.BYTE_ORDER_MARK],s.WORKERS_SUPPORTED=!n&&!!e.Worker,s.NODE_STREAM_INPUT=1,s.LocalChunkSize=10485760,s.RemoteChunkSize=5242880,s.DefaultDelimiter=",",s.Parser=p,s.ParserHandle=h,s.NetworkStreamer=u,s.FileStreamer=f,s.StringStreamer=l,s.ReadableStreamStreamer=d,e.jQuery){var a=e.jQuery;a.fn.parse=function(t){var n=t.config||{},r=[];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 i=0;i<this.files.length;i++)r.push({file:this.files[i],inputElem:this,instanceConfig:a.extend({},n)})})),i(),this;function i(){if(0!==r.length){var e,n,i,c,u=r[0];if(w(t.before)){var f=t.before(u.file,u.inputElem);if("object"==typeof f){if("abort"===f.action)return e="AbortError",n=u.file,i=u.inputElem,c=f.reason,void(w(t.error)&&t.error({name:e},n,i,c));if("skip"===f.action)return void o();"object"==typeof f.config&&(u.instanceConfig=a.extend(u.instanceConfig,f.config))}else if("skip"===f)return void o()}var l=u.instanceConfig.complete;u.instanceConfig.complete=function(t){w(l)&&l(t,u.file,u.inputElem),o()},s.parse(u.file,u.instanceConfig)}else w(t.complete)&&t.complete()}function o(){r.splice(0,1),i()}}}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,n){if(this.isFirstChunk&&w(this._config.beforeFirstChunk)){var i=this._config.beforeFirstChunk(t);void 0!==i&&(t=i)}this.isFirstChunk=!1,this._halted=!1;var o=this._partialLine+t;this._partialLine="";var a=this._handle.parse(o,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var c=a.meta.cursor;this._finished||(this._partialLine=o.substring(c-this._baseIndex),this._baseIndex=c),a&&a.data&&(this._rowCount+=a.data.length);var u=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(r)e.postMessage({results:a,workerId:s.WORKER_ID,finished:u});else if(w(this._config.chunk)&&!n){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||!u||!w(this._config.complete)||a&&a.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),u||a&&a.meta.paused||this._nextChunk(),a}this._halted=!0},this._sendError=function(t){w(this._config.error)?this._config.error(t):r&&this._config.error&&e.postMessage({workerId:s.WORKER_ID,error:t,finished:!1})}}function u(t){var e;(t=t||{}).chunkSize||(t.chunkSize=s.RemoteChunkSize),c.call(this,t),this._nextChunk=n?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),n||(e.onload=_(this._chunkLoaded,this),e.onerror=_(this._chunkError,this)),e.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var t=this._config.downloadRequestHeaders;for(var r in t)e.setRequestHeader(r,t[r])}if(this._config.chunkSize){var i=this._start+this._config.chunkSize-1;e.setRequestHeader("Range","bytes="+this._start+"-"+i)}try{e.send(this._config.downloadRequestBody)}catch(t){this._chunkError(t.message)}n&&0===e.status&&this._chunkError()}},this._chunkLoaded=function(){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>=function(t){var e=t.getResponseHeader("Content-Range");return null===e?-1:parseInt(e.substring(e.lastIndexOf("/")+1))}(e),this.parseChunk(e.responseText)))},this._chunkError=function(t){var n=e.statusText||t;this._sendError(new Error(n))}}function f(t){var e,n;(t=t||{}).chunkSize||(t.chunkSize=s.LocalChunkSize),c.call(this,t);var r="undefined"!=typeof FileReader;this.stream=function(t){this._input=t,n=t.slice||t.webkitSlice||t.mozSlice,r?((e=new FileReader).onload=_(this._chunkLoaded,this),e.onerror=_(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 i=Math.min(this._start+this._config.chunkSize,this._input.size);t=n.call(t,this._start,i)}var o=e.readAsText(t,this._config.encoding);r||this._chunkLoaded({target:{result:o}})},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,n=this._config.chunkSize;return n?(t=e.substring(0,n),e=e.substring(n)):(t=e,e=""),this._finished=!e,this.parseChunk(t)}}}function d(t){c.call(this,t=t||{});var e=[],n=!0,r=!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(){r&&1===e.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),e.length?this.parseChunk(e.shift()):n=!0},this._streamData=_((function(t){try{e.push("string"==typeof t?t:t.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(e.shift()))}catch(t){this._streamError(t)}}),this),this._streamError=_((function(t){this._streamCleanUp(),this._sendError(t)}),this),this._streamEnd=_((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=_((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,n,r,i=Math.pow(2,53),o=-i,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))$/,u=this,f=0,l=0,d=!1,h=!1,v=[],g={data:[],errors:[],meta:{}};if(w(t.step)){var m=t.step;t.step=function(e){if(g=e,O())A();else{if(A(),0===g.data.length)return;f+=e.data.length,t.preview&&f>t.preview?n.abort():(g.data=g.data[0],m(g,u))}}}function _(e){return"greedy"===t.skipEmptyLines?""===e.join("").trim():1===e.length&&0===e[0].length}function A(){return g&&r&&(E("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+s.DefaultDelimiter+"'"),r=!1),t.skipEmptyLines&&(g.data=g.data.filter((function(t){return!_(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(n);g.data.splice(0,1)}else g.data.forEach(n);function n(e,n){w(t.transformHeader)&&(e=t.transformHeader(e,n)),v.push(e)}}(),function(){if(!g||!t.header&&!t.dynamicTyping&&!t.transform)return g;function e(e,n){var r,i=t.header?{}:[];for(r=0;r<e.length;r++){var o=r,s=e[r];t.header&&(o=r>=v.length?"__parsed_extra":v[r]),t.transform&&(s=t.transform(s,o)),s=k(o,s),"__parsed_extra"===o?(i[o]=i[o]||[],i[o].push(s)):i[o]=s}return t.header&&(r>v.length?E("FieldMismatch","TooManyFields","Too many fields: expected "+v.length+" fields but parsed "+r,l+n):r<v.length&&E("FieldMismatch","TooFewFields","Too few fields: expected "+v.length+" fields but parsed "+r,l+n)),i}var n=1;return!g.data.length||Array.isArray(g.data[0])?(g.data=g.data.map(e),n=g.data.length):g.data=e(g.data,0),t.header&&g.meta&&(g.meta.fields=v),l+=n,g}()}function O(){return t.header&&0===v.length}function k(e,n){return r=e,t.dynamicTypingFunction&&void 0===t.dynamicTyping[r]&&(t.dynamicTyping[r]=t.dynamicTypingFunction(r)),!0===(t.dynamicTyping[r]||t.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(t){if(a.test(t)){var e=parseFloat(t);if(o<e&&e<i)return!0}return!1}(n)?parseFloat(n):c.test(n)?new Date(n):""===n?null:n):n;var r}function E(t,e,n,r){var i={type:t,code:e,message:n};void 0!==r&&(i.row=r),g.errors.push(i)}this.parse=function(i,o,a){var c=t.quoteChar||'"';if(t.newline||(t.newline=function(t,e){t=t.substring(0,1048576);var n=new RegExp(y(e)+"([^]*?)"+y(e),"gm"),r=(t=t.replace(n,"")).split("\r"),i=t.split("\n"),o=1<i.length&&i[0].length<r[0].length;if(1===r.length||o)return"\n";for(var s=0,a=0;a<r.length;a++)"\n"===r[a][0]&&s++;return s>=r.length/2?"\r\n":"\r"}(i,c)),r=!1,t.delimiter)w(t.delimiter)&&(t.delimiter=t.delimiter(i),g.meta.delimiter=t.delimiter);else{var u=function(e,n,r,i,o){var a,c,u,f;o=o||[",","\t","|",";",s.RECORD_SEP,s.UNIT_SEP];for(var l=0;l<o.length;l++){var d=o[l],h=0,y=0,v=0;u=void 0;for(var g=new p({comments:i,delimiter:d,newline:n,preview:10}).parse(e),m=0;m<g.data.length;m++)if(r&&_(g.data[m]))v++;else{var b=g.data[m].length;y+=b,void 0!==u?0<b&&(h+=Math.abs(b-u),u=b):u=b}0<g.data.length&&(y/=g.data.length-v),(void 0===c||h<=c)&&(void 0===f||f<y)&&1.99<y&&(c=h,a=d,f=y)}return{successful:!!(t.delimiter=a),bestDelimiter:a}}(i,t.newline,t.skipEmptyLines,t.comments,t.delimitersToGuess);u.successful?t.delimiter=u.bestDelimiter:(r=!0,t.delimiter=s.DefaultDelimiter),g.meta.delimiter=t.delimiter}var f=b(t);return t.preview&&t.header&&f.preview++,e=i,n=new p(f),g=n.parse(e,o,a),A(),d?{meta:{paused:!0}}:g||{meta:{paused:!1}}},this.paused=function(){return d},this.pause=function(){d=!0,n.abort(),e=w(t.chunk)?"":e.substring(n.getCharIndex())},this.resume=function(){u.streamer._halted?(d=!1,u.streamer.parseChunk(e,!0)):setTimeout(u.resume,3)},this.aborted=function(){return h},this.abort=function(){h=!0,n.abort(),g.meta.aborted=!0,w(t.complete)&&t.complete(g),e=""}}function y(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function p(t){var e,n=(t=t||{}).delimiter,r=t.newline,i=t.comments,o=t.step,a=t.preview,c=t.fastMode,u=e=void 0===t.quoteChar||null===t.quoteChar?'"':t.quoteChar;if(void 0!==t.escapeChar&&(u=t.escapeChar),("string"!=typeof n||-1<s.BAD_DELIMITERS.indexOf(n))&&(n=","),i===n)throw new Error("Comment character same as delimiter");!0===i?i="#":("string"!=typeof i||-1<s.BAD_DELIMITERS.indexOf(i))&&(i=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var f=0,l=!1;this.parse=function(t,s,d){if("string"!=typeof t)throw new Error("Input must be a string");var h=t.length,p=n.length,v=r.length,g=i.length,m=w(o),b=[],_=[],A=[],O=f=0;if(!t)return L();if(c||!1!==c&&-1===t.indexOf(e)){for(var k=t.split(r),E=0;E<k.length;E++){if(A=k[E],f+=A.length,E!==k.length-1)f+=r.length;else if(d)return L();if(!i||A.substring(0,g)!==i){if(m){if(b=[],x(A.split(n)),U(),l)return L()}else x(A.split(n));if(a&&a<=E)return b=b.slice(0,a),L(!0)}}return L()}for(var S=t.indexOf(n,f),j=t.indexOf(r,f),I=new RegExp(y(u)+y(e),"g"),R=t.indexOf(e,f);;)if(t[f]!==e)if(i&&0===A.length&&t.substring(f,f+g)===i){if(-1===j)return L();f=j+v,j=t.indexOf(r,f),S=t.indexOf(n,f)}else if(-1!==S&&(S<j||-1===j))A.push(t.substring(f,S)),f=S+p,S=t.indexOf(n,f);else{if(-1===j)break;if(A.push(t.substring(f,j)),N(j+v),m&&(U(),l))return L();if(a&&b.length>=a)return L(!0)}else for(R=f,f++;;){if(-1===(R=t.indexOf(e,R+1)))return d||_.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:f}),P();if(R===h-1)return P(t.substring(f,R).replace(I,e));if(e!==u||t[R+1]!==u){if(e===u||0===R||t[R-1]!==u){-1!==S&&S<R+1&&(S=t.indexOf(n,R+1)),-1!==j&&j<R+1&&(j=t.indexOf(r,R+1));var T=D(-1===j?S:Math.min(S,j));if(t.substr(R+1+T,p)===n){A.push(t.substring(f,R).replace(I,e)),t[f=R+1+T+p]!==e&&(R=t.indexOf(e,f)),S=t.indexOf(n,f),j=t.indexOf(r,f);break}var C=D(j);if(t.substring(R+1+C,R+1+C+v)===r){if(A.push(t.substring(f,R).replace(I,e)),N(R+1+C+v),S=t.indexOf(n,f),R=t.indexOf(e,f),m&&(U(),l))return L();if(a&&b.length>=a)return L(!0);break}_.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:f}),R++}}else R++}return P();function x(t){b.push(t),O=f}function D(e){var n=0;if(-1!==e){var r=t.substring(R+1,e);r&&""===r.trim()&&(n=r.length)}return n}function P(e){return d||(void 0===e&&(e=t.substring(f)),A.push(e),f=h,x(A),m&&U()),L()}function N(e){f=e,x(A),A=[],j=t.indexOf(r,f)}function L(t){return{data:b,errors:_,meta:{delimiter:n,linebreak:r,aborted:l,truncated:!!t,cursor:O+(s||0)}}}function U(){o(L()),b=[],_=[]}},this.abort=function(){l=!0},this.getCharIndex=function(){return f}}function v(t){var e=t.data,n=i[e.workerId],r=!1;if(e.error)n.userError(e.error,e.file);else if(e.results&&e.results.data){var o={abort:function(){r=!0,g(e.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:m,resume:m};if(w(n.userStep)){for(var s=0;s<e.results.data.length&&(n.userStep({data:e.results.data[s],errors:e.results.errors,meta:e.results.meta},o),!r);s++);delete e.results}else w(n.userChunk)&&(n.userChunk(e.results,o,e.file),delete e.results)}e.finished&&!r&&g(e.workerId,e.results)}function g(t,e){var n=i[t];w(n.userComplete)&&n.userComplete(e),n.terminate(),delete i[t]}function m(){throw new Error("Not implemented.")}function b(t){if("object"!=typeof t||null===t)return t;var e=Array.isArray(t)?[]:{};for(var n in t)e[n]=b(t[n]);return e}function _(t,e){return function(){t.apply(e,arguments)}}function w(t){return"function"==typeof t}return r&&(e.onmessage=function(t){var n=t.data;if(void 0===s.WORKER_ID&&n&&(s.WORKER_ID=n.workerId),"string"==typeof n.input)e.postMessage({workerId:s.WORKER_ID,results:s.parse(n.input,n.config),finished:!0});else if(e.File&&n.input instanceof File||n.input instanceof Object){var r=s.parse(n.input,n.config);r&&e.postMessage({workerId:s.WORKER_ID,results:r,finished:!0})}}),(u.prototype=Object.create(c.prototype)).constructor=u,(f.prototype=Object.create(c.prototype)).constructor=f,(l.prototype=Object.create(l.prototype)).constructor=l,(d.prototype=Object.create(c.prototype)).constructor=d,s}();var Zt={},Vt={},Yt={},Xt={},te={},ee={},ne={};ne.go=void 0,ne.go=function(t){return t()},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]});(t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)})(ne,e)}(ee),te.chunkAsync=void 0;const re=ee,ie=Zt;te.chunkAsync=function(t,e){return(0,ie.assert)(Number.isInteger(e),"The parameter size must be an integer"),(0,ie.assert)(e>0,"The parameter size must be greater than 0"),(0,re.go)((async function*(){let n=[];for await(const r of t)n.push(r),n.length>=e&&(yield n,n=[]);n.length&&(yield n)}))};var oe={chunkByAsync:void 0};const se=h;oe.chunkByAsync=function(t,e){return(0,se.isAsyncIterable)(t)?async function*(t){let n=[],r=0;for await(const i of t)n.push(i),await e(i,r)&&(yield n,n=[]),r++;n.length&&(yield n)}(t):async function*(t){let n=[],r=0;for(const i of t)n.push(i),await e(i,r)&&(yield n,n=[]),r++;n.length&&(yield n)}(t)};var ae={};ae.chunkBy=void 0,ae.chunkBy=function*(t,e){let n=[],r=0;for(const i of t)n.push(i),e(i,r)&&(yield n,n=[]),r++;n.length&&(yield n)};var ce={chunk:void 0};const ue=ee,fe=Zt;ce.chunk=function(t,e){return(0,fe.assert)(Number.isInteger(e),"The parameter size must be an integer"),(0,fe.assert)(e>0,"The parameter size must be greater than 0"),(0,ue.go)((function*(){let n=[];for(const r of t)n.push(r),n.length>=e&&(yield n,n=[]);n.length&&(yield n)}))};var le={concatAsync:void 0};const de=h,he=ee;le.concatAsync=function(t,...e){return(0,he.go)((async function*(){for(const n of[t,...e])if((0,de.isAsyncIterable)(n))for await(const t of n)yield t;else for(const t of n)yield t}))};var ye={concat:void 0};const pe=ee;ye.concat=function(t,...e){return(0,pe.go)((function*(){for(const n of[t,...e])yield*n}))};var ve={},ge={};ge.copyIterable=ge.copyAsyncIterable=void 0,ge.copyAsyncIterable=async function*(t){for await(const e of t)yield e},ge.copyIterable=function*(t){for(const e of t)yield e},ve.dropAsync=void 0;const me=ee,be=ge,_e=Zt;ve.dropAsync=function(t,e){return(0,_e.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,_e.assert)(e>=0,"The parameter count must be greater than or equal to 0"),0===e?(0,be.copyAsyncIterable)(t):(0,me.go)((async function*(){var n;const r=t[Symbol.asyncIterator]();let i;try{let t;for(;!(({value:t,done:i}=await r.next()),i||e<=0);)e--;for(;!i;)yield t,({value:t,done:i}=await r.next())}finally{i||await(null===(n=r.return)||void 0===n?void 0:n.call(r))}}))};var we={dropRightAsync:void 0};const Ae=ee,Oe=ge,ke=Zt;we.dropRightAsync=function(t,e){return(0,ke.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,ke.assert)(e>=0,"The parameter count must be greater than or equal to 0"),0===e?(0,Oe.copyAsyncIterable)(t):(0,Ae.go)((async function*(){const n=(await async function(t){const e=[];for await(const n of t)e.push(n);return e}(t)).slice(0,-e);for(const t of n)yield t}))};var Ee={dropRight:void 0};const Se=ee,je=ge,Ie=Zt;Ee.dropRight=function(t,e){return(0,Ie.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,Ie.assert)(e>=0,"The parameter count must be greater than or equal to 0"),0===e?(0,je.copyIterable)(t):(0,Se.go)((function*(){const n=Array.from(t);yield*n.slice(0,-e)}))};var Re={dropUntilAsync:void 0};const Te=h;Re.dropUntilAsync=function(t,e){return(0,Te.isAsyncIterable)(t)?async function*(t){var n;const r=t[Symbol.asyncIterator]();let i;try{let t,o=0;for(;!(({value:t,done:i}=await r.next()),i||await e(t,o++)););for(;!i;)yield t,({value:t,done:i}=await r.next())}finally{i||await(null===(n=r.return)||void 0===n?void 0:n.call(r))}}(t):async function*(t){var n;const r=t[Symbol.iterator]();let i;try{let t,o=0;for(;!(({value:t,done:i}=r.next()),i||await e(t,o++)););for(;!i;)yield t,({value:t,done:i}=r.next())}finally{i||null===(n=r.return)||void 0===n||n.call(r)}}(t)};var Ce={};Ce.dropUntil=void 0,Ce.dropUntil=function*(t,e){var n;const r=t[Symbol.iterator]();let i;try{let t,o=0;for(;!(({value:t,done:i}=r.next()),i||e(t,o++)););for(;!i;)yield t,({value:t,done:i}=r.next())}finally{i||null===(n=r.return)||void 0===n||n.call(r)}};var xe={drop:void 0};const De=ee,Pe=ge,Ne=Zt;xe.drop=function(t,e){return(0,Ne.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,Ne.assert)(e>=0,"The parameter count must be greater than or equal to 0"),0===e?(0,Pe.copyIterable)(t):(0,De.go)((function*(){var n;const r=t[Symbol.iterator]();let i;try{let t;for(;!(({value:t,done:i}=r.next()),i||e<=0);)e--;for(;!i;)yield t,({value:t,done:i}=r.next())}finally{i||null===(n=r.return)||void 0===n||n.call(r)}}))};var Le={filterAsync:void 0};const Ue=h;Le.filterAsync=function(t,e){return(0,Ue.isAsyncIterable)(t)?async function*(t){let n=0;for await(const r of t)await e(r,n)&&(yield r),n++}(t):async function*(t){let n=0;for(const r of t)await e(r,n)&&(yield r),n++}(t)};var Be={};Be.filter=void 0,Be.filter=function*(t,e){let n=0;for(const r of t)e(r,n)&&(yield r),n++};var Fe={},qe={},ze={flattenByAsync:void 0};const Me=h;function He(t){return(0,Me.isIterable)(t)&&(0,Me.isntChar)(t)}ze.flattenByAsync=function(t,e){return(0,Me.isAsyncIterable)(t)?async function*(t){const r=1;for await(const i of t)He(i)&&await e(i,r)?yield*n(i,r+1):yield i}(t):function(t){return n(t,1)}(t);async function*n(t,r){for(const i of t)He(i)&&await e(i,r)?yield*n(i,r+1):yield i}},qe.flattenDeepAsync=void 0;const Je=ze,We=Zt;qe.flattenDeepAsync=function(t,e=1/0){return(0,We.assert)(e===1/0||Number.isInteger(e),"The parameter depth must be an integer"),(0,We.assert)(e>=0,"The parameter depth must be greater than or equal to 0"),(0,Je.flattenByAsync)(t,((t,n)=>n<=e))},Fe.flattenAsync=void 0;const Ke=qe;Fe.flattenAsync=function(t){return(0,Ke.flattenDeepAsync)(t,1)};var Qe={flattenBy:void 0};const $e=h;Qe.flattenBy=function(t,e){return function*t(n,r){for(const o of n)i=o,(0,$e.isIterable)(i)&&(0,$e.isntChar)(i)&&e(o,r)?yield*t(o,r+1):yield o;var i}(t,1)};var Ge={flattenDeep:void 0};const Ze=Qe,Ve=Zt;Ge.flattenDeep=function(t,e=1/0){return(0,Ve.assert)(e===1/0||Number.isInteger(e),"The parameter depth must be an integer"),(0,Ve.assert)(e>=0,"The parameter depth must be greater than or equal to 0"),(0,Ze.flattenBy)(t,((t,n)=>n<=e))};var Ye={flatten:void 0};const Xe=Ge;Ye.flatten=function(t){return(0,Xe.flattenDeep)(t,1)};var tn={mapAsync:void 0};const en=h;tn.mapAsync=function(t,e){return(0,en.isAsyncIterable)(t)?async function*(t){let n=0;for await(const r of t)yield await e(r,n),n++}(t):async function*(t){let n=0;for(const r of t)yield await e(r,n),n++}(t)};var nn={};nn.map=void 0,nn.map=function*(t,e){let n=0;for(const r of t)yield e(r,n),n++};var rn={repeatAsync:void 0};const on=ee,sn=Zt;rn.repeatAsync=function(t,e){return(0,sn.assert)(e===1/0||Number.isInteger(e),"The parameter times must be an integer"),(0,sn.assert)(e>=0,"The parameter times must be greater than or equal to 0"),e===1/0&&function(){if("production"===process.env.NODE_ENV)return;console.warn("When iterable has no elements and times is Infinity, repeat() will be in dead loop")}(),(0,on.go)((async function*(){const n=[];if(e>0){for await(const e of t)yield e,n.push(e);e--}for(;e>0;)yield*n,e--}))};var an={repeat:void 0};const cn=ee,un=Zt;an.repeat=function(t,e){return(0,un.assert)(e===1/0||Number.isInteger(e),"The parameter times must be an integer"),(0,un.assert)(e>=0,"The parameter times must be greater than or equal to 0"),e===1/0&&function(){if("production"===process.env.NODE_ENV)return;console.warn("When iterable has no elements and times is Infinity, repeat() will be in dead loop")}(),(0,cn.go)((function*(){const n=[];if(e>0){for(const e of t)yield e,n.push(e);e--}for(;e>0;)yield*n,e--}))};var fn={sliceAsync:void 0};const ln=ee,dn=Zt;fn.sliceAsync=function(t,e,n=1/0){return(0,dn.assert)(Number.isInteger(e),"The parameter start must be an integer"),(0,dn.assert)(e>=0,"The parameter start must be greater than or equal to 0"),(0,dn.assert)(Number.isInteger(n),"The parameter end must be an integer"),(0,dn.assert)(n>=e,"The parameter end must be greater than or equal to start"),(0,ln.go)((async function*(){let r=0;for await(const i of t){if(r>=n)break;r>=e&&(yield i),r++}}))};var hn={slice:void 0};const yn=ee,pn=Zt;hn.slice=function(t,e,n=1/0){return(0,pn.assert)(Number.isInteger(e),"The parameter start must be an integer"),(0,pn.assert)(e>=0,"The parameter start must be greater than or equal to 0"),(0,pn.assert)(Number.isInteger(n),"The parameter end must be an integer"),(0,pn.assert)(n>=e,"The parameter end must be greater than or equal to start"),(0,yn.go)((function*(){let r=0;for(const i of t){if(r>=n)break;r>=e&&(yield i),r++}}))};var vn={};vn.splitAsync=void 0,vn.splitAsync=async function*(t,e){let n=[];for await(const r of t)r===e?(yield n,n=[]):n.push(r);yield n};var gn={splitByAsync:void 0};const mn=h;gn.splitByAsync=function(t,e){return(0,mn.isAsyncIterable)(t)?async function*(t){let n=[],r=0;for await(const i of t)await e(i,r)?(yield n,n=[]):n.push(i),r++;yield n}(t):async function*(t){let n=[],r=0;for(const i of t)await e(i,r)?(yield n,n=[]):n.push(i),r++;yield n}(t)};var bn={};bn.splitBy=void 0,bn.splitBy=function*(t,e){let n=[],r=0;for(const i of t)e(i,r)?(yield n,n=[]):n.push(i),r++;yield n};var _n={};_n.split=void 0,_n.split=function*(t,e){let n=[];for(const r of t)r===e?(yield n,n=[]):n.push(r);yield n};var wn={takeAsync:void 0};const An=ee,On=Zt;wn.takeAsync=function(t,e){return(0,On.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,On.assert)(e>=0,"The parameter count must be greater than or equal to 0"),(0,An.go)((async function*(){if(0!==e)for await(const n of t)if(yield n,0===--e)break}))};var kn={takeRightAsync:void 0};const En=ee,Sn=Zt;kn.takeRightAsync=function(t,e){return(0,Sn.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,Sn.assert)(e>=0,"The parameter count must be greater than or equal to 0"),(0,En.go)((async function*(){var n;const r=t[Symbol.asyncIterator]();let i;try{const t=[];let o;for(;({value:o,done:i}=await r.next()),!i;)t.push(o),t.length>e&&t.shift();yield*t}finally{i||await(null===(n=r.return)||void 0===n?void 0:n.call(r))}}))};var jn={takeRight:void 0};const In=ee,Rn=Zt;jn.takeRight=function(t,e){return(0,Rn.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,Rn.assert)(e>=0,"The parameter count must be greater than or equal to 0"),(0,In.go)((function*(){var n;const r=t[Symbol.iterator]();let i;try{const t=[];let o;for(;({value:o,done:i}=r.next()),!i;)t.push(o),t.length>e&&t.shift();yield*t}finally{i||null===(n=r.return)||void 0===n||n.call(r)}}))};var Tn={takeUntilAsync:void 0};const Cn=h;Tn.takeUntilAsync=function(t,e){return(0,Cn.isAsyncIterable)(t)?async function*(t){let n=0;for await(const r of t){if(await e(r,n))break;yield r,n++}}(t):async function*(t){let n=0;for(const r of t){if(await e(r,n))break;yield r,n++}}(t)};var xn={};xn.takeUntil=void 0,xn.takeUntil=function*(t,e){let n=0;for(const r of t){if(e(r,n))break;yield r,n++}};var Dn={take:void 0};const Pn=ee,Nn=Zt;Dn.take=function(t,e){return(0,Nn.assert)(Number.isInteger(e),"The parameter count must be an integer"),(0,Nn.assert)(e>=0,"The parameter count must be greater than or equal to 0"),(0,Pn.go)((function*(){if(0!==e)for(const n of t)if(yield n,0===--e)break}))};var Ln={tapAsync:void 0};const Un=h;Ln.tapAsync=function(t,e){return(0,Un.isAsyncIterable)(t)?async function*(t){let n=0;for await(const r of t)await e(r,n),yield r,n++}(t):async function*(t){let n=0;for(const r of t)await e(r,n),yield r,n++}(t)};var Bn={};Bn.tap=void 0,Bn.tap=function*(t,e){let n=0;for(const r of t)e(r,n),yield r,n++};var Fn={};Fn.toAsyncIterable=void 0,Fn.toAsyncIterable=async function*(t){for(const e of t)yield e};var qn={};qn.transformAsync=void 0,qn.transformAsync=async function*(t,e){yield*e(t)};var zn={};zn.transform=void 0,zn.transform=function*(t,e){yield*e(t)};var Mn={};Mn.uniqAsync=void 0,Mn.uniqAsync=async function*(t){const e=new Set;for await(const n of t)e.has(n)||(yield n,e.add(n))};var Hn={uniqByAsync:void 0};const Jn=h;Hn.uniqByAsync=function(t,e){return(0,Jn.isAsyncIterable)(t)?async function*(t){const n=new Set;let r=0;for await(const i of t){const t=await e(i,r);n.has(t)||(yield i,n.add(t)),r++}}(t):async function*(t){const n=new Set;let r=0;for(const i of t){const t=await e(i,r);n.has(t)||(yield i,n.add(t)),r++}}(t)};var Wn={};Wn.uniqBy=void 0,Wn.uniqBy=function*(t,e){const n=new Set;let r=0;for(const i of t){const t=e(i,r);n.has(t)||(yield i,n.add(t)),r++}};var Kn={};Kn.uniq=void 0,Kn.uniq=function*(t){const e=new Set;for(const n of t)e.has(n)||(yield n,e.add(n))};var Qn={zipAsync:void 0};const $n=h;var Gn;!function(t){t[t.Sync=0]="Sync",t[t.Async=1]="Async"}(Gn||(Gn={})),Qn.zipAsync=function(t,...e){return async function*(...t){var e,n,r,i;const o=t.length,s=t.map((t=>(0,$n.isAsyncIterable)(t)?[Gn.Async,t[Symbol.asyncIterator]()]:[Gn.Sync,t[Symbol.iterator]()])),a=s.map((()=>!1));try{for(;;){const t=new Array(o);for(let e=0;e<o;e++){const[n,r]=s[e];let i;if(i=n===Gn.Async?await r.next():r.next(),i.done)return void(a[e]=!0);t[e]=i.value}yield t}}finally{const t=s.filter(((t,e)=>!a[e]));for(const[o,s]of t)o===Gn.Async?await(null===(n=(e=s).return)||void 0===n?void 0:n.call(e)):null===(i=(r=s).return)||void 0===i||i.call(r)}}(t,...e)};var Zn={};Zn.zip=void 0,Zn.zip=function(t,...e){return function*(...t){const e=t.length,n=t.map((t=>t[Symbol.iterator]())),r=n.map((()=>!1));try{for(;;){const t=new Array(e);for(let i=0;i<e;i++){const{value:e,done:o}=n[i].next();if(o)return void(r[i]=!0);t[i]=e}yield t}}finally{n.filter(((t,e)=>!r[e])).forEach((t=>{var e;return null===(e=t.return)||void 0===e?void 0:e.call(t)}))}}(t,...e)},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),r=t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};r(te,e),r(oe,e),r(ae,e),r(ce,e),r(le,e),r(ye,e),r(ve,e),r(we,e),r(Ee,e),r(Re,e),r(Ce,e),r(xe,e),r(Le,e),r(Be,e),r(Fe,e),r(ze,e),r(Qe,e),r(qe,e),r(Ge,e),r(Ye,e),r(tn,e),r(nn,e),r(rn,e),r(an,e),r(fn,e),r(hn,e),r(vn,e),r(gn,e),r(bn,e),r(_n,e),r(wn,e),r(kn,e),r(jn,e),r(Tn,e),r(xn,e),r(Dn,e),r(Ln,e),r(Bn,e),r(Fn,e),r(qn,e),r(zn,e),r(Mn,e),r(Hn,e),r(Wn,e),r(Kn,e),r(Qn,e),r(Zn,e)}(Xt);var Vn={},Yn={};Yn.consume=void 0,Yn.consume=function(t,e){return e(t)};var Xn={eachAsync:void 0};const tr=h;Xn.eachAsync=function(t,e){return(0,tr.isAsyncIterable)(t)?async function(t){let n=0;for await(const r of t)await e(r,n),n++}(t):async function(t){let n=0;for(const r of t)await e(r,n),n++}(t)};var er={};er.each=void 0,er.each=function(t,e){let n=0;for(const r of t)e(r,n),n++};var nr={everyAsync:void 0};const rr=h;nr.everyAsync=function(t,e){return(0,rr.isAsyncIterable)(t)?async function(t){let n=0;for await(const r of t){if(!await e(r,n))return!1;n++}return!0}(t):async function(t){let n=0;for(const r of t){if(!await e(r,n))return!1;n++}return!0}(t)};var ir={};ir.every=void 0,ir.every=function(t,e){let n=0;for(const r of t){if(!e(r,n))return!1;n++}return!0};var or={findAsync:void 0};const sr=h;or.findAsync=function(t,e){return(0,sr.isAsyncIterable)(t)?async function(t){let n=0;for await(const r of t){if(await e(r,n))return r;n++}return}(t):async function(t){let n=0;for(const r of t){if(await e(r,n))return r;n++}return}(t)};var ar={};ar.find=void 0,ar.find=function(t,e){let n=0;for(const r of t){if(e(r,n))return r;n++}};var cr={};cr.firstAsync=void 0,cr.firstAsync=async function(t){for await(const e of t)return e};var ur={};ur.first=void 0,ur.first=function(t){for(const e of t)return e};var fr={};fr.includesAsync=void 0,fr.includesAsync=async function(t,e){for await(const n of t)if(n===e)return!0;return!1};var lr={};lr.includes=void 0,lr.includes=function(t,e){for(const n of t)if(n===e)return!0;return!1};var dr={};dr.matchAsync=void 0,dr.matchAsync=async function(t,e){const n=e.length;let r=0;for await(const i of t)if(i===e[r]&&r++,r===n)return!0;return!1};var hr={};hr.match=void 0,hr.match=function(t,e){const n=e.length;let r=0;for(const i of t)if(i===e[r]&&r++,r===n)return!0;return!1};var yr={reduceAsync:void 0};const pr=h;yr.reduceAsync=function(t,e,n){return(0,pr.isUndefined)(n)?function(t,e){return(0,pr.isAsyncIterable)(t)?n(t):r(t);async function n(t){var n;const r=t[Symbol.asyncIterator]();let i;try{let t,s=await o(r),a=1;for(;({value:t,done:i}=await r.next()),!i;)s=await e(s,t,a++);return s}finally{i||await(null===(n=r.return)||void 0===n?void 0:n.call(r))}async function o(t){const e=await t.next();if(e.done)throw i=!0,new Error("Reduce of empty iterable with no initial value");return e.value}}async function r(t){var n;const r=t[Symbol.iterator]();let i;try{let t,s=o(r),a=1;for(;({value:t,done:i}=r.next()),!i;)s=await e(s,t,a++);return s}finally{i||null===(n=r.return)||void 0===n||n.call(r)}function o(t){const e=t.next();if(e.done)throw i=!0,new Error("Reduce of empty iterable with no initial value");return e.value}}}(t,e):function(t,e,n){return(0,pr.isAsyncIterable)(t)?i(t):r(t);async function r(t){let r=n,i=0;for(const n of t)r=await e(r,n,i++);return r}async function i(t){let r=n,i=0;for await(const n of t)r=await e(r,n,i++);return r}}(t,e,n)};var vr={reduce:void 0};const gr=h;vr.reduce=function(t,e,n){return(0,gr.isUndefined)(n)?function(t,e){var n;const r=t[Symbol.iterator]();let i;try{let t,s=o(r),a=1;for(;({value:t,done:i}=r.next()),!i;)s=e(s,t,a++);return s}finally{i||null===(n=r.return)||void 0===n||n.call(r)}function o(t){const e=t.next();if(e.done)throw i=!0,new Error("Reduce of empty iterable with no initial value");return e.value}}(t,e):function(t,e,n){let r=n,i=0;for(const n of t)r=e(r,n,i++);return r}(t,e,n)};var mr={someAsync:void 0};const br=h;mr.someAsync=function(t,e){return(0,br.isAsyncIterable)(t)?async function(t){let n=0;for await(const r of t){if(await e(r,n))return!0;n++}return!1}(t):async function(t){let n=0;for(const r of t){if(await e(r,n))return!0;n++}return!1}(t)};var _r={};_r.some=void 0,_r.some=function(t,e){let n=0;for(const r of t){if(e(r,n))return!0;n++}return!1};var wr={};wr.lastAsync=void 0,wr.lastAsync=async function(t){var e;const n=t[Symbol.asyncIterator]();let r;try{let t,i;for(;({value:t,done:r}=await n.next()),!r;)i=t;return i}finally{r||await(null===(e=n.return)||void 0===e?void 0:e.call(n))}};var Ar={};Ar.last=void 0,Ar.last=function(t){var e;const n=t[Symbol.iterator]();let r;try{let t,i;for(;({value:t,done:r}=n.next()),!r;)i=t;return i}finally{r||null===(e=n.return)||void 0===e||e.call(n)}};var Or={toArrayAsync:void 0};const kr=Yn;Or.toArrayAsync=function(t){return(0,kr.consume)(t,(async t=>{const e=[];for await(const n of t)e.push(n);return e}))};var Er={toArray:void 0};const Sr=Yn;Er.toArray=function(t){return(0,Sr.consume)(t,(t=>Array.from(t)))};var jr={toSetAsync:void 0};const Ir=Yn;jr.toSetAsync=function(t){return(0,Ir.consume)(t,(async t=>{const e=new Set;for await(const n of t)e.add(n);return e}))};var Rr={toSet:void 0};const Tr=Yn;Rr.toSet=function(t){return(0,Tr.consume)(t,(t=>new Set(t)))},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),r=t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};r(Yn,e),r(Xn,e),r(er,e),r(nr,e),r(ir,e),r(or,e),r(ar,e),r(cr,e),r(ur,e),r(fr,e),r(lr,e),r(dr,e),r(hr,e),r(yr,e),r(vr,e),r(mr,e),r(_r,e),r(wr,e),r(Ar,e),r(Or,e),r(Er,e),r(jr,e),r(Rr,e)}(Vn),function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),r=t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};r(Xt,e),r(Vn,e)}(Yt);var Cr={},xr={};xr.traverseErrorPrototypeChain=void 0,xr.traverseErrorPrototypeChain=function*(t){let e=t;for(;(e=Object.getPrototypeOf(e))&&(yield e,e!==Error.prototype););},Cr.getErrorNames=void 0;const Dr=h,Pr=xr;Cr.getErrorNames=function*(t){var e;if((0,Dr.isError)(t))for(const n of(0,Pr.traverseErrorPrototypeChain)(t))(null===(e=n.constructor)||void 0===e?void 0:e.name)&&(yield n.constructor.name);else yield t.name,yield*t.ancestors};var Nr={isSerializableError:void 0};const Lr=h;Nr.isSerializableError=function(t){return(0,Lr.isObject)(t)&&(0,Lr.isString)(t.name)&&(0,Lr.isString)(t.message)&&((0,Lr.isString)(t.stack)||(0,Lr.isNull)(t.stack))&&(0,Lr.isArray)(t.ancestors)&&t.ancestors.every(Lr.isString)},Vt.CustomError=void 0;const Ur=Yt,Br=Cr,Fr=h,qr=Nr;class zr extends Error{get name(){var t,e;return null!==(e=null!==(t=(0,Ur.first)((0,Br.getErrorNames)(this)))&&void 0!==t?t:zr.name)&&void 0!==e?e:"CustomError"}static[Symbol.hasInstance](t){var e;if((0,Fr.isError)(t)||(0,qr.isSerializableError)(t)){const n=[null!==(e=this.prototype.constructor.name)&&void 0!==e?e:this.name,...(0,Br.getErrorNames)(this.prototype)].reverse(),r=(0,Ur.toArray)((0,Br.getErrorNames)(t)).reverse();return n.every(((t,e)=>t===r[e]))}return!1}}Vt.CustomError=zr;var Mr={AssertionError:void 0};const Hr=Vt;class Jr extends Hr.CustomError{}Mr.AssertionError=Jr;var Wr={normalize:void 0};const Kr=Cr,Qr=Yt;Wr.normalize=function(t){var e;const[n,...r]=(0,Qr.toArray)((0,Kr.getErrorNames)(t));return{name:n,ancestors:r,message:t.message,stack:null!==(e=t.stack)&&void 0!==e?e:null}};var $r={},Gr={},Zr={};Zr.pass=void 0,Zr.pass=function(){},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]});(t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)})(Zr,e)}(Gr),$r.hydrate=void 0;const Vr=Gr;function Yr(t,e){const n=function(){(0,Vr.pass)()};return(n.prototype=Object.create(t.prototype)).constructor=n,Object.defineProperty(n,"name",{value:e}),n}$r.hydrate=function(t){var e;const n=[t.name,...t.ancestors].slice(0,-1).reverse();let r=Error;for(const t of n)r=Yr(r,t);const i=new r;return i.name=t.name,i.message=t.message,i.stack=null!==(e=t.stack)&&void 0!==e?e:void 0,i};var Xr={assert:void 0};const ti=Mr;function ei(t){return Zt.assert(t.length>0,"payload must be a non-empty array"),n=>{const r=new e.Headers(n.headers);return r.set("Content-Type","text/csv"),Object.assign(Object.assign({},n),{headers:r,payload:ni(t)})}}function ni(t){const e=Object.keys(t[0]);return Gt.exports.unparse({data:t,fields:e})}function ri(t){return e=>Object.assign(Object.assign({},e),{signal:t})}function ii(t,n){return r=>{const i=new e.Headers(r.headers);return i.set(t,n),Object.assign(Object.assign({},r),{headers:i})}}function oi(t,n){return r=>{const i=new e.Headers(r.headers);return i.append(t,n),Object.assign(Object.assign({},r),{headers:i})}}function si(t){return n=>{const r=new e.Headers(n.headers);for(const[e,n]of Object.entries(t))r.set(e,n);return Object.assign(Object.assign({},n),{headers:r})}}function ai(t){return oi("Accept",t)}function ci(t){return e=>{const n=new URL(e.url.href);return n.host=t,Object.assign(Object.assign({},e),{url:n})}}function ui(t){return e=>{const n=new URL(e.url.href);return n.port=t.toString(),Object.assign(Object.assign({},e),{url:n})}}function fi(t){return e=>{const n=new URL(e.url.href);return n.pathname=t,Object.assign(Object.assign({},e),{url:n})}}function li(t){return e=>{const n=new URL(e.url.href);return n.search=t,Object.assign(Object.assign({},e),{url:n})}}function di(t,e){return n=>{const r=new URL(n.url.href),i=new URLSearchParams(r.searchParams);return i.set(t,e.toString()),r.search=i.toString(),Object.assign(Object.assign({},n),{url:r})}}function hi(t){return e=>{const n=new URL(e.url.href),r=new URLSearchParams(n.searchParams);for(const[e,n]of Object.entries(t))r.set(e,n.toString());return n.search=r.toString(),Object.assign(Object.assign({},e),{url:n})}}function yi(t,e){return n=>{const r=new URL(n.url.href),i=new URLSearchParams(r.searchParams);return i.append(t,e.toString()),r.search=i.toString(),Object.assign(Object.assign({},n),{url:r})}}function pi(t,n){return r=>{const i=r.payload instanceof e.FormData?function(t){const n=new e.FormData;for(const[e,r]of t.entries())n.append(e,r);return n}(r.payload):new e.FormData;return h.isArray(n)?n.forEach((e=>i.append(t,e))):i.append(t,n),Object.assign(Object.assign({},r),{payload:i})}}Xr.assert=function(t,e){if(!t)throw new ti.AssertionError(e)},function(e){var n=t&&t.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),r=t&&t.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};r(Vt,e),r(Mr,e),r(Nr,e),r(Wr,e),r($r,e),r(Xr,e),r(Cr,e),r(xr,e)}(Zt);const vi="function"==typeof btoa,gi="function"==typeof Buffer;"function"==typeof TextDecoder&&new TextDecoder,"function"==typeof TextEncoder&&new TextEncoder;const mi=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=");(t=>{let e={};mi.forEach(((t,n)=>e[t]=n))})(),String.fromCharCode.bind(String),"function"==typeof Uint8Array.from&&Uint8Array.from.bind(Uint8Array);const bi=vi?t=>btoa(t):gi?t=>Buffer.from(t,"binary").toString("base64"):t=>{let e,n,r,i,o="";const s=t.length%3;for(let s=0;s<t.length;){if((n=t.charCodeAt(s++))>255||(r=t.charCodeAt(s++))>255||(i=t.charCodeAt(s++))>255)throw new TypeError("invalid character found");e=n<<16|r<<8|i,o+=mi[e>>18&63]+mi[e>>12&63]+mi[e>>6&63]+mi[63&e]}return s?o.slice(0,s-3)+"===".substring(s):o};function _i(t,e){return ii("Authorization","Basic "+bi(`${t}:${e}`))}function wi(t){return ii("Authorization",`Bearer ${t}`)}function Ai(t=!0){return e=>Object.assign(Object.assign({},e),{keepalive:t})}export{ai as accept,oi as appendHeader,yi as appendSearchParam,_i as basicAuth,wi as bearerAuth,ei as csv,Jt as del,pi as formDataField,Ft as get,qt as head,ii as header,si as headers,ci as host,$t as json,Ai as keepalive,Ht as patch,fi as pathname,ui as port,zt as post,Mt as put,li as search,di as searchParam,hi as searchParams,ri as signal,Qt as text,Kt as url};
|
|
8
8
|
//# sourceMappingURL=index.min.mjs.map
|