@oardi/ts-utils 0.0.52 → 0.0.54
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/LICENSE +21 -0
- package/extensions/array-extensions.d.ts +0 -1
- package/extensions/date-extensions.d.ts +0 -1
- package/extensions/index.d.ts +0 -1
- package/extensions/string-extensions.d.ts +0 -1
- package/helpers/break-point/break-point.consts.d.ts +0 -1
- package/helpers/break-point/break-point.helper.d.ts +0 -1
- package/helpers/break-point/break-point.interfaces.d.ts +0 -1
- package/helpers/break-point/index.d.ts +0 -1
- package/helpers/browser/browser-type.enum.d.ts +0 -1
- package/helpers/browser/browser.helper.d.ts +0 -1
- package/helpers/browser/index.d.ts +0 -1
- package/helpers/canvas.helper.d.ts +0 -1
- package/helpers/clipboard.helper.d.ts +0 -1
- package/helpers/csv.helper.d.ts +0 -1
- package/helpers/download.helper.d.ts +0 -1
- package/helpers/enum.helper.d.ts +0 -1
- package/helpers/file.helper.d.ts +0 -1
- package/helpers/image.helper.d.ts +0 -1
- package/helpers/index.d.ts +0 -1
- package/helpers/local-storage.helper.d.ts +0 -1
- package/helpers/logger/index.d.ts +0 -1
- package/helpers/logger/logger-type.enum.d.ts +0 -1
- package/helpers/logger/logger.helper.d.ts +0 -1
- package/helpers/logger/logger.types.d.ts +0 -1
- package/helpers/screen.helper.d.ts +0 -1
- package/helpers/sort.helper.d.ts +0 -1
- package/helpers/token/index.d.ts +0 -1
- package/helpers/token/token-type.enum.d.ts +0 -1
- package/helpers/token/token.helper.d.ts +0 -1
- package/helpers/window-resize.helper.d.ts +0 -1
- package/index.cjs +10 -0
- package/index.d.ts +0 -1
- package/{index.es.js → index.mjs} +237 -229
- package/index.umd.js +8 -8
- package/interfaces/index.d.ts +0 -1
- package/interfaces/keyvalue.interface.d.ts +0 -1
- package/package.json +26 -7
- package/services/browser/browser.service.d.ts +0 -1
- package/services/browser/browser.types.d.ts +0 -1
- package/services/browser/index.d.ts +0 -1
- package/services/index.d.ts +0 -1
- package/types/index.d.ts +0 -1
- package/extensions/array-extensions.d.ts.map +0 -1
- package/extensions/date-extensions.d.ts.map +0 -1
- package/extensions/index.d.ts.map +0 -1
- package/extensions/string-extensions.d.ts.map +0 -1
- package/helpers/break-point/break-point.consts.d.ts.map +0 -1
- package/helpers/break-point/break-point.helper.d.ts.map +0 -1
- package/helpers/break-point/break-point.interfaces.d.ts.map +0 -1
- package/helpers/break-point/index.d.ts.map +0 -1
- package/helpers/browser/browser-type.enum.d.ts.map +0 -1
- package/helpers/browser/browser.helper.d.ts.map +0 -1
- package/helpers/browser/index.d.ts.map +0 -1
- package/helpers/canvas.helper.d.ts.map +0 -1
- package/helpers/clipboard.helper.d.ts.map +0 -1
- package/helpers/csv.helper.d.ts.map +0 -1
- package/helpers/download.helper.d.ts.map +0 -1
- package/helpers/enum.helper.d.ts.map +0 -1
- package/helpers/file.helper.d.ts.map +0 -1
- package/helpers/image.helper.d.ts.map +0 -1
- package/helpers/index.d.ts.map +0 -1
- package/helpers/local-storage.helper.d.ts.map +0 -1
- package/helpers/logger/index.d.ts.map +0 -1
- package/helpers/logger/logger-type.enum.d.ts.map +0 -1
- package/helpers/logger/logger.helper.d.ts.map +0 -1
- package/helpers/logger/logger.types.d.ts.map +0 -1
- package/helpers/screen.helper.d.ts.map +0 -1
- package/helpers/sort.helper.d.ts.map +0 -1
- package/helpers/token/index.d.ts.map +0 -1
- package/helpers/token/token-type.enum.d.ts.map +0 -1
- package/helpers/token/token.helper.d.ts.map +0 -1
- package/helpers/window-resize.helper.d.ts.map +0 -1
- package/index.cjs.js +0 -10
- package/index.d.ts.map +0 -1
- package/interfaces/index.d.ts.map +0 -1
- package/interfaces/keyvalue.interface.d.ts.map +0 -1
- package/services/browser/browser.service.d.ts.map +0 -1
- package/services/browser/browser.types.d.ts.map +0 -1
- package/services/browser/index.d.ts.map +0 -1
- package/services/index.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/vite.config.d.ts +0 -3
- package/vite.config.d.ts.map +0 -1
- /package/{readme.md → README.md} +0 -0
package/index.umd.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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<
|
|
3
|
-
`;for(var
|
|
4
|
-
`&&
|
|
5
|
-
`:"\r"}}function
|
|
1
|
+
(function(z,mt){typeof exports=="object"&&typeof module<"u"?mt(exports):typeof define=="function"&&define.amd?define(["exports"],mt):(z=typeof globalThis<"u"?globalThis:z||self,mt(z["ts-utils"]={}))})(this,(function(z){"use strict";const mt={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400,xxxl:1600};class _t{static getScreenWidth(){return document.documentElement.clientWidth}static getScreenHeight(){return document.documentElement.clientHeight}}class dt{static breakPoints=mt;static getCurrentBreakpoint(){return dt.getBreakpointByScreenWidth(_t.getScreenWidth())}static getBreakpointByScreenWidth(t=_t.getScreenWidth()){let n="xs";for(const a of Object.keys(dt.breakPoints))dt.breakPoints[a]<=t&&(n=a);return{breakpoint:n,screenWidth:t}}static isScreenGreaterThan(t){return _t.getScreenWidth()>dt.breakPoints[t]}static isScreenSmallerThan(t){return _t.getScreenWidth()<dt.breakPoints[t]}}var X=(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))(X||{});const ut=(typeof navigator<"u"?navigator.userAgent:"").toLowerCase();class H{static isBrowserEnv(){return typeof window<"u"&&typeof navigator<"u"}static isOpera(t=ut){return this.isBrowserEnv()?t.includes("opr/")||t.includes("opera"):!1}static isFirefox(t=ut){return this.isBrowserEnv()?t.includes("firefox")||typeof globalThis.InstallTrigger<"u":!1}static isSafari(t=ut){if(!this.isBrowserEnv())return!1;const n=navigator.vendor&&navigator.vendor.includes("Apple"),a=t.includes("safari"),_=!(t.includes("crios")||t.includes("chrome")||t.includes("android")||t.includes("opr/")||t.includes("edg"));return n&&a&&_}static isIOS(t=ut){if(!this.isBrowserEnv())return!1;const n=/iphone|ipad|ipod/.test(t),a=t.includes("macintosh")&&navigator.maxTouchPoints>1;return n||a}static isEdgeLegacy(){return this.isBrowserEnv()?!!window.StyleMedia&&!ut.includes("edg/"):!1}static isEdg(t=ut){return this.isBrowserEnv()?t.includes("edg/"):!1}static isIE(){return!this.isBrowserEnv()&&typeof document>"u"?!1:!!document.documentMode}static isChrome(t=ut){if(!this.isBrowserEnv())return!1;const n=navigator.vendor&&navigator.vendor.includes("Google"),a=t.includes("chrome")||t.includes("crios"),_=!this.isEdg(t)&&!this.isOpera(t);return n&&a&&_}static isElectron(t=ut){return typeof process<"u"&&process.versions?.electron?!0:t.includes("electron")}static isHeadlessChrome(t=ut){return t.includes("headlesschrome")}static isNodeRuntime(){return typeof process<"u"&&!!process.versions?.node&&!this.isBrowserEnv()}static getCurrentBrowser(){if(typeof navigator>"u"){if(H.isElectron())return X.electron;if(H.isNodeRuntime())return X.nodeRuntime;throw new Error("navigator not set")}const t=navigator.userAgent.toLowerCase();if(H.isOpera())return X.opera;if(H.isFirefox())return X.firefox;if(H.isSafari())return X.safari;if(H.isIE())return X.ie;if(H.isEdgeLegacy())return X.edgeLegacy;if(H.isEdg())return X.edg;if(H.isChrome())return X.chrome;if(H.isIOS(t))return X.iOS;if(H.isElectron(t))return X.electron;if(H.isHeadlessChrome(t))return X.headlessChrome;if(H.isNodeRuntime())return X.nodeRuntime;throw new Error("Browser could not be detected: "+t)}}function Ut(s){return navigator.clipboard.writeText(s)}function Ot(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var xt={exports:{}};var Wt=xt.exports,Rt;function Bt(){return Rt||(Rt=1,(function(s,t){((n,a)=>{s.exports=a()})(Wt,function n(){var a=typeof self<"u"?self:typeof window<"u"?window:a!==void 0?a:{},_,D=!a.document&&!!a.postMessage,R=a.IS_PAPA_WORKER||!1,U={},K=0,p={};function W(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(r){var i=ft(r);i.chunkSize=parseInt(i.chunkSize),r.step||r.chunk||(i.chunkSize=null),this._handle=new nt(i),(this._handle.streamer=this)._config=i}).call(this,e),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&&T(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),R)a.postMessage({results:m,workerId:p.WORKER_ID,finished:u});else if(T(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||!T(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){T(this._config.error)?this._config.error(r):R&&this._config.error&&a.postMessage({workerId:p.WORKER_ID,error:r,finished:!1})}}function j(e){var r;(e=e||{}).chunkSize||(e.chunkSize=p.RemoteChunkSize),W.call(this,e),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(e){(e=e||{}).chunkSize||(e.chunkSize=p.LocalChunkSize),W.call(this,e);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(e){var r;W.call(this,e=e||{}),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 et(e){W.call(this,e=e||{});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 nt(e){var r,i,u,m,S=Math.pow(2,53),y=-S,d=/^\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)))$/,o=this,c=0,f=0,v=!1,g=!1,w=[],h={data:[],errors:[],meta:{}};function M(b){return e.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),e.skipEmptyLines&&(h.data=h.data.filter(function(k){return!M(k)})),P()){let k=function(A,Y){T(e.transformHeader)&&(A=e.transformHeader(A,Y)),w.push(A)};if(h)if(Array.isArray(h.data[0])){for(var b=0;P()&&b<h.data.length;b++)h.data[b].forEach(k);h.data.splice(0,1)}else h.data.forEach(k)}function O(k,A){for(var Y=e.header?{}:[],L=0;L<k.length;L++){var F=L,$=k[L],$=((it,E)=>(B=>(e.dynamicTypingFunction&&e.dynamicTyping[B]===void 0&&(e.dynamicTyping[B]=e.dynamicTypingFunction(B)),(e.dynamicTyping[B]||e.dynamicTyping)===!0))(it)?E==="true"||E==="TRUE"||E!=="false"&&E!=="FALSE"&&((B=>{if(d.test(B)&&(B=parseFloat(B),y<B&&B<S))return 1})(E)?parseFloat(E):l.test(E)?new Date(E):E===""?null:E):E)(F=e.header?L>=w.length?"__parsed_extra":w[L]:F,$=e.transform?e.transform($,F):$);F==="__parsed_extra"?(Y[F]=Y[F]||[],Y[F].push($)):Y[F]=$}return e.header&&(L>w.length?N("FieldMismatch","TooManyFields","Too many fields: expected "+w.length+" fields but parsed "+L,f+A):L<w.length&&N("FieldMismatch","TooFewFields","Too few fields: expected "+w.length+" fields but parsed "+L,f+A)),Y}var x;h&&(e.header||e.dynamicTyping||e.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),e.header&&h.meta&&(h.meta.fields=w),f+=x)}function P(){return e.header&&w.length===0}function N(b,O,x,k){b={type:b,code:O,message:x},k!==void 0&&(b.row=k),h.errors.push(b)}T(e.step)&&(m=e.step,e.step=function(b){h=b,P()?C():(C(),h.data.length!==0&&(c+=b.data.length,e.preview&&c>e.preview?i.abort():(h.data=h.data[0],m(h,o))))}),this.parse=function(b,O,x){var k=e.quoteChar||'"',k=(e.newline||(e.newline=this.guessLineEndings(b,k)),u=!1,e.delimiter?T(e.delimiter)&&(e.delimiter=e.delimiter(b),h.meta.delimiter=e.delimiter):((k=((A,Y,L,F,$)=>{var it,E,B,pt;$=$||[","," ","|",";",p.RECORD_SEP,p.UNIT_SEP];for(var wt=0;wt<$.length;wt++){for(var st,St=$[wt],G=0,at=0,J=0,rt=(B=void 0,new vt({comments:F,delimiter:St,newline:Y,preview:10}).parse(A)),lt=0;lt<rt.data.length;lt++)L&&M(rt.data[lt])?J++:(st=rt.data[lt].length,at+=st,B===void 0?B=st:0<st&&(G+=Math.abs(st-B),B=st));0<rt.data.length&&(at/=rt.data.length-J),(E===void 0||G<=E)&&(pt===void 0||pt<at)&&1.99<at&&(E=G,it=St,pt=at)}return{successful:!!(e.delimiter=it),bestDelimiter:it}})(b,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess)).successful?e.delimiter=k.bestDelimiter:(u=!0,e.delimiter=p.DefaultDelimiter),h.meta.delimiter=e.delimiter),ft(e));return e.preview&&e.header&&k.preview++,r=b,i=new vt(k),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=T(e.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,T(e.complete)&&e.complete(h),r=""},this.guessLineEndings=function(A,k){A=A.substring(0,1048576);var k=new RegExp(ct(k)+"([^]*?)"+ct(k),"gm"),x=(A=A.replace(k,"")).split("\r"),k=A.split(`
|
|
2
|
+
`),A=1<k.length&&k[0].length<x[0].length;if(x.length===1||A)return`
|
|
3
|
+
`;for(var Y=0,L=0;L<x.length;L++)x[L][0]===`
|
|
4
|
+
`&&Y++;return Y>=x.length/2?`\r
|
|
5
|
+
`:"\r"}}function ct(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function vt(e){var r=(e=e||{}).delimiter,i=e.newline,u=e.comments,m=e.step,S=e.preview,y=e.fastMode,d=null,l=!1,o=e.quoteChar==null?'"':e.quoteChar,c=o;if(e.escapeChar!==void 0&&(c=e.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
6
|
`&&i!=="\r"&&i!==`\r
|
|
7
7
|
`&&(i=`
|
|
8
|
-
`);var f=0,v=!1;this.parse=function(g,
|
|
9
|
-
`,y='"',
|
|
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"})}));
|
|
8
|
+
`);var f=0,v=!1;this.parse=function(g,w,h){if(typeof g!="string")throw new Error("Input must be a string");var M=g.length,C=r.length,P=i.length,N=u.length,b=T(m),O=[],x=[],k=[],A=f=0;if(!g)return G();if(y||y!==!1&&g.indexOf(o)===-1){for(var Y=g.split(i),L=0;L<Y.length;L++){if(k=Y[L],f+=k.length,L!==Y.length-1)f+=i.length;else if(h)return G();if(!u||k.substring(0,N)!==u){if(b){if(O=[],pt(k.split(r)),at(),v)return G()}else pt(k.split(r));if(S&&S<=L)return O=O.slice(0,S),G(!0)}}return G()}for(var F=g.indexOf(r,f),$=g.indexOf(i,f),it=new RegExp(ct(c)+ct(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}),st();if(E===M-1)return st(g.substring(f,E).replace(it,o));if(o===c&&g[E+1]===c)E++;else if(o===c||E===0||g[E-1]!==c){F!==-1&&F<E+1&&(F=g.indexOf(r,E+1));var B=wt(($=$!==-1&&$<E+1?g.indexOf(i,E+1):$)===-1?F:Math.min(F,$));if(g.substr(E+1+B,C)===r){k.push(g.substring(f,E).replace(it,o)),g[f=E+1+B+C]!==o&&(E=g.indexOf(o,f)),F=g.indexOf(r,f),$=g.indexOf(i,f);break}if(B=wt($),g.substring(E+1+B,E+1+B+P)===i){if(k.push(g.substring(f,E).replace(it,o)),St(E+1+B+P),F=g.indexOf(r,f),E=g.indexOf(o,f),b&&(at(),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&&k.length===0&&g.substring(f,f+N)===u){if($===-1)return G();f=$+P,$=g.indexOf(i,f),F=g.indexOf(r,f)}else if(F!==-1&&(F<$||$===-1))k.push(g.substring(f,F)),f=F+C,F=g.indexOf(r,f);else{if($===-1)break;if(k.push(g.substring(f,$)),St($+P),b&&(at(),v))return G();if(S&&O.length>=S)return G(!0)}return st();function pt(J){O.push(J),A=f}function wt(J){var rt=0;return rt=J!==-1&&(J=g.substring(E+1,J))&&J.trim()===""?J.length:rt}function st(J){return h||(J===void 0&&(J=g.substring(f)),k.push(J),f=M,pt(k),b&&at()),G()}function St(J){f=J,pt(k),k=[],$=g.indexOf(i,f)}function G(J){if(e.header&&!w&&O.length&&!l){var rt=O[0],lt=Object.create(null),Tt=new Set(rt);let Pt=!1;for(let kt=0;kt<rt.length;kt++){let ot=rt[kt];if(lt[ot=T(e.transformHeader)?e.transformHeader(ot,kt):ot]){let Et,Yt=lt[ot];for(;Et=ot+"_"+Yt,Yt++,Tt.has(Et););Tt.add(Et),rt[kt]=Et,lt[ot]++,Pt=!0,(d=d===null?{}:d)[Et]=ot}else lt[ot]=1,rt[kt]=ot;Tt.add(ot)}Pt&&console.warn("Duplicate headers found and renamed."),l=!0}return{data:O,errors:x,meta:{delimiter:r,linebreak:i,aborted:v,truncated:!!J,cursor:A+(w||0),renamedHeaders:d}}}function at(){m(G()),O=[],x=[]}},this.abort=function(){v=!0},this.getCharIndex=function(){return f}}function bt(e){var r=e.data,i=U[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,ht(r.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:Ct,resume:Ct};if(T(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 T(i.userChunk)&&(i.userChunk(r.results,m,r.file),delete r.results)}r.finished&&!u&&ht(r.workerId,r.results)}function ht(e,r){var i=U[e];T(i.userComplete)&&i.userComplete(r),i.terminate(),delete U[e]}function Ct(){throw new Error("Not implemented.")}function ft(e){if(typeof e!="object"||e===null)return e;var r,i=Array.isArray(e)?[]:{};for(r in e)i[r]=ft(e[r]);return i}function Z(e,r){return function(){e.apply(r,arguments)}}function T(e){return typeof e=="function"}return p.parse=function(e,r){var i=(r=r||{}).dynamicTyping||!1;if(T(i)&&(r.dynamicTypingFunction=i,i={}),r.dynamicTyping=i,r.transform=!!T(r.transform)&&r.transform,!r.worker||!p.WORKERS_SUPPORTED)return i=null,p.NODE_STREAM_INPUT,typeof e=="string"?(e=(u=>u.charCodeAt(0)!==65279?u:u.slice(1))(e),i=new(r.download?j:q)(r)):e.readable===!0&&T(e.read)&&T(e.on)?i=new et(r):(a.File&&e instanceof File||e instanceof Object)&&(i=new Q(r)),i.stream(e);(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=bt,u.id=K++,U[u.id]=u)})()).userStep=r.step,i.userChunk=r.chunk,i.userComplete=r.complete,i.userError=r.error,r.step=T(r.step),r.chunk=T(r.chunk),r.complete=T(r.complete),r.error=T(r.error),delete r.worker,i.postMessage({input:e,config:r,workerId:i.id})},p.unparse=function(e,r){var i=!1,u=!0,m=",",S=`\r
|
|
9
|
+
`,y='"',d=y+y,l=!1,o=null,c=!1,f=((()=>{if(typeof r=="object"){if(typeof r.delimiter!="string"||p.BAD_DELIMITERS.filter(function(w){return r.delimiter.indexOf(w)!==-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"||(l=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&&(d=r.escapeChar+y),r.escapeFormulae instanceof RegExp?c=r.escapeFormulae:typeof r.escapeFormulae=="boolean"&&r.escapeFormulae&&(c=/^[=+\-@\t\r].*$/)}})(),new RegExp(ct(y),"g"));if(typeof e=="string"&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return v(null,e,l);if(typeof e[0]=="object")return v(o||Object.keys(e[0]),e,l)}else if(typeof e=="object")return typeof e.data=="string"&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields||o),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:typeof e.data[0]=="object"?Object.keys(e.data[0]):[]),Array.isArray(e.data[0])||typeof e.data[0]=="object"||(e.data=[e.data])),v(e.fields||[],e.data||[],l);throw new Error("Unable to serialize unrecognized input");function v(w,h,M){var C="",P=(typeof w=="string"&&(w=JSON.parse(w)),typeof h=="string"&&(h=JSON.parse(h)),Array.isArray(w)&&0<w.length),N=!Array.isArray(h[0]);if(P&&u){for(var b=0;b<w.length;b++)0<b&&(C+=m),C+=g(w[b],b);0<h.length&&(C+=S)}for(var O=0;O<h.length;O++){var x=(P?w:h[O]).length,k=!1,A=P?Object.keys(h[O]).length===0:h[O].length===0;if(M&&!P&&(k=M==="greedy"?h[O].join("").trim()==="":h[O].length===1&&h[O][0].length===0),M==="greedy"&&P){for(var Y=[],L=0;L<x;L++){var F=N?w[L]:L;Y.push(h[O][F])}k=Y.join("").trim()===""}if(!k){for(var $=0;$<x;$++){0<$&&!A&&(C+=m);var it=P&&N?w[$]:$;C+=g(h[O][it],$)}O<h.length-1&&(!M||0<x&&!A)&&(C+=S)}}return C}function g(w,h){var M,C;return w==null?"":w.constructor===Date?JSON.stringify(w).slice(1,25):(C=!1,c&&typeof w=="string"&&c.test(w)&&(w="'"+w,C=!0),M=w.toString().replace(f,d),(C=C||i===!0||typeof i=="function"&&i(w,h)||Array.isArray(i)&&i[h]||((P,N)=>{for(var b=0;b<N.length;b++)if(-1<P.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=vt,p.ParserHandle=nt,p.NetworkStreamer=j,p.FileStreamer=Q,p.StringStreamer=q,p.ReadableStreamStreamer=et,a.jQuery&&((_=a.jQuery).fn.parse=function(e){var r=e.config||{},i=[];return this.each(function(S){if(!(_(this).prop("tagName").toUpperCase()==="INPUT"&&_(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:_.extend({},r)})}),u(),this;function u(){if(i.length===0)T(e.complete)&&e.complete();else{var S,y,d,l,o=i[0];if(T(e.before)){var c=e.before(o.file,o.inputElem);if(typeof c=="object"){if(c.action==="abort")return S="AbortError",y=o.file,d=o.inputElem,l=c.reason,void(T(e.error)&&e.error({name:S},y,d,l));if(c.action==="skip")return void m();typeof c.config=="object"&&(o.instanceConfig=_.extend(o.instanceConfig,c.config))}else if(c==="skip")return void m()}var f=o.instanceConfig.complete;o.instanceConfig.complete=function(v){T(f)&&f(v,o.file,o.inputElem),m()},p.parse(o.file,o.instanceConfig)}}function m(){i.splice(0,1),u()}}),R&&(a.onmessage=function(e){e=e.data,p.WORKER_ID===void 0&&e&&(p.WORKER_ID=e.workerId),typeof e.input=="string"?a.postMessage({workerId:p.WORKER_ID,results:p.parse(e.input,e.config),finished:!0}):(a.File&&e.input instanceof File||e.input instanceof Object)&&(e=p.parse(e.input,e.config))&&a.postMessage({workerId:p.WORKER_ID,results:e,finished:!0})}),(j.prototype=Object.create(W.prototype)).constructor=j,(Q.prototype=Object.create(W.prototype)).constructor=Q,(q.prototype=Object.create(q.prototype)).constructor=q,(et.prototype=Object.create(W.prototype)).constructor=et,p})})(xt)),xt.exports}var Nt=Bt();const qt=Ot(Nt),{parse:Kt,unparse:Jt}=qt;class Qt{static unparse(t,n){return Jt(t,n)}static parse(t){return new Promise((n,a)=>{Kt(t,{header:!0,complete:_=>n(_),error:_=>a(_)})})}}async function At(s,t,n){const a=n?.mimeType??Zt(t),_=Vt(s,a);if("showSaveFilePicker"in window&&n?.showSaveFilePicker)try{const K=await(await window.showSaveFilePicker({suggestedName:t,types:[{description:"Datei",accept:{[a]:[`.${It(t)}`]}}]})).createWritable();await K.write(_),await K.close();return}catch{}const D=URL.createObjectURL(_),R=document.createElement("a");R.href=D,R.download=t,R.rel="noopener",R.style.display="none",document.body.appendChild(R),Gt(R),window.setTimeout(()=>{document.body.removeChild(R),URL.revokeObjectURL(D)},0),Xt()&&window.open(D,"_blank","noopener,noreferrer")}function Vt(s,t){if(s instanceof Blob)return s.type?s:new Blob([s],{type:t});if(s instanceof ArrayBuffer||s instanceof Uint8Array){const n=s instanceof Uint8Array?s:new Uint8Array(s);return new Blob([n],{type:t})}return new Blob([s],{type:t||"text/plain;charset=utf-8"})}function Zt(s){switch(It(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 It(s){const t=s.lastIndexOf(".");return t>=0&&t<s.length-1?s.slice(t+1):""}function Gt(s){const t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),s.dispatchEvent(t)}function Xt(){const s=navigator.userAgent,t=/iPad|iPhone|iPod/.test(s),n=/^((?!chrome|android).)*safari/i.test(s);return t||n}class Ht{static getEnumValue(t,n){if(n in t)return t[n];throw Error(`${n} not found in ${t}`)}static getKeyValues(t){return Object.keys(t).filter(n=>!isNaN(Number(n))).map(n=>({key:Number(n),value:t[n]}))}}class te{static getFileExtension(t){let n="";const a=t.lastIndexOf(".");return a>0&&a<t.length-1&&(n=`.${t.substring(a+1).toLowerCase()}`),n}static readAsText(t){const n=new FileReader;return new Promise((a,_)=>{n.onload=()=>{n.onload=null,n.onerror=null,typeof n.result=="string"?a(n.result):_(new Error("Unexpected result type"))},n.onerror=()=>{const D=n.error??new Error("FileReader error");n.onload=null,n.onerror=null,_(D)},n.readAsText(t)})}static readAsArrayBuffer(t){const n=new FileReader;return new Promise((a,_)=>{n.onload=()=>{n.onload=null,n.onerror=null,n.result instanceof ArrayBuffer?a(n.result):_(new Error("Unexpected result type"))},n.onerror=()=>{const D=n.error??new Error("FileReader error");n.onload=null,n.onerror=null,_(D)},n.readAsArrayBuffer(t)})}static readAsDataUrl(t){const n=new FileReader;return new Promise((a,_)=>{n.onload=D=>{a(D)},n.onerror=D=>_(D),n.readAsDataURL(t)})}static formatFileSize(t,n=2,a){if(t===0)return"0 Bytes";const _=1024,D=["Bytes","KB","MB","GB","TB"];let R=Math.floor(Math.log(t)/Math.log(_));a&&D.includes(a)&&(R=D.indexOf(a));const U=t/Math.pow(_,R);return`${parseFloat(U.toFixed(n))} ${D[R]}`}static save(t,n,a){const _=new Blob([t],{type:a});At(_,n)}}class yt{static set(t,n){localStorage.setItem(t,JSON.stringify(n))}static get(t){let n=null;const a=localStorage.getItem(t);return a&&(n=JSON.parse(a)),n}static remove(t){let n=!!yt.get(t);return n&&localStorage.removeItem(t),n}static removeAll(){localStorage.clear()}static getKeysBy(t){return Object.keys(localStorage).filter(n=>n.startsWith(t))}}var gt=(s=>(s.log="log",s.info="info",s.warn="warn",s.debug="debug",s.error="error",s))(gt||{});class V{static listeners=new Set;static enabled=!0;static log(...t){V.doLog(gt.log,t)}static info(...t){V.doLog(gt.info,t)}static warn(...t){V.doLog(gt.warn,t)}static debug(...t){V.doLog(gt.debug,t)}static error(...t){V.doLog(gt.error,t)}static clearListeners(){V.listeners.clear()}static setEnabled(t){V.enabled=t}static doLog(t,n){if(!V.enabled)return;const a={type:t,args:n,timestamp:new Date().toISOString()};for(const _ of V.listeners)try{if(_(a)===!1)return}catch{}console[t].apply(console,n)}static onLog(t,n=!1){if(n){const a=_=>{try{return t(_)}finally{V.listeners.delete(a)}};return V.listeners.add(a),()=>V.listeners.delete(a)}return V.listeners.add(t),()=>V.listeners.delete(t)}}const ee=(s,t,n)=>s.localeCompare(t)*(n?1:-1),re=(s,t)=>s<t?-1:s===t?0:1,ne=(s,t,n)=>re(s,t)*(n?1:-1),ie=(s,t,n)=>{let a=0;return typeof s=="string"&&typeof t=="string"?a=ee(s,t,n):a=ne(s,t,n),a},Lt=(s,t,n,a)=>{const _=n(s),D=n(t);return ie(_,D,a)};class se{static get(t){return yt.get(t)}static set(t,n){yt.set(t,n)}static remove(t){yt.remove(t)}}class I{static listeners=new Set;static initialized=!1;static resizeTimeout=null;static lastWidth=null;static onResize(t){return I.initialized||I.init(),I.listeners.add(t),()=>I.off(t)}static handleResize=()=>{I.resizeTimeout!==null&&(window.clearTimeout(I.resizeTimeout),I.resizeTimeout=null),I.resizeTimeout=window.setTimeout(()=>{const t=window.innerWidth;if(I.resizeTimeout=null,t!==I.lastWidth){I.lastWidth=t;for(const n of I.listeners)n(t)}},150)};static init(){if(!I.initialized){if(typeof window>"u")throw new Error("WindowResizeHelper is only available in browser environments");I.lastWidth=window.innerWidth,window.addEventListener("resize",I.handleResize,{passive:!0}),I.initialized=!0}}static off(t){I.initialized&&(I.listeners.delete(t),I.listeners.size===0&&(I.resizeTimeout!==null&&(window.clearTimeout(I.resizeTimeout),I.resizeTimeout=null),window.removeEventListener("resize",I.handleResize),I.initialized=!1,I.lastWidth=null))}}function ae(){Array.prototype.distinct=function(s){return s?this.filter((n,a,_)=>_.findIndex(D=>s(D,n))===a):this.filter((n,a,_)=>_.indexOf(n)===a)},Array.prototype.filterBy=function(s){return this.filter(t=>s(t))},Array.prototype.first=function(){return this.length>0?this[0]:null},Array.prototype.groupBy=function(s){return this.reduce((t,n)=>{const a=s(n);return t[a]||(t[a]=[]),t[a].push(n),t},{})},Array.prototype.orderBy=function(s,t=!0){return this?.sort((n,a)=>Lt(n,a,s,t)),this},Array.prototype.removeBy=function(s,t){return this.filter(n=>s(n)!==t)}}var Dt={exports:{}},oe=Dt.exports,Ft;function ue(){return Ft||(Ft=1,(function(s,t){(function(n,a){s.exports=a()})(oe,(function(){var n=1e3,a=6e4,_=36e5,D="millisecond",R="second",U="minute",K="hour",p="day",W="week",j="month",Q="quarter",q="year",et="date",nt="Invalid Date",ct=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,vt=/\[([^\]]+)]|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,bt={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 d=["th","st","nd","rd"],l=y%100;return"["+y+(d[(l-20)%10]||d[l]||d[0])+"]"}},ht=function(y,d,l){var o=String(y);return!o||o.length>=d?y:""+Array(d+1-o.length).join(l)+y},Ct={s:ht,z:function(y){var d=-y.utcOffset(),l=Math.abs(d),o=Math.floor(l/60),c=l%60;return(d<=0?"+":"-")+ht(o,2,"0")+":"+ht(c,2,"0")},m:function y(d,l){if(d.date()<l.date())return-y(l,d);var o=12*(l.year()-d.year())+(l.month()-d.month()),c=d.clone().add(o,j),f=l-c<0,v=d.clone().add(o+(f?-1:1),j);return+(-(o+(l-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:j,y:q,w:W,d:p,D:et,h:K,m:U,s:R,ms:D,Q}[y]||String(y||"").toLowerCase().replace(/s$/,"")},u:function(y){return y===void 0}},ft="en",Z={};Z[ft]=bt;var T="$isDayjsObject",e=function(y){return y instanceof m||!(!y||!y[T])},r=function y(d,l,o){var c;if(!d)return ft;if(typeof d=="string"){var f=d.toLowerCase();Z[f]&&(c=f),l&&(Z[f]=l,c=f);var v=d.split("-");if(!c&&v.length>1)return y(v[0])}else{var g=d.name;Z[g]=d,c=g}return!o&&c&&(ft=c),c||!o&&ft},i=function(y,d){if(e(y))return y.clone();var l=typeof d=="object"?d:{};return l.date=y,l.args=arguments,new m(l)},u=Ct;u.l=r,u.i=e,u.w=function(y,d){return i(y,{locale:d.$L,utc:d.$u,x:d.$x,$offset:d.$offset})};var m=(function(){function y(l){this.$L=r(l.locale,null,!0),this.parse(l),this.$x=this.$x||l.x||{},this[T]=!0}var d=y.prototype;return d.parse=function(l){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(ct);if(v){var g=v[2]-1||0,w=(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,w)):new Date(v[1],g,v[3]||1,v[4]||0,v[5]||0,v[6]||0,w)}}return new Date(c)})(l),this.init()},d.init=function(){var l=this.$d;this.$y=l.getFullYear(),this.$M=l.getMonth(),this.$D=l.getDate(),this.$W=l.getDay(),this.$H=l.getHours(),this.$m=l.getMinutes(),this.$s=l.getSeconds(),this.$ms=l.getMilliseconds()},d.$utils=function(){return u},d.isValid=function(){return this.$d.toString()!==nt},d.isSame=function(l,o){var c=i(l);return this.startOf(o)<=c&&c<=this.endOf(o)},d.isAfter=function(l,o){return i(l)<this.startOf(o)},d.isBefore=function(l,o){return this.endOf(o)<i(l)},d.$g=function(l,o,c){return u.u(l)?this[o]:this.set(c,l)},d.unix=function(){return Math.floor(this.valueOf()/1e3)},d.valueOf=function(){return this.$d.getTime()},d.startOf=function(l,o){var c=this,f=!!u.u(o)||o,v=u.p(l),g=function(O,x){var k=u.w(c.$u?Date.UTC(c.$y,x,O):new Date(c.$y,x,O),c);return f?k:k.endOf(p)},w=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,P="set"+(this.$u?"UTC":"");switch(v){case q:return f?g(1,0):g(31,11);case j: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 et:return w(P+"Hours",0);case K:return w(P+"Minutes",1);case U:return w(P+"Seconds",2);case R:return w(P+"Milliseconds",3);default:return this.clone()}},d.endOf=function(l){return this.startOf(l,!1)},d.$set=function(l,o){var c,f=u.p(l),v="set"+(this.$u?"UTC":""),g=(c={},c[p]=v+"Date",c[et]=v+"Date",c[j]=v+"Month",c[q]=v+"FullYear",c[K]=v+"Hours",c[U]=v+"Minutes",c[R]=v+"Seconds",c[D]=v+"Milliseconds",c)[f],w=f===p?this.$D+(o-this.$W):o;if(f===j||f===q){var h=this.clone().set(et,1);h.$d[g](w),h.init(),this.$d=h.set(et,Math.min(this.$D,h.daysInMonth())).$d}else g&&this.$d[g](w);return this.init(),this},d.set=function(l,o){return this.clone().$set(l,o)},d.get=function(l){return this[u.p(l)]()},d.add=function(l,o){var c,f=this;l=Number(l);var v=u.p(o),g=function(M){var C=i(f);return u.w(C.date(C.date()+Math.round(M*l)),f)};if(v===j)return this.set(j,this.$M+l);if(v===q)return this.set(q,this.$y+l);if(v===p)return g(1);if(v===W)return g(7);var w=(c={},c[U]=a,c[K]=_,c[R]=n,c)[v]||1,h=this.$d.getTime()+l*w;return u.w(h,this)},d.subtract=function(l,o){return this.add(-1*l,o)},d.format=function(l){var o=this,c=this.$locale();if(!this.isValid())return c.invalidDate||nt;var f=l||"YYYY-MM-DDTHH:mm:ssZ",v=u.z(this),g=this.$H,w=this.$m,h=this.$M,M=c.weekdays,C=c.months,P=c.meridiem,N=function(x,k,A,Y){return x&&(x[k]||x(o,f))||A[k].slice(0,Y)},b=function(x){return u.s(g%12||12,x,"0")},O=P||function(x,k,A){var Y=x<12?"AM":"PM";return A?Y.toLowerCase():Y};return f.replace(vt,(function(x,k){return k||(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,w,!0);case"A":return O(g,w,!1);case"m":return String(w);case"mm":return u.s(w,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(":","")}))},d.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},d.diff=function(l,o,c){var f,v=this,g=u.p(o),w=i(l),h=(w.utcOffset()-this.utcOffset())*a,M=this-w,C=function(){return u.m(v,w)};switch(g){case q:f=C()/12;break;case j: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/_;break;case U:f=M/a;break;case R:f=M/n;break;default:f=M}return c?f:u.a(f)},d.daysInMonth=function(){return this.endOf(j).$D},d.$locale=function(){return Z[this.$L]},d.locale=function(l,o){if(!l)return this.$L;var c=this.clone(),f=r(l,o,!0);return f&&(c.$L=f),c},d.clone=function(){return u.w(this.$d,this)},d.toDate=function(){return new Date(this.valueOf())},d.toJSON=function(){return this.isValid()?this.toISOString():null},d.toISOString=function(){return this.$d.toISOString()},d.toString=function(){return this.$d.toUTCString()},y})(),S=m.prototype;return i.prototype=S,[["$ms",D],["$s",R],["$m",U],["$H",K],["$W",p],["$M",j],["$y",q],["$D",et]].forEach((function(y){S[y[1]]=function(d){return this.$g(d,y[0],y[1])}})),i.extend=function(y,d){return y.$i||(y(d,m,i),y.$i=!0),i},i.locale=r,i.isDayjs=e,i.unix=function(y){return i(1e3*y)},i.en=Z[ft],i.Ls=Z,i.p={},i}))})(Dt)),Dt.exports}var ce=ue();const tt=Ot(ce);var Mt={exports:{}},fe=Mt.exports,zt;function le(){return zt||(zt=1,(function(s,t){(function(n,a){s.exports=a()})(fe,(function(){var n="day";return function(a,_,D){var R=function(p){return p.add(4-p.isoWeekday(),n)},U=_.prototype;U.isoWeekYear=function(){return R(this).year()},U.isoWeek=function(p){if(!this.$utils().u(p))return this.add(7*(p-this.isoWeek()),n);var W,j,Q,q,et=R(this),nt=(W=this.isoWeekYear(),j=this.$u,Q=(j?D.utc:D)().year(W).startOf("year"),q=4-Q.isoWeekday(),Q.isoWeekday()>4&&(q+=7),Q.add(q,n));return et.diff(nt,"week")+1},U.isoWeekday=function(p){return this.$utils().u(p)?this.day()||7:this.day(this.day()%7?p:p-7)};var K=U.startOf;U.startOf=function(p,W){var j=this.$utils(),Q=!!j.u(W)||W;return j.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)}}}))})(Mt)),Mt.exports}var de=le();const he=Ot(de);var $t={exports:{}},pe=$t.exports,jt;function ge(){return jt||(jt=1,(function(s,t){(function(n,a){s.exports=a()})(pe,(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,_,D){var R=_.prototype,U=R.format;D.en.formats=n,R.format=function(K){K===void 0&&(K="YYYY-MM-DDTHH:mm:ssZ");var p=this.$locale().formats,W=(function(j,Q){return j.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(q,et,nt){var ct=nt&&nt.toUpperCase();return et||Q[nt]||n[nt]||Q[ct].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(vt,bt,ht){return bt||ht.slice(1)}))}))})(K,p===void 0?{}:p);return U.call(this,W)}}}))})($t)),$t.exports}var me=ge();const ye=Ot(me);tt.extend(ye),tt.extend(he);function ve(){Date.prototype.add=function(s,t){return tt(this).add(s,t).toDate()},Date.prototype.diff=function(s,t){return tt(this).diff(s,t)},Date.prototype.endOf=function(s){return tt(this).endOf(s).toDate()},Date.prototype.firstDayOfMonth=function(){return tt(this).startOf("month").toDate()},Date.prototype.format=function(s){return tt(this).format(s)},Date.prototype.isAfter=function(s,t){return tt(this).isAfter(s,t)},Date.prototype.isBefore=function(s,t){return tt(this).isBefore(s,t)},Date.prototype.isValid=function(){return tt(this).isValid()},Date.prototype.isoWeek=function(){return tt(this).isoWeek()},Date.prototype.subtract=function(s,t){return tt(this).subtract(s,t).toDate()},Date.prototype.lastDayOfMonth=function(){return tt(this).endOf("month").toDate()},Date.prototype.set=function(s,t){return tt(this).set(s,t).toDate()},Date.prototype.startOf=function(s){return tt(this).startOf(s).toDate()}}function we(){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 ke{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(t){this.onResizeCallbacks.add(t)}offResizeChange(t){this.onResizeCallbacks.delete(t)}onResize=()=>{if(typeof window>"u")return;const t=window.innerWidth;this.emitTimeoutId!==null&&clearTimeout(this.emitTimeoutId),this.emitTimeoutId=window.setTimeout(()=>{this.emitTimeoutId=null;const n=dt.getBreakpointByScreenWidth(t);for(const a of this.onResizeCallbacks)a(t,n)},this.duplicateThresholdMs)}}z.BreakPointHelper=dt,z.BreakPoints=mt,z.BrowserHelper=H,z.BrowserService=ke,z.BrowserType=X,z.CsvHelper=Qt,z.EnumHelper=Ht,z.FileHelper=te,z.LocalStorageHelper=yt,z.LoggerHelper=V,z.LoggerType=gt,z.ScreenHelper=_t,z.TokenHelper=se,z.WindowResizeHelper=I,z.copyToClipboard=Ut,z.initArrayExtensions=ae,z.initDateExtensions=ve,z.initStringExtensions=we,z.saveAs=At,z.sortHelper=Lt,Object.defineProperty(z,Symbol.toStringTag,{value:"Module"})}));
|
package/interfaces/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oardi/ts-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "utility services, types",
|
|
5
|
-
"main": "index.cjs
|
|
6
|
-
"module": "index.
|
|
7
|
-
"types": "index.d.ts",
|
|
5
|
+
"main": "./index.cjs",
|
|
6
|
+
"module": "./index.mjs",
|
|
7
|
+
"types": "./index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"import": "./index.mjs",
|
|
12
|
+
"require": "./index.cjs",
|
|
13
|
+
"default": "./index.mjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"index.cjs",
|
|
18
|
+
"index.mjs",
|
|
19
|
+
"index.umd.js",
|
|
20
|
+
"index.d.ts",
|
|
21
|
+
"extensions",
|
|
22
|
+
"helpers",
|
|
23
|
+
"interfaces",
|
|
24
|
+
"services",
|
|
25
|
+
"types",
|
|
26
|
+
"LICENSE",
|
|
27
|
+
"README.md"
|
|
28
|
+
],
|
|
8
29
|
"keywords": [
|
|
9
30
|
"typescript",
|
|
10
31
|
"library"
|
|
@@ -12,11 +33,9 @@
|
|
|
12
33
|
"author": "Ardian Shala",
|
|
13
34
|
"license": "MIT",
|
|
14
35
|
"dependencies": {},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"typescript": "^5.5.4"
|
|
17
|
-
},
|
|
18
36
|
"peerDependencies": {
|
|
19
37
|
"@types/papaparse": "^5.3.15",
|
|
38
|
+
"dayjs": "^1.11.21",
|
|
20
39
|
"papaparse": "^5.5.2"
|
|
21
40
|
},
|
|
22
41
|
"publishConfig": {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IBreakPoint } from '../../helpers/break-point/break-point.interfaces';
|
|
2
2
|
export type ResizeCallback = (breakpoint: IBreakPoint) => void;
|
|
3
3
|
export type OnResizeCallback = (width: number, breakpoint: IBreakPoint) => void;
|
|
4
|
-
//# sourceMappingURL=browser.types.d.ts.map
|
package/services/index.d.ts
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"array-extensions.d.ts","sourceRoot":"","sources":["../../../lib/extensions/array-extensions.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,KAAK,CAAC,CAAC;QAChB,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QACxE,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QAC5D,KAAK,CAAC,IAAI,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;QACpB,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QACvE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,EAAE,CAAC;QAC7E,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;KACjE;CACD;AAED,wBAAgB,mBAAmB,SAgDlC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-extensions.d.ts","sourceRoot":"","sources":["../../../lib/extensions/date-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAQ9E,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,IAAI;QACb,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;QAChD,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;QAC1C,KAAK,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;QAC5B,eAAe,IAAI,IAAI,CAAC;QACxB,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAClC,cAAc,IAAI,IAAI,CAAC;QACvB,OAAO,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;QACtD,QAAQ,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;QACvD,OAAO,IAAI,MAAM,CAAC;QAClB,OAAO,IAAI,OAAO,CAAC;QACnB,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACzC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;QACrD,OAAO,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;KAC9B;CACD;AAED,wBAAgB,kBAAkB,IAAI,IAAI,CAoDzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/extensions/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"string-extensions.d.ts","sourceRoot":"","sources":["../../../lib/extensions/string-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,UAAU,IAAI,MAAM,CAAC;QACrB,QAAQ,IAAI,OAAO,CAAC;QACpB,OAAO,IAAI,OAAO,CAAC;QACnB,SAAS,IAAI,MAAM,CAAC;KACpB;CACD;AAED,wBAAgB,oBAAoB,IAAI,IAAI,CAiB3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"break-point.consts.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/break-point.consts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAQ5C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"break-point.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/break-point.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGnC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAIvD,qBAAa,gBAAgB;IAC5B,OAAO,CAAC,MAAM,CAAC,WAAW,CAAqC;WAEjD,oBAAoB,IAAI,WAAW;WAInC,0BAA0B,CACvC,KAAK,GAAE,MAAsC,GAC3C,WAAW;WAUA,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;WAIxC,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;CAGtD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"break-point.interfaces.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/break-point.interfaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,MAAM,WAAW,WAAW;IAC3B,UAAU,EAAE,IAAI,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser-type.enum.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/browser/browser-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACtB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,EAAE,OAAO;IACT,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/browser/browser.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAKlD,qBAAa,aAAa;IACzB,+DAA+D;IAC/D,MAAM,CAAC,YAAY,IAAI,OAAO;IAI9B,MAAM,CAAC,OAAO,CAAC,cAAc,GAAE,MAA2B,GAAG,OAAO;IAKpE,MAAM,CAAC,SAAS,CAAC,cAAc,GAAE,MAA2B,GAAG,OAAO;IAQtE,MAAM,CAAC,QAAQ,CAAC,cAAc,GAAE,MAA2B,GAAG,OAAO;IAkBrE,MAAM,CAAC,KAAK,CAAC,cAAc,SAAqB,GAAG,OAAO;IAS1D,MAAM,CAAC,YAAY,IAAI,OAAO;IAK9B,MAAM,CAAC,KAAK,CAAC,cAAc,SAAqB,GAAG,OAAO;IAK1D,MAAM,CAAC,IAAI,IAAI,OAAO;IAKtB,MAAM,CAAC,QAAQ,CAAC,cAAc,SAAqB,GAAG,OAAO;IAW7D,MAAM,CAAC,UAAU,CAAC,cAAc,SAAqB,GAAG,OAAO;IAM/D,MAAM,CAAC,gBAAgB,CAAC,cAAc,SAAqB,GAAG,OAAO;IAIrE,MAAM,CAAC,aAAa,IAAI,OAAO;IAQ/B,MAAM,CAAC,iBAAiB,IAAI,WAAW;CAkBvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"canvas.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/canvas.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACxB,MAAM,CAAC,MAAM,CACZ,MAAM,EAAE,iBAAiB,EACzB,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,OAAe,EACvB,OAAO,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,IAAI,CAAC;CAYhB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/clipboard.helper.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAE3D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"csv.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/csv.helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI3E,qBAAa,SAAS;IACrB,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,GAAG,aAAa,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,aAAa,GAAG,MAAM;IAI/E,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;CAShE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"download.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/download.helper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,CAAC;AAElE,MAAM,WAAW,WAAW;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC,wEAAwE,CAAC;IAC3F,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;;;GAMG;AACH,wBAAsB,MAAM,CAC3B,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,WAAW,GACnB,OAAO,CAAC,IAAI,CAAC,CAyDf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enum.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/enum.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D,qBAAa,UAAU;IACtB,MAAM,CAAC,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;IAQ1E,MAAM,CAAC,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,OAAO,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,CAAC,EAAE;CAQtE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/file.helper.ts"],"names":[],"mappings":"AAEA,qBAAa,UAAU;IACtB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAWjD;;OAEG;IACH,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC;IAsB9C,MAAM,CAAC,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC;IAsB1D,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAWpE;;;SAGK;IACL,MAAM,CAAC,cAAc,CACpB,KAAK,EAAE,MAAM,EACb,QAAQ,GAAE,MAAU,EACpB,IAAI,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GACxC,MAAM;IAoBT,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;CAIxE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/image.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACvB,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,gBAAgB,CAAC;IASlD,MAAM,CAAC,MAAM,CACZ,GAAG,EAAE,gBAAgB,EACrB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,GAClB,kBAAkB;CAoBrB;AAED,MAAM,WAAW,kBAAkB;IAClC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CACf"}
|
package/helpers/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"local-storage.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/local-storage.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC9B,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI;IAI1C,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC;IASvC,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAQnC,MAAM,CAAC,SAAS,IAAI,IAAI;IAIxB,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE;CAGvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger-type.enum.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/logger-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACrB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/logger.helper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAiB,MAAM,gBAAgB,CAAC;AAE/D,qBAAa,YAAY;IACxB,OAAO,CAAC,MAAM,CAAC,SAAS,CAAkC;IAC1D,OAAO,CAAC,MAAM,CAAC,OAAO,CAAQ;WAEhB,GAAG,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI7B,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI9B,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI9B,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI/B,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI/B,cAAc,IAAI,IAAI;WAItB,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI9C,OAAO,CAAC,MAAM,CAAC,KAAK;WAuBN,KAAK,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,UAAQ,GAAG,MAAM,IAAI;CAgBvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.types.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/logger.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG;IAC3B,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,GAAG,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"screen.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/screen.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACxB,MAAM,CAAC,cAAc,IAAI,MAAM;IAI/B,MAAM,CAAC,eAAe,IAAI,MAAM;CAGhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sort.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/sort.helper.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,UAAU,GAAI,CAAC,EAAE,CAAC,EAC9B,GAAG,CAAC,EACJ,GAAG,CAAC,EACJ,aAAa,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EACxB,YAAY,OAAO,KACjB,MAIF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/token/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token-type.enum.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/token/token-type.enum.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/token/token.helper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,qBAAa,WAAW;IACvB,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,SAAS,GAAG,MAAM,GAAG,IAAI;IAIzC,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/C,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI;CAGnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"window-resize.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/window-resize.helper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;AAE3D,qBAAa,kBAAkB;IAC9B,OAAO,CAAC,MAAM,CAAC,SAAS,CAAwC;IAChE,OAAO,CAAC,MAAM,CAAC,WAAW,CAAS;IACnC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAuB;IACnD,OAAO,CAAC,MAAM,CAAC,SAAS,CAA6B;WAEvC,QAAQ,CAAC,QAAQ,EAAE,oBAAoB,GAAG,MAAM,IAAI;IAOlE,OAAO,CAAC,MAAM,CAAC,YAAY,CAmBzB;IAEF,OAAO,CAAC,MAAM,CAAC,IAAI;WAOL,GAAG,CAAC,QAAQ,EAAE,oBAAoB;CAShD"}
|
package/index.cjs.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ft={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400,xxxl:1600};class bt{static getScreenWidth(){return document.documentElement.clientWidth}static getScreenHeight(){return document.documentElement.clientHeight}}class ht{static breakPoints=Ft;static getCurrentBreakpoint(){return ht.getBreakpointByScreenWidth(bt.getScreenWidth())}static getBreakpointByScreenWidth(t=bt.getScreenWidth()){let n="xs";for(const a of Object.keys(ht.breakPoints))ht.breakPoints[a]<=t&&(n=a);return{breakpoint:n,screenWidth:t}}static isScreenGreaterThan(t){return bt.getScreenWidth()>ht.breakPoints[t]}static isScreenSmallerThan(t){return bt.getScreenWidth()<ht.breakPoints[t]}}var tt=(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))(tt||{});const Yt=typeof navigator<"u"?navigator.userAgent:"",ft=Yt.toLowerCase();class et{static isBrowserEnv(){return typeof window<"u"&&typeof navigator<"u"}static isOpera(t=ft){return this.isBrowserEnv()?t.includes("opr/")||t.includes("opera"):!1}static isFirefox(t=ft){return this.isBrowserEnv()?t.includes("firefox")||typeof globalThis.InstallTrigger<"u":!1}static isSafari(t=ft){if(!this.isBrowserEnv())return!1;const n=navigator.vendor&&navigator.vendor.includes("Apple"),a=t.includes("safari"),k=!(t.includes("crios")||t.includes("chrome")||t.includes("android")||t.includes("opr/")||t.includes("edg"));return n&&a&&k}static isIOS(t=ft){if(!this.isBrowserEnv())return!1;const n=/iphone|ipad|ipod/.test(t),a=t.includes("macintosh")&&navigator.maxTouchPoints>1;return n||a}static isEdgeLegacy(){return this.isBrowserEnv()?!!window.StyleMedia&&!ft.includes("edg/"):!1}static isEdg(t=ft){return this.isBrowserEnv()?t.includes("edg/"):!1}static isIE(){return!this.isBrowserEnv()&&typeof document>"u"?!1:!!document.documentMode}static isChrome(t=ft){if(!this.isBrowserEnv())return!1;const n=navigator.vendor&&navigator.vendor.includes("Google"),a=t.includes("chrome")||t.includes("crios"),k=!this.isEdg(t)&&!this.isOpera(t);return n&&a&&k}static isElectron(t=ft){return typeof process<"u"&&process.versions?.electron?!0:t.includes("electron")}static isHeadlessChrome(t=ft){return t.includes("headlesschrome")}static isNodeRuntime(){return typeof process<"u"&&!!process.versions?.node&&!this.isBrowserEnv()}static getCurrentBrowser(){const t=navigator.userAgent.toLowerCase();if(typeof navigator>"u")throw new Error("navigator not set");if(et.isOpera())return tt.opera;if(et.isFirefox())return tt.firefox;if(et.isSafari())return tt.safari;if(et.isIE())return tt.ie;if(et.isEdgeLegacy())return tt.edgeLegacy;if(et.isEdg())return tt.edg;if(et.isChrome())return tt.chrome;if(et.isIOS(t))return tt.iOS;if(et.isElectron(t))return tt.electron;if(et.isHeadlessChrome(t))return tt.headlessChrome;if(et.isNodeRuntime())return tt.nodeRuntime;throw new Error("Browser could not be detected: "+t)}}function Wt(s){return navigator.clipboard.writeText(s)}function Mt(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var Et={exports:{}};var Ut=Et.exports,Tt;function Bt(){return Tt||(Tt=1,(function(s,t){((n,a)=>{s.exports=a()})(Ut,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,P={},q=0,p={};function Y(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(r){var i=ut(r);i.chunkSize=parseInt(i.chunkSize),r.step||r.chunk||(i.chunkSize=null),this._handle=new rt(i),(this._handle.streamer=this)._config=i}).call(this,e),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 F(e){var r;(e=e||{}).chunkSize||(e.chunkSize=p.RemoteChunkSize),Y.call(this,e),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=Q(this._chunkLoaded,this),r.onerror=Q(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 J(e){(e=e||{}).chunkSize||(e.chunkSize=p.LocalChunkSize),Y.call(this,e);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=Q(this._chunkLoaded,this),r.onerror=Q(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 N(e){var r;Y.call(this,e=e||{}),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 G(e){Y.call(this,e=e||{});var r=[],i=!0,u=!1;this.pause=function(){Y.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){Y.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=Q(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=Q(function(m){this._streamCleanUp(),this._sendError(m)},this),this._streamEnd=Q(function(){this._streamCleanUp(),u=!0,this._streamData("")},this),this._streamCleanUp=Q(function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)},this)}function rt(e){var r,i,u,m,S=Math.pow(2,53),y=-S,d=/^\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)))$/,o=this,c=0,f=0,v=!1,g=!1,_=[],h={data:[],errors:[],meta:{}};function M(b){return e.skipEmptyLines==="greedy"?b.join("").trim()==="":b.length===1&&b[0].length===0}function C(){if(h&&u&&(B("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+p.DefaultDelimiter+"'"),u=!1),e.skipEmptyLines&&(h.data=h.data.filter(function(w){return!M(w)})),z()){let w=function(A,j){R(e.transformHeader)&&(A=e.transformHeader(A,j)),_.push(A)};if(h)if(Array.isArray(h.data[0])){for(var b=0;z()&&b<h.data.length;b++)h.data[b].forEach(w);h.data.splice(0,1)}else h.data.forEach(w)}function x(w,A){for(var j=e.header?{}:[],I=0;I<w.length;I++){var L=I,$=w[I],$=((nt,E)=>(W=>(e.dynamicTypingFunction&&e.dynamicTyping[W]===void 0&&(e.dynamicTyping[W]=e.dynamicTypingFunction(W)),(e.dynamicTyping[W]||e.dynamicTyping)===!0))(nt)?E==="true"||E==="TRUE"||E!=="false"&&E!=="FALSE"&&((W=>{if(d.test(W)&&(W=parseFloat(W),y<W&&W<S))return 1})(E)?parseFloat(E):l.test(E)?new Date(E):E===""?null:E):E)(L=e.header?I>=_.length?"__parsed_extra":_[I]:L,$=e.transform?e.transform($,L):$);L==="__parsed_extra"?(j[L]=j[L]||[],j[L].push($)):j[L]=$}return e.header&&(I>_.length?B("FieldMismatch","TooManyFields","Too many fields: expected "+_.length+" fields but parsed "+I,f+A):I<_.length&&B("FieldMismatch","TooFewFields","Too few fields: expected "+_.length+" fields but parsed "+I,f+A)),j}var O;h&&(e.header||e.dynamicTyping||e.transform)&&(O=1,!h.data.length||Array.isArray(h.data[0])?(h.data=h.data.map(x),O=h.data.length):h.data=x(h.data,0),e.header&&h.meta&&(h.meta.fields=_),f+=O)}function z(){return e.header&&_.length===0}function B(b,x,O,w){b={type:b,code:x,message:O},w!==void 0&&(b.row=w),h.errors.push(b)}R(e.step)&&(m=e.step,e.step=function(b){h=b,z()?C():(C(),h.data.length!==0&&(c+=b.data.length,e.preview&&c>e.preview?i.abort():(h.data=h.data[0],m(h,o))))}),this.parse=function(b,x,O){var w=e.quoteChar||'"',w=(e.newline||(e.newline=this.guessLineEndings(b,w)),u=!1,e.delimiter?R(e.delimiter)&&(e.delimiter=e.delimiter(b),h.meta.delimiter=e.delimiter):((w=((A,j,I,L,$)=>{var nt,E,W,dt;$=$||[","," ","|",";",p.RECORD_SEP,p.UNIT_SEP];for(var mt=0;mt<$.length;mt++){for(var it,wt=$[mt],V=0,st=0,K=0,X=(W=void 0,new gt({comments:L,delimiter:wt,newline:j,preview:10}).parse(A)),ct=0;ct<X.data.length;ct++)I&&M(X.data[ct])?K++:(it=X.data[ct].length,st+=it,W===void 0?W=it:0<it&&(V+=Math.abs(it-W),W=it));0<X.data.length&&(st/=X.data.length-K),(E===void 0||V<=E)&&(dt===void 0||dt<st)&&1.99<st&&(E=V,nt=wt,dt=st)}return{successful:!!(e.delimiter=nt),bestDelimiter:nt}})(b,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess)).successful?e.delimiter=w.bestDelimiter:(u=!0,e.delimiter=p.DefaultDelimiter),h.meta.delimiter=e.delimiter),ut(e));return e.preview&&e.header&&w.preview++,r=b,i=new gt(w),h=i.parse(r,x,O),C(),v?{meta:{paused:!0}}:h||{meta:{paused:!1}}},this.paused=function(){return v},this.pause=function(){v=!0,i.abort(),r=R(e.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(e.complete)&&e.complete(h),r=""},this.guessLineEndings=function(A,w){A=A.substring(0,1048576);var w=new RegExp(ot(w)+"([^]*?)"+ot(w),"gm"),O=(A=A.replace(w,"")).split("\r"),w=A.split(`
|
|
2
|
-
`),A=1<w.length&&w[0].length<O[0].length;if(O.length===1||A)return`
|
|
3
|
-
`;for(var j=0,I=0;I<O.length;I++)O[I][0]===`
|
|
4
|
-
`&&j++;return j>=O.length/2?`\r
|
|
5
|
-
`:"\r"}}function ot(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function gt(e){var r=(e=e||{}).delimiter,i=e.newline,u=e.comments,m=e.step,S=e.preview,y=e.fastMode,d=null,l=!1,o=e.quoteChar==null?'"':e.quoteChar,c=o;if(e.escapeChar!==void 0&&(c=e.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,z=i.length,B=u.length,b=R(m),x=[],O=[],w=[],A=f=0;if(!g)return V();if(y||y!==!1&&g.indexOf(o)===-1){for(var j=g.split(i),I=0;I<j.length;I++){if(w=j[I],f+=w.length,I!==j.length-1)f+=i.length;else if(h)return V();if(!u||w.substring(0,B)!==u){if(b){if(x=[],dt(w.split(r)),st(),v)return V()}else dt(w.split(r));if(S&&S<=I)return x=x.slice(0,S),V(!0)}}return V()}for(var L=g.indexOf(r,f),$=g.indexOf(i,f),nt=new RegExp(ot(c)+ot(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||O.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:x.length,index:f}),it();if(E===M-1)return it(g.substring(f,E).replace(nt,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 W=mt(($=$!==-1&&$<E+1?g.indexOf(i,E+1):$)===-1?L:Math.min(L,$));if(g.substr(E+1+W,C)===r){w.push(g.substring(f,E).replace(nt,o)),g[f=E+1+W+C]!==o&&(E=g.indexOf(o,f)),L=g.indexOf(r,f),$=g.indexOf(i,f);break}if(W=mt($),g.substring(E+1+W,E+1+W+z)===i){if(w.push(g.substring(f,E).replace(nt,o)),wt(E+1+W+z),L=g.indexOf(r,f),E=g.indexOf(o,f),b&&(st(),v))return V();if(S&&x.length>=S)return V(!0);break}O.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:x.length,index:f}),E++}}else if(u&&w.length===0&&g.substring(f,f+B)===u){if($===-1)return V();f=$+z,$=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,$)),wt($+z),b&&(st(),v))return V();if(S&&x.length>=S)return V(!0)}return it();function dt(K){x.push(K),A=f}function mt(K){var X=0;return X=K!==-1&&(K=g.substring(E+1,K))&&K.trim()===""?K.length:X}function it(K){return h||(K===void 0&&(K=g.substring(f)),w.push(K),f=M,dt(w),b&&st()),V()}function wt(K){f=K,dt(w),w=[],$=g.indexOf(i,f)}function V(K){if(e.header&&!_&&x.length&&!l){var X=x[0],ct=Object.create(null),$t=new Set(X);let Ct=!1;for(let yt=0;yt<X.length;yt++){let at=X[yt];if(ct[at=R(e.transformHeader)?e.transformHeader(at,yt):at]){let kt,Rt=ct[at];for(;kt=at+"_"+Rt,Rt++,$t.has(kt););$t.add(kt),X[yt]=kt,ct[at]++,Ct=!0,(d=d===null?{}:d)[kt]=at}else ct[at]=1,X[yt]=at;$t.add(at)}Ct&&console.warn("Duplicate headers found and renamed."),l=!0}return{data:x,errors:O,meta:{delimiter:r,linebreak:i,aborted:v,truncated:!!K,cursor:A+(_||0),renamedHeaders:d}}}function st(){m(V()),x=[],O=[]}},this.abort=function(){v=!0},this.getCharIndex=function(){return f}}function _t(e){var r=e.data,i=P[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,lt(r.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:St,resume:St};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&<(r.workerId,r.results)}function lt(e,r){var i=P[e];R(i.userComplete)&&i.userComplete(r),i.terminate(),delete P[e]}function St(){throw new Error("Not implemented.")}function ut(e){if(typeof e!="object"||e===null)return e;var r,i=Array.isArray(e)?[]:{};for(r in e)i[r]=ut(e[r]);return i}function Q(e,r){return function(){e.apply(r,arguments)}}function R(e){return typeof e=="function"}return p.parse=function(e,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 e=="string"?(e=(u=>u.charCodeAt(0)!==65279?u:u.slice(1))(e),i=new(r.download?F:N)(r)):e.readable===!0&&R(e.read)&&R(e.on)?i=new G(r):(a.File&&e instanceof File||e instanceof Object)&&(i=new J(r)),i.stream(e);(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=_t,u.id=q++,P[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:e,config:r,workerId:i.id})},p.unparse=function(e,r){var i=!1,u=!0,m=",",S=`\r
|
|
9
|
-
`,y='"',d=y+y,l=!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"||(l=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&&(d=r.escapeChar+y),r.escapeFormulae instanceof RegExp?c=r.escapeFormulae:typeof r.escapeFormulae=="boolean"&&r.escapeFormulae&&(c=/^[=+\-@\t\r].*$/)}})(),new RegExp(ot(y),"g"));if(typeof e=="string"&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return v(null,e,l);if(typeof e[0]=="object")return v(o||Object.keys(e[0]),e,l)}else if(typeof e=="object")return typeof e.data=="string"&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields||o),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:typeof e.data[0]=="object"?Object.keys(e.data[0]):[]),Array.isArray(e.data[0])||typeof e.data[0]=="object"||(e.data=[e.data])),v(e.fields||[],e.data||[],l);throw new Error("Unable to serialize unrecognized input");function v(_,h,M){var C="",z=(typeof _=="string"&&(_=JSON.parse(_)),typeof h=="string"&&(h=JSON.parse(h)),Array.isArray(_)&&0<_.length),B=!Array.isArray(h[0]);if(z&&u){for(var b=0;b<_.length;b++)0<b&&(C+=m),C+=g(_[b],b);0<h.length&&(C+=S)}for(var x=0;x<h.length;x++){var O=(z?_:h[x]).length,w=!1,A=z?Object.keys(h[x]).length===0:h[x].length===0;if(M&&!z&&(w=M==="greedy"?h[x].join("").trim()==="":h[x].length===1&&h[x][0].length===0),M==="greedy"&&z){for(var j=[],I=0;I<O;I++){var L=B?_[I]:I;j.push(h[x][L])}w=j.join("").trim()===""}if(!w){for(var $=0;$<O;$++){0<$&&!A&&(C+=m);var nt=z&&B?_[$]:$;C+=g(h[x][nt],$)}x<h.length-1&&(!M||0<O&&!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,d),(C=C||i===!0||typeof i=="function"&&i(_,h)||Array.isArray(i)&&i[h]||((z,B)=>{for(var b=0;b<B.length;b++)if(-1<z.indexOf(B[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=gt,p.ParserHandle=rt,p.NetworkStreamer=F,p.FileStreamer=J,p.StringStreamer=N,p.ReadableStreamStreamer=G,a.jQuery&&((k=a.jQuery).fn.parse=function(e){var r=e.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(e.complete)&&e.complete();else{var S,y,d,l,o=i[0];if(R(e.before)){var c=e.before(o.file,o.inputElem);if(typeof c=="object"){if(c.action==="abort")return S="AbortError",y=o.file,d=o.inputElem,l=c.reason,void(R(e.error)&&e.error({name:S},y,d,l));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(e){e=e.data,p.WORKER_ID===void 0&&e&&(p.WORKER_ID=e.workerId),typeof e.input=="string"?a.postMessage({workerId:p.WORKER_ID,results:p.parse(e.input,e.config),finished:!0}):(a.File&&e.input instanceof File||e.input instanceof Object)&&(e=p.parse(e.input,e.config))&&a.postMessage({workerId:p.WORKER_ID,results:e,finished:!0})}),(F.prototype=Object.create(Y.prototype)).constructor=F,(J.prototype=Object.create(Y.prototype)).constructor=J,(N.prototype=Object.create(N.prototype)).constructor=N,(G.prototype=Object.create(Y.prototype)).constructor=G,p})})(Et)),Et.exports}var Nt=Bt();const qt=Mt(Nt),{parse:Kt,unparse:Jt}=qt;class Qt{static unparse(t,n){return Jt(t,n)}static parse(t){return new Promise((n,a)=>{Kt(t,{header:!0,complete:k=>n(k),error:k=>a(k)})})}}async function zt(s,t,n){const a=n?.mimeType??Zt(t),k=Vt(s,a);if("showSaveFilePicker"in window&&n?.showSaveFilePicker)try{const q=await(await window.showSaveFilePicker({suggestedName:t,types:[{description:"Datei",accept:{[a]:[`.${jt(t)}`]}}]})).createWritable();await q.write(k),await q.close();return}catch{}const D=URL.createObjectURL(k),T=document.createElement("a");T.href=D,T.download=t,T.rel="noopener",T.style.display="none",document.body.appendChild(T),Gt(T),window.setTimeout(()=>{document.body.removeChild(T),URL.revokeObjectURL(D)},0),Ht()&&window.open(D,"_blank","noopener,noreferrer")}function Vt(s,t){if(s instanceof Blob)return s.type?s:new Blob([s],{type:t});if(s instanceof ArrayBuffer||s instanceof Uint8Array){const n=s instanceof Uint8Array?s:new Uint8Array(s);return new Blob([n],{type:t})}return new Blob([s],{type:t||"text/plain;charset=utf-8"})}function Zt(s){switch(jt(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 jt(s){const t=s.lastIndexOf(".");return t>=0&&t<s.length-1?s.slice(t+1):""}function Gt(s){const t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),s.dispatchEvent(t)}function Ht(){const s=navigator.userAgent,t=/iPad|iPhone|iPod/.test(s),n=/^((?!chrome|android).)*safari/i.test(s);return t||n}class Xt{static getEnumValue(t,n){if(n in t)return t[n];throw Error(`${n} not found in ${t}`)}static getKeyValues(t){return Object.keys(t).filter(n=>!isNaN(Number(n))).map(n=>({key:Number(n),value:t[n]}))}}class te{static getFileExtension(t){let n="";const a=t.lastIndexOf(".");return a>0&&a<t.length-1&&(n=`.${t.substring(a+1).toLowerCase()}`),n}static readAsText(t){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(t)})}static readAsArrayBuffer(t){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(t)})}static readAsDataUrl(t){const n=new FileReader;return new Promise((a,k)=>{n.onload=D=>{a(D)},n.onerror=D=>k(D),n.readAsDataURL(t)})}static formatFileSize(t,n=2,a){if(t===0)return"0 Bytes";const k=1024,D=["Bytes","KB","MB","GB","TB"];let T=Math.floor(Math.log(t)/Math.log(k));a&&D.includes(a)&&(T=D.indexOf(a));const P=t/Math.pow(k,T);return`${parseFloat(P.toFixed(n))} ${D[T]}`}static save(t,n,a){const k=new Blob([t],{type:a});zt(k,n)}}class vt{static set(t,n){localStorage.setItem(t,JSON.stringify(n))}static get(t){let n=null;const a=localStorage.getItem(t);return a&&(n=JSON.parse(a)),n}static remove(t){let n=!!vt.get(t);return n&&localStorage.removeItem(t),n}static removeAll(){localStorage.clear()}static getKeysBy(t){return Object.keys(localStorage).filter(n=>n.startsWith(t))}}var pt=(s=>(s.log="log",s.info="info",s.warn="warn",s.debug="debug",s.error="error",s))(pt||{});class Z{static listeners=new Set;static enabled=!0;static log(...t){Z.doLog(pt.log,t)}static info(...t){Z.doLog(pt.info,t)}static warn(...t){Z.doLog(pt.warn,t)}static debug(...t){Z.doLog(pt.debug,t)}static error(...t){Z.doLog(pt.error,t)}static clearListeners(){Z.listeners.clear()}static setEnabled(t){Z.enabled=t}static doLog(t,n){if(!Z.enabled)return;const a={type:t,args:n,timestamp:new Date().toISOString()};for(const k of Z.listeners)try{if(k(a)===!1)return}catch{}console[t].apply(console,n)}static onLog(t,n=!1){if(n){const a=k=>{try{return t(k)}finally{Z.listeners.delete(a)}};return Z.listeners.add(a),()=>Z.listeners.delete(a)}return Z.listeners.add(t),()=>Z.listeners.delete(t)}}const ee=(s,t,n)=>s.localeCompare(t)*(n?1:-1),re=(s,t)=>s<t?-1:s===t?0:1,ne=(s,t,n)=>re(s,t)*(n?1:-1),ie=(s,t,n)=>{let a=0;return typeof s=="string"&&typeof t=="string"?a=ee(s,t,n):a=ne(s,t,n),a},Pt=(s,t,n,a)=>{const k=n(s),D=n(t);return ie(k,D,a)};class se{static get(t){return vt.get(t)}static set(t,n){vt.set(t,n)}static remove(t){vt.remove(t)}}class U{static listeners=new Set;static initialized=!1;static resizeTimeout=null;static lastWidth=window.innerWidth;static onResize(t){return U.initialized||U.init(),U.listeners.add(t),()=>U.off(t)}static handleResize=()=>{U.resizeTimeout!==null&&(window.clearTimeout(U.resizeTimeout),U.resizeTimeout=null),U.resizeTimeout=window.setTimeout(()=>{const t=window.innerWidth;if(t!==U.lastWidth){U.lastWidth=t;for(const n of U.listeners)n(t)}},150)};static init(){U.initialized||(window.addEventListener("resize",U.handleResize,{passive:!0}),U.initialized=!0)}static off(t){U.initialized&&(U.listeners.delete(t),U.listeners.size===0&&(window.removeEventListener("resize",U.handleResize),U.initialized=!1))}}function ae(){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(t=>s(t))},Array.prototype.first=function(){return this.length>0?this[0]:null},Array.prototype.groupBy=function(s){return this.reduce((t,n)=>{const a=s(n);return t[a]||(t[a]=[]),t[a].push(n),t},{})},Array.prototype.orderBy=function(s,t=!0){return this?.sort((n,a)=>Pt(n,a,s,t)),this},Array.prototype.removeBy=function(s,t){return this.filter(n=>s(n)!==t)}}var xt={exports:{}},oe=xt.exports,At;function ue(){return At||(At=1,(function(s,t){(function(n,a){s.exports=a()})(oe,(function(){var n=1e3,a=6e4,k=36e5,D="millisecond",T="second",P="minute",q="hour",p="day",Y="week",F="month",J="quarter",N="year",G="date",rt="Invalid Date",ot=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,gt=/\[([^\]]+)]|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,_t={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 d=["th","st","nd","rd"],l=y%100;return"["+y+(d[(l-20)%10]||d[l]||d[0])+"]"}},lt=function(y,d,l){var o=String(y);return!o||o.length>=d?y:""+Array(d+1-o.length).join(l)+y},St={s:lt,z:function(y){var d=-y.utcOffset(),l=Math.abs(d),o=Math.floor(l/60),c=l%60;return(d<=0?"+":"-")+lt(o,2,"0")+":"+lt(c,2,"0")},m:function y(d,l){if(d.date()<l.date())return-y(l,d);var o=12*(l.year()-d.year())+(l.month()-d.month()),c=d.clone().add(o,F),f=l-c<0,v=d.clone().add(o+(f?-1:1),F);return+(-(o+(l-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:F,y:N,w:Y,d:p,D:G,h:q,m:P,s:T,ms:D,Q:J}[y]||String(y||"").toLowerCase().replace(/s$/,"")},u:function(y){return y===void 0}},ut="en",Q={};Q[ut]=_t;var R="$isDayjsObject",e=function(y){return y instanceof m||!(!y||!y[R])},r=function y(d,l,o){var c;if(!d)return ut;if(typeof d=="string"){var f=d.toLowerCase();Q[f]&&(c=f),l&&(Q[f]=l,c=f);var v=d.split("-");if(!c&&v.length>1)return y(v[0])}else{var g=d.name;Q[g]=d,c=g}return!o&&c&&(ut=c),c||!o&&ut},i=function(y,d){if(e(y))return y.clone();var l=typeof d=="object"?d:{};return l.date=y,l.args=arguments,new m(l)},u=St;u.l=r,u.i=e,u.w=function(y,d){return i(y,{locale:d.$L,utc:d.$u,x:d.$x,$offset:d.$offset})};var m=(function(){function y(l){this.$L=r(l.locale,null,!0),this.parse(l),this.$x=this.$x||l.x||{},this[R]=!0}var d=y.prototype;return d.parse=function(l){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(ot);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)})(l),this.init()},d.init=function(){var l=this.$d;this.$y=l.getFullYear(),this.$M=l.getMonth(),this.$D=l.getDate(),this.$W=l.getDay(),this.$H=l.getHours(),this.$m=l.getMinutes(),this.$s=l.getSeconds(),this.$ms=l.getMilliseconds()},d.$utils=function(){return u},d.isValid=function(){return this.$d.toString()!==rt},d.isSame=function(l,o){var c=i(l);return this.startOf(o)<=c&&c<=this.endOf(o)},d.isAfter=function(l,o){return i(l)<this.startOf(o)},d.isBefore=function(l,o){return this.endOf(o)<i(l)},d.$g=function(l,o,c){return u.u(l)?this[o]:this.set(c,l)},d.unix=function(){return Math.floor(this.valueOf()/1e3)},d.valueOf=function(){return this.$d.getTime()},d.startOf=function(l,o){var c=this,f=!!u.u(o)||o,v=u.p(l),g=function(x,O){var w=u.w(c.$u?Date.UTC(c.$y,O,x):new Date(c.$y,O,x),c);return f?w:w.endOf(p)},_=function(x,O){return u.w(c.toDate()[x].apply(c.toDate("s"),(f?[0,0,0,0]:[23,59,59,999]).slice(O)),c)},h=this.$W,M=this.$M,C=this.$D,z="set"+(this.$u?"UTC":"");switch(v){case N:return f?g(1,0):g(31,11);case F:return f?g(1,M):g(0,M+1);case Y:var B=this.$locale().weekStart||0,b=(h<B?h+7:h)-B;return g(f?C-b:C+(6-b),M);case p:case G:return _(z+"Hours",0);case q:return _(z+"Minutes",1);case P:return _(z+"Seconds",2);case T:return _(z+"Milliseconds",3);default:return this.clone()}},d.endOf=function(l){return this.startOf(l,!1)},d.$set=function(l,o){var c,f=u.p(l),v="set"+(this.$u?"UTC":""),g=(c={},c[p]=v+"Date",c[G]=v+"Date",c[F]=v+"Month",c[N]=v+"FullYear",c[q]=v+"Hours",c[P]=v+"Minutes",c[T]=v+"Seconds",c[D]=v+"Milliseconds",c)[f],_=f===p?this.$D+(o-this.$W):o;if(f===F||f===N){var h=this.clone().set(G,1);h.$d[g](_),h.init(),this.$d=h.set(G,Math.min(this.$D,h.daysInMonth())).$d}else g&&this.$d[g](_);return this.init(),this},d.set=function(l,o){return this.clone().$set(l,o)},d.get=function(l){return this[u.p(l)]()},d.add=function(l,o){var c,f=this;l=Number(l);var v=u.p(o),g=function(M){var C=i(f);return u.w(C.date(C.date()+Math.round(M*l)),f)};if(v===F)return this.set(F,this.$M+l);if(v===N)return this.set(N,this.$y+l);if(v===p)return g(1);if(v===Y)return g(7);var _=(c={},c[P]=a,c[q]=k,c[T]=n,c)[v]||1,h=this.$d.getTime()+l*_;return u.w(h,this)},d.subtract=function(l,o){return this.add(-1*l,o)},d.format=function(l){var o=this,c=this.$locale();if(!this.isValid())return c.invalidDate||rt;var f=l||"YYYY-MM-DDTHH:mm:ssZ",v=u.z(this),g=this.$H,_=this.$m,h=this.$M,M=c.weekdays,C=c.months,z=c.meridiem,B=function(O,w,A,j){return O&&(O[w]||O(o,f))||A[w].slice(0,j)},b=function(O){return u.s(g%12||12,O,"0")},x=z||function(O,w,A){var j=O<12?"AM":"PM";return A?j.toLowerCase():j};return f.replace(gt,(function(O,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 B(c.monthsShort,h,C,3);case"MMMM":return B(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 B(c.weekdaysMin,o.$W,M,2);case"ddd":return B(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 x(g,_,!0);case"A":return x(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})(O)||v.replace(":","")}))},d.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},d.diff=function(l,o,c){var f,v=this,g=u.p(o),_=i(l),h=(_.utcOffset()-this.utcOffset())*a,M=this-_,C=function(){return u.m(v,_)};switch(g){case N:f=C()/12;break;case F:f=C();break;case J:f=C()/3;break;case Y:f=(M-h)/6048e5;break;case p:f=(M-h)/864e5;break;case q:f=M/k;break;case P:f=M/a;break;case T:f=M/n;break;default:f=M}return c?f:u.a(f)},d.daysInMonth=function(){return this.endOf(F).$D},d.$locale=function(){return Q[this.$L]},d.locale=function(l,o){if(!l)return this.$L;var c=this.clone(),f=r(l,o,!0);return f&&(c.$L=f),c},d.clone=function(){return u.w(this.$d,this)},d.toDate=function(){return new Date(this.valueOf())},d.toJSON=function(){return this.isValid()?this.toISOString():null},d.toISOString=function(){return this.$d.toISOString()},d.toString=function(){return this.$d.toUTCString()},y})(),S=m.prototype;return i.prototype=S,[["$ms",D],["$s",T],["$m",P],["$H",q],["$W",p],["$M",F],["$y",N],["$D",G]].forEach((function(y){S[y[1]]=function(d){return this.$g(d,y[0],y[1])}})),i.extend=function(y,d){return y.$i||(y(d,m,i),y.$i=!0),i},i.locale=r,i.isDayjs=e,i.unix=function(y){return i(1e3*y)},i.en=Q[ut],i.Ls=Q,i.p={},i}))})(xt)),xt.exports}var ce=ue();const H=Mt(ce);var Ot={exports:{}},fe=Ot.exports,It;function le(){return It||(It=1,(function(s,t){(function(n,a){s.exports=a()})(fe,(function(){var n="day";return function(a,k,D){var T=function(p){return p.add(4-p.isoWeekday(),n)},P=k.prototype;P.isoWeekYear=function(){return T(this).year()},P.isoWeek=function(p){if(!this.$utils().u(p))return this.add(7*(p-this.isoWeek()),n);var Y,F,J,N,G=T(this),rt=(Y=this.isoWeekYear(),F=this.$u,J=(F?D.utc:D)().year(Y).startOf("year"),N=4-J.isoWeekday(),J.isoWeekday()>4&&(N+=7),J.add(N,n));return G.diff(rt,"week")+1},P.isoWeekday=function(p){return this.$utils().u(p)?this.day()||7:this.day(this.day()%7?p:p-7)};var q=P.startOf;P.startOf=function(p,Y){var F=this.$utils(),J=!!F.u(Y)||Y;return F.p(p)==="isoweek"?J?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):q.bind(this)(p,Y)}}}))})(Ot)),Ot.exports}var de=le();const he=Mt(de);var Dt={exports:{}},pe=Dt.exports,Lt;function ge(){return Lt||(Lt=1,(function(s,t){(function(n,a){s.exports=a()})(pe,(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,P=T.format;D.en.formats=n,T.format=function(q){q===void 0&&(q="YYYY-MM-DDTHH:mm:ssZ");var p=this.$locale().formats,Y=(function(F,J){return F.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(N,G,rt){var ot=rt&&rt.toUpperCase();return G||J[rt]||n[rt]||J[ot].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(gt,_t,lt){return _t||lt.slice(1)}))}))})(q,p===void 0?{}:p);return P.call(this,Y)}}}))})(Dt)),Dt.exports}var me=ge();const ye=Mt(me);H.extend(ye);H.extend(he);function ve(){Date.prototype.add=function(s,t){return H(this).add(s,t).toDate()},Date.prototype.diff=function(s,t){return H(this).diff(s,t)},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,t){return H(this).isAfter(s,t)},Date.prototype.isBefore=function(s,t){return H(this).isBefore(s,t)},Date.prototype.isValid=function(){return H(this).isValid()},Date.prototype.isoWeek=function(){return H(this).isoWeek()},Date.prototype.subtract=function(s,t){return H(this).subtract(s,t).toDate()},Date.prototype.lastDayOfMonth=function(){return H(this).endOf("month").toDate()},Date.prototype.set=function(s,t){return H(this).set(s,t).toDate()},Date.prototype.startOf=function(s){return H(this).startOf(s).toDate()}}function _e(){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 we{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(t){this.onResizeCallbacks.add(t)}offResizeChange(t){this.onResizeCallbacks.delete(t)}onResize=()=>{if(typeof window>"u")return;const t=window.innerWidth;this.emitTimeoutId!==null&&clearTimeout(this.emitTimeoutId),this.emitTimeoutId=window.setTimeout(()=>{this.emitTimeoutId=null;const n=ht.getBreakpointByScreenWidth(t);for(const a of this.onResizeCallbacks)a(t,n)},this.duplicateThresholdMs)}}exports.BreakPointHelper=ht;exports.BreakPoints=Ft;exports.BrowserHelper=et;exports.BrowserService=we;exports.BrowserType=tt;exports.CsvHelper=Qt;exports.EnumHelper=Xt;exports.FileHelper=te;exports.LocalStorageHelper=vt;exports.LoggerHelper=Z;exports.LoggerType=pt;exports.ScreenHelper=bt;exports.TokenHelper=se;exports.WindowResizeHelper=U;exports.copyToClipboard=Wt;exports.initArrayExtensions=ae;exports.initDateExtensions=ve;exports.initStringExtensions=_e;exports.saveAs=zt;exports.sortHelper=Pt;
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyvalue.interface.d.ts","sourceRoot":"","sources":["../../../lib/interfaces/keyvalue.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS,CAAC,CAAC;IAC3B,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,KAAK,EAAE,CAAC,CAAC;CACT"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|