@gpustack/core-ui 1.0.26 → 1.0.27
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.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
`)continue;this.cursorCol=0}else if(n===`
|
|
3
3
|
`)this.rawDataRows++,this.cursorRow++,this.cursorCol=0,this.screen[this.cursorRow]||(this.screen[this.cursorRow]=[``]);else{let e=this.screen[this.cursorRow]||(this.screen[this.cursorRow]=[``]);e[this.cursorCol]=n||``,this.cursorCol++}}}handleAnsiSequence(e,t){let n=parseInt(e[1]||`1`,10),r=parseInt(e[2]||`1`,10);switch(e[3]){case`A`:this.cursorRow=Math.max(0,this.cursorRow-n);break;case`B`:this.cursorRow+=n;break;case`C`:this.cursorCol+=n;break;case`D`:this.cursorCol=Math.max(0,this.cursorCol-n);break;case`H`:this.cursorRow=Math.max(0,n-1),this.cursorCol=Math.max(0,r-1);break;case`J`:n===2&&this.reset();break;case`m`:break}for(;this.screen.length<=this.cursorRow&&!t;)this.screen.push([``]);for(;this.screen[this.cursorRow].length<=this.cursorCol&&!t;)this.screen[this.cursorRow].push(``)}processInput(n){let r=/\x1b(\[[\d;]*)?$/.exec(n),i=``;r&&(i=n.slice(r.index),n=n.slice(0,r.index)),e.lastIndex=0;let a,o=0;for(;(a=e.exec(n))!==null;){let t=n.slice(o,a.index);this.handleText(t),o=e.lastIndex,this.handleAnsiSequence(a,o===n.length-1)}let s=n.slice(o);return this.handleText(s),{data:this.screen.map((e,n)=>t(e.join(``))),lines:this.rawDataRows,remainder:i}}getScreenText(){return this.screen.map(e=>t(e.join(``))).join(`
|
|
4
4
|
`)}processInputByLine(e){let t=e?.split(/\r?\n/)||[],n=t.pop()||``;return this.rawDataRows+=t.length,this.chunked||t.forEach(e=>{this.lines.push(e)}),{data:t,lines:this.rawDataRows,remainder:n}}getAllLines(){return this.lines.join(`
|
|
5
|
-
`)}emit(e){typeof self<`u`&&typeof self.postMessage==`function`&&self.postMessage(e),this.onMessage?.(e)}async processQueue(){if(!this.isProcessing){for(this.isProcessing=!0;this.taskQueue.length>0;){let e=this.reminder+(this.taskQueue.shift()||``);if(e)try{let t=this.isDownloading?this.processInput(e):this.processInputByLine(e);this.reminder=t.remainder,this.chunked?(this.emit({result:t.data,lines:t.lines,append:!this.isDownloading,reset:this.resetFlag}),this.resetFlag=!1):this.isComplete||this.emit({result:``,percent:this.percent,isComplete:!1})}catch(e){console.error(`Error processing input:`,e)}await new Promise(e=>{setTimeout(e,0)})}this.isProcessing=!1,this.taskQueue.length>0?this.processQueue():this.isComplete&&!this.chunked&&(this.emit({result:this.getAllLines(),percent:this.percent,isComplete:!0}),this.reset())}}enqueueData(e){this.taskQueue.push(e),this.isProcessing||this.processQueue()}};if(typeof self<`u`&&typeof self.addEventListener==`function`){let e=new n;self.onmessage=function(t){let{inputStr:n,reset:r,page:i,isComplete:a=!1,chunked:o=!0,percent:s=0,isDownloading:c=!1}=t.data;e.setIsDownloading(c),e.setPage(i),e.setIsCompelete(a),e.setChunked(o),e.setPercent(s),r&&e.reset(),e.enqueueData(n)},self.onerror=function(e){console.error(`parse logs error===`,e)}}})();
|
|
5
|
+
`)}emit(e){typeof self<`u`&&typeof self.postMessage==`function`&&self.postMessage(e),this.onMessage?.(e)}async processQueue(){if(!this.isProcessing){for(this.isProcessing=!0;this.taskQueue.length>0;){let e=this.reminder+(this.taskQueue.shift()||``);if(this.reminder=``,e)try{let t=this.isDownloading?this.processInput(e):this.processInputByLine(e);this.reminder=t.remainder,this.chunked?(this.emit({result:t.data,lines:t.lines,append:!this.isDownloading,reset:this.resetFlag}),this.resetFlag=!1):this.isComplete||this.emit({result:``,percent:this.percent,isComplete:!1})}catch(e){console.error(`Error processing input:`,e)}await new Promise(e=>{setTimeout(e,0)})}this.isProcessing=!1,this.taskQueue.length>0?this.processQueue():this.isComplete&&!this.chunked&&(this.emit({result:this.getAllLines(),percent:this.percent,isComplete:!0}),this.reset())}}enqueueData(e){this.taskQueue.push(e),this.isProcessing||this.processQueue()}};if(typeof self<`u`&&typeof self.addEventListener==`function`){let e=new n;self.onmessage=function(t){let{inputStr:n,reset:r,page:i,isComplete:a=!1,chunked:o=!0,percent:s=0,isDownloading:c=!1}=t.data;e.setIsDownloading(c),e.setPage(i),e.setIsCompelete(a),e.setChunked(o),e.setPercent(s),r&&e.reset(),e.enqueueData(n)},self.onerror=function(e){console.error(`parse logs error===`,e)}}})();
|
package/dist/index.es.js
CHANGED
|
@@ -2825,7 +2825,7 @@ function Qi() {
|
|
|
2825
2825
|
};
|
|
2826
2826
|
return F(() => (t.current?.terminate?.(), t.current = new Worker(new URL(
|
|
2827
2827
|
/* @vite-ignore */
|
|
2828
|
-
"" + new URL("assets/parse-worker-
|
|
2828
|
+
"" + new URL("assets/parse-worker-BnGEhil7.js", import.meta.url).href,
|
|
2829
2829
|
"" + import.meta.url
|
|
2830
2830
|
), { type: "module" }), t.current.onmessage = (t) => {
|
|
2831
2831
|
let { result: n, isComplete: a, percent: s } = t.data, c = e.current?.current?.signal?.aborted;
|
|
@@ -6759,6 +6759,7 @@ var Fs = (e) => {
|
|
|
6759
6759
|
}), /* @__PURE__ */ H("div", {
|
|
6760
6760
|
className: "del-btn",
|
|
6761
6761
|
children: /* @__PURE__ */ H(G, {
|
|
6762
|
+
onMouseDown: (e) => e.preventDefault(),
|
|
6762
6763
|
onClick: r,
|
|
6763
6764
|
icon: /* @__PURE__ */ H(ue, {}),
|
|
6764
6765
|
size: "small",
|
|
@@ -8710,7 +8711,7 @@ var Ic = (e) => {
|
|
|
8710
8711
|
ce();
|
|
8711
8712
|
}, [C, ce]), F(() => (_.current?.terminate?.(), _.current = new Worker(new URL(
|
|
8712
8713
|
/* @vite-ignore */
|
|
8713
|
-
"" + new URL("assets/parse-worker-
|
|
8714
|
+
"" + new URL("assets/parse-worker-BnGEhil7.js", import.meta.url).href,
|
|
8714
8715
|
"" + import.meta.url
|
|
8715
8716
|
), { type: "module" }), _.current.onmessage = (e) => {
|
|
8716
8717
|
let { result: t, lines: n, append: r, reset: i } = e.data;
|
|
@@ -10152,52 +10153,65 @@ var Xu = Y.div`
|
|
|
10152
10153
|
i.current = new (window.AudioContext || window.webkitAudioContext)(), a.current = i.current.createAnalyser(), a.current.fftSize = 512, o.current = new Uint8Array(a.current.frequencyBinCount);
|
|
10153
10154
|
}, []), c = N(() => {
|
|
10154
10155
|
i.current.createMediaElementSource(r.current).connect(a.current), a.current.connect(i.current.destination);
|
|
10155
|
-
}, []), l =
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10156
|
+
}, []), l = N(() => {
|
|
10157
|
+
if (!i.current) try {
|
|
10158
|
+
s(), c();
|
|
10159
|
+
} catch (e) {
|
|
10160
|
+
if (console.error("Failed to init audio context:", e), i.current) {
|
|
10161
|
+
try {
|
|
10162
|
+
i.current.close();
|
|
10163
|
+
} catch (e) {
|
|
10164
|
+
console.error("Failed to close audio context after initialization failure:", e);
|
|
10165
|
+
}
|
|
10166
|
+
i.current = null;
|
|
10167
|
+
}
|
|
10168
|
+
}
|
|
10169
|
+
}, [s, c]), u = z(e);
|
|
10170
|
+
u.current = e;
|
|
10171
|
+
let d = z();
|
|
10172
|
+
d.current ||= {
|
|
10159
10173
|
play: () => {
|
|
10160
|
-
|
|
10174
|
+
u.current.onAnalyse?.(o.current, a), u.current.onPlay?.();
|
|
10161
10175
|
},
|
|
10162
10176
|
pause: () => {
|
|
10163
|
-
|
|
10177
|
+
u.current.onAnalyse?.(o.current, a), u.current.onPause?.();
|
|
10164
10178
|
},
|
|
10165
10179
|
timeupdate: () => {
|
|
10166
10180
|
let e = r.current?.currentTime || 0;
|
|
10167
|
-
|
|
10181
|
+
u.current.onTimeUpdate?.(), u.current.onAudioProcess?.(e);
|
|
10168
10182
|
},
|
|
10169
10183
|
ended: () => {
|
|
10170
|
-
|
|
10184
|
+
u.current.onEnded?.();
|
|
10171
10185
|
},
|
|
10172
10186
|
canplay: () => {
|
|
10173
|
-
|
|
10187
|
+
u.current.onCanPlay?.();
|
|
10174
10188
|
},
|
|
10175
10189
|
loadeddata: () => {
|
|
10176
|
-
|
|
10190
|
+
l(), u.current.onLoadedData?.();
|
|
10177
10191
|
},
|
|
10178
10192
|
seeked: () => {
|
|
10179
|
-
|
|
10193
|
+
u.current.onSeeked?.();
|
|
10180
10194
|
},
|
|
10181
10195
|
seeking: () => {
|
|
10182
|
-
|
|
10196
|
+
u.current.onSeeking?.();
|
|
10183
10197
|
},
|
|
10184
10198
|
volumechange: () => {
|
|
10185
|
-
|
|
10199
|
+
u.current.onVolumeChange?.();
|
|
10186
10200
|
},
|
|
10187
10201
|
playing: () => {
|
|
10188
|
-
|
|
10202
|
+
u.current.onPlaying?.();
|
|
10189
10203
|
},
|
|
10190
10204
|
loadedmetadata: () => {
|
|
10191
10205
|
let e = r.current?.duration || 0;
|
|
10192
|
-
|
|
10206
|
+
u.current.onLoadedMetadata?.(e), u.current.onReady?.(e);
|
|
10193
10207
|
}
|
|
10194
10208
|
};
|
|
10195
|
-
let
|
|
10196
|
-
i.current?.state === "suspended" && i.current.resume();
|
|
10209
|
+
let f = () => {
|
|
10210
|
+
l(), i.current?.state === "suspended" && i.current.resume();
|
|
10197
10211
|
};
|
|
10198
10212
|
return I(t, () => ({
|
|
10199
10213
|
play: () => {
|
|
10200
|
-
r.current && (
|
|
10214
|
+
r.current && (f(), r.current.currentTime >= r.current.duration && (r.current.currentTime = 0), r.current.play());
|
|
10201
10215
|
},
|
|
10202
10216
|
pause: () => {
|
|
10203
10217
|
r.current?.pause();
|
|
@@ -10206,11 +10220,11 @@ var Xu = Y.div`
|
|
|
10206
10220
|
r.current && r.current.duration && (r.current.currentTime = e * r.current.duration);
|
|
10207
10221
|
},
|
|
10208
10222
|
wavesurfer: { current: {
|
|
10209
|
-
play: () => r.current ? (
|
|
10223
|
+
play: () => r.current ? (f(), r.current.currentTime >= r.current.duration && (r.current.currentTime = 0), r.current.play()) : Promise.resolve(),
|
|
10210
10224
|
isPlaying: () => r.current ? !r.current?.paused : !1
|
|
10211
10225
|
} }
|
|
10212
10226
|
})), F(() => {
|
|
10213
|
-
let e = r.current, t =
|
|
10227
|
+
let e = r.current, t = d.current;
|
|
10214
10228
|
if (!(!e || !t)) return Object.entries(t).forEach(([t, n]) => {
|
|
10215
10229
|
e.addEventListener(t, n);
|
|
10216
10230
|
}), () => {
|