@oardi/ts-utils 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extensions/array-extension.d.ts +1 -1
- package/extensions/array-extension.d.ts.map +1 -1
- package/helpers/csv.helper.d.ts.map +1 -1
- package/helpers/index.d.ts +2 -2
- package/helpers/index.d.ts.map +1 -1
- package/helpers/logger/index.d.ts +2 -0
- package/helpers/logger/index.d.ts.map +1 -0
- package/{enums/loggertype.enum.d.ts → helpers/logger/logger-type.enum.d.ts} +2 -2
- package/helpers/logger/logger-type.enum.d.ts.map +1 -0
- package/helpers/{logger.helper.d.ts → logger/logger.helper.d.ts} +3 -0
- package/helpers/logger/logger.helper.d.ts.map +1 -0
- package/helpers/logger/logger.types.d.ts +8 -0
- package/helpers/logger/logger.types.d.ts.map +1 -0
- package/helpers/token/index.d.ts +3 -0
- package/helpers/token/index.d.ts.map +1 -0
- package/helpers/token/token-type.enum.d.ts +2 -0
- package/helpers/token/token-type.enum.d.ts.map +1 -0
- package/helpers/{token.helper.d.ts → token/token.helper.d.ts} +1 -1
- package/helpers/token/token.helper.d.ts.map +1 -0
- package/index.cjs.js +7 -7
- package/index.es.js +437 -414
- package/index.umd.js +7 -7
- package/package.json +5 -2
- package/readme.md +1 -1
- package/types/index.d.ts +0 -1
- package/types/index.d.ts.map +1 -1
- package/enums/index.d.ts +0 -2
- package/enums/index.d.ts.map +0 -1
- package/enums/loggertype.enum.d.ts.map +0 -1
- package/helpers/logger.helper.d.ts.map +0 -1
- package/helpers/token.helper.d.ts.map +0 -1
- package/index.es.d.ts +0 -1
|
@@ -3,7 +3,7 @@ export {};
|
|
|
3
3
|
declare global {
|
|
4
4
|
interface Array<T> {
|
|
5
5
|
distinct<T>(comparator?: (obj1: unknown, obj2: unknown) => boolean): T[];
|
|
6
|
-
filterBy<
|
|
6
|
+
filterBy<T>(valueGetter: (a: T) => boolean): T[];
|
|
7
7
|
first(): T;
|
|
8
8
|
groupBy(valueGetter: (a: T) => string): Dictionary<T[]>;
|
|
9
9
|
orderBy<T, G>(valueGetter: (a: T) => G, ascending?: boolean): T[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array-extension.d.ts","sourceRoot":"","sources":["../../../lib/extensions/array-extension.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,EAAE,CAAC;AAEV,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,KAAK,CAAC,CAAC;QAChB,QAAQ,CAAC,CAAC,EAAE,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QACzE,QAAQ,CAAC,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"array-extension.d.ts","sourceRoot":"","sources":["../../../lib/extensions/array-extension.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,EAAE,CAAC;AAEV,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,KAAK,CAAC,CAAC;QAChB,QAAQ,CAAC,CAAC,EAAE,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QACzE,QAAQ,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QACjD,KAAK,IAAI,CAAC,CAAC;QACX,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,GAAG,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC;QACxD,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,EAAE,CAAC;QAClE,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;KACtD;CACD"}
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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"}
|
package/helpers/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './download.helper';
|
|
|
4
4
|
export * from './enum.helper';
|
|
5
5
|
export * from './file.helper';
|
|
6
6
|
export * from './local-storage.helper';
|
|
7
|
-
export * from './logger
|
|
7
|
+
export * from './logger';
|
|
8
8
|
export * from './sort.helper';
|
|
9
|
-
export * from './token
|
|
9
|
+
export * from './token';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
package/helpers/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/helpers/index.ts"],"names":[],"mappings":"AAAA,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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/helpers/index.ts"],"names":[],"mappings":"AAAA,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,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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,9 +1,12 @@
|
|
|
1
|
+
import { LoggerListener } from './logger.types';
|
|
1
2
|
export declare class LoggerHelper {
|
|
3
|
+
private static listeners;
|
|
2
4
|
static log(...args: unknown[]): void;
|
|
3
5
|
static info(...args: unknown[]): void;
|
|
4
6
|
static warn(...args: unknown[]): void;
|
|
5
7
|
static debug(...args: unknown[]): void;
|
|
6
8
|
static error(...args: unknown[]): void;
|
|
7
9
|
private static doLog;
|
|
10
|
+
static onLog(listener: LoggerListener, once?: boolean): () => void;
|
|
8
11
|
}
|
|
9
12
|
//# sourceMappingURL=logger.helper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;WAE5C,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;IAI7C,OAAO,CAAC,MAAM,CAAC,KAAK;WAoBN,KAAK,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,UAAQ,GAAG,MAAM,IAAI;CAgBvE"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/index.cjs.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function Ie(s){return navigator.clipboard.writeText(s)}function
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function Ie(s){return navigator.clipboard.writeText(s)}function Ee(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var ve={exports:{}};/* @license
|
|
2
2
|
Papa Parse
|
|
3
3
|
v5.5.3
|
|
4
4
|
https://github.com/mholt/PapaParse
|
|
5
5
|
License: MIT
|
|
6
|
-
*/var
|
|
6
|
+
*/var Le=ve.exports,Ce;function Te(){return Ce||(Ce=1,(function(s,r){((i,l)=>{s.exports=l()})(Le,function i(){var l=typeof self<"u"?self:typeof window<"u"?window:l!==void 0?l:{},k,D=!l.document&&!!l.postMessage,I=l.IS_PAPA_WORKER||!1,P={},Y=0,w={};function N(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(t){var n=ae(t);n.chunkSize=parseInt(n.chunkSize),t.step||t.chunk||(n.chunkSize=null),this._handle=new te(n),(this._handle.streamer=this)._config=n}).call(this,e),this.parseChunk=function(t,n){var o=parseInt(this._config.skipFirstNLines)||0;if(this.isFirstChunk&&0<o){let S=this._config.newline;S||(g=this._config.quoteChar||'"',S=this._handle.guessLineEndings(t,g)),t=[...t.split(S).slice(o)].join(S)}this.isFirstChunk&&$(this._config.beforeFirstChunk)&&(g=this._config.beforeFirstChunk(t))!==void 0&&(t=g),this.isFirstChunk=!1,this._halted=!1;var o=this._partialLine+t,g=(this._partialLine="",this._handle.parse(o,this._baseIndex,!this._finished));if(!this._handle.paused()&&!this._handle.aborted()){if(t=g.meta.cursor,o=(this._finished||(this._partialLine=o.substring(t-this._baseIndex),this._baseIndex=t),g&&g.data&&(this._rowCount+=g.data.length),this._finished||this._config.preview&&this._rowCount>=this._config.preview),I)l.postMessage({results:g,workerId:w.WORKER_ID,finished:o});else if($(this._config.chunk)&&!n){if(this._config.chunk(g,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);this._completeResults=g=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(g.data),this._completeResults.errors=this._completeResults.errors.concat(g.errors),this._completeResults.meta=g.meta),this._completed||!o||!$(this._config.complete)||g&&g.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),o||g&&g.meta.paused||this._nextChunk(),g}this._halted=!0},this._sendError=function(t){$(this._config.error)?this._config.error(t):I&&this._config.error&&l.postMessage({workerId:w.WORKER_ID,error:t,finished:!1})}}function W(e){var t;(e=e||{}).chunkSize||(e.chunkSize=w.RemoteChunkSize),N.call(this,e),this._nextChunk=D?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(n){this._input=n,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),D||(t.onload=H(this._chunkLoaded,this),t.onerror=H(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!D),this._config.downloadRequestHeaders){var n,o=this._config.downloadRequestHeaders;for(n in o)t.setRequestHeader(n,o[n])}var g;this._config.chunkSize&&(g=this._start+this._config.chunkSize-1,t.setRequestHeader("Range","bytes="+this._start+"-"+g));try{t.send(this._config.downloadRequestBody)}catch(S){this._chunkError(S.message)}D&&t.status===0&&this._chunkError()}},this._chunkLoaded=function(){t.readyState===4&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize||t.responseText.length,this._finished=!this._config.chunkSize||this._start>=(n=>(n=n.getResponseHeader("Content-Range"))!==null?parseInt(n.substring(n.lastIndexOf("/")+1)):-1)(t),this.parseChunk(t.responseText)))},this._chunkError=function(n){n=t.statusText||n,this._sendError(new Error(n))}}function ee(e){(e=e||{}).chunkSize||(e.chunkSize=w.LocalChunkSize),N.call(this,e);var t,n,o=typeof FileReader<"u";this.stream=function(g){this._input=g,n=g.slice||g.webkitSlice||g.mozSlice,o?((t=new FileReader).onload=H(this._chunkLoaded,this),t.onerror=H(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var g=this._input,S=(this._config.chunkSize&&(S=Math.min(this._start+this._config.chunkSize,this._input.size),g=n.call(g,this._start,S)),t.readAsText(g,this._config.encoding));o||this._chunkLoaded({target:{result:S}})},this._chunkLoaded=function(g){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(g.target.result)},this._chunkError=function(){this._sendError(t.error)}}function K(e){var t;N.call(this,e=e||{}),this.stream=function(n){return t=n,this._nextChunk()},this._nextChunk=function(){var n,o;if(!this._finished)return n=this._config.chunkSize,t=n?(o=t.substring(0,n),t.substring(n)):(o=t,""),this._finished=!t,this.parseChunk(o)}}function Q(e){N.call(this,e=e||{});var t=[],n=!0,o=!1;this.pause=function(){N.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){N.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(g){this._input=g,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){o&&t.length===1&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=H(function(g){try{t.push(typeof g=="string"?g:g.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(S){this._streamError(S)}},this),this._streamError=H(function(g){this._streamCleanUp(),this._sendError(g)},this),this._streamEnd=H(function(){this._streamCleanUp(),o=!0,this._streamData("")},this),this._streamCleanUp=H(function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)},this)}function te(e){var t,n,o,g,S=Math.pow(2,53),m=-S,d=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,c=/^((\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)))$/,a=this,u=0,h=0,y=!1,p=!1,_=[],f={data:[],errors:[],meta:{}};function C(b){return e.skipEmptyLines==="greedy"?b.join("").trim()==="":b.length===1&&b[0].length===0}function R(){if(f&&o&&(j("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+w.DefaultDelimiter+"'"),o=!1),e.skipEmptyLines&&(f.data=f.data.filter(function(v){return!C(v)})),F()){let v=function(A,z){$(e.transformHeader)&&(A=e.transformHeader(A,z)),_.push(A)};if(f)if(Array.isArray(f.data[0])){for(var b=0;F()&&b<f.data.length;b++)f.data[b].forEach(v);f.data.splice(0,1)}else f.data.forEach(v)}function x(v,A){for(var z=e.header?{}:[],L=0;L<v.length;L++){var T=L,M=v[L],M=((G,E)=>(B=>(e.dynamicTypingFunction&&e.dynamicTyping[B]===void 0&&(e.dynamicTyping[B]=e.dynamicTypingFunction(B)),(e.dynamicTyping[B]||e.dynamicTyping)===!0))(G)?E==="true"||E==="TRUE"||E!=="false"&&E!=="FALSE"&&((B=>{if(d.test(B)&&(B=parseFloat(B),m<B&&B<S))return 1})(E)?parseFloat(E):c.test(E)?new Date(E):E===""?null:E):E)(T=e.header?L>=_.length?"__parsed_extra":_[L]:T,M=e.transform?e.transform(M,T):M);T==="__parsed_extra"?(z[T]=z[T]||[],z[T].push(M)):z[T]=M}return e.header&&(L>_.length?j("FieldMismatch","TooManyFields","Too many fields: expected "+_.length+" fields but parsed "+L,h+A):L<_.length&&j("FieldMismatch","TooFewFields","Too few fields: expected "+_.length+" fields but parsed "+L,h+A)),z}var O;f&&(e.header||e.dynamicTyping||e.transform)&&(O=1,!f.data.length||Array.isArray(f.data[0])?(f.data=f.data.map(x),O=f.data.length):f.data=x(f.data,0),e.header&&f.meta&&(f.meta.fields=_),h+=O)}function F(){return e.header&&_.length===0}function j(b,x,O,v){b={type:b,code:x,message:O},v!==void 0&&(b.row=v),f.errors.push(b)}$(e.step)&&(g=e.step,e.step=function(b){f=b,F()?R():(R(),f.data.length!==0&&(u+=b.data.length,e.preview&&u>e.preview?n.abort():(f.data=f.data[0],g(f,a))))}),this.parse=function(b,x,O){var v=e.quoteChar||'"',v=(e.newline||(e.newline=this.guessLineEndings(b,v)),o=!1,e.delimiter?$(e.delimiter)&&(e.delimiter=e.delimiter(b),f.meta.delimiter=e.delimiter):((v=((A,z,L,T,M)=>{var G,E,B,he;M=M||[","," ","|",";",w.RECORD_SEP,w.UNIT_SEP];for(var de=0;de<M.length;de++){for(var re,ye=M[de],q=0,ne=0,U=0,J=(B=void 0,new le({comments:T,delimiter:ye,newline:z,preview:10}).parse(A)),oe=0;oe<J.data.length;oe++)L&&C(J.data[oe])?U++:(re=J.data[oe].length,ne+=re,B===void 0?B=re:0<re&&(q+=Math.abs(re-B),B=re));0<J.data.length&&(ne/=J.data.length-U),(E===void 0||q<=E)&&(he===void 0||he<ne)&&1.99<ne&&(E=q,G=ye,he=ne)}return{successful:!!(e.delimiter=G),bestDelimiter:G}})(b,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess)).successful?e.delimiter=v.bestDelimiter:(o=!0,e.delimiter=w.DefaultDelimiter),f.meta.delimiter=e.delimiter),ae(e));return e.preview&&e.header&&v.preview++,t=b,n=new le(v),f=n.parse(t,x,O),R(),y?{meta:{paused:!0}}:f||{meta:{paused:!1}}},this.paused=function(){return y},this.pause=function(){y=!0,n.abort(),t=$(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){a.streamer._halted?(y=!1,a.streamer.parseChunk(t,!0)):setTimeout(a.resume,3)},this.aborted=function(){return p},this.abort=function(){p=!0,n.abort(),f.meta.aborted=!0,$(e.complete)&&e.complete(f),t=""},this.guessLineEndings=function(A,v){A=A.substring(0,1048576);var v=new RegExp(se(v)+"([^]*?)"+se(v),"gm"),O=(A=A.replace(v,"")).split("\r"),v=A.split(`
|
|
7
7
|
`),A=1<v.length&&v[0].length<O[0].length;if(O.length===1||A)return`
|
|
8
|
-
`;for(var z=0,
|
|
8
|
+
`;for(var z=0,L=0;L<O.length;L++)O[L][0]===`
|
|
9
9
|
`&&z++;return z>=O.length/2?`\r
|
|
10
|
-
`:"\r"}}function
|
|
10
|
+
`:"\r"}}function se(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function le(e){var t=(e=e||{}).delimiter,n=e.newline,o=e.comments,g=e.step,S=e.preview,m=e.fastMode,d=null,c=!1,a=e.quoteChar==null?'"':e.quoteChar,u=a;if(e.escapeChar!==void 0&&(u=e.escapeChar),(typeof t!="string"||-1<w.BAD_DELIMITERS.indexOf(t))&&(t=","),o===t)throw new Error("Comment character same as delimiter");o===!0?o="#":(typeof o!="string"||-1<w.BAD_DELIMITERS.indexOf(o))&&(o=!1),n!==`
|
|
11
11
|
`&&n!=="\r"&&n!==`\r
|
|
12
12
|
`&&(n=`
|
|
13
|
-
`);var h=0,y=!1;this.parse=function(p,_,
|
|
14
|
-
`,m='"',
|
|
15
|
-
`,'"',w.BYTE_ORDER_MARK],w.WORKERS_SUPPORTED=!M&&!!c.Worker,w.NODE_STREAM_INPUT=1,w.LocalChunkSize=10485760,w.RemoteChunkSize=5242880,w.DefaultDelimiter=",",w.Parser=ce,w.ParserHandle=ee,w.NetworkStreamer=W,w.FileStreamer=X,w.StringStreamer=K,w.ReadableStreamStreamer=Q,c.jQuery&&((x=c.jQuery).fn.parse=function(e){var t=e.config||{},n=[];return this.each(function(b){if(!(x(this).prop("tagName").toUpperCase()==="INPUT"&&x(this).attr("type").toLowerCase()==="file"&&c.FileReader)||!this.files||this.files.length===0)return!0;for(var m=0;m<this.files.length;m++)n.push({file:this.files[m],inputElem:this,instanceConfig:x.extend({},t)})}),o(),this;function o(){if(n.length===0)$(e.complete)&&e.complete();else{var b,m,f,l,a=n[0];if($(e.before)){var u=e.before(a.file,a.inputElem);if(typeof u=="object"){if(u.action==="abort")return b="AbortError",m=a.file,f=a.inputElem,l=u.reason,void($(e.error)&&e.error({name:b},m,f,l));if(u.action==="skip")return void g();typeof u.config=="object"&&(a.instanceConfig=x.extend(a.instanceConfig,u.config))}else if(u==="skip")return void g()}var h=a.instanceConfig.complete;a.instanceConfig.complete=function(y){$(h)&&h(y,a.file,a.inputElem),g()},w.parse(a.file,a.instanceConfig)}}function g(){n.splice(0,1),o()}}),L&&(c.onmessage=function(e){e=e.data,w.WORKER_ID===void 0&&e&&(w.WORKER_ID=e.workerId),typeof e.input=="string"?c.postMessage({workerId:w.WORKER_ID,results:w.parse(e.input,e.config),finished:!0}):(c.File&&e.input instanceof File||e.input instanceof Object)&&(e=w.parse(e.input,e.config))&&c.postMessage({workerId:w.WORKER_ID,results:e,finished:!0})}),(W.prototype=Object.create(Y.prototype)).constructor=W,(X.prototype=Object.create(Y.prototype)).constructor=X,(K.prototype=Object.create(K.prototype)).constructor=K,(Q.prototype=Object.create(Y.prototype)).constructor=Q,w})})(ve)),ve.exports}var Ce=Fe();class ze{static unparse(r,i){return Ce.unparse(r,i)}static parse(r){return new Promise((i,c)=>{Ce.parse(r,{header:!0,complete:x=>i(x),error:x=>c(x)})})}}async function $e(s,r,i){const c=i?.mimeType??je(r),x=Be(s,c);if("showSaveFilePicker"in window&&i?.showSaveFilePicker)try{const H=await(await window.showSaveFilePicker({suggestedName:r,types:[{description:"Datei",accept:{[c]:[`.${Ae(r)}`]}}]})).createWritable();await H.write(x),await H.close();return}catch{}const M=URL.createObjectURL(x),L=document.createElement("a");L.href=M,L.download=r,L.rel="noopener",L.style.display="none",document.body.appendChild(L),We(L),window.setTimeout(()=>{document.body.removeChild(L),URL.revokeObjectURL(M)},0),Ue()&&window.open(M,"_blank","noopener,noreferrer")}function Be(s,r){if(s instanceof Blob)return s.type?s:new Blob([s],{type:r});if(s instanceof ArrayBuffer||s instanceof Uint8Array){const i=s instanceof Uint8Array?s:new Uint8Array(s);return new Blob([i],{type:r})}return new Blob([s],{type:r||"text/plain;charset=utf-8"})}function je(s){switch(Ae(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 Ae(s){const r=s.lastIndexOf(".");return r>=0&&r<s.length-1?s.slice(r+1):""}function We(s){const r=document.createEvent("MouseEvents");r.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),s.dispatchEvent(r)}function Ue(){const s=navigator.userAgent,r=/iPad|iPhone|iPod/.test(s),i=/^((?!chrome|android).)*safari/i.test(s);return r||i}class Pe{static getEnumValue(r,i){if(i in r)return r[i];throw Error(`${i} not found in ${r}`)}static getKeyValues(r){return Object.keys(r).filter(i=>!isNaN(Number(i))).map(i=>({key:Number(i),value:r[i]}))}}class He{static getFileExtension(r){let i="";const c=r.lastIndexOf(".");return c>0&&c<r.length-1&&(i=`.${r.substring(c+1).toLowerCase()}`),i}static readAsText(r){const i=new FileReader;return new Promise((c,x)=>{i.onload=()=>{i.onload=null,i.onerror=null,typeof i.result=="string"?c(i.result):x(new Error("Unexpected result type"))},i.onerror=()=>{const M=i.error??new Error("FileReader error");i.onload=null,i.onerror=null,x(M)},i.readAsText(r)})}static readAsArrayBuffer(r){const i=new FileReader;return new Promise((c,x)=>{i.onload=()=>{i.onload=null,i.onerror=null,i.result instanceof ArrayBuffer?c(i.result):x(new Error("Unexpected result type"))},i.onerror=()=>{const M=i.error??new Error("FileReader error");i.onload=null,i.onerror=null,x(M)},i.readAsArrayBuffer(r)})}static readAsDataUrl(r){const i=new FileReader;return new Promise((c,x)=>{i.onload=M=>{c(M)},i.onerror=M=>x(M),i.readAsDataURL(r)})}static formatFileSize(r,i=2,c){if(r===0)return"0 Bytes";const x=1024,M=["Bytes","KB","MB","GB","TB"];let L=Math.floor(Math.log(r)/Math.log(x));c&&M.includes(c)&&(L=M.indexOf(c));const P=r/Math.pow(x,L);return`${parseFloat(P.toFixed(i))} ${M[L]}`}static save(r,i,c){const x=new Blob([r],{type:c});$e(x,i)}}class ge{static set(r,i){localStorage.setItem(r,JSON.stringify(i))}static get(r){let i=null;const c=localStorage.getItem(r);return c&&(i=JSON.parse(c)),i}static remove(r){let i=!!ge.get(r);return i&&localStorage.removeItem(r),i}static removeAll(){localStorage.clear()}static getKeysBy(r){return Object.keys(localStorage).filter(i=>i.startsWith(r))}}var pe=(s=>(s.log="log",s.info="info",s.warn="warn",s.debug="debug",s.error="error",s))(pe||{});class le{static log(...r){le.doLog(pe.log,r)}static info(...r){le.doLog(pe.info,r)}static warn(...r){le.doLog(pe.warn,r)}static debug(...r){le.doLog(pe.debug,r)}static error(...r){le.doLog(pe.error,r)}static doLog(r,i){console[r].apply(console,i)}}const Ye=(s,r,i)=>s.localeCompare(r)*(i?1:-1),Ne=(s,r)=>s<r?-1:s===r?0:1,qe=(s,r,i)=>Ne(s,r)*(i?1:-1),Ke=(s,r,i)=>{let c=0;return typeof s=="string"&&typeof r=="string"?c=Ye(s,r,i):c=qe(s,r,i),c},Le=(s,r,i,c)=>{const x=i(s),M=i(r);return Ke(x,M,c)};class Je{static get(r){return ge.get(r)}static set(r,i){ge.set(r,i)}static remove(r){ge.remove(r)}}Array.prototype.distinct=function(s){const r=this;return s?r.filter((c,x,M)=>M.findIndex(L=>s(L,c))===x):r.filter((c,x,M)=>M.indexOf(c)===x)};Array.prototype.filterBy=function(s){return this.filter(r=>{let i=!1;return s&&r[s]?i=r[s]===s:i=r===s,i})};Array.prototype.first=function(){return this?.length>0?this[0]:null};Array.prototype.groupBy=function(s){return this.reduce((r,i)=>{const c=s(i);return(r[c]=r[c]||[]).push(i),r},{})};Array.prototype.orderBy=function(s,r=!0){return this?.sort((i,c)=>Le(i,c,s,r)),this};Array.prototype.removeBy=function(s,r){return this.filter(i=>s(i)!==r)};var ke={exports:{}},Qe=ke.exports,De;function Ve(){return De||(De=1,(function(s,r){(function(i,c){s.exports=c()})(Qe,(function(){var i=1e3,c=6e4,x=36e5,M="millisecond",L="second",P="minute",H="hour",w="day",Y="week",W="month",X="quarter",K="year",Q="date",ee="Invalid Date",ie=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,ce=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,me={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(m){var f=["th","st","nd","rd"],l=m%100;return"["+m+(f[(l-20)%10]||f[l]||f[0])+"]"}},oe=function(m,f,l){var a=String(m);return!a||a.length>=f?m:""+Array(f+1-a.length).join(l)+m},we={s:oe,z:function(m){var f=-m.utcOffset(),l=Math.abs(f),a=Math.floor(l/60),u=l%60;return(f<=0?"+":"-")+oe(a,2,"0")+":"+oe(u,2,"0")},m:function m(f,l){if(f.date()<l.date())return-m(l,f);var a=12*(l.year()-f.year())+(l.month()-f.month()),u=f.clone().add(a,W),h=l-u<0,y=f.clone().add(a+(h?-1:1),W);return+(-(a+(l-u)/(h?u-y:y-u))||0)},a:function(m){return m<0?Math.ceil(m)||0:Math.floor(m)},p:function(m){return{M:W,y:K,w:Y,d:w,D:Q,h:H,m:P,s:L,ms:M,Q:X}[m]||String(m||"").toLowerCase().replace(/s$/,"")},u:function(m){return m===void 0}},se="en",N={};N[se]=me;var $="$isDayjsObject",e=function(m){return m instanceof g||!(!m||!m[$])},t=function m(f,l,a){var u;if(!f)return se;if(typeof f=="string"){var h=f.toLowerCase();N[h]&&(u=h),l&&(N[h]=l,u=h);var y=f.split("-");if(!u&&y.length>1)return m(y[0])}else{var p=f.name;N[p]=f,u=p}return!a&&u&&(se=u),u||!a&&se},n=function(m,f){if(e(m))return m.clone();var l=typeof f=="object"?f:{};return l.date=m,l.args=arguments,new g(l)},o=we;o.l=t,o.i=e,o.w=function(m,f){return n(m,{locale:f.$L,utc:f.$u,x:f.$x,$offset:f.$offset})};var g=(function(){function m(l){this.$L=t(l.locale,null,!0),this.parse(l),this.$x=this.$x||l.x||{},this[$]=!0}var f=m.prototype;return f.parse=function(l){this.$d=(function(a){var u=a.date,h=a.utc;if(u===null)return new Date(NaN);if(o.u(u))return new Date;if(u instanceof Date)return new Date(u);if(typeof u=="string"&&!/Z$/i.test(u)){var y=u.match(ie);if(y){var p=y[2]-1||0,_=(y[7]||"0").substring(0,3);return h?new Date(Date.UTC(y[1],p,y[3]||1,y[4]||0,y[5]||0,y[6]||0,_)):new Date(y[1],p,y[3]||1,y[4]||0,y[5]||0,y[6]||0,_)}}return new Date(u)})(l),this.init()},f.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()},f.$utils=function(){return o},f.isValid=function(){return this.$d.toString()!==ee},f.isSame=function(l,a){var u=n(l);return this.startOf(a)<=u&&u<=this.endOf(a)},f.isAfter=function(l,a){return n(l)<this.startOf(a)},f.isBefore=function(l,a){return this.endOf(a)<n(l)},f.$g=function(l,a,u){return o.u(l)?this[a]:this.set(u,l)},f.unix=function(){return Math.floor(this.valueOf()/1e3)},f.valueOf=function(){return this.$d.getTime()},f.startOf=function(l,a){var u=this,h=!!o.u(a)||a,y=o.p(l),p=function(E,O){var v=o.w(u.$u?Date.UTC(u.$y,O,E):new Date(u.$y,O,E),u);return h?v:v.endOf(w)},_=function(E,O){return o.w(u.toDate()[E].apply(u.toDate("s"),(h?[0,0,0,0]:[23,59,59,999]).slice(O)),u)},d=this.$W,C=this.$M,R=this.$D,F="set"+(this.$u?"UTC":"");switch(y){case K:return h?p(1,0):p(31,11);case W:return h?p(1,C):p(0,C+1);case Y:var j=this.$locale().weekStart||0,k=(d<j?d+7:d)-j;return p(h?R-k:R+(6-k),C);case w:case Q:return _(F+"Hours",0);case H:return _(F+"Minutes",1);case P:return _(F+"Seconds",2);case L:return _(F+"Milliseconds",3);default:return this.clone()}},f.endOf=function(l){return this.startOf(l,!1)},f.$set=function(l,a){var u,h=o.p(l),y="set"+(this.$u?"UTC":""),p=(u={},u[w]=y+"Date",u[Q]=y+"Date",u[W]=y+"Month",u[K]=y+"FullYear",u[H]=y+"Hours",u[P]=y+"Minutes",u[L]=y+"Seconds",u[M]=y+"Milliseconds",u)[h],_=h===w?this.$D+(a-this.$W):a;if(h===W||h===K){var d=this.clone().set(Q,1);d.$d[p](_),d.init(),this.$d=d.set(Q,Math.min(this.$D,d.daysInMonth())).$d}else p&&this.$d[p](_);return this.init(),this},f.set=function(l,a){return this.clone().$set(l,a)},f.get=function(l){return this[o.p(l)]()},f.add=function(l,a){var u,h=this;l=Number(l);var y=o.p(a),p=function(C){var R=n(h);return o.w(R.date(R.date()+Math.round(C*l)),h)};if(y===W)return this.set(W,this.$M+l);if(y===K)return this.set(K,this.$y+l);if(y===w)return p(1);if(y===Y)return p(7);var _=(u={},u[P]=c,u[H]=x,u[L]=i,u)[y]||1,d=this.$d.getTime()+l*_;return o.w(d,this)},f.subtract=function(l,a){return this.add(-1*l,a)},f.format=function(l){var a=this,u=this.$locale();if(!this.isValid())return u.invalidDate||ee;var h=l||"YYYY-MM-DDTHH:mm:ssZ",y=o.z(this),p=this.$H,_=this.$m,d=this.$M,C=u.weekdays,R=u.months,F=u.meridiem,j=function(O,v,A,z){return O&&(O[v]||O(a,h))||A[v].slice(0,z)},k=function(O){return o.s(p%12||12,O,"0")},E=F||function(O,v,A){var z=O<12?"AM":"PM";return A?z.toLowerCase():z};return h.replace(ce,(function(O,v){return v||(function(A){switch(A){case"YY":return String(a.$y).slice(-2);case"YYYY":return o.s(a.$y,4,"0");case"M":return d+1;case"MM":return o.s(d+1,2,"0");case"MMM":return j(u.monthsShort,d,R,3);case"MMMM":return j(R,d);case"D":return a.$D;case"DD":return o.s(a.$D,2,"0");case"d":return String(a.$W);case"dd":return j(u.weekdaysMin,a.$W,C,2);case"ddd":return j(u.weekdaysShort,a.$W,C,3);case"dddd":return C[a.$W];case"H":return String(p);case"HH":return o.s(p,2,"0");case"h":return k(1);case"hh":return k(2);case"a":return E(p,_,!0);case"A":return E(p,_,!1);case"m":return String(_);case"mm":return o.s(_,2,"0");case"s":return String(a.$s);case"ss":return o.s(a.$s,2,"0");case"SSS":return o.s(a.$ms,3,"0");case"Z":return y}return null})(O)||y.replace(":","")}))},f.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},f.diff=function(l,a,u){var h,y=this,p=o.p(a),_=n(l),d=(_.utcOffset()-this.utcOffset())*c,C=this-_,R=function(){return o.m(y,_)};switch(p){case K:h=R()/12;break;case W:h=R();break;case X:h=R()/3;break;case Y:h=(C-d)/6048e5;break;case w:h=(C-d)/864e5;break;case H:h=C/x;break;case P:h=C/c;break;case L:h=C/i;break;default:h=C}return u?h:o.a(h)},f.daysInMonth=function(){return this.endOf(W).$D},f.$locale=function(){return N[this.$L]},f.locale=function(l,a){if(!l)return this.$L;var u=this.clone(),h=t(l,a,!0);return h&&(u.$L=h),u},f.clone=function(){return o.w(this.$d,this)},f.toDate=function(){return new Date(this.valueOf())},f.toJSON=function(){return this.isValid()?this.toISOString():null},f.toISOString=function(){return this.$d.toISOString()},f.toString=function(){return this.$d.toUTCString()},m})(),b=g.prototype;return n.prototype=b,[["$ms",M],["$s",L],["$m",P],["$H",H],["$W",w],["$M",W],["$y",K],["$D",Q]].forEach((function(m){b[m[1]]=function(f){return this.$g(f,m[0],m[1])}})),n.extend=function(m,f){return m.$i||(m(f,g,n),m.$i=!0),n},n.locale=t,n.isDayjs=e,n.unix=function(m){return n(1e3*m)},n.en=N[se],n.Ls=N,n.p={},n}))})(ke)),ke.exports}var Ze=Ve();const G=Re(Ze);var be={exports:{}},Ge=be.exports,Me;function Xe(){return Me||(Me=1,(function(s,r){(function(i,c){s.exports=c()})(Ge,(function(){var i={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(c,x,M){var L=x.prototype,P=L.format;M.en.formats=i,L.format=function(H){H===void 0&&(H="YYYY-MM-DDTHH:mm:ssZ");var w=this.$locale().formats,Y=(function(W,X){return W.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(K,Q,ee){var ie=ee&&ee.toUpperCase();return Q||X[ee]||i[ee]||X[ie].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(ce,me,oe){return me||oe.slice(1)}))}))})(H,w===void 0?{}:w);return P.call(this,Y)}}}))})(be)),be.exports}var et=Xe();const tt=Re(et);G.extend(tt);Date.prototype.isAfter=function(s,r){return G(this).isAfter(s,r)};Date.prototype.isBefore=function(s,r){return G(this).isBefore(s,r)};Date.prototype.format=function(s){return G(this).format(s)};Date.prototype.isValid=function(){return G(this).isValid()};Date.prototype.add=function(s,r){return G(this).add(s,r).toDate()};Date.prototype.subtract=function(s,r){return G(this).subtract(s,r).toDate()};Date.prototype.firstDayOfMonth=function(){return G(this).startOf("month").toDate()};Date.prototype.lastDayOfMonth=function(){return G(this).endOf("month").toDate()};Date.prototype.set=function(s,r){return G(this).set(s,r).toDate()};Date.prototype.diff=function(s,r){return G(this).diff(s,r)};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};var V=(s=>(s.opera="opera",s.firefox="firefox",s.safari="safari",s.ie="ie",s.edge="edge",s.edg="edg",s.electron="electron",s.chrome="chrome",s.iOsSafari="iOsSafari",s.edgiOs="edgiOs",s.headlessChrome="headlessChrome",s))(V||{});const he={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400,xxxl:1600};class rt{screenWidth=0;lastBreakpoint;resizeListener;breakpointChangeCallbacks=new Set;onResizeCallbacks=new Set;rafId=null;emitTimeoutId=null;pendingWidth;pendingBreakpoint;duplicateThresholdMs=60;constructor(){typeof window<"u"&&(this.screenWidth=window.innerWidth,this.resizeListener=this.onResize.bind(this),window.addEventListener("resize",this.resizeListener,{passive:!0}),this.lastBreakpoint=this.getBreakpointByScreenWidth(this.screenWidth))}destroy(){typeof window<"u"&&window.removeEventListener("resize",this.resizeListener),this.breakpointChangeCallbacks.clear(),this.onResizeCallbacks.clear(),this.rafId!==null&&(cancelAnimationFrame(this.rafId),this.rafId=null)}getCurrentBreakpoint(){return this.lastBreakpoint}getCurrentScreenWidth(){return this.screenWidth}onBreakpointChange(r){this.breakpointChangeCallbacks.add(r)}offBreakpointChange(r){this.breakpointChangeCallbacks.delete(r)}onResizeChange(r){this.onResizeCallbacks.add(r)}offResizeChange(r){this.onResizeCallbacks.delete(r)}getCurrentBrowser(){const r=navigator.userAgent.toLowerCase();if(this.isOpera())return V.opera;if(this.isFirefox())return V.firefox;if(this.isSafari())return V.safari;if(this.isIE())return V.ie;if(this.isEdge())return V.edge;if(this.isEdg())return V.edg;if(this.isElectron(r))return V.electron;if(this.isChrome())return V.chrome;if(this.isIOsSafari(r))return V.iOsSafari;if(this.isEdgiOs(r))return V.edgiOs;if(this.isHeadlessChrome(r))return V.headlessChrome;throw new Error("Browser could not be detected: "+r)}getBreakpointByScreenWidth(r=this.screenWidth){let i="xs";for(const c of Object.keys(he))he[c]<=r&&(i=c);return{breakpoint:i,screenWidth:he[i]}}isScreenGreaterThan(r){return this.screenWidth>he[r]}isScreenSmallerThan(r){return this.screenWidth<he[r]}getBreakpoint(r){return{breakpoint:r,screenWidth:he[r]}}isOpera(){return typeof window<"u"&&(!!window.opr&&!!window.opr.addons||!!window.opera||navigator.userAgent.includes("OPR/"))}isFirefox(){return typeof globalThis.InstallTrigger<"u"}isSafari(){return typeof window>"u"?!1:/constructor/i.test(window.HTMLElement)||(r=>r.toString()==="[object SafariRemoteNotification]")(!window.safari||window.safari&&window.safari.pushNotification)}isIE(){return typeof document>"u"?!1:!!document.documentMode}isEdge(){return typeof window>"u"?!1:!this.isIE()&&!!window.StyleMedia}isEdg(){return typeof navigator>"u"?!1:navigator.userAgent.toLowerCase().includes("edg")}isElectron(r){return r.includes("electron")}isChrome(){return typeof window>"u"?!1:!!window.chrome&&!this.isOpera()&&!this.isEdge()&&!this.isEdg()&&!this.isFirefox()&&!this.isSafari()&&!this.isIE()}isIOsSafari(r){return r.includes("iphone")||r.includes("ipad")||r.includes("macintosh")&&typeof document<"u"&&"ontouchend"in document&&r.includes("safari")}isEdgiOs(r){return r.includes("edgios")}isHeadlessChrome(r){return r.includes("headlesschrome")}onResize=()=>{if(typeof window>"u")return;const r=window.innerWidth,i=this.getBreakpointByScreenWidth(r);this.lastBreakpoint?.breakpoint!==i?.breakpoint&&(this.lastBreakpoint=i,i&&this.breakpointChangeCallbacks.forEach(c=>c(i))),this.pendingWidth=r,this.pendingBreakpoint=i,this.emitTimeoutId&&clearTimeout(this.emitTimeoutId),this.emitTimeoutId=window.setTimeout(()=>{this.pendingBreakpoint&&this.onResizeCallbacks.forEach(c=>c(this.pendingWidth,this.pendingBreakpoint)),this.pendingWidth=void 0,this.pendingBreakpoint=void 0,this.emitTimeoutId=null},this.duplicateThresholdMs)}}exports.BrowserService=rt;exports.BrowserType=V;exports.CsvHelper=ze;exports.EnumHelper=Pe;exports.FileHelper=He;exports.LocalStorageHelper=ge;exports.LoggerHelper=le;exports.ScreenBreakpoints=he;exports.TokenHelper=Je;exports.copyToClipboard=Ie;exports.saveAs=$e;exports.sortHelper=Le;
|
|
13
|
+
`);var h=0,y=!1;this.parse=function(p,_,f){if(typeof p!="string")throw new Error("Input must be a string");var C=p.length,R=t.length,F=n.length,j=o.length,b=$(g),x=[],O=[],v=[],A=h=0;if(!p)return q();if(m||m!==!1&&p.indexOf(a)===-1){for(var z=p.split(n),L=0;L<z.length;L++){if(v=z[L],h+=v.length,L!==z.length-1)h+=n.length;else if(f)return q();if(!o||v.substring(0,j)!==o){if(b){if(x=[],he(v.split(t)),ne(),y)return q()}else he(v.split(t));if(S&&S<=L)return x=x.slice(0,S),q(!0)}}return q()}for(var T=p.indexOf(t,h),M=p.indexOf(n,h),G=new RegExp(se(u)+se(a),"g"),E=p.indexOf(a,h);;)if(p[h]===a)for(E=h,h++;;){if((E=p.indexOf(a,E+1))===-1)return f||O.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:x.length,index:h}),re();if(E===C-1)return re(p.substring(h,E).replace(G,a));if(a===u&&p[E+1]===u)E++;else if(a===u||E===0||p[E-1]!==u){T!==-1&&T<E+1&&(T=p.indexOf(t,E+1));var B=de((M=M!==-1&&M<E+1?p.indexOf(n,E+1):M)===-1?T:Math.min(T,M));if(p.substr(E+1+B,R)===t){v.push(p.substring(h,E).replace(G,a)),p[h=E+1+B+R]!==a&&(E=p.indexOf(a,h)),T=p.indexOf(t,h),M=p.indexOf(n,h);break}if(B=de(M),p.substring(E+1+B,E+1+B+F)===n){if(v.push(p.substring(h,E).replace(G,a)),ye(E+1+B+F),T=p.indexOf(t,h),E=p.indexOf(a,h),b&&(ne(),y))return q();if(S&&x.length>=S)return q(!0);break}O.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:x.length,index:h}),E++}}else if(o&&v.length===0&&p.substring(h,h+j)===o){if(M===-1)return q();h=M+F,M=p.indexOf(n,h),T=p.indexOf(t,h)}else if(T!==-1&&(T<M||M===-1))v.push(p.substring(h,T)),h=T+R,T=p.indexOf(t,h);else{if(M===-1)break;if(v.push(p.substring(h,M)),ye(M+F),b&&(ne(),y))return q();if(S&&x.length>=S)return q(!0)}return re();function he(U){x.push(U),A=h}function de(U){var J=0;return J=U!==-1&&(U=p.substring(E+1,U))&&U.trim()===""?U.length:J}function re(U){return f||(U===void 0&&(U=p.substring(h)),v.push(U),h=C,he(v),b&&ne()),q()}function ye(U){h=U,he(v),v=[],M=p.indexOf(n,h)}function q(U){if(e.header&&!_&&x.length&&!c){var J=x[0],oe=Object.create(null),Se=new Set(J);let xe=!1;for(let fe=0;fe<J.length;fe++){let ie=J[fe];if(oe[ie=$(e.transformHeader)?e.transformHeader(ie,fe):ie]){let _e,Oe=oe[ie];for(;_e=ie+"_"+Oe,Oe++,Se.has(_e););Se.add(_e),J[fe]=_e,oe[ie]++,xe=!0,(d=d===null?{}:d)[_e]=ie}else oe[ie]=1,J[fe]=ie;Se.add(ie)}xe&&console.warn("Duplicate headers found and renamed."),c=!0}return{data:x,errors:O,meta:{delimiter:t,linebreak:n,aborted:y,truncated:!!U,cursor:A+(_||0),renamedHeaders:d}}}function ne(){g(q()),x=[],O=[]}},this.abort=function(){y=!0},this.getCharIndex=function(){return h}}function me(e){var t=e.data,n=P[t.workerId],o=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var g={abort:function(){o=!0,ue(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:we,resume:we};if($(n.userStep)){for(var S=0;S<t.results.data.length&&(n.userStep({data:t.results.data[S],errors:t.results.errors,meta:t.results.meta},g),!o);S++);delete t.results}else $(n.userChunk)&&(n.userChunk(t.results,g,t.file),delete t.results)}t.finished&&!o&&ue(t.workerId,t.results)}function ue(e,t){var n=P[e];$(n.userComplete)&&n.userComplete(t),n.terminate(),delete P[e]}function we(){throw new Error("Not implemented.")}function ae(e){if(typeof e!="object"||e===null)return e;var t,n=Array.isArray(e)?[]:{};for(t in e)n[t]=ae(e[t]);return n}function H(e,t){return function(){e.apply(t,arguments)}}function $(e){return typeof e=="function"}return w.parse=function(e,t){var n=(t=t||{}).dynamicTyping||!1;if($(n)&&(t.dynamicTypingFunction=n,n={}),t.dynamicTyping=n,t.transform=!!$(t.transform)&&t.transform,!t.worker||!w.WORKERS_SUPPORTED)return n=null,w.NODE_STREAM_INPUT,typeof e=="string"?(e=(o=>o.charCodeAt(0)!==65279?o:o.slice(1))(e),n=new(t.download?W:K)(t)):e.readable===!0&&$(e.read)&&$(e.on)?n=new Q(t):(l.File&&e instanceof File||e instanceof Object)&&(n=new ee(t)),n.stream(e);(n=(()=>{var o;return!!w.WORKERS_SUPPORTED&&(o=(()=>{var g=l.URL||l.webkitURL||null,S=i.toString();return w.BLOB_URL||(w.BLOB_URL=g.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"})))})(),(o=new l.Worker(o)).onmessage=me,o.id=Y++,P[o.id]=o)})()).userStep=t.step,n.userChunk=t.chunk,n.userComplete=t.complete,n.userError=t.error,t.step=$(t.step),t.chunk=$(t.chunk),t.complete=$(t.complete),t.error=$(t.error),delete t.worker,n.postMessage({input:e,config:t,workerId:n.id})},w.unparse=function(e,t){var n=!1,o=!0,g=",",S=`\r
|
|
14
|
+
`,m='"',d=m+m,c=!1,a=null,u=!1,h=((()=>{if(typeof t=="object"){if(typeof t.delimiter!="string"||w.BAD_DELIMITERS.filter(function(_){return t.delimiter.indexOf(_)!==-1}).length||(g=t.delimiter),typeof t.quotes!="boolean"&&typeof t.quotes!="function"&&!Array.isArray(t.quotes)||(n=t.quotes),typeof t.skipEmptyLines!="boolean"&&typeof t.skipEmptyLines!="string"||(c=t.skipEmptyLines),typeof t.newline=="string"&&(S=t.newline),typeof t.quoteChar=="string"&&(m=t.quoteChar),typeof t.header=="boolean"&&(o=t.header),Array.isArray(t.columns)){if(t.columns.length===0)throw new Error("Option columns is empty");a=t.columns}t.escapeChar!==void 0&&(d=t.escapeChar+m),t.escapeFormulae instanceof RegExp?u=t.escapeFormulae:typeof t.escapeFormulae=="boolean"&&t.escapeFormulae&&(u=/^[=+\-@\t\r].*$/)}})(),new RegExp(se(m),"g"));if(typeof e=="string"&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return y(null,e,c);if(typeof e[0]=="object")return y(a||Object.keys(e[0]),e,c)}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||a),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])),y(e.fields||[],e.data||[],c);throw new Error("Unable to serialize unrecognized input");function y(_,f,C){var R="",F=(typeof _=="string"&&(_=JSON.parse(_)),typeof f=="string"&&(f=JSON.parse(f)),Array.isArray(_)&&0<_.length),j=!Array.isArray(f[0]);if(F&&o){for(var b=0;b<_.length;b++)0<b&&(R+=g),R+=p(_[b],b);0<f.length&&(R+=S)}for(var x=0;x<f.length;x++){var O=(F?_:f[x]).length,v=!1,A=F?Object.keys(f[x]).length===0:f[x].length===0;if(C&&!F&&(v=C==="greedy"?f[x].join("").trim()==="":f[x].length===1&&f[x][0].length===0),C==="greedy"&&F){for(var z=[],L=0;L<O;L++){var T=j?_[L]:L;z.push(f[x][T])}v=z.join("").trim()===""}if(!v){for(var M=0;M<O;M++){0<M&&!A&&(R+=g);var G=F&&j?_[M]:M;R+=p(f[x][G],M)}x<f.length-1&&(!C||0<O&&!A)&&(R+=S)}}return R}function p(_,f){var C,R;return _==null?"":_.constructor===Date?JSON.stringify(_).slice(1,25):(R=!1,u&&typeof _=="string"&&u.test(_)&&(_="'"+_,R=!0),C=_.toString().replace(h,d),(R=R||n===!0||typeof n=="function"&&n(_,f)||Array.isArray(n)&&n[f]||((F,j)=>{for(var b=0;b<j.length;b++)if(-1<F.indexOf(j[b]))return!0;return!1})(C,w.BAD_DELIMITERS)||-1<C.indexOf(g)||C.charAt(0)===" "||C.charAt(C.length-1)===" ")?m+C+m:C)}},w.RECORD_SEP="",w.UNIT_SEP="",w.BYTE_ORDER_MARK="\uFEFF",w.BAD_DELIMITERS=["\r",`
|
|
15
|
+
`,'"',w.BYTE_ORDER_MARK],w.WORKERS_SUPPORTED=!D&&!!l.Worker,w.NODE_STREAM_INPUT=1,w.LocalChunkSize=10485760,w.RemoteChunkSize=5242880,w.DefaultDelimiter=",",w.Parser=le,w.ParserHandle=te,w.NetworkStreamer=W,w.FileStreamer=ee,w.StringStreamer=K,w.ReadableStreamStreamer=Q,l.jQuery&&((k=l.jQuery).fn.parse=function(e){var t=e.config||{},n=[];return this.each(function(S){if(!(k(this).prop("tagName").toUpperCase()==="INPUT"&&k(this).attr("type").toLowerCase()==="file"&&l.FileReader)||!this.files||this.files.length===0)return!0;for(var m=0;m<this.files.length;m++)n.push({file:this.files[m],inputElem:this,instanceConfig:k.extend({},t)})}),o(),this;function o(){if(n.length===0)$(e.complete)&&e.complete();else{var S,m,d,c,a=n[0];if($(e.before)){var u=e.before(a.file,a.inputElem);if(typeof u=="object"){if(u.action==="abort")return S="AbortError",m=a.file,d=a.inputElem,c=u.reason,void($(e.error)&&e.error({name:S},m,d,c));if(u.action==="skip")return void g();typeof u.config=="object"&&(a.instanceConfig=k.extend(a.instanceConfig,u.config))}else if(u==="skip")return void g()}var h=a.instanceConfig.complete;a.instanceConfig.complete=function(y){$(h)&&h(y,a.file,a.inputElem),g()},w.parse(a.file,a.instanceConfig)}}function g(){n.splice(0,1),o()}}),I&&(l.onmessage=function(e){e=e.data,w.WORKER_ID===void 0&&e&&(w.WORKER_ID=e.workerId),typeof e.input=="string"?l.postMessage({workerId:w.WORKER_ID,results:w.parse(e.input,e.config),finished:!0}):(l.File&&e.input instanceof File||e.input instanceof Object)&&(e=w.parse(e.input,e.config))&&l.postMessage({workerId:w.WORKER_ID,results:e,finished:!0})}),(W.prototype=Object.create(N.prototype)).constructor=W,(ee.prototype=Object.create(N.prototype)).constructor=ee,(K.prototype=Object.create(K.prototype)).constructor=K,(Q.prototype=Object.create(N.prototype)).constructor=Q,w})})(ve)),ve.exports}var Fe=Te();const ze=Ee(Fe),{parse:Be,unparse:je}=ze;class We{static unparse(r,i){return je(r,i)}static parse(r){return new Promise((i,l)=>{Be(r,{header:!0,complete:k=>i(k),error:k=>l(k)})})}}async function Re(s,r,i){const l=i?.mimeType??Pe(r),k=Ue(s,l);if("showSaveFilePicker"in window&&i?.showSaveFilePicker)try{const Y=await(await window.showSaveFilePicker({suggestedName:r,types:[{description:"Datei",accept:{[l]:[`.${$e(r)}`]}}]})).createWritable();await Y.write(k),await Y.close();return}catch{}const D=URL.createObjectURL(k),I=document.createElement("a");I.href=D,I.download=r,I.rel="noopener",I.style.display="none",document.body.appendChild(I),Ye(I),window.setTimeout(()=>{document.body.removeChild(I),URL.revokeObjectURL(D)},0),Ne()&&window.open(D,"_blank","noopener,noreferrer")}function Ue(s,r){if(s instanceof Blob)return s.type?s:new Blob([s],{type:r});if(s instanceof ArrayBuffer||s instanceof Uint8Array){const i=s instanceof Uint8Array?s:new Uint8Array(s);return new Blob([i],{type:r})}return new Blob([s],{type:r||"text/plain;charset=utf-8"})}function Pe(s){switch($e(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 $e(s){const r=s.lastIndexOf(".");return r>=0&&r<s.length-1?s.slice(r+1):""}function Ye(s){const r=document.createEvent("MouseEvents");r.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),s.dispatchEvent(r)}function Ne(){const s=navigator.userAgent,r=/iPad|iPhone|iPod/.test(s),i=/^((?!chrome|android).)*safari/i.test(s);return r||i}class He{static getEnumValue(r,i){if(i in r)return r[i];throw Error(`${i} not found in ${r}`)}static getKeyValues(r){return Object.keys(r).filter(i=>!isNaN(Number(i))).map(i=>({key:Number(i),value:r[i]}))}}class qe{static getFileExtension(r){let i="";const l=r.lastIndexOf(".");return l>0&&l<r.length-1&&(i=`.${r.substring(l+1).toLowerCase()}`),i}static readAsText(r){const i=new FileReader;return new Promise((l,k)=>{i.onload=()=>{i.onload=null,i.onerror=null,typeof i.result=="string"?l(i.result):k(new Error("Unexpected result type"))},i.onerror=()=>{const D=i.error??new Error("FileReader error");i.onload=null,i.onerror=null,k(D)},i.readAsText(r)})}static readAsArrayBuffer(r){const i=new FileReader;return new Promise((l,k)=>{i.onload=()=>{i.onload=null,i.onerror=null,i.result instanceof ArrayBuffer?l(i.result):k(new Error("Unexpected result type"))},i.onerror=()=>{const D=i.error??new Error("FileReader error");i.onload=null,i.onerror=null,k(D)},i.readAsArrayBuffer(r)})}static readAsDataUrl(r){const i=new FileReader;return new Promise((l,k)=>{i.onload=D=>{l(D)},i.onerror=D=>k(D),i.readAsDataURL(r)})}static formatFileSize(r,i=2,l){if(r===0)return"0 Bytes";const k=1024,D=["Bytes","KB","MB","GB","TB"];let I=Math.floor(Math.log(r)/Math.log(k));l&&D.includes(l)&&(I=D.indexOf(l));const P=r/Math.pow(k,I);return`${parseFloat(P.toFixed(i))} ${D[I]}`}static save(r,i,l){const k=new Blob([r],{type:l});Re(k,i)}}class ge{static set(r,i){localStorage.setItem(r,JSON.stringify(i))}static get(r){let i=null;const l=localStorage.getItem(r);return l&&(i=JSON.parse(l)),i}static remove(r){let i=!!ge.get(r);return i&&localStorage.removeItem(r),i}static removeAll(){localStorage.clear()}static getKeysBy(r){return Object.keys(localStorage).filter(i=>i.startsWith(r))}}var pe=(s=>(s.log="log",s.info="info",s.warn="warn",s.debug="debug",s.error="error",s))(pe||{});class V{static listeners=new Set;static log(...r){V.doLog(pe.log,r)}static info(...r){V.doLog(pe.info,r)}static warn(...r){V.doLog(pe.warn,r)}static debug(...r){V.doLog(pe.debug,r)}static error(...r){V.doLog(pe.error,r)}static doLog(r,i){const l={type:r,args:i,timestamp:new Date().toISOString()};for(const k of V.listeners)try{if(k(l)===!1)return}catch{}console[r].apply(console,i)}static onLog(r,i=!1){if(i){const l=k=>{try{return r(k)}finally{V.listeners.delete(l)}};return V.listeners.add(l),()=>V.listeners.delete(l)}return V.listeners.add(r),()=>V.listeners.delete(r)}}const Ke=(s,r,i)=>s.localeCompare(r)*(i?1:-1),Je=(s,r)=>s<r?-1:s===r?0:1,Qe=(s,r,i)=>Je(s,r)*(i?1:-1),Ve=(s,r,i)=>{let l=0;return typeof s=="string"&&typeof r=="string"?l=Ke(s,r,i):l=Qe(s,r,i),l},Ae=(s,r,i,l)=>{const k=i(s),D=i(r);return Ve(k,D,l)};class Ze{static get(r){return ge.get(r)}static set(r,i){ge.set(r,i)}static remove(r){ge.remove(r)}}Array.prototype.distinct=function(s){const r=this;return s?r.filter((l,k,D)=>D.findIndex(I=>s(I,l))===k):r.filter((l,k,D)=>D.indexOf(l)===k)};Array.prototype.filterBy=function(s){return this.filter(r=>s(r))};Array.prototype.first=function(){return this?.length>0?this[0]:null};Array.prototype.groupBy=function(s){return this.reduce((r,i)=>{const l=s(i);return(r[l]=r[l]||[]).push(i),r},{})};Array.prototype.orderBy=function(s,r=!0){return this?.sort((i,l)=>Ae(i,l,s,r)),this};Array.prototype.removeBy=function(s,r){return this.filter(i=>s(i)!==r)};var ke={exports:{}},Ge=ke.exports,De;function Xe(){return De||(De=1,(function(s,r){(function(i,l){s.exports=l()})(Ge,(function(){var i=1e3,l=6e4,k=36e5,D="millisecond",I="second",P="minute",Y="hour",w="day",N="week",W="month",ee="quarter",K="year",Q="date",te="Invalid Date",se=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,le=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,me={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(m){var d=["th","st","nd","rd"],c=m%100;return"["+m+(d[(c-20)%10]||d[c]||d[0])+"]"}},ue=function(m,d,c){var a=String(m);return!a||a.length>=d?m:""+Array(d+1-a.length).join(c)+m},we={s:ue,z:function(m){var d=-m.utcOffset(),c=Math.abs(d),a=Math.floor(c/60),u=c%60;return(d<=0?"+":"-")+ue(a,2,"0")+":"+ue(u,2,"0")},m:function m(d,c){if(d.date()<c.date())return-m(c,d);var a=12*(c.year()-d.year())+(c.month()-d.month()),u=d.clone().add(a,W),h=c-u<0,y=d.clone().add(a+(h?-1:1),W);return+(-(a+(c-u)/(h?u-y:y-u))||0)},a:function(m){return m<0?Math.ceil(m)||0:Math.floor(m)},p:function(m){return{M:W,y:K,w:N,d:w,D:Q,h:Y,m:P,s:I,ms:D,Q:ee}[m]||String(m||"").toLowerCase().replace(/s$/,"")},u:function(m){return m===void 0}},ae="en",H={};H[ae]=me;var $="$isDayjsObject",e=function(m){return m instanceof g||!(!m||!m[$])},t=function m(d,c,a){var u;if(!d)return ae;if(typeof d=="string"){var h=d.toLowerCase();H[h]&&(u=h),c&&(H[h]=c,u=h);var y=d.split("-");if(!u&&y.length>1)return m(y[0])}else{var p=d.name;H[p]=d,u=p}return!a&&u&&(ae=u),u||!a&&ae},n=function(m,d){if(e(m))return m.clone();var c=typeof d=="object"?d:{};return c.date=m,c.args=arguments,new g(c)},o=we;o.l=t,o.i=e,o.w=function(m,d){return n(m,{locale:d.$L,utc:d.$u,x:d.$x,$offset:d.$offset})};var g=(function(){function m(c){this.$L=t(c.locale,null,!0),this.parse(c),this.$x=this.$x||c.x||{},this[$]=!0}var d=m.prototype;return d.parse=function(c){this.$d=(function(a){var u=a.date,h=a.utc;if(u===null)return new Date(NaN);if(o.u(u))return new Date;if(u instanceof Date)return new Date(u);if(typeof u=="string"&&!/Z$/i.test(u)){var y=u.match(se);if(y){var p=y[2]-1||0,_=(y[7]||"0").substring(0,3);return h?new Date(Date.UTC(y[1],p,y[3]||1,y[4]||0,y[5]||0,y[6]||0,_)):new Date(y[1],p,y[3]||1,y[4]||0,y[5]||0,y[6]||0,_)}}return new Date(u)})(c),this.init()},d.init=function(){var c=this.$d;this.$y=c.getFullYear(),this.$M=c.getMonth(),this.$D=c.getDate(),this.$W=c.getDay(),this.$H=c.getHours(),this.$m=c.getMinutes(),this.$s=c.getSeconds(),this.$ms=c.getMilliseconds()},d.$utils=function(){return o},d.isValid=function(){return this.$d.toString()!==te},d.isSame=function(c,a){var u=n(c);return this.startOf(a)<=u&&u<=this.endOf(a)},d.isAfter=function(c,a){return n(c)<this.startOf(a)},d.isBefore=function(c,a){return this.endOf(a)<n(c)},d.$g=function(c,a,u){return o.u(c)?this[a]:this.set(u,c)},d.unix=function(){return Math.floor(this.valueOf()/1e3)},d.valueOf=function(){return this.$d.getTime()},d.startOf=function(c,a){var u=this,h=!!o.u(a)||a,y=o.p(c),p=function(x,O){var v=o.w(u.$u?Date.UTC(u.$y,O,x):new Date(u.$y,O,x),u);return h?v:v.endOf(w)},_=function(x,O){return o.w(u.toDate()[x].apply(u.toDate("s"),(h?[0,0,0,0]:[23,59,59,999]).slice(O)),u)},f=this.$W,C=this.$M,R=this.$D,F="set"+(this.$u?"UTC":"");switch(y){case K:return h?p(1,0):p(31,11);case W:return h?p(1,C):p(0,C+1);case N:var j=this.$locale().weekStart||0,b=(f<j?f+7:f)-j;return p(h?R-b:R+(6-b),C);case w:case Q:return _(F+"Hours",0);case Y:return _(F+"Minutes",1);case P:return _(F+"Seconds",2);case I:return _(F+"Milliseconds",3);default:return this.clone()}},d.endOf=function(c){return this.startOf(c,!1)},d.$set=function(c,a){var u,h=o.p(c),y="set"+(this.$u?"UTC":""),p=(u={},u[w]=y+"Date",u[Q]=y+"Date",u[W]=y+"Month",u[K]=y+"FullYear",u[Y]=y+"Hours",u[P]=y+"Minutes",u[I]=y+"Seconds",u[D]=y+"Milliseconds",u)[h],_=h===w?this.$D+(a-this.$W):a;if(h===W||h===K){var f=this.clone().set(Q,1);f.$d[p](_),f.init(),this.$d=f.set(Q,Math.min(this.$D,f.daysInMonth())).$d}else p&&this.$d[p](_);return this.init(),this},d.set=function(c,a){return this.clone().$set(c,a)},d.get=function(c){return this[o.p(c)]()},d.add=function(c,a){var u,h=this;c=Number(c);var y=o.p(a),p=function(C){var R=n(h);return o.w(R.date(R.date()+Math.round(C*c)),h)};if(y===W)return this.set(W,this.$M+c);if(y===K)return this.set(K,this.$y+c);if(y===w)return p(1);if(y===N)return p(7);var _=(u={},u[P]=l,u[Y]=k,u[I]=i,u)[y]||1,f=this.$d.getTime()+c*_;return o.w(f,this)},d.subtract=function(c,a){return this.add(-1*c,a)},d.format=function(c){var a=this,u=this.$locale();if(!this.isValid())return u.invalidDate||te;var h=c||"YYYY-MM-DDTHH:mm:ssZ",y=o.z(this),p=this.$H,_=this.$m,f=this.$M,C=u.weekdays,R=u.months,F=u.meridiem,j=function(O,v,A,z){return O&&(O[v]||O(a,h))||A[v].slice(0,z)},b=function(O){return o.s(p%12||12,O,"0")},x=F||function(O,v,A){var z=O<12?"AM":"PM";return A?z.toLowerCase():z};return h.replace(le,(function(O,v){return v||(function(A){switch(A){case"YY":return String(a.$y).slice(-2);case"YYYY":return o.s(a.$y,4,"0");case"M":return f+1;case"MM":return o.s(f+1,2,"0");case"MMM":return j(u.monthsShort,f,R,3);case"MMMM":return j(R,f);case"D":return a.$D;case"DD":return o.s(a.$D,2,"0");case"d":return String(a.$W);case"dd":return j(u.weekdaysMin,a.$W,C,2);case"ddd":return j(u.weekdaysShort,a.$W,C,3);case"dddd":return C[a.$W];case"H":return String(p);case"HH":return o.s(p,2,"0");case"h":return b(1);case"hh":return b(2);case"a":return x(p,_,!0);case"A":return x(p,_,!1);case"m":return String(_);case"mm":return o.s(_,2,"0");case"s":return String(a.$s);case"ss":return o.s(a.$s,2,"0");case"SSS":return o.s(a.$ms,3,"0");case"Z":return y}return null})(O)||y.replace(":","")}))},d.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},d.diff=function(c,a,u){var h,y=this,p=o.p(a),_=n(c),f=(_.utcOffset()-this.utcOffset())*l,C=this-_,R=function(){return o.m(y,_)};switch(p){case K:h=R()/12;break;case W:h=R();break;case ee:h=R()/3;break;case N:h=(C-f)/6048e5;break;case w:h=(C-f)/864e5;break;case Y:h=C/k;break;case P:h=C/l;break;case I:h=C/i;break;default:h=C}return u?h:o.a(h)},d.daysInMonth=function(){return this.endOf(W).$D},d.$locale=function(){return H[this.$L]},d.locale=function(c,a){if(!c)return this.$L;var u=this.clone(),h=t(c,a,!0);return h&&(u.$L=h),u},d.clone=function(){return o.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()},m})(),S=g.prototype;return n.prototype=S,[["$ms",D],["$s",I],["$m",P],["$H",Y],["$W",w],["$M",W],["$y",K],["$D",Q]].forEach((function(m){S[m[1]]=function(d){return this.$g(d,m[0],m[1])}})),n.extend=function(m,d){return m.$i||(m(d,g,n),m.$i=!0),n},n.locale=t,n.isDayjs=e,n.unix=function(m){return n(1e3*m)},n.en=H[ae],n.Ls=H,n.p={},n}))})(ke)),ke.exports}var et=Xe();const X=Ee(et);var be={exports:{}},tt=be.exports,Me;function rt(){return Me||(Me=1,(function(s,r){(function(i,l){s.exports=l()})(tt,(function(){var i={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(l,k,D){var I=k.prototype,P=I.format;D.en.formats=i,I.format=function(Y){Y===void 0&&(Y="YYYY-MM-DDTHH:mm:ssZ");var w=this.$locale().formats,N=(function(W,ee){return W.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(K,Q,te){var se=te&&te.toUpperCase();return Q||ee[te]||i[te]||ee[se].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(le,me,ue){return me||ue.slice(1)}))}))})(Y,w===void 0?{}:w);return P.call(this,N)}}}))})(be)),be.exports}var nt=rt();const it=Ee(nt);X.extend(it);Date.prototype.isAfter=function(s,r){return X(this).isAfter(s,r)};Date.prototype.isBefore=function(s,r){return X(this).isBefore(s,r)};Date.prototype.format=function(s){return X(this).format(s)};Date.prototype.isValid=function(){return X(this).isValid()};Date.prototype.add=function(s,r){return X(this).add(s,r).toDate()};Date.prototype.subtract=function(s,r){return X(this).subtract(s,r).toDate()};Date.prototype.firstDayOfMonth=function(){return X(this).startOf("month").toDate()};Date.prototype.lastDayOfMonth=function(){return X(this).endOf("month").toDate()};Date.prototype.set=function(s,r){return X(this).set(s,r).toDate()};Date.prototype.diff=function(s,r){return X(this).diff(s,r)};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};var Z=(s=>(s.opera="opera",s.firefox="firefox",s.safari="safari",s.ie="ie",s.edge="edge",s.edg="edg",s.electron="electron",s.chrome="chrome",s.iOsSafari="iOsSafari",s.edgiOs="edgiOs",s.headlessChrome="headlessChrome",s))(Z||{});const ce={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400,xxxl:1600};class st{screenWidth=0;lastBreakpoint;resizeListener;breakpointChangeCallbacks=new Set;onResizeCallbacks=new Set;rafId=null;emitTimeoutId=null;pendingWidth;pendingBreakpoint;duplicateThresholdMs=60;constructor(){typeof window<"u"&&(this.screenWidth=window.innerWidth,this.resizeListener=this.onResize.bind(this),window.addEventListener("resize",this.resizeListener,{passive:!0}),this.lastBreakpoint=this.getBreakpointByScreenWidth(this.screenWidth))}destroy(){typeof window<"u"&&window.removeEventListener("resize",this.resizeListener),this.breakpointChangeCallbacks.clear(),this.onResizeCallbacks.clear(),this.rafId!==null&&(cancelAnimationFrame(this.rafId),this.rafId=null)}getCurrentBreakpoint(){return this.lastBreakpoint}getCurrentScreenWidth(){return this.screenWidth}onBreakpointChange(r){this.breakpointChangeCallbacks.add(r)}offBreakpointChange(r){this.breakpointChangeCallbacks.delete(r)}onResizeChange(r){this.onResizeCallbacks.add(r)}offResizeChange(r){this.onResizeCallbacks.delete(r)}getCurrentBrowser(){const r=navigator.userAgent.toLowerCase();if(this.isOpera())return Z.opera;if(this.isFirefox())return Z.firefox;if(this.isSafari())return Z.safari;if(this.isIE())return Z.ie;if(this.isEdge())return Z.edge;if(this.isEdg())return Z.edg;if(this.isElectron(r))return Z.electron;if(this.isChrome())return Z.chrome;if(this.isIOsSafari(r))return Z.iOsSafari;if(this.isEdgiOs(r))return Z.edgiOs;if(this.isHeadlessChrome(r))return Z.headlessChrome;throw new Error("Browser could not be detected: "+r)}getBreakpointByScreenWidth(r=this.screenWidth){let i="xs";for(const l of Object.keys(ce))ce[l]<=r&&(i=l);return{breakpoint:i,screenWidth:ce[i]}}isScreenGreaterThan(r){return this.screenWidth>ce[r]}isScreenSmallerThan(r){return this.screenWidth<ce[r]}getBreakpoint(r){return{breakpoint:r,screenWidth:ce[r]}}isOpera(){return typeof window<"u"&&(!!window.opr&&!!window.opr.addons||!!window.opera||navigator.userAgent.includes("OPR/"))}isFirefox(){return typeof globalThis.InstallTrigger<"u"}isSafari(){return typeof window>"u"?!1:/constructor/i.test(window.HTMLElement)||(r=>r.toString()==="[object SafariRemoteNotification]")(!window.safari||window.safari&&window.safari.pushNotification)}isIE(){return typeof document>"u"?!1:!!document.documentMode}isEdge(){return typeof window>"u"?!1:!this.isIE()&&!!window.StyleMedia}isEdg(){return typeof navigator>"u"?!1:navigator.userAgent.toLowerCase().includes("edg")}isElectron(r){return r.includes("electron")}isChrome(){return typeof window>"u"?!1:!!window.chrome&&!this.isOpera()&&!this.isEdge()&&!this.isEdg()&&!this.isFirefox()&&!this.isSafari()&&!this.isIE()}isIOsSafari(r){return r.includes("iphone")||r.includes("ipad")||r.includes("macintosh")&&typeof document<"u"&&"ontouchend"in document&&r.includes("safari")}isEdgiOs(r){return r.includes("edgios")}isHeadlessChrome(r){return r.includes("headlesschrome")}onResize=()=>{if(typeof window>"u")return;const r=window.innerWidth,i=this.getBreakpointByScreenWidth(r);this.lastBreakpoint?.breakpoint!==i?.breakpoint&&(this.lastBreakpoint=i,i&&this.breakpointChangeCallbacks.forEach(l=>l(i))),this.pendingWidth=r,this.pendingBreakpoint=i,this.emitTimeoutId&&clearTimeout(this.emitTimeoutId),this.emitTimeoutId=window.setTimeout(()=>{this.pendingBreakpoint&&this.onResizeCallbacks.forEach(l=>l(this.pendingWidth,this.pendingBreakpoint)),this.pendingWidth=void 0,this.pendingBreakpoint=void 0,this.emitTimeoutId=null},this.duplicateThresholdMs)}}exports.BrowserService=st;exports.BrowserType=Z;exports.CsvHelper=We;exports.EnumHelper=He;exports.FileHelper=qe;exports.LocalStorageHelper=ge;exports.LoggerHelper=V;exports.ScreenBreakpoints=ce;exports.TokenHelper=Ze;exports.copyToClipboard=Ie;exports.saveAs=Re;exports.sortHelper=Ae;
|