@oardi/ts-utils 0.0.47 → 0.0.52
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/extensions/array-extensions.d.ts.map +1 -1
- package/helpers/break-point/break-point.helper.d.ts.map +1 -1
- package/helpers/browser/browser.helper.d.ts.map +1 -1
- package/helpers/canvas.helper.d.ts.map +1 -1
- package/helpers/download.helper.d.ts.map +1 -1
- package/helpers/file.helper.d.ts.map +1 -1
- package/helpers/image.helper.d.ts.map +1 -1
- package/helpers/sort.helper.d.ts.map +1 -1
- package/index.cjs.js +10 -10
- package/index.es.js +1235 -1272
- package/index.umd.js +10 -10
- package/package.json +1 -1
- package/services/browser/browser.service.d.ts +1 -2
- package/services/browser/browser.service.d.ts.map +1 -1
package/index.umd.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports):typeof define==`function`&&define.amd?define([`exports`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e[`ts-utils`]={}))})(this,function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var t=Object.create,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,a=Object.getPrototypeOf,o=Object.prototype.hasOwnProperty,s=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),c=(e,t,a,s)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var c=i(t),l=0,u=c.length,d;l<u;l++)d=c[l],!o.call(e,d)&&d!==a&&n(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(s=r(t,d))||s.enumerable});return e},l=(e,r,i)=>(i=e==null?{}:t(a(e)),c(r||!e||!e.__esModule?n(i,`default`,{value:e,enumerable:!0}):i,e)),u={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400,xxxl:1600},d=class{static getScreenWidth(){return window.innerWidth}static getScreenHeight(){return window.innerHeight}},f=class e{static breakPoints=u;static getCurrentBreakpoint(){return e.getBreakpointByScreenWidth(d.getScreenWidth())}static getBreakpointByScreenWidth(t=d.getScreenWidth()){let n=`xs`;for(let r of Object.keys(e.breakPoints))e.breakPoints[r]<=t&&(n=r);return{breakpoint:n,screenWidth:t}}static isScreenGreaterThan(t){return d.getScreenWidth()>e.breakPoints[t]}static isScreenSmallerThan(t){return d.getScreenWidth()<e.breakPoints[t]}},p=function(e){return e.opera=`opera`,e.firefox=`firefox`,e.safari=`safari`,e.ie=`ie`,e.edgeLegacy=`edgeLegacy`,e.edg=`edg`,e.chrome=`chrome`,e.iOS=`iOS`,e.headlessChrome=`headlessChrome`,e.nodeRuntime=`nodeRuntime`,e.electron=`electron`,e}({}),m=(typeof navigator<`u`?navigator.userAgent:``).toLowerCase(),h=class e{static isBrowserEnv(){return typeof window<`u`&&typeof navigator<`u`}static isOpera(e=m){return this.isBrowserEnv()?e.includes(`opr/`)||e.includes(`opera`):!1}static isFirefox(e=m){return this.isBrowserEnv()?e.includes(`firefox`)||globalThis.InstallTrigger!==void 0:!1}static isSafari(e=m){if(!this.isBrowserEnv())return!1;let t=navigator.vendor&&navigator.vendor.includes(`Apple`),n=e.includes(`safari`),r=!(e.includes(`crios`)||e.includes(`chrome`)||e.includes(`android`)||e.includes(`opr/`)||e.includes(`edg`));return t&&n&&r}static isIOS(e=m){if(!this.isBrowserEnv())return!1;let t=/iphone|ipad|ipod/.test(e),n=e.includes(`macintosh`)&&navigator.maxTouchPoints>1;return t||n}static isEdgeLegacy(){return this.isBrowserEnv()?!!window.StyleMedia&&!m.includes(`edg/`):!1}static isEdg(e=m){return this.isBrowserEnv()?e.includes(`edg/`):!1}static isIE(){return!this.isBrowserEnv()&&typeof document>`u`?!1:!!document.documentMode}static isChrome(e=m){if(!this.isBrowserEnv())return!1;let t=navigator.vendor&&navigator.vendor.includes(`Google`),n=e.includes(`chrome`)||e.includes(`crios`),r=!this.isEdg(e)&&!this.isOpera(e);return t&&n&&r}static isElectron(e=m){return typeof process<`u`&&process.versions?.electron?!0:e.includes(`electron`)}static isHeadlessChrome(e=m){return e.includes(`headlesschrome`)}static isNodeRuntime(){return typeof process<`u`&&!!process.versions?.node&&!this.isBrowserEnv()}static getCurrentBrowser(){let t=navigator.userAgent.toLowerCase();if(typeof navigator>`u`)throw Error(`navigator not set`);if(e.isOpera())return p.opera;if(e.isFirefox())return p.firefox;if(e.isSafari())return p.safari;if(e.isIE())return p.ie;if(e.isEdgeLegacy())return p.edgeLegacy;if(e.isEdg())return p.edg;if(e.isChrome())return p.chrome;if(e.isIOS(t))return p.iOS;if(e.isElectron(t))return p.electron;if(e.isHeadlessChrome(t))return p.headlessChrome;if(e.isNodeRuntime())return p.nodeRuntime;throw Error(`Browser could not be detected: `+t)}};function g(e){return navigator.clipboard.writeText(e)}var{parse:_,unparse:v}=l(s(((e,t)=>{((n,r)=>{typeof define==`function`&&define.amd?define([],r):typeof t==`object`&&e!==void 0?t.exports=r():n.Papa=r()})(e,function e(){var t=typeof self<`u`?self:typeof window<`u`?window:t===void 0?{}:t,n,r=!t.document&&!!t.postMessage,i=t.IS_PAPA_WORKER||!1,a={},o=0,s={};function c(e){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine=``,this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},function(e){var t=y(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new p(t),(this._handle.streamer=this)._config=t}.call(this,e),this.parseChunk=function(e,n){var r=parseInt(this._config.skipFirstNLines)||0;if(this.isFirstChunk&&0<r){let t=this._config.newline;t||=(a=this._config.quoteChar||`"`,this._handle.guessLineEndings(e,a)),e=[...e.split(t).slice(r)].join(t)}this.isFirstChunk&&x(this._config.beforeFirstChunk)&&(a=this._config.beforeFirstChunk(e))!==void 0&&(e=a),this.isFirstChunk=!1,this._halted=!1;var r=this._partialLine+e,a=(this._partialLine=``,this._handle.parse(r,this._baseIndex,!this._finished));if(!this._handle.paused()&&!this._handle.aborted()){if(e=a.meta.cursor,r=(this._finished||(this._partialLine=r.substring(e-this._baseIndex),this._baseIndex=e),a&&a.data&&(this._rowCount+=a.data.length),this._finished||this._config.preview&&this._rowCount>=this._config.preview),i)t.postMessage({results:a,workerId:s.WORKER_ID,finished:r});else if(x(this._config.chunk)&&!n){if(this._config.chunk(a,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);this._completeResults=a=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||!r||!x(this._config.complete)||a&&a.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),r||a&&a.meta.paused||this._nextChunk(),a}this._halted=!0},this._sendError=function(e){x(this._config.error)?this._config.error(e):i&&this._config.error&&t.postMessage({workerId:s.WORKER_ID,error:e,finished:!1})}}function l(e){var t;(e||={}).chunkSize||(e.chunkSize=s.RemoteChunkSize),c.call(this,e),this._nextChunk=r?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),r||(t.onload=b(this._chunkLoaded,this),t.onerror=b(this._chunkError,this)),t.open(this._config.downloadRequestBody?`POST`:`GET`,this._input,!r),this._config.downloadRequestHeaders){var e,n=this._config.downloadRequestHeaders;for(e in n)t.setRequestHeader(e,n[e])}var i;this._config.chunkSize&&(i=this._start+this._config.chunkSize-1,t.setRequestHeader(`Range`,`bytes=`+this._start+`-`+i));try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}r&&t.status===0&&this._chunkError()}},this._chunkLoaded=function(){t.readyState===4&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize||t.responseText.length,this._finished=!this._config.chunkSize||this._start>=(e=>(e=e.getResponseHeader(`Content-Range`))===null?-1:parseInt(e.substring(e.lastIndexOf(`/`)+1)))(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){e=t.statusText||e,this._sendError(Error(e))}}function u(e){(e||={}).chunkSize||(e.chunkSize=s.LocalChunkSize),c.call(this,e);var t,n,r=typeof FileReader<`u`;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,r?((t=new FileReader).onload=b(this._chunkLoaded,this),t.onerror=b(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input,i=(this._config.chunkSize&&(i=Math.min(this._start+this._config.chunkSize,this._input.size),e=n.call(e,this._start,i)),t.readAsText(e,this._config.encoding));r||this._chunkLoaded({target:{result:i}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function d(e){var t;c.call(this,e||={}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){var e,n;if(!this._finished)return e=this._config.chunkSize,t=e?(n=t.substring(0,e),t.substring(e)):(n=t,``),this._finished=!t,this.parseChunk(n)}}function f(e){c.call(this,e||={});var t=[],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(e){this._input=e,this._input.on(`data`,this._streamData),this._input.on(`end`,this._streamEnd),this._input.on(`error`,this._streamError)},this._checkIsFinished=function(){r&&t.length===1&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=b(function(e){try{t.push(typeof e==`string`?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}},this),this._streamError=b(function(e){this._streamCleanUp(),this._sendError(e)},this),this._streamEnd=b(function(){this._streamCleanUp(),r=!0,this._streamData(``)},this),this._streamCleanUp=b(function(){this._input.removeListener(`data`,this._streamData),this._input.removeListener(`end`,this._streamEnd),this._input.removeListener(`error`,this._streamError)},this)}function p(e){var t,n,r,i,a=2**53,o=-a,c=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,l=/^((\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,d=0,f=0,p=!1,g=!1,_=[],v={data:[],errors:[],meta:{}};function b(t){return e.skipEmptyLines===`greedy`?t.join(``).trim()===``:t.length===1&&t[0].length===0}function S(){if(v&&r&&(w(`Delimiter`,`UndetectableDelimiter`,`Unable to auto-detect delimiting character; defaulted to '`+s.DefaultDelimiter+`'`),r=!1),e.skipEmptyLines&&(v.data=v.data.filter(function(e){return!b(e)})),C()){if(v)if(Array.isArray(v.data[0])){for(var t=0;C()&&t<v.data.length;t++)v.data[t].forEach(n);v.data.splice(0,1)}else v.data.forEach(n);function n(t,n){x(e.transformHeader)&&(t=e.transformHeader(t,n)),_.push(t)}}function n(t,n){for(var r=e.header?{}:[],i=0;i<t.length;i++){var s=i,u=t[i],u=((t,n)=>(t=>(e.dynamicTypingFunction&&e.dynamicTyping[t]===void 0&&(e.dynamicTyping[t]=e.dynamicTypingFunction(t)),!0===(e.dynamicTyping[t]||e.dynamicTyping)))(t)?n===`true`||n===`TRUE`||n!==`false`&&n!==`FALSE`&&((e=>{if(c.test(e)&&(e=parseFloat(e),o<e&&e<a))return 1})(n)?parseFloat(n):l.test(n)?new Date(n):n===``?null:n):n)(s=e.header?i>=_.length?`__parsed_extra`:_[i]:s,u=e.transform?e.transform(u,s):u);s===`__parsed_extra`?(r[s]=r[s]||[],r[s].push(u)):r[s]=u}return e.header&&(i>_.length?w(`FieldMismatch`,`TooManyFields`,`Too many fields: expected `+_.length+` fields but parsed `+i,f+n):i<_.length&&w(`FieldMismatch`,`TooFewFields`,`Too few fields: expected `+_.length+` fields but parsed `+i,f+n)),r}var i;v&&(e.header||e.dynamicTyping||e.transform)&&(i=1,!v.data.length||Array.isArray(v.data[0])?(v.data=v.data.map(n),i=v.data.length):v.data=n(v.data,0),e.header&&v.meta&&(v.meta.fields=_),f+=i)}function C(){return e.header&&_.length===0}function w(e,t,n,r){e={type:e,code:t,message:n},r!==void 0&&(e.row=r),v.errors.push(e)}x(e.step)&&(i=e.step,e.step=function(t){v=t,C()?S():(S(),v.data.length!==0&&(d+=t.data.length,e.preview&&d>e.preview?n.abort():(v.data=v.data[0],i(v,u))))}),this.parse=function(i,a,o){var c=e.quoteChar||`"`,c=(e.newline||=this.guessLineEndings(i,c),r=!1,e.delimiter?x(e.delimiter)&&(e.delimiter=e.delimiter(i),v.meta.delimiter=e.delimiter):((c=((t,n,r,i,a)=>{var o,c,l,u;a||=[`,`,` `,`|`,`;`,s.RECORD_SEP,s.UNIT_SEP];for(var d=0;d<a.length;d++){for(var f,p=a[d],m=0,g=0,_=0,v=(l=void 0,new h({comments:i,delimiter:p,newline:n,preview:10}).parse(t)),y=0;y<v.data.length;y++)r&&b(v.data[y])?_++:(f=v.data[y].length,g+=f,l===void 0?l=f:0<f&&(m+=Math.abs(f-l),l=f));0<v.data.length&&(g/=v.data.length-_),(c===void 0||m<=c)&&(u===void 0||u<g)&&1.99<g&&(c=m,o=p,u=g)}return{successful:!!(e.delimiter=o),bestDelimiter:o}})(i,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess)).successful?e.delimiter=c.bestDelimiter:(r=!0,e.delimiter=s.DefaultDelimiter),v.meta.delimiter=e.delimiter),y(e));return e.preview&&e.header&&c.preview++,t=i,n=new h(c),v=n.parse(t,a,o),S(),p?{meta:{paused:!0}}:v||{meta:{paused:!1}}},this.paused=function(){return p},this.pause=function(){p=!0,n.abort(),t=x(e.chunk)?``:t.substring(n.getCharIndex())},this.resume=function(){u.streamer._halted?(p=!1,u.streamer.parseChunk(t,!0)):setTimeout(u.resume,3)},this.aborted=function(){return g},this.abort=function(){g=!0,n.abort(),v.meta.aborted=!0,x(e.complete)&&e.complete(v),t=``},this.guessLineEndings=function(e,t){e=e.substring(0,1048576);var t=RegExp(m(t)+`([^]*?)`+m(t),`gm`),n=(e=e.replace(t,``)).split(`\r`),t=e.split(`
|
|
2
|
-
`),
|
|
3
|
-
`;for(var
|
|
4
|
-
`&&
|
|
5
|
-
|
|
6
|
-
`&&
|
|
7
|
-
`&&(
|
|
8
|
-
`);var f=0,
|
|
9
|
-
`,
|
|
10
|
-
`,`"`,s.BYTE_ORDER_MARK],s.WORKERS_SUPPORTED=!r&&!!t.Worker,s.NODE_STREAM_INPUT=1,s.LocalChunkSize=10485760,s.RemoteChunkSize=5242880,s.DefaultDelimiter=`,`,s.Parser=h,s.ParserHandle=p,s.NetworkStreamer=l,s.FileStreamer=u,s.StringStreamer=d,s.ReadableStreamStreamer=f,t.jQuery&&((n=t.jQuery).fn.parse=function(e){var r=e.config||{},i=[];return this.each(function(e){if(!(n(this).prop(`tagName`).toUpperCase()===`INPUT`&&n(this).attr(`type`).toLowerCase()===`file`&&t.FileReader)||!this.files||this.files.length===0)return!0;for(var a=0;a<this.files.length;a++)i.push({file:this.files[a],inputElem:this,instanceConfig:n.extend({},r)})}),a(),this;function a(){if(i.length===0)x(e.complete)&&e.complete();else{var t,r,a,c,l=i[0];if(x(e.before)){var u=e.before(l.file,l.inputElem);if(typeof u==`object`){if(u.action===`abort`)return t=`AbortError`,r=l.file,a=l.inputElem,c=u.reason,void(x(e.error)&&e.error({name:t},r,a,c));if(u.action===`skip`)return void o();typeof u.config==`object`&&(l.instanceConfig=n.extend(l.instanceConfig,u.config))}else if(u===`skip`)return void o()}var d=l.instanceConfig.complete;l.instanceConfig.complete=function(e){x(d)&&d(e,l.file,l.inputElem),o()},s.parse(l.file,l.instanceConfig)}}function o(){i.splice(0,1),a()}}),i&&(t.onmessage=function(e){e=e.data,s.WORKER_ID===void 0&&e&&(s.WORKER_ID=e.workerId),typeof e.input==`string`?t.postMessage({workerId:s.WORKER_ID,results:s.parse(e.input,e.config),finished:!0}):(t.File&&e.input instanceof File||e.input instanceof Object)&&(e=s.parse(e.input,e.config))&&t.postMessage({workerId:s.WORKER_ID,results:e,finished:!0})}),(l.prototype=Object.create(c.prototype)).constructor=l,(u.prototype=Object.create(c.prototype)).constructor=u,(d.prototype=Object.create(d.prototype)).constructor=d,(f.prototype=Object.create(c.prototype)).constructor=f,s})}))()).default,y=class{static unparse(e,t){return v(e,t)}static parse(e){return new Promise((t,n)=>{_(e,{header:!0,complete:e=>t(e),error:e=>n(e)})})}};async function b(e,t,n){let r=n?.mimeType??S(t),i=x(e,r);if(`showSaveFilePicker`in window&&n?.showSaveFilePicker)try{let e=await(await window.showSaveFilePicker({suggestedName:t,types:[{description:`Datei`,accept:{[r]:[`.${C(t)}`]}}]})).createWritable();await e.write(i),await e.close();return}catch{}let a=URL.createObjectURL(i),o=document.createElement(`a`);o.href=a,o.download=t,o.rel=`noopener`,o.style.display=`none`,document.body.appendChild(o),w(o),window.setTimeout(()=>{document.body.removeChild(o),URL.revokeObjectURL(a)},0),T()&&window.open(a,`_blank`,`noopener,noreferrer`)}function x(e,t){if(e instanceof Blob)return e.type?e:new Blob([e],{type:t});if(e instanceof ArrayBuffer||e instanceof Uint8Array){let n=e instanceof Uint8Array?e:new Uint8Array(e);return new Blob([n],{type:t})}return new Blob([e],{type:t||`text/plain;charset=utf-8`})}function S(e){switch(C(e).toLowerCase()){case`txt`:return`text/plain;charset=utf-8`;case`csv`:return`text/csv;charset=utf-8`;case`json`:return`application/json;charset=utf-8`;case`pdf`:return`application/pdf`;case`png`:return`image/png`;case`jpg`:case`jpeg`:return`image/jpeg`;case`svg`:return`image/svg+xml`;case`zip`:return`application/zip`;default:return`application/octet-stream`}}function C(e){let t=e.lastIndexOf(`.`);return t>=0&&t<e.length-1?e.slice(t+1):``}function w(e){let t=document.createEvent(`MouseEvents`);t.initMouseEvent(`click`,!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}function T(){let e=navigator.userAgent,t=/iPad|iPhone|iPod/.test(e),n=/^((?!chrome|android).)*safari/i.test(e);return t||n}var E=class{static getEnumValue(e,t){if(t in e)return e[t];throw Error(`${t} not found in ${e}`)}static getKeyValues(e){return Object.keys(e).filter(e=>!isNaN(Number(e))).map(t=>({key:Number(t),value:e[t]}))}},D=class{static getFileExtension(e){let t=``,n=e.lastIndexOf(`.`);return n>0&&n<e.length-1&&(t=`.${e.substring(n+1).toLowerCase()}`),t}static readAsText(e){let t=new FileReader;return new Promise((n,r)=>{t.onload=()=>{t.onload=null,t.onerror=null,typeof t.result==`string`?n(t.result):r(Error(`Unexpected result type`))},t.onerror=()=>{let e=t.error??Error(`FileReader error`);t.onload=null,t.onerror=null,r(e)},t.readAsText(e)})}static readAsArrayBuffer(e){let t=new FileReader;return new Promise((n,r)=>{t.onload=()=>{t.onload=null,t.onerror=null,t.result instanceof ArrayBuffer?n(t.result):r(Error(`Unexpected result type`))},t.onerror=()=>{let e=t.error??Error(`FileReader error`);t.onload=null,t.onerror=null,r(e)},t.readAsArrayBuffer(e)})}static readAsDataUrl(e){let t=new FileReader;return new Promise((n,r)=>{t.onload=e=>{n(e)},t.onerror=e=>r(e),t.readAsDataURL(e)})}static formatFileSize(e,t=2,n){if(e===0)return`0 Bytes`;let r=1024,i=[`Bytes`,`KB`,`MB`,`GB`,`TB`],a=Math.floor(Math.log(e)/Math.log(r));n&&i.includes(n)&&(a=i.indexOf(n));let o=e/r**+a;return`${parseFloat(o.toFixed(t))} ${i[a]}`}static save(e,t,n){b(new Blob([e],{type:n}),t)}},O=class e{static set(e,t){localStorage.setItem(e,JSON.stringify(t))}static get(e){let t=null,n=localStorage.getItem(e);return n&&(t=JSON.parse(n)),t}static remove(t){let n=!!e.get(t);return n&&localStorage.removeItem(t),n}static removeAll(){localStorage.clear()}static getKeysBy(e){return Object.keys(localStorage).filter(t=>t.startsWith(e))}},k=function(e){return e.log=`log`,e.info=`info`,e.warn=`warn`,e.debug=`debug`,e.error=`error`,e}({}),A=class e{static listeners=new Set;static enabled=!0;static log(...t){e.doLog(k.log,t)}static info(...t){e.doLog(k.info,t)}static warn(...t){e.doLog(k.warn,t)}static debug(...t){e.doLog(k.debug,t)}static error(...t){e.doLog(k.error,t)}static clearListeners(){e.listeners.clear()}static setEnabled(t){e.enabled=t}static doLog(t,n){if(!e.enabled)return;let r={type:t,args:n,timestamp:new Date().toISOString()};for(let t of e.listeners)try{if(t(r)===!1)return}catch{}console[t].apply(console,n)}static onLog(t,n=!1){if(n){let n=r=>{try{return t(r)}finally{e.listeners.delete(n)}};return e.listeners.add(n),()=>e.listeners.delete(n)}return e.listeners.add(t),()=>e.listeners.delete(t)}},j=function(e){return e[e.NONE=0]=`NONE`,e[e.ASC=1]=`ASC`,e[e.DESC=-1]=`DESC`,e}(j||{}),M=(e,t,n)=>e.localeCompare(t)*(n?j.ASC:j.DESC),N=(e,t)=>e<t?j.DESC:e===t?j.NONE:j.ASC,P=(e,t,n)=>N(e,t)*(n?j.ASC:j.DESC),F=(e,t,n)=>{let r=0;return r=typeof e==`string`&&typeof t==`string`?M(e,t,n):P(e,t,n),r},I=(e,t,n,r)=>F(n(e),n(t),r),L=class{static get(e){return O.get(e)}static set(e,t){O.set(e,t)}static remove(e){O.remove(e)}},R=class e{static listeners=new Set;static initialized=!1;static resizeTimeout=null;static lastWidth=window.innerWidth;static onResize(t){return e.initialized||e.init(),e.listeners.add(t),()=>e.off(t)}static handleResize=()=>{e.resizeTimeout!==null&&(window.clearTimeout(e.resizeTimeout),e.resizeTimeout=null),e.resizeTimeout=window.setTimeout(()=>{let t=window.innerWidth;if(t!==e.lastWidth){e.lastWidth=t;for(let n of e.listeners)n(t)}},150)};static init(){e.initialized||=(window.addEventListener(`resize`,e.handleResize,{passive:!0}),!0)}static off(t){e.initialized&&(e.listeners.delete(t),e.listeners.size===0&&(window.removeEventListener(`resize`,e.handleResize),e.initialized=!1))}};function z(){Array.prototype.distinct=function(e){return e?this.filter((t,n,r)=>r.findIndex(n=>e(n,t))===n):this.filter((e,t,n)=>n.indexOf(e)===t)},Array.prototype.filterBy=function(e){return this.filter(t=>e(t))},Array.prototype.first=function(){return this.length>0?this[0]:null},Array.prototype.groupBy=function(e){return this.reduce((t,n)=>{let r=e(n);return t[r]||(t[r]=[]),t[r].push(n),t},{})},Array.prototype.orderBy=function(e,t=!0){return this?.sort((n,r)=>I(n,r,e,t)),this},Array.prototype.removeBy=function(e,t){return this.filter(n=>e(n)!==t)}}var B=s(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r():typeof define==`function`&&define.amd?define(r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs=r()})(e,(function(){"use strict";var e=1e3,t=6e4,n=36e5,r=`millisecond`,i=`second`,a=`minute`,o=`hour`,s=`day`,c=`week`,l=`month`,u=`quarter`,d=`year`,f=`date`,p=`Invalid Date`,m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,g={name:`en`,weekdays:`Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday`.split(`_`),months:`January_February_March_April_May_June_July_August_September_October_November_December`.split(`_`),ordinal:function(e){var t=[`th`,`st`,`nd`,`rd`],n=e%100;return`[`+e+(t[(n-20)%10]||t[n]||t[0])+`]`}},_=function(e,t,n){var r=String(e);return!r||r.length>=t?e:``+Array(t+1-r.length).join(n)+e},v={s:_,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?`+`:`-`)+_(r,2,`0`)+`:`+_(i,2,`0`)},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,l),a=n-i<0,o=t.clone().add(r+(a?-1:1),l);return+(-(r+(n-i)/(a?i-o:o-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:l,y:d,w:c,d:s,D:f,h:o,m:a,s:i,ms:r,Q:u}[e]||String(e||``).toLowerCase().replace(/s$/,``)},u:function(e){return e===void 0}},y=`en`,b={};b[y]=g;var x=`$isDayjsObject`,S=function(e){return e instanceof E||!(!e||!e[x])},C=function e(t,n,r){var i;if(!t)return y;if(typeof t==`string`){var a=t.toLowerCase();b[a]&&(i=a),n&&(b[a]=n,i=a);var o=t.split(`-`);if(!i&&o.length>1)return e(o[0])}else{var s=t.name;b[s]=t,i=s}return!r&&i&&(y=i),i||!r&&y},w=function(e,t){if(S(e))return e.clone();var n=typeof t==`object`?t:{};return n.date=e,n.args=arguments,new E(n)},T=v;T.l=C,T.i=S,T.w=function(e,t){return w(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var E=function(){function g(e){this.$L=C(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[x]=!0}var _=g.prototype;return _.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(t===null)return new Date(NaN);if(T.u(t))return new Date;if(t instanceof Date)return new Date(t);if(typeof t==`string`&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,a=(r[7]||`0`).substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}return new Date(t)}(e),this.init()},_.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},_.$utils=function(){return T},_.isValid=function(){return this.$d.toString()!==p},_.isSame=function(e,t){var n=w(e);return this.startOf(t)<=n&&n<=this.endOf(t)},_.isAfter=function(e,t){return w(e)<this.startOf(t)},_.isBefore=function(e,t){return this.endOf(t)<w(e)},_.$g=function(e,t,n){return T.u(e)?this[t]:this.set(n,e)},_.unix=function(){return Math.floor(this.valueOf()/1e3)},_.valueOf=function(){return this.$d.getTime()},_.startOf=function(e,t){var n=this,r=!!T.u(t)||t,u=T.p(e),p=function(e,t){var i=T.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(s)},m=function(e,t){return T.w(n.toDate()[e].apply(n.toDate(`s`),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},h=this.$W,g=this.$M,_=this.$D,v=`set`+(this.$u?`UTC`:``);switch(u){case d:return r?p(1,0):p(31,11);case l:return r?p(1,g):p(0,g+1);case c:var y=this.$locale().weekStart||0,b=(h<y?h+7:h)-y;return p(r?_-b:_+(6-b),g);case s:case f:return m(v+`Hours`,0);case o:return m(v+`Minutes`,1);case a:return m(v+`Seconds`,2);case i:return m(v+`Milliseconds`,3);default:return this.clone()}},_.endOf=function(e){return this.startOf(e,!1)},_.$set=function(e,t){var n,c=T.p(e),u=`set`+(this.$u?`UTC`:``),p=(n={},n[s]=u+`Date`,n[f]=u+`Date`,n[l]=u+`Month`,n[d]=u+`FullYear`,n[o]=u+`Hours`,n[a]=u+`Minutes`,n[i]=u+`Seconds`,n[r]=u+`Milliseconds`,n)[c],m=c===s?this.$D+(t-this.$W):t;if(c===l||c===d){var h=this.clone().set(f,1);h.$d[p](m),h.init(),this.$d=h.set(f,Math.min(this.$D,h.daysInMonth())).$d}else p&&this.$d[p](m);return this.init(),this},_.set=function(e,t){return this.clone().$set(e,t)},_.get=function(e){return this[T.p(e)]()},_.add=function(r,u){var f,p=this;r=Number(r);var m=T.p(u),h=function(e){var t=w(p);return T.w(t.date(t.date()+Math.round(e*r)),p)};if(m===l)return this.set(l,this.$M+r);if(m===d)return this.set(d,this.$y+r);if(m===s)return h(1);if(m===c)return h(7);var g=(f={},f[a]=t,f[o]=n,f[i]=e,f)[m]||1,_=this.$d.getTime()+r*g;return T.w(_,this)},_.subtract=function(e,t){return this.add(-1*e,t)},_.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var r=e||`YYYY-MM-DDTHH:mm:ssZ`,i=T.z(this),a=this.$H,o=this.$m,s=this.$M,c=n.weekdays,l=n.months,u=n.meridiem,d=function(e,n,i,a){return e&&(e[n]||e(t,r))||i[n].slice(0,a)},f=function(e){return T.s(a%12||12,e,`0`)},m=u||function(e,t,n){var r=e<12?`AM`:`PM`;return n?r.toLowerCase():r};return r.replace(h,(function(e,r){return r||function(e){switch(e){case`YY`:return String(t.$y).slice(-2);case`YYYY`:return T.s(t.$y,4,`0`);case`M`:return s+1;case`MM`:return T.s(s+1,2,`0`);case`MMM`:return d(n.monthsShort,s,l,3);case`MMMM`:return d(l,s);case`D`:return t.$D;case`DD`:return T.s(t.$D,2,`0`);case`d`:return String(t.$W);case`dd`:return d(n.weekdaysMin,t.$W,c,2);case`ddd`:return d(n.weekdaysShort,t.$W,c,3);case`dddd`:return c[t.$W];case`H`:return String(a);case`HH`:return T.s(a,2,`0`);case`h`:return f(1);case`hh`:return f(2);case`a`:return m(a,o,!0);case`A`:return m(a,o,!1);case`m`:return String(o);case`mm`:return T.s(o,2,`0`);case`s`:return String(t.$s);case`ss`:return T.s(t.$s,2,`0`);case`SSS`:return T.s(t.$ms,3,`0`);case`Z`:return i}return null}(e)||i.replace(`:`,``)}))},_.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},_.diff=function(r,f,p){var m,h=this,g=T.p(f),_=w(r),v=(_.utcOffset()-this.utcOffset())*t,y=this-_,b=function(){return T.m(h,_)};switch(g){case d:m=b()/12;break;case l:m=b();break;case u:m=b()/3;break;case c:m=(y-v)/6048e5;break;case s:m=(y-v)/864e5;break;case o:m=y/n;break;case a:m=y/t;break;case i:m=y/e;break;default:m=y}return p?m:T.a(m)},_.daysInMonth=function(){return this.endOf(l).$D},_.$locale=function(){return b[this.$L]},_.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=C(e,t,!0);return r&&(n.$L=r),n},_.clone=function(){return T.w(this.$d,this)},_.toDate=function(){return new Date(this.valueOf())},_.toJSON=function(){return this.isValid()?this.toISOString():null},_.toISOString=function(){return this.$d.toISOString()},_.toString=function(){return this.$d.toUTCString()},g}(),D=E.prototype;return w.prototype=D,[[`$ms`,r],[`$s`,i],[`$m`,a],[`$H`,o],[`$W`,s],[`$M`,l],[`$y`,d],[`$D`,f]].forEach((function(e){D[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),w.extend=function(e,t){return e.$i||=(e(t,E,w),!0),w},w.locale=C,w.isDayjs=S,w.unix=function(e){return w(1e3*e)},w.en=b[y],w.Ls=b,w.p={},w}))})),V=s(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r():typeof define==`function`&&define.amd?define(r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs_plugin_isoWeek=r()})(e,(function(){"use strict";var e=`day`;return function(t,n,r){var i=function(t){return t.add(4-t.isoWeekday(),e)},a=n.prototype;a.isoWeekYear=function(){return i(this).year()},a.isoWeek=function(t){if(!this.$utils().u(t))return this.add(7*(t-this.isoWeek()),e);var n,a,o,s,c=i(this),l=(n=this.isoWeekYear(),a=this.$u,o=(a?r.utc:r)().year(n).startOf(`year`),s=4-o.isoWeekday(),o.isoWeekday()>4&&(s+=7),o.add(s,e));return c.diff(l,`week`)+1},a.isoWeekday=function(e){return this.$utils().u(e)?this.day()||7:this.day(this.day()%7?e:e-7)};var o=a.startOf;a.startOf=function(e,t){var n=this.$utils(),r=!!n.u(t)||t;return n.p(e)===`isoweek`?r?this.date(this.date()-(this.isoWeekday()-1)).startOf(`day`):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf(`day`):o.bind(this)(e,t)}}}))})),H=s(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r():typeof define==`function`&&define.amd?define(r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs_plugin_localizedFormat=r()})(e,(function(){"use strict";var e={LTS:`h:mm:ss A`,LT:`h:mm A`,L:`MM/DD/YYYY`,LL:`MMMM D, YYYY`,LLL:`MMMM D, YYYY h:mm A`,LLLL:`dddd, MMMM D, YYYY h:mm A`};return function(t,n,r){var i=n.prototype,a=i.format;r.en.formats=e,i.format=function(t){t===void 0&&(t=`YYYY-MM-DDTHH:mm:ssZ`);var n=this.$locale().formats,r=function(t,n){return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,r,i){var a=i&&i.toUpperCase();return r||n[i]||e[i]||n[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}))}(t,n===void 0?{}:n);return a.call(this,r)}}}))})),U=l(B()),W=l(V()),G=l(H());U.default.extend(G.default),U.default.extend(W.default);function K(){Date.prototype.add=function(e,t){return(0,U.default)(this).add(e,t).toDate()},Date.prototype.diff=function(e,t){return(0,U.default)(this).diff(e,t)},Date.prototype.endOf=function(e){return(0,U.default)(this).endOf(e).toDate()},Date.prototype.firstDayOfMonth=function(){return(0,U.default)(this).startOf(`month`).toDate()},Date.prototype.format=function(e){return(0,U.default)(this).format(e)},Date.prototype.isAfter=function(e,t){return(0,U.default)(this).isAfter(e,t)},Date.prototype.isBefore=function(e,t){return(0,U.default)(this).isBefore(e,t)},Date.prototype.isValid=function(){return(0,U.default)(this).isValid()},Date.prototype.isoWeek=function(){return(0,U.default)(this).isoWeek()},Date.prototype.subtract=function(e,t){return(0,U.default)(this).subtract(e,t).toDate()},Date.prototype.lastDayOfMonth=function(){return(0,U.default)(this).endOf(`month`).toDate()},Date.prototype.set=function(e,t){return(0,U.default)(this).set(e,t).toDate()},Date.prototype.startOf=function(e){return(0,U.default)(this).startOf(e).toDate()}}function q(){String.prototype.capitalize=function(){return this.charAt(0).toUpperCase()+this.slice(1)},String.prototype.isNumber=function(){return!isNaN(Number(this))&&this.trim()!==``},String.prototype.isEmpty=function(){return this===void 0||!this||this.length===0},String.prototype.stripTags=function(){return new DOMParser().parseFromString(this.toString(),`text/html`).body.textContent||``}}var J=class{resizeListener;onResizeCallbacks=new Set;rafId=null;emitTimeoutId=null;duplicateThresholdMs=60;constructor(){typeof window<`u`&&(this.resizeListener=this.onResize.bind(this),window.addEventListener(`resize`,this.resizeListener,{passive:!0}))}destroy(){typeof window<`u`&&window.removeEventListener(`resize`,this.resizeListener),this.onResizeCallbacks.clear(),this.rafId!==null&&(cancelAnimationFrame(this.rafId),this.rafId=null)}onResizeChange(e){this.onResizeCallbacks.add(e)}offResizeChange(e){this.onResizeCallbacks.delete(e)}onResize=()=>{typeof window>`u`||(this.emitTimeoutId&&clearTimeout(this.emitTimeoutId),this.emitTimeoutId=window.setTimeout(()=>{this.emitTimeoutId=null},this.duplicateThresholdMs))}};e.BreakPointHelper=f,e.BreakPoints=u,e.BrowserHelper=h,e.BrowserService=J,e.BrowserType=p,e.CsvHelper=y,e.EnumHelper=E,e.FileHelper=D,e.LocalStorageHelper=O,e.LoggerHelper=A,e.LoggerType=k,e.ScreenHelper=d,e.TokenHelper=L,e.WindowResizeHelper=R,e.copyToClipboard=g,e.initArrayExtensions=z,e.initDateExtensions=K,e.initStringExtensions=q,e.saveAs=b,e.sortHelper=I});
|
|
1
|
+
(function(F,me){typeof exports=="object"&&typeof module<"u"?me(exports):typeof define=="function"&&define.amd?define(["exports"],me):(F=typeof globalThis<"u"?globalThis:F||self,me(F["ts-utils"]={}))})(this,(function(F){"use strict";const me={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400,xxxl:1600};class ke{static getScreenWidth(){return document.documentElement.clientWidth}static getScreenHeight(){return document.documentElement.clientHeight}}class le{static breakPoints=me;static getCurrentBreakpoint(){return le.getBreakpointByScreenWidth(ke.getScreenWidth())}static getBreakpointByScreenWidth(e=ke.getScreenWidth()){let n="xs";for(const a of Object.keys(le.breakPoints))le.breakPoints[a]<=e&&(n=a);return{breakpoint:n,screenWidth:e}}static isScreenGreaterThan(e){return ke.getScreenWidth()>le.breakPoints[e]}static isScreenSmallerThan(e){return ke.getScreenWidth()<le.breakPoints[e]}}var te=(s=>(s.opera="opera",s.firefox="firefox",s.safari="safari",s.ie="ie",s.edgeLegacy="edgeLegacy",s.edg="edg",s.chrome="chrome",s.iOS="iOS",s.headlessChrome="headlessChrome",s.nodeRuntime="nodeRuntime",s.electron="electron",s))(te||{});const ue=(typeof navigator<"u"?navigator.userAgent:"").toLowerCase();class re{static isBrowserEnv(){return typeof window<"u"&&typeof navigator<"u"}static isOpera(e=ue){return this.isBrowserEnv()?e.includes("opr/")||e.includes("opera"):!1}static isFirefox(e=ue){return this.isBrowserEnv()?e.includes("firefox")||typeof globalThis.InstallTrigger<"u":!1}static isSafari(e=ue){if(!this.isBrowserEnv())return!1;const n=navigator.vendor&&navigator.vendor.includes("Apple"),a=e.includes("safari"),k=!(e.includes("crios")||e.includes("chrome")||e.includes("android")||e.includes("opr/")||e.includes("edg"));return n&&a&&k}static isIOS(e=ue){if(!this.isBrowserEnv())return!1;const n=/iphone|ipad|ipod/.test(e),a=e.includes("macintosh")&&navigator.maxTouchPoints>1;return n||a}static isEdgeLegacy(){return this.isBrowserEnv()?!!window.StyleMedia&&!ue.includes("edg/"):!1}static isEdg(e=ue){return this.isBrowserEnv()?e.includes("edg/"):!1}static isIE(){return!this.isBrowserEnv()&&typeof document>"u"?!1:!!document.documentMode}static isChrome(e=ue){if(!this.isBrowserEnv())return!1;const n=navigator.vendor&&navigator.vendor.includes("Google"),a=e.includes("chrome")||e.includes("crios"),k=!this.isEdg(e)&&!this.isOpera(e);return n&&a&&k}static isElectron(e=ue){return typeof process<"u"&&process.versions?.electron?!0:e.includes("electron")}static isHeadlessChrome(e=ue){return e.includes("headlesschrome")}static isNodeRuntime(){return typeof process<"u"&&!!process.versions?.node&&!this.isBrowserEnv()}static getCurrentBrowser(){const e=navigator.userAgent.toLowerCase();if(typeof navigator>"u")throw new Error("navigator not set");if(re.isOpera())return te.opera;if(re.isFirefox())return te.firefox;if(re.isSafari())return te.safari;if(re.isIE())return te.ie;if(re.isEdgeLegacy())return te.edgeLegacy;if(re.isEdg())return te.edg;if(re.isChrome())return te.chrome;if(re.isIOS(e))return te.iOS;if(re.isElectron(e))return te.electron;if(re.isHeadlessChrome(e))return te.headlessChrome;if(re.isNodeRuntime())return te.nodeRuntime;throw new Error("Browser could not be detected: "+e)}}function We(s){return navigator.clipboard.writeText(s)}function Oe(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var xe={exports:{}};var Ue=xe.exports,Te;function Be(){return Te||(Te=1,(function(s,e){((n,a)=>{s.exports=a()})(Ue,function n(){var a=typeof self<"u"?self:typeof window<"u"?window:a!==void 0?a:{},k,D=!a.document&&!!a.postMessage,T=a.IS_PAPA_WORKER||!1,Y={},K=0,p={};function W(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(r){var i=fe(r);i.chunkSize=parseInt(i.chunkSize),r.step||r.chunk||(i.chunkSize=null),this._handle=new ne(i),(this._handle.streamer=this)._config=i}).call(this,t),this.parseChunk=function(r,i){var u=parseInt(this._config.skipFirstNLines)||0;if(this.isFirstChunk&&0<u){let S=this._config.newline;S||(m=this._config.quoteChar||'"',S=this._handle.guessLineEndings(r,m)),r=[...r.split(S).slice(u)].join(S)}this.isFirstChunk&&R(this._config.beforeFirstChunk)&&(m=this._config.beforeFirstChunk(r))!==void 0&&(r=m),this.isFirstChunk=!1,this._halted=!1;var u=this._partialLine+r,m=(this._partialLine="",this._handle.parse(u,this._baseIndex,!this._finished));if(!this._handle.paused()&&!this._handle.aborted()){if(r=m.meta.cursor,u=(this._finished||(this._partialLine=u.substring(r-this._baseIndex),this._baseIndex=r),m&&m.data&&(this._rowCount+=m.data.length),this._finished||this._config.preview&&this._rowCount>=this._config.preview),T)a.postMessage({results:m,workerId:p.WORKER_ID,finished:u});else if(R(this._config.chunk)&&!i){if(this._config.chunk(m,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);this._completeResults=m=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(m.data),this._completeResults.errors=this._completeResults.errors.concat(m.errors),this._completeResults.meta=m.meta),this._completed||!u||!R(this._config.complete)||m&&m.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),u||m&&m.meta.paused||this._nextChunk(),m}this._halted=!0},this._sendError=function(r){R(this._config.error)?this._config.error(r):T&&this._config.error&&a.postMessage({workerId:p.WORKER_ID,error:r,finished:!1})}}function z(t){var r;(t=t||{}).chunkSize||(t.chunkSize=p.RemoteChunkSize),W.call(this,t),this._nextChunk=D?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(i){this._input=i,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(r=new XMLHttpRequest,this._config.withCredentials&&(r.withCredentials=this._config.withCredentials),D||(r.onload=Z(this._chunkLoaded,this),r.onerror=Z(this._chunkError,this)),r.open(this._config.downloadRequestBody?"POST":"GET",this._input,!D),this._config.downloadRequestHeaders){var i,u=this._config.downloadRequestHeaders;for(i in u)r.setRequestHeader(i,u[i])}var m;this._config.chunkSize&&(m=this._start+this._config.chunkSize-1,r.setRequestHeader("Range","bytes="+this._start+"-"+m));try{r.send(this._config.downloadRequestBody)}catch(S){this._chunkError(S.message)}D&&r.status===0&&this._chunkError()}},this._chunkLoaded=function(){r.readyState===4&&(r.status<200||400<=r.status?this._chunkError():(this._start+=this._config.chunkSize||r.responseText.length,this._finished=!this._config.chunkSize||this._start>=(i=>(i=i.getResponseHeader("Content-Range"))!==null?parseInt(i.substring(i.lastIndexOf("/")+1)):-1)(r),this.parseChunk(r.responseText)))},this._chunkError=function(i){i=r.statusText||i,this._sendError(new Error(i))}}function Q(t){(t=t||{}).chunkSize||(t.chunkSize=p.LocalChunkSize),W.call(this,t);var r,i,u=typeof FileReader<"u";this.stream=function(m){this._input=m,i=m.slice||m.webkitSlice||m.mozSlice,u?((r=new FileReader).onload=Z(this._chunkLoaded,this),r.onerror=Z(this._chunkError,this)):r=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var m=this._input,S=(this._config.chunkSize&&(S=Math.min(this._start+this._config.chunkSize,this._input.size),m=i.call(m,this._start,S)),r.readAsText(m,this._config.encoding));u||this._chunkLoaded({target:{result:S}})},this._chunkLoaded=function(m){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(m.target.result)},this._chunkError=function(){this._sendError(r.error)}}function q(t){var r;W.call(this,t=t||{}),this.stream=function(i){return r=i,this._nextChunk()},this._nextChunk=function(){var i,u;if(!this._finished)return i=this._config.chunkSize,r=i?(u=r.substring(0,i),r.substring(i)):(u=r,""),this._finished=!r,this.parseChunk(u)}}function X(t){W.call(this,t=t||{});var r=[],i=!0,u=!1;this.pause=function(){W.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){W.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(m){this._input=m,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){u&&r.length===1&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),r.length?this.parseChunk(r.shift()):i=!0},this._streamData=Z(function(m){try{r.push(typeof m=="string"?m:m.toString(this._config.encoding)),i&&(i=!1,this._checkIsFinished(),this.parseChunk(r.shift()))}catch(S){this._streamError(S)}},this),this._streamError=Z(function(m){this._streamCleanUp(),this._sendError(m)},this),this._streamEnd=Z(function(){this._streamCleanUp(),u=!0,this._streamData("")},this),this._streamCleanUp=Z(function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)},this)}function ne(t){var r,i,u,m,S=Math.pow(2,53),y=-S,l=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,d=/^((\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)))$/,o=this,c=0,f=0,v=!1,g=!1,_=[],h={data:[],errors:[],meta:{}};function M(b){return t.skipEmptyLines==="greedy"?b.join("").trim()==="":b.length===1&&b[0].length===0}function C(){if(h&&u&&(N("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+p.DefaultDelimiter+"'"),u=!1),t.skipEmptyLines&&(h.data=h.data.filter(function(w){return!M(w)})),j()){let w=function(A,P){R(t.transformHeader)&&(A=t.transformHeader(A,P)),_.push(A)};if(h)if(Array.isArray(h.data[0])){for(var b=0;j()&&b<h.data.length;b++)h.data[b].forEach(w);h.data.splice(0,1)}else h.data.forEach(w)}function O(w,A){for(var P=t.header?{}:[],I=0;I<w.length;I++){var L=I,$=w[I],$=((ie,E)=>(U=>(t.dynamicTypingFunction&&t.dynamicTyping[U]===void 0&&(t.dynamicTyping[U]=t.dynamicTypingFunction(U)),(t.dynamicTyping[U]||t.dynamicTyping)===!0))(ie)?E==="true"||E==="TRUE"||E!=="false"&&E!=="FALSE"&&((U=>{if(l.test(U)&&(U=parseFloat(U),y<U&&U<S))return 1})(E)?parseFloat(E):d.test(E)?new Date(E):E===""?null:E):E)(L=t.header?I>=_.length?"__parsed_extra":_[I]:L,$=t.transform?t.transform($,L):$);L==="__parsed_extra"?(P[L]=P[L]||[],P[L].push($)):P[L]=$}return t.header&&(I>_.length?N("FieldMismatch","TooManyFields","Too many fields: expected "+_.length+" fields but parsed "+I,f+A):I<_.length&&N("FieldMismatch","TooFewFields","Too few fields: expected "+_.length+" fields but parsed "+I,f+A)),P}var x;h&&(t.header||t.dynamicTyping||t.transform)&&(x=1,!h.data.length||Array.isArray(h.data[0])?(h.data=h.data.map(O),x=h.data.length):h.data=O(h.data,0),t.header&&h.meta&&(h.meta.fields=_),f+=x)}function j(){return t.header&&_.length===0}function N(b,O,x,w){b={type:b,code:O,message:x},w!==void 0&&(b.row=w),h.errors.push(b)}R(t.step)&&(m=t.step,t.step=function(b){h=b,j()?C():(C(),h.data.length!==0&&(c+=b.data.length,t.preview&&c>t.preview?i.abort():(h.data=h.data[0],m(h,o))))}),this.parse=function(b,O,x){var w=t.quoteChar||'"',w=(t.newline||(t.newline=this.guessLineEndings(b,w)),u=!1,t.delimiter?R(t.delimiter)&&(t.delimiter=t.delimiter(b),h.meta.delimiter=t.delimiter):((w=((A,P,I,L,$)=>{var ie,E,U,pe;$=$||[","," ","|",";",p.RECORD_SEP,p.UNIT_SEP];for(var _e=0;_e<$.length;_e++){for(var se,Se=$[_e],G=0,ae=0,J=0,ee=(U=void 0,new ve({comments:L,delimiter:Se,newline:P,preview:10}).parse(A)),de=0;de<ee.data.length;de++)I&&M(ee.data[de])?J++:(se=ee.data[de].length,ae+=se,U===void 0?U=se:0<se&&(G+=Math.abs(se-U),U=se));0<ee.data.length&&(ae/=ee.data.length-J),(E===void 0||G<=E)&&(pe===void 0||pe<ae)&&1.99<ae&&(E=G,ie=Se,pe=ae)}return{successful:!!(t.delimiter=ie),bestDelimiter:ie}})(b,t.newline,t.skipEmptyLines,t.comments,t.delimitersToGuess)).successful?t.delimiter=w.bestDelimiter:(u=!0,t.delimiter=p.DefaultDelimiter),h.meta.delimiter=t.delimiter),fe(t));return t.preview&&t.header&&w.preview++,r=b,i=new ve(w),h=i.parse(r,O,x),C(),v?{meta:{paused:!0}}:h||{meta:{paused:!1}}},this.paused=function(){return v},this.pause=function(){v=!0,i.abort(),r=R(t.chunk)?"":r.substring(i.getCharIndex())},this.resume=function(){o.streamer._halted?(v=!1,o.streamer.parseChunk(r,!0)):setTimeout(o.resume,3)},this.aborted=function(){return g},this.abort=function(){g=!0,i.abort(),h.meta.aborted=!0,R(t.complete)&&t.complete(h),r=""},this.guessLineEndings=function(A,w){A=A.substring(0,1048576);var w=new RegExp(ce(w)+"([^]*?)"+ce(w),"gm"),x=(A=A.replace(w,"")).split("\r"),w=A.split(`
|
|
2
|
+
`),A=1<w.length&&w[0].length<x[0].length;if(x.length===1||A)return`
|
|
3
|
+
`;for(var P=0,I=0;I<x.length;I++)x[I][0]===`
|
|
4
|
+
`&&P++;return P>=x.length/2?`\r
|
|
5
|
+
`:"\r"}}function ce(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ve(t){var r=(t=t||{}).delimiter,i=t.newline,u=t.comments,m=t.step,S=t.preview,y=t.fastMode,l=null,d=!1,o=t.quoteChar==null?'"':t.quoteChar,c=o;if(t.escapeChar!==void 0&&(c=t.escapeChar),(typeof r!="string"||-1<p.BAD_DELIMITERS.indexOf(r))&&(r=","),u===r)throw new Error("Comment character same as delimiter");u===!0?u="#":(typeof u!="string"||-1<p.BAD_DELIMITERS.indexOf(u))&&(u=!1),i!==`
|
|
6
|
+
`&&i!=="\r"&&i!==`\r
|
|
7
|
+
`&&(i=`
|
|
8
|
+
`);var f=0,v=!1;this.parse=function(g,_,h){if(typeof g!="string")throw new Error("Input must be a string");var M=g.length,C=r.length,j=i.length,N=u.length,b=R(m),O=[],x=[],w=[],A=f=0;if(!g)return G();if(y||y!==!1&&g.indexOf(o)===-1){for(var P=g.split(i),I=0;I<P.length;I++){if(w=P[I],f+=w.length,I!==P.length-1)f+=i.length;else if(h)return G();if(!u||w.substring(0,N)!==u){if(b){if(O=[],pe(w.split(r)),ae(),v)return G()}else pe(w.split(r));if(S&&S<=I)return O=O.slice(0,S),G(!0)}}return G()}for(var L=g.indexOf(r,f),$=g.indexOf(i,f),ie=new RegExp(ce(c)+ce(o),"g"),E=g.indexOf(o,f);;)if(g[f]===o)for(E=f,f++;;){if((E=g.indexOf(o,E+1))===-1)return h||x.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:O.length,index:f}),se();if(E===M-1)return se(g.substring(f,E).replace(ie,o));if(o===c&&g[E+1]===c)E++;else if(o===c||E===0||g[E-1]!==c){L!==-1&&L<E+1&&(L=g.indexOf(r,E+1));var U=_e(($=$!==-1&&$<E+1?g.indexOf(i,E+1):$)===-1?L:Math.min(L,$));if(g.substr(E+1+U,C)===r){w.push(g.substring(f,E).replace(ie,o)),g[f=E+1+U+C]!==o&&(E=g.indexOf(o,f)),L=g.indexOf(r,f),$=g.indexOf(i,f);break}if(U=_e($),g.substring(E+1+U,E+1+U+j)===i){if(w.push(g.substring(f,E).replace(ie,o)),Se(E+1+U+j),L=g.indexOf(r,f),E=g.indexOf(o,f),b&&(ae(),v))return G();if(S&&O.length>=S)return G(!0);break}x.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:O.length,index:f}),E++}}else if(u&&w.length===0&&g.substring(f,f+N)===u){if($===-1)return G();f=$+j,$=g.indexOf(i,f),L=g.indexOf(r,f)}else if(L!==-1&&(L<$||$===-1))w.push(g.substring(f,L)),f=L+C,L=g.indexOf(r,f);else{if($===-1)break;if(w.push(g.substring(f,$)),Se($+j),b&&(ae(),v))return G();if(S&&O.length>=S)return G(!0)}return se();function pe(J){O.push(J),A=f}function _e(J){var ee=0;return ee=J!==-1&&(J=g.substring(E+1,J))&&J.trim()===""?J.length:ee}function se(J){return h||(J===void 0&&(J=g.substring(f)),w.push(J),f=M,pe(w),b&&ae()),G()}function Se(J){f=J,pe(w),w=[],$=g.indexOf(i,f)}function G(J){if(t.header&&!_&&O.length&&!d){var ee=O[0],de=Object.create(null),Re=new Set(ee);let Pe=!1;for(let we=0;we<ee.length;we++){let oe=ee[we];if(de[oe=R(t.transformHeader)?t.transformHeader(oe,we):oe]){let Ee,Ye=de[oe];for(;Ee=oe+"_"+Ye,Ye++,Re.has(Ee););Re.add(Ee),ee[we]=Ee,de[oe]++,Pe=!0,(l=l===null?{}:l)[Ee]=oe}else de[oe]=1,ee[we]=oe;Re.add(oe)}Pe&&console.warn("Duplicate headers found and renamed."),d=!0}return{data:O,errors:x,meta:{delimiter:r,linebreak:i,aborted:v,truncated:!!J,cursor:A+(_||0),renamedHeaders:l}}}function ae(){m(G()),O=[],x=[]}},this.abort=function(){v=!0},this.getCharIndex=function(){return f}}function be(t){var r=t.data,i=Y[r.workerId],u=!1;if(r.error)i.userError(r.error,r.file);else if(r.results&&r.results.data){var m={abort:function(){u=!0,he(r.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:Ce,resume:Ce};if(R(i.userStep)){for(var S=0;S<r.results.data.length&&(i.userStep({data:r.results.data[S],errors:r.results.errors,meta:r.results.meta},m),!u);S++);delete r.results}else R(i.userChunk)&&(i.userChunk(r.results,m,r.file),delete r.results)}r.finished&&!u&&he(r.workerId,r.results)}function he(t,r){var i=Y[t];R(i.userComplete)&&i.userComplete(r),i.terminate(),delete Y[t]}function Ce(){throw new Error("Not implemented.")}function fe(t){if(typeof t!="object"||t===null)return t;var r,i=Array.isArray(t)?[]:{};for(r in t)i[r]=fe(t[r]);return i}function Z(t,r){return function(){t.apply(r,arguments)}}function R(t){return typeof t=="function"}return p.parse=function(t,r){var i=(r=r||{}).dynamicTyping||!1;if(R(i)&&(r.dynamicTypingFunction=i,i={}),r.dynamicTyping=i,r.transform=!!R(r.transform)&&r.transform,!r.worker||!p.WORKERS_SUPPORTED)return i=null,p.NODE_STREAM_INPUT,typeof t=="string"?(t=(u=>u.charCodeAt(0)!==65279?u:u.slice(1))(t),i=new(r.download?z:q)(r)):t.readable===!0&&R(t.read)&&R(t.on)?i=new X(r):(a.File&&t instanceof File||t instanceof Object)&&(i=new Q(r)),i.stream(t);(i=(()=>{var u;return!!p.WORKERS_SUPPORTED&&(u=(()=>{var m=a.URL||a.webkitURL||null,S=n.toString();return p.BLOB_URL||(p.BLOB_URL=m.createObjectURL(new Blob(["var global = (function() { if (typeof self !== 'undefined') { return self; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } return {}; })(); global.IS_PAPA_WORKER=true; ","(",S,")();"],{type:"text/javascript"})))})(),(u=new a.Worker(u)).onmessage=be,u.id=K++,Y[u.id]=u)})()).userStep=r.step,i.userChunk=r.chunk,i.userComplete=r.complete,i.userError=r.error,r.step=R(r.step),r.chunk=R(r.chunk),r.complete=R(r.complete),r.error=R(r.error),delete r.worker,i.postMessage({input:t,config:r,workerId:i.id})},p.unparse=function(t,r){var i=!1,u=!0,m=",",S=`\r
|
|
9
|
+
`,y='"',l=y+y,d=!1,o=null,c=!1,f=((()=>{if(typeof r=="object"){if(typeof r.delimiter!="string"||p.BAD_DELIMITERS.filter(function(_){return r.delimiter.indexOf(_)!==-1}).length||(m=r.delimiter),typeof r.quotes!="boolean"&&typeof r.quotes!="function"&&!Array.isArray(r.quotes)||(i=r.quotes),typeof r.skipEmptyLines!="boolean"&&typeof r.skipEmptyLines!="string"||(d=r.skipEmptyLines),typeof r.newline=="string"&&(S=r.newline),typeof r.quoteChar=="string"&&(y=r.quoteChar),typeof r.header=="boolean"&&(u=r.header),Array.isArray(r.columns)){if(r.columns.length===0)throw new Error("Option columns is empty");o=r.columns}r.escapeChar!==void 0&&(l=r.escapeChar+y),r.escapeFormulae instanceof RegExp?c=r.escapeFormulae:typeof r.escapeFormulae=="boolean"&&r.escapeFormulae&&(c=/^[=+\-@\t\r].*$/)}})(),new RegExp(ce(y),"g"));if(typeof t=="string"&&(t=JSON.parse(t)),Array.isArray(t)){if(!t.length||Array.isArray(t[0]))return v(null,t,d);if(typeof t[0]=="object")return v(o||Object.keys(t[0]),t,d)}else if(typeof t=="object")return typeof t.data=="string"&&(t.data=JSON.parse(t.data)),Array.isArray(t.data)&&(t.fields||(t.fields=t.meta&&t.meta.fields||o),t.fields||(t.fields=Array.isArray(t.data[0])?t.fields:typeof t.data[0]=="object"?Object.keys(t.data[0]):[]),Array.isArray(t.data[0])||typeof t.data[0]=="object"||(t.data=[t.data])),v(t.fields||[],t.data||[],d);throw new Error("Unable to serialize unrecognized input");function v(_,h,M){var C="",j=(typeof _=="string"&&(_=JSON.parse(_)),typeof h=="string"&&(h=JSON.parse(h)),Array.isArray(_)&&0<_.length),N=!Array.isArray(h[0]);if(j&&u){for(var b=0;b<_.length;b++)0<b&&(C+=m),C+=g(_[b],b);0<h.length&&(C+=S)}for(var O=0;O<h.length;O++){var x=(j?_:h[O]).length,w=!1,A=j?Object.keys(h[O]).length===0:h[O].length===0;if(M&&!j&&(w=M==="greedy"?h[O].join("").trim()==="":h[O].length===1&&h[O][0].length===0),M==="greedy"&&j){for(var P=[],I=0;I<x;I++){var L=N?_[I]:I;P.push(h[O][L])}w=P.join("").trim()===""}if(!w){for(var $=0;$<x;$++){0<$&&!A&&(C+=m);var ie=j&&N?_[$]:$;C+=g(h[O][ie],$)}O<h.length-1&&(!M||0<x&&!A)&&(C+=S)}}return C}function g(_,h){var M,C;return _==null?"":_.constructor===Date?JSON.stringify(_).slice(1,25):(C=!1,c&&typeof _=="string"&&c.test(_)&&(_="'"+_,C=!0),M=_.toString().replace(f,l),(C=C||i===!0||typeof i=="function"&&i(_,h)||Array.isArray(i)&&i[h]||((j,N)=>{for(var b=0;b<N.length;b++)if(-1<j.indexOf(N[b]))return!0;return!1})(M,p.BAD_DELIMITERS)||-1<M.indexOf(m)||M.charAt(0)===" "||M.charAt(M.length-1)===" ")?y+M+y:M)}},p.RECORD_SEP="",p.UNIT_SEP="",p.BYTE_ORDER_MARK="\uFEFF",p.BAD_DELIMITERS=["\r",`
|
|
10
|
+
`,'"',p.BYTE_ORDER_MARK],p.WORKERS_SUPPORTED=!D&&!!a.Worker,p.NODE_STREAM_INPUT=1,p.LocalChunkSize=10485760,p.RemoteChunkSize=5242880,p.DefaultDelimiter=",",p.Parser=ve,p.ParserHandle=ne,p.NetworkStreamer=z,p.FileStreamer=Q,p.StringStreamer=q,p.ReadableStreamStreamer=X,a.jQuery&&((k=a.jQuery).fn.parse=function(t){var r=t.config||{},i=[];return this.each(function(S){if(!(k(this).prop("tagName").toUpperCase()==="INPUT"&&k(this).attr("type").toLowerCase()==="file"&&a.FileReader)||!this.files||this.files.length===0)return!0;for(var y=0;y<this.files.length;y++)i.push({file:this.files[y],inputElem:this,instanceConfig:k.extend({},r)})}),u(),this;function u(){if(i.length===0)R(t.complete)&&t.complete();else{var S,y,l,d,o=i[0];if(R(t.before)){var c=t.before(o.file,o.inputElem);if(typeof c=="object"){if(c.action==="abort")return S="AbortError",y=o.file,l=o.inputElem,d=c.reason,void(R(t.error)&&t.error({name:S},y,l,d));if(c.action==="skip")return void m();typeof c.config=="object"&&(o.instanceConfig=k.extend(o.instanceConfig,c.config))}else if(c==="skip")return void m()}var f=o.instanceConfig.complete;o.instanceConfig.complete=function(v){R(f)&&f(v,o.file,o.inputElem),m()},p.parse(o.file,o.instanceConfig)}}function m(){i.splice(0,1),u()}}),T&&(a.onmessage=function(t){t=t.data,p.WORKER_ID===void 0&&t&&(p.WORKER_ID=t.workerId),typeof t.input=="string"?a.postMessage({workerId:p.WORKER_ID,results:p.parse(t.input,t.config),finished:!0}):(a.File&&t.input instanceof File||t.input instanceof Object)&&(t=p.parse(t.input,t.config))&&a.postMessage({workerId:p.WORKER_ID,results:t,finished:!0})}),(z.prototype=Object.create(W.prototype)).constructor=z,(Q.prototype=Object.create(W.prototype)).constructor=Q,(q.prototype=Object.create(q.prototype)).constructor=q,(X.prototype=Object.create(W.prototype)).constructor=X,p})})(xe)),xe.exports}var Ne=Be();const qe=Oe(Ne),{parse:Ke,unparse:Je}=qe;class Qe{static unparse(e,n){return Je(e,n)}static parse(e){return new Promise((n,a)=>{Ke(e,{header:!0,complete:k=>n(k),error:k=>a(k)})})}}async function Ae(s,e,n){const a=n?.mimeType??Ze(e),k=Ve(s,a);if("showSaveFilePicker"in window&&n?.showSaveFilePicker)try{const K=await(await window.showSaveFilePicker({suggestedName:e,types:[{description:"Datei",accept:{[a]:[`.${Ie(e)}`]}}]})).createWritable();await K.write(k),await K.close();return}catch{}const D=URL.createObjectURL(k),T=document.createElement("a");T.href=D,T.download=e,T.rel="noopener",T.style.display="none",document.body.appendChild(T),Ge(T),window.setTimeout(()=>{document.body.removeChild(T),URL.revokeObjectURL(D)},0),He()&&window.open(D,"_blank","noopener,noreferrer")}function Ve(s,e){if(s instanceof Blob)return s.type?s:new Blob([s],{type:e});if(s instanceof ArrayBuffer||s instanceof Uint8Array){const n=s instanceof Uint8Array?s:new Uint8Array(s);return new Blob([n],{type:e})}return new Blob([s],{type:e||"text/plain;charset=utf-8"})}function Ze(s){switch(Ie(s).toLowerCase()){case"txt":return"text/plain;charset=utf-8";case"csv":return"text/csv;charset=utf-8";case"json":return"application/json;charset=utf-8";case"pdf":return"application/pdf";case"png":return"image/png";case"jpg":case"jpeg":return"image/jpeg";case"svg":return"image/svg+xml";case"zip":return"application/zip";default:return"application/octet-stream"}}function Ie(s){const e=s.lastIndexOf(".");return e>=0&&e<s.length-1?s.slice(e+1):""}function Ge(s){const e=document.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),s.dispatchEvent(e)}function He(){const s=navigator.userAgent,e=/iPad|iPhone|iPod/.test(s),n=/^((?!chrome|android).)*safari/i.test(s);return e||n}class Xe{static getEnumValue(e,n){if(n in e)return e[n];throw Error(`${n} not found in ${e}`)}static getKeyValues(e){return Object.keys(e).filter(n=>!isNaN(Number(n))).map(n=>({key:Number(n),value:e[n]}))}}class et{static getFileExtension(e){let n="";const a=e.lastIndexOf(".");return a>0&&a<e.length-1&&(n=`.${e.substring(a+1).toLowerCase()}`),n}static readAsText(e){const n=new FileReader;return new Promise((a,k)=>{n.onload=()=>{n.onload=null,n.onerror=null,typeof n.result=="string"?a(n.result):k(new Error("Unexpected result type"))},n.onerror=()=>{const D=n.error??new Error("FileReader error");n.onload=null,n.onerror=null,k(D)},n.readAsText(e)})}static readAsArrayBuffer(e){const n=new FileReader;return new Promise((a,k)=>{n.onload=()=>{n.onload=null,n.onerror=null,n.result instanceof ArrayBuffer?a(n.result):k(new Error("Unexpected result type"))},n.onerror=()=>{const D=n.error??new Error("FileReader error");n.onload=null,n.onerror=null,k(D)},n.readAsArrayBuffer(e)})}static readAsDataUrl(e){const n=new FileReader;return new Promise((a,k)=>{n.onload=D=>{a(D)},n.onerror=D=>k(D),n.readAsDataURL(e)})}static formatFileSize(e,n=2,a){if(e===0)return"0 Bytes";const k=1024,D=["Bytes","KB","MB","GB","TB"];let T=Math.floor(Math.log(e)/Math.log(k));a&&D.includes(a)&&(T=D.indexOf(a));const Y=e/Math.pow(k,T);return`${parseFloat(Y.toFixed(n))} ${D[T]}`}static save(e,n,a){const k=new Blob([e],{type:a});Ae(k,n)}}class ye{static set(e,n){localStorage.setItem(e,JSON.stringify(n))}static get(e){let n=null;const a=localStorage.getItem(e);return a&&(n=JSON.parse(a)),n}static remove(e){let n=!!ye.get(e);return n&&localStorage.removeItem(e),n}static removeAll(){localStorage.clear()}static getKeysBy(e){return Object.keys(localStorage).filter(n=>n.startsWith(e))}}var ge=(s=>(s.log="log",s.info="info",s.warn="warn",s.debug="debug",s.error="error",s))(ge||{});class V{static listeners=new Set;static enabled=!0;static log(...e){V.doLog(ge.log,e)}static info(...e){V.doLog(ge.info,e)}static warn(...e){V.doLog(ge.warn,e)}static debug(...e){V.doLog(ge.debug,e)}static error(...e){V.doLog(ge.error,e)}static clearListeners(){V.listeners.clear()}static setEnabled(e){V.enabled=e}static doLog(e,n){if(!V.enabled)return;const a={type:e,args:n,timestamp:new Date().toISOString()};for(const k of V.listeners)try{if(k(a)===!1)return}catch{}console[e].apply(console,n)}static onLog(e,n=!1){if(n){const a=k=>{try{return e(k)}finally{V.listeners.delete(a)}};return V.listeners.add(a),()=>V.listeners.delete(a)}return V.listeners.add(e),()=>V.listeners.delete(e)}}const tt=(s,e,n)=>s.localeCompare(e)*(n?1:-1),rt=(s,e)=>s<e?-1:s===e?0:1,nt=(s,e,n)=>rt(s,e)*(n?1:-1),it=(s,e,n)=>{let a=0;return typeof s=="string"&&typeof e=="string"?a=tt(s,e,n):a=nt(s,e,n),a},Le=(s,e,n,a)=>{const k=n(s),D=n(e);return it(k,D,a)};class st{static get(e){return ye.get(e)}static set(e,n){ye.set(e,n)}static remove(e){ye.remove(e)}}class B{static listeners=new Set;static initialized=!1;static resizeTimeout=null;static lastWidth=window.innerWidth;static onResize(e){return B.initialized||B.init(),B.listeners.add(e),()=>B.off(e)}static handleResize=()=>{B.resizeTimeout!==null&&(window.clearTimeout(B.resizeTimeout),B.resizeTimeout=null),B.resizeTimeout=window.setTimeout(()=>{const e=window.innerWidth;if(e!==B.lastWidth){B.lastWidth=e;for(const n of B.listeners)n(e)}},150)};static init(){B.initialized||(window.addEventListener("resize",B.handleResize,{passive:!0}),B.initialized=!0)}static off(e){B.initialized&&(B.listeners.delete(e),B.listeners.size===0&&(window.removeEventListener("resize",B.handleResize),B.initialized=!1))}}function at(){Array.prototype.distinct=function(s){return s?this.filter((n,a,k)=>k.findIndex(D=>s(D,n))===a):this.filter((n,a,k)=>k.indexOf(n)===a)},Array.prototype.filterBy=function(s){return this.filter(e=>s(e))},Array.prototype.first=function(){return this.length>0?this[0]:null},Array.prototype.groupBy=function(s){return this.reduce((e,n)=>{const a=s(n);return e[a]||(e[a]=[]),e[a].push(n),e},{})},Array.prototype.orderBy=function(s,e=!0){return this?.sort((n,a)=>Le(n,a,s,e)),this},Array.prototype.removeBy=function(s,e){return this.filter(n=>s(n)!==e)}}var De={exports:{}},ot=De.exports,Fe;function ut(){return Fe||(Fe=1,(function(s,e){(function(n,a){s.exports=a()})(ot,(function(){var n=1e3,a=6e4,k=36e5,D="millisecond",T="second",Y="minute",K="hour",p="day",W="week",z="month",Q="quarter",q="year",X="date",ne="Invalid Date",ce=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,ve=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,be={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(y){var l=["th","st","nd","rd"],d=y%100;return"["+y+(l[(d-20)%10]||l[d]||l[0])+"]"}},he=function(y,l,d){var o=String(y);return!o||o.length>=l?y:""+Array(l+1-o.length).join(d)+y},Ce={s:he,z:function(y){var l=-y.utcOffset(),d=Math.abs(l),o=Math.floor(d/60),c=d%60;return(l<=0?"+":"-")+he(o,2,"0")+":"+he(c,2,"0")},m:function y(l,d){if(l.date()<d.date())return-y(d,l);var o=12*(d.year()-l.year())+(d.month()-l.month()),c=l.clone().add(o,z),f=d-c<0,v=l.clone().add(o+(f?-1:1),z);return+(-(o+(d-c)/(f?c-v:v-c))||0)},a:function(y){return y<0?Math.ceil(y)||0:Math.floor(y)},p:function(y){return{M:z,y:q,w:W,d:p,D:X,h:K,m:Y,s:T,ms:D,Q}[y]||String(y||"").toLowerCase().replace(/s$/,"")},u:function(y){return y===void 0}},fe="en",Z={};Z[fe]=be;var R="$isDayjsObject",t=function(y){return y instanceof m||!(!y||!y[R])},r=function y(l,d,o){var c;if(!l)return fe;if(typeof l=="string"){var f=l.toLowerCase();Z[f]&&(c=f),d&&(Z[f]=d,c=f);var v=l.split("-");if(!c&&v.length>1)return y(v[0])}else{var g=l.name;Z[g]=l,c=g}return!o&&c&&(fe=c),c||!o&&fe},i=function(y,l){if(t(y))return y.clone();var d=typeof l=="object"?l:{};return d.date=y,d.args=arguments,new m(d)},u=Ce;u.l=r,u.i=t,u.w=function(y,l){return i(y,{locale:l.$L,utc:l.$u,x:l.$x,$offset:l.$offset})};var m=(function(){function y(d){this.$L=r(d.locale,null,!0),this.parse(d),this.$x=this.$x||d.x||{},this[R]=!0}var l=y.prototype;return l.parse=function(d){this.$d=(function(o){var c=o.date,f=o.utc;if(c===null)return new Date(NaN);if(u.u(c))return new Date;if(c instanceof Date)return new Date(c);if(typeof c=="string"&&!/Z$/i.test(c)){var v=c.match(ce);if(v){var g=v[2]-1||0,_=(v[7]||"0").substring(0,3);return f?new Date(Date.UTC(v[1],g,v[3]||1,v[4]||0,v[5]||0,v[6]||0,_)):new Date(v[1],g,v[3]||1,v[4]||0,v[5]||0,v[6]||0,_)}}return new Date(c)})(d),this.init()},l.init=function(){var d=this.$d;this.$y=d.getFullYear(),this.$M=d.getMonth(),this.$D=d.getDate(),this.$W=d.getDay(),this.$H=d.getHours(),this.$m=d.getMinutes(),this.$s=d.getSeconds(),this.$ms=d.getMilliseconds()},l.$utils=function(){return u},l.isValid=function(){return this.$d.toString()!==ne},l.isSame=function(d,o){var c=i(d);return this.startOf(o)<=c&&c<=this.endOf(o)},l.isAfter=function(d,o){return i(d)<this.startOf(o)},l.isBefore=function(d,o){return this.endOf(o)<i(d)},l.$g=function(d,o,c){return u.u(d)?this[o]:this.set(c,d)},l.unix=function(){return Math.floor(this.valueOf()/1e3)},l.valueOf=function(){return this.$d.getTime()},l.startOf=function(d,o){var c=this,f=!!u.u(o)||o,v=u.p(d),g=function(O,x){var w=u.w(c.$u?Date.UTC(c.$y,x,O):new Date(c.$y,x,O),c);return f?w:w.endOf(p)},_=function(O,x){return u.w(c.toDate()[O].apply(c.toDate("s"),(f?[0,0,0,0]:[23,59,59,999]).slice(x)),c)},h=this.$W,M=this.$M,C=this.$D,j="set"+(this.$u?"UTC":"");switch(v){case q:return f?g(1,0):g(31,11);case z:return f?g(1,M):g(0,M+1);case W:var N=this.$locale().weekStart||0,b=(h<N?h+7:h)-N;return g(f?C-b:C+(6-b),M);case p:case X:return _(j+"Hours",0);case K:return _(j+"Minutes",1);case Y:return _(j+"Seconds",2);case T:return _(j+"Milliseconds",3);default:return this.clone()}},l.endOf=function(d){return this.startOf(d,!1)},l.$set=function(d,o){var c,f=u.p(d),v="set"+(this.$u?"UTC":""),g=(c={},c[p]=v+"Date",c[X]=v+"Date",c[z]=v+"Month",c[q]=v+"FullYear",c[K]=v+"Hours",c[Y]=v+"Minutes",c[T]=v+"Seconds",c[D]=v+"Milliseconds",c)[f],_=f===p?this.$D+(o-this.$W):o;if(f===z||f===q){var h=this.clone().set(X,1);h.$d[g](_),h.init(),this.$d=h.set(X,Math.min(this.$D,h.daysInMonth())).$d}else g&&this.$d[g](_);return this.init(),this},l.set=function(d,o){return this.clone().$set(d,o)},l.get=function(d){return this[u.p(d)]()},l.add=function(d,o){var c,f=this;d=Number(d);var v=u.p(o),g=function(M){var C=i(f);return u.w(C.date(C.date()+Math.round(M*d)),f)};if(v===z)return this.set(z,this.$M+d);if(v===q)return this.set(q,this.$y+d);if(v===p)return g(1);if(v===W)return g(7);var _=(c={},c[Y]=a,c[K]=k,c[T]=n,c)[v]||1,h=this.$d.getTime()+d*_;return u.w(h,this)},l.subtract=function(d,o){return this.add(-1*d,o)},l.format=function(d){var o=this,c=this.$locale();if(!this.isValid())return c.invalidDate||ne;var f=d||"YYYY-MM-DDTHH:mm:ssZ",v=u.z(this),g=this.$H,_=this.$m,h=this.$M,M=c.weekdays,C=c.months,j=c.meridiem,N=function(x,w,A,P){return x&&(x[w]||x(o,f))||A[w].slice(0,P)},b=function(x){return u.s(g%12||12,x,"0")},O=j||function(x,w,A){var P=x<12?"AM":"PM";return A?P.toLowerCase():P};return f.replace(ve,(function(x,w){return w||(function(A){switch(A){case"YY":return String(o.$y).slice(-2);case"YYYY":return u.s(o.$y,4,"0");case"M":return h+1;case"MM":return u.s(h+1,2,"0");case"MMM":return N(c.monthsShort,h,C,3);case"MMMM":return N(C,h);case"D":return o.$D;case"DD":return u.s(o.$D,2,"0");case"d":return String(o.$W);case"dd":return N(c.weekdaysMin,o.$W,M,2);case"ddd":return N(c.weekdaysShort,o.$W,M,3);case"dddd":return M[o.$W];case"H":return String(g);case"HH":return u.s(g,2,"0");case"h":return b(1);case"hh":return b(2);case"a":return O(g,_,!0);case"A":return O(g,_,!1);case"m":return String(_);case"mm":return u.s(_,2,"0");case"s":return String(o.$s);case"ss":return u.s(o.$s,2,"0");case"SSS":return u.s(o.$ms,3,"0");case"Z":return v}return null})(x)||v.replace(":","")}))},l.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},l.diff=function(d,o,c){var f,v=this,g=u.p(o),_=i(d),h=(_.utcOffset()-this.utcOffset())*a,M=this-_,C=function(){return u.m(v,_)};switch(g){case q:f=C()/12;break;case z:f=C();break;case Q:f=C()/3;break;case W:f=(M-h)/6048e5;break;case p:f=(M-h)/864e5;break;case K:f=M/k;break;case Y:f=M/a;break;case T:f=M/n;break;default:f=M}return c?f:u.a(f)},l.daysInMonth=function(){return this.endOf(z).$D},l.$locale=function(){return Z[this.$L]},l.locale=function(d,o){if(!d)return this.$L;var c=this.clone(),f=r(d,o,!0);return f&&(c.$L=f),c},l.clone=function(){return u.w(this.$d,this)},l.toDate=function(){return new Date(this.valueOf())},l.toJSON=function(){return this.isValid()?this.toISOString():null},l.toISOString=function(){return this.$d.toISOString()},l.toString=function(){return this.$d.toUTCString()},y})(),S=m.prototype;return i.prototype=S,[["$ms",D],["$s",T],["$m",Y],["$H",K],["$W",p],["$M",z],["$y",q],["$D",X]].forEach((function(y){S[y[1]]=function(l){return this.$g(l,y[0],y[1])}})),i.extend=function(y,l){return y.$i||(y(l,m,i),y.$i=!0),i},i.locale=r,i.isDayjs=t,i.unix=function(y){return i(1e3*y)},i.en=Z[fe],i.Ls=Z,i.p={},i}))})(De)),De.exports}var ct=ut();const H=Oe(ct);var Me={exports:{}},ft=Me.exports,ze;function dt(){return ze||(ze=1,(function(s,e){(function(n,a){s.exports=a()})(ft,(function(){var n="day";return function(a,k,D){var T=function(p){return p.add(4-p.isoWeekday(),n)},Y=k.prototype;Y.isoWeekYear=function(){return T(this).year()},Y.isoWeek=function(p){if(!this.$utils().u(p))return this.add(7*(p-this.isoWeek()),n);var W,z,Q,q,X=T(this),ne=(W=this.isoWeekYear(),z=this.$u,Q=(z?D.utc:D)().year(W).startOf("year"),q=4-Q.isoWeekday(),Q.isoWeekday()>4&&(q+=7),Q.add(q,n));return X.diff(ne,"week")+1},Y.isoWeekday=function(p){return this.$utils().u(p)?this.day()||7:this.day(this.day()%7?p:p-7)};var K=Y.startOf;Y.startOf=function(p,W){var z=this.$utils(),Q=!!z.u(W)||W;return z.p(p)==="isoweek"?Q?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):K.bind(this)(p,W)}}}))})(Me)),Me.exports}var lt=dt();const ht=Oe(lt);var $e={exports:{}},pt=$e.exports,je;function gt(){return je||(je=1,(function(s,e){(function(n,a){s.exports=a()})(pt,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(a,k,D){var T=k.prototype,Y=T.format;D.en.formats=n,T.format=function(K){K===void 0&&(K="YYYY-MM-DDTHH:mm:ssZ");var p=this.$locale().formats,W=(function(z,Q){return z.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(q,X,ne){var ce=ne&&ne.toUpperCase();return X||Q[ne]||n[ne]||Q[ce].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(ve,be,he){return be||he.slice(1)}))}))})(K,p===void 0?{}:p);return Y.call(this,W)}}}))})($e)),$e.exports}var mt=gt();const yt=Oe(mt);H.extend(yt),H.extend(ht);function vt(){Date.prototype.add=function(s,e){return H(this).add(s,e).toDate()},Date.prototype.diff=function(s,e){return H(this).diff(s,e)},Date.prototype.endOf=function(s){return H(this).endOf(s).toDate()},Date.prototype.firstDayOfMonth=function(){return H(this).startOf("month").toDate()},Date.prototype.format=function(s){return H(this).format(s)},Date.prototype.isAfter=function(s,e){return H(this).isAfter(s,e)},Date.prototype.isBefore=function(s,e){return H(this).isBefore(s,e)},Date.prototype.isValid=function(){return H(this).isValid()},Date.prototype.isoWeek=function(){return H(this).isoWeek()},Date.prototype.subtract=function(s,e){return H(this).subtract(s,e).toDate()},Date.prototype.lastDayOfMonth=function(){return H(this).endOf("month").toDate()},Date.prototype.set=function(s,e){return H(this).set(s,e).toDate()},Date.prototype.startOf=function(s){return H(this).startOf(s).toDate()}}function _t(){String.prototype.capitalize=function(){return this.charAt(0).toUpperCase()+this.slice(1)},String.prototype.isNumber=function(){return!isNaN(Number(this))&&this.trim()!==""},String.prototype.isEmpty=function(){return this===void 0||!this||this.length===0},String.prototype.stripTags=function(){return new DOMParser().parseFromString(this.toString(),"text/html").body.textContent||""}}class wt{resizeListener=null;onResizeCallbacks=new Set;emitTimeoutId=null;duplicateThresholdMs=60;constructor(){typeof window<"u"&&(this.resizeListener=this.onResize,window.addEventListener("resize",this.resizeListener,{passive:!0}))}destroy(){typeof window<"u"&&this.resizeListener!==null&&(window.removeEventListener("resize",this.resizeListener),this.resizeListener=null),this.emitTimeoutId!==null&&(clearTimeout(this.emitTimeoutId),this.emitTimeoutId=null),this.onResizeCallbacks.clear()}onResizeChange(e){this.onResizeCallbacks.add(e)}offResizeChange(e){this.onResizeCallbacks.delete(e)}onResize=()=>{if(typeof window>"u")return;const e=window.innerWidth;this.emitTimeoutId!==null&&clearTimeout(this.emitTimeoutId),this.emitTimeoutId=window.setTimeout(()=>{this.emitTimeoutId=null;const n=le.getBreakpointByScreenWidth(e);for(const a of this.onResizeCallbacks)a(e,n)},this.duplicateThresholdMs)}}F.BreakPointHelper=le,F.BreakPoints=me,F.BrowserHelper=re,F.BrowserService=wt,F.BrowserType=te,F.CsvHelper=Qe,F.EnumHelper=Xe,F.FileHelper=et,F.LocalStorageHelper=ye,F.LoggerHelper=V,F.LoggerType=ge,F.ScreenHelper=ke,F.TokenHelper=st,F.WindowResizeHelper=B,F.copyToClipboard=We,F.initArrayExtensions=at,F.initDateExtensions=vt,F.initStringExtensions=_t,F.saveAs=Ae,F.sortHelper=Le,Object.defineProperty(F,Symbol.toStringTag,{value:"Module"})}));
|
package/package.json
CHANGED
|
@@ -2,9 +2,8 @@ import { OnResizeCallback } from './browser.types';
|
|
|
2
2
|
export declare class BrowserService {
|
|
3
3
|
private resizeListener;
|
|
4
4
|
private onResizeCallbacks;
|
|
5
|
-
private rafId;
|
|
6
5
|
private emitTimeoutId;
|
|
7
|
-
private duplicateThresholdMs;
|
|
6
|
+
private readonly duplicateThresholdMs;
|
|
8
7
|
constructor();
|
|
9
8
|
destroy(): void;
|
|
10
9
|
onResizeChange(callback: OnResizeCallback): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.service.d.ts","sourceRoot":"","sources":["../../../../lib/services/browser/browser.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"browser.service.d.ts","sourceRoot":"","sources":["../../../../lib/services/browser/browser.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAInD,qBAAa,cAAc;IAC1B,OAAO,CAAC,cAAc,CAA6B;IACnD,OAAO,CAAC,iBAAiB,CAAoC;IAC7D,OAAO,CAAC,aAAa,CAAuB;IAC5C,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAM;;IAUpC,OAAO,IAAI,IAAI;IAcf,cAAc,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAIhD,eAAe,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAIxD,OAAO,CAAC,QAAQ,CAed;CACF"}
|