@visulima/tui 1.0.0-alpha.20 → 1.0.0-alpha.22
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/CHANGELOG.md +32 -0
- package/LICENSE.md +113 -287
- package/dist/components/accordion.d.ts +1 -1
- package/dist/components/approval-prompt.d.ts +1 -1
- package/dist/components/area-chart.d.ts +1 -1
- package/dist/components/badge.d.ts +1 -1
- package/dist/components/bar-chart.d.ts +1 -1
- package/dist/components/blink-dot.d.ts +1 -1
- package/dist/components/box.d.ts +4 -3
- package/dist/components/breadcrumb.d.ts +1 -1
- package/dist/components/button.d.ts +1 -1
- package/dist/components/calendar.d.ts +1 -1
- package/dist/components/canvas.js +1 -1
- package/dist/components/card.d.ts +1 -1
- package/dist/components/checkbox.d.ts +1 -1
- package/dist/components/collapsible.d.ts +1 -1
- package/dist/components/command-palette.d.ts +1 -1
- package/dist/components/content-switcher.d.ts +1 -1
- package/dist/components/controlled-scroll-view.d.ts +4 -3
- package/dist/components/cursor.d.ts +4 -3
- package/dist/components/date-picker.d.ts +1 -1
- package/dist/components/definition-list.d.ts +1 -1
- package/dist/components/dialog.d.ts +4 -3
- package/dist/components/divider.d.ts +1 -1
- package/dist/components/form.d.ts +1 -1
- package/dist/components/gauge.d.ts +1 -1
- package/dist/components/gradient.d.ts +1 -18
- package/dist/components/gradient.js +1 -4
- package/dist/components/heading.d.ts +1 -1
- package/dist/components/heatmap.d.ts +1 -1
- package/dist/components/histogram.d.ts +1 -1
- package/dist/components/kbd.d.ts +1 -1
- package/dist/components/line-chart.d.ts +1 -1
- package/dist/components/link.js +1 -1
- package/dist/components/loading-indicator.d.ts +2 -2
- package/dist/components/menu.d.ts +1 -1
- package/dist/components/message-bubble.d.ts +1 -1
- package/dist/components/model-badge.d.ts +1 -1
- package/dist/components/multi-select.d.ts +1 -1
- package/dist/components/option-list.d.ts +1 -1
- package/dist/components/paragraph.d.ts +1 -1
- package/dist/components/placeholder.d.ts +1 -1
- package/dist/components/progress-bar.d.ts +3 -2
- package/dist/components/radio-group.d.ts +1 -1
- package/dist/components/scatter-plot.d.ts +1 -1
- package/dist/components/scroll-bar-box.d.ts +4 -3
- package/dist/components/scroll-bar.d.ts +4 -3
- package/dist/components/scroll-list.d.ts +4 -3
- package/dist/components/scroll-view.d.ts +4 -3
- package/dist/components/search-input.d.ts +1 -1
- package/dist/components/select-input-indicator.d.ts +1 -1
- package/dist/components/select-input-item.d.ts +1 -1
- package/dist/components/select-input.d.ts +1 -1
- package/dist/components/shimmer-text.d.ts +1 -1
- package/dist/components/slider.d.ts +1 -1
- package/dist/components/sparkline.d.ts +1 -1
- package/dist/components/spinner.d.ts +1 -1
- package/dist/components/spinner.js +1 -1
- package/dist/components/static-render.d.ts +4 -3
- package/dist/components/static.d.ts +3 -2
- package/dist/components/status-line.d.ts +1 -1
- package/dist/components/stepper.d.ts +1 -1
- package/dist/components/streaming-text.d.ts +1 -1
- package/dist/components/switch.d.ts +1 -1
- package/dist/components/tabs.d.ts +1 -1
- package/dist/components/tag.d.ts +1 -1
- package/dist/components/text.d.ts +3 -2
- package/dist/components/text.js +1 -1
- package/dist/components/tooltip.d.ts +1 -1
- package/dist/components/tree-view-entry.d.ts +4 -3
- package/dist/core/index.d.ts +2 -1
- package/dist/core/index.js +1 -1
- package/dist/ink/hooks/use-box-metrics.d.ts +4 -3
- package/dist/ink/hooks/use-box-metrics.js +1 -1
- package/dist/ink/hooks/use-input.js +1 -1
- package/dist/ink/hooks/use-linked-scroll.d.ts +4 -3
- package/dist/ink/hooks/use-paste.js +1 -1
- package/dist/ink/hooks/use-text-selection.d.ts +5 -4
- package/dist/ink/hooks/use-text-selection.js +1 -1
- package/dist/ink/hooks/use-window-size.js +1 -1
- package/dist/ink/index.d.ts +7 -6
- package/dist/ink/index.js +1 -1
- package/dist/packem_shared/{DevTools-BR7K-5JX.js → DevTools-ClAYpMVI.js} +1 -1
- package/dist/packem_shared/InputParser-B_qZcN3r.js +2 -0
- package/dist/packem_shared/{LayoutNode-B0qeT8sl.js → LayoutNode-B8zej4dm.js} +1 -1
- package/dist/packem_shared/{MouseProvider-CHU5DuwC.js → MouseProvider-PnIUKURs.js} +1 -1
- package/dist/packem_shared/TuiApp-BVDXP0Cv.js +1 -0
- package/dist/packem_shared/ansi-parser-B6uXaq65.js +1 -0
- package/dist/packem_shared/colorize-DbTZMrJO.js +1 -0
- package/dist/packem_shared/{comparePoints-Dez5FkH9.js → comparePoints-C3NJirbh.js} +1 -1
- package/dist/packem_shared/createInlineLoop-DRNZ7jqH.js +2 -0
- package/dist/packem_shared/createScreen-CrLrxA6t.js +3 -0
- package/dist/packem_shared/dom-CXB-19sK.js +1 -0
- package/dist/packem_shared/{dom.d-DgP_exKU.d.ts → dom.d-DzUPFLuP.d.ts} +4 -2
- package/dist/packem_shared/{getPathToRoot-B3q6OlQy.js → getPathToRoot-BuAM_kmj.js} +1 -1
- package/dist/packem_shared/input.d-CgxV2e8U.d.ts +90 -0
- package/dist/packem_shared/measure-text-Ce2widM1.js +3 -0
- package/dist/packem_shared/parseSgrMouse-Ccj70ijb.js +1 -0
- package/dist/packem_shared/reconciler-DIfG72R9.js +1 -0
- package/dist/packem_shared/reconciler-DYE5h4K4.js +1 -0
- package/dist/packem_shared/render-BRR1ESvR.js +26 -0
- package/dist/packem_shared/{render-BoukeuYD.js → render-Dh7HMhK1.js} +1 -1
- package/dist/packem_shared/{render.d-DarVJBG2.d.ts → render.d-E2MsoY_g.d.ts} +1 -1
- package/dist/packem_shared/{renderToString-nZdqfdWT.js → renderToString-BbQiRHrd.js} +1 -1
- package/dist/packem_shared/{renderToString-Cx3DmmMR.js → renderToString-vEQyGmv6.js} +1 -1
- package/dist/packem_shared/renderTreeToBuffer-CZilzyhN.js +2 -0
- package/dist/packem_shared/renderer-maLLQcut.js +17 -0
- package/dist/packem_shared/{selection.d-WuD_83yQ.d.ts → selection.d-FWD8cYY2.d.ts} +1 -1
- package/dist/packem_shared/setEnableStyledLineCache-DSbMbENc.js +1 -0
- package/dist/packem_shared/{styles.d-CLJdt-kg.d.ts → styles.d-cMo36xQz.d.ts} +2 -98
- package/dist/packem_shared/text-width-BU2eeTWn.js +2 -0
- package/dist/packem_shared/utils-CoviI5Vm.js +1 -0
- package/dist/packem_shared/{wrapOrTruncateStyledLine-kyi6yijx.js → wrapOrTruncateStyledLine-C5rcIrNb.js} +1 -1
- package/dist/react/index.d.ts +2 -1
- package/dist/react/index.js +1 -1
- package/dist/testing/index.d.ts +5 -4
- package/dist/testing/index.js +1 -1
- package/index.js +52 -52
- package/package.json +23 -10
- package/dist/packem_shared/InputParser-BAqciKJ6.js +0 -2
- package/dist/packem_shared/TuiApp-CxBtziW8.js +0 -1
- package/dist/packem_shared/_commonjsHelpers-CHNfUHCT.js +0 -1
- package/dist/packem_shared/ansi-parser-C5JuL732.js +0 -1
- package/dist/packem_shared/boxes-DyY_LXCi.js +0 -1
- package/dist/packem_shared/colorize-gy_cY-wC.js +0 -2
- package/dist/packem_shared/constants-D12jy2Zh-RSfxu1eM.js +0 -1
- package/dist/packem_shared/createInlineLoop-D0JaKX9A.js +0 -2
- package/dist/packem_shared/createScreen-87XLHZq6.js +0 -3
- package/dist/packem_shared/dom-CW6KYzFK.js +0 -8
- package/dist/packem_shared/erase-DKKNxHZ_.js +0 -1
- package/dist/packem_shared/get-string-width-CbMPWEJO.js +0 -1
- package/dist/packem_shared/index-COPEEDn3.js +0 -9
- package/dist/packem_shared/index-CqsHHJkn.js +0 -75
- package/dist/packem_shared/index.d-Bk52cbgN.d.ts +0 -14
- package/dist/packem_shared/index.server.d-eZWyC2Ku.d.ts +0 -5
- package/dist/packem_shared/input.d-D-Yxqha8.d.ts +0 -172
- package/dist/packem_shared/measure-text-D-jVetsl.js +0 -3
- package/dist/packem_shared/mode-BOIU4Roy.js +0 -1
- package/dist/packem_shared/parseSgrMouse-DoBY7MKw.js +0 -1
- package/dist/packem_shared/reconciler-CGhHgXXG.js +0 -1
- package/dist/packem_shared/reconciler-ClRKkLS4.js +0 -1
- package/dist/packem_shared/render-CBFHzIKj.js +0 -27
- package/dist/packem_shared/renderTreeToBuffer-LnGZkEUX.js +0 -2
- package/dist/packem_shared/renderer-C2ycheBL.js +0 -17
- package/dist/packem_shared/setEnableStyledLineCache-Cke6_ZQt.js +0 -1
- package/dist/packem_shared/strip-C6HQYmlg.js +0 -1
- package/dist/packem_shared/text-width-CI9G0a-z.js +0 -2
- package/dist/packem_shared/utils-THUhYKG2.js +0 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { EventEmitter } from 'tseep';
|
|
2
|
+
declare class TuiApp extends EventEmitter {
|
|
3
|
+
private renderer;
|
|
4
|
+
private terminal;
|
|
5
|
+
private backBuffer;
|
|
6
|
+
private width;
|
|
7
|
+
private height;
|
|
8
|
+
private isRunning;
|
|
9
|
+
private stdoutBuffer;
|
|
10
|
+
private stderrBuffer;
|
|
11
|
+
constructor();
|
|
12
|
+
/** Enters raw mode + alternate screen. Does NOT start any render loop. */
|
|
13
|
+
start(): void;
|
|
14
|
+
/** Request a clean exit — restores terminal, stops input, exits the process. */
|
|
15
|
+
quit(): void;
|
|
16
|
+
/** Exits raw mode + alternate screen, then flushes any buffered stdout/stderr. */
|
|
17
|
+
stop(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Buffer a write to stdout. While the alternate screen is active, writing
|
|
20
|
+
* directly would corrupt the TUI. Buffered output is flushed on stop().
|
|
21
|
+
*/
|
|
22
|
+
writeStdout(text: string): void;
|
|
23
|
+
/**
|
|
24
|
+
* Buffer a write to stderr. While the alternate screen is active, writing
|
|
25
|
+
* directly would corrupt the TUI. Buffered output is flushed on stop().
|
|
26
|
+
*/
|
|
27
|
+
writeStderr(text: string): void;
|
|
28
|
+
/** Returns the shared Uint32Array back-buffer (width * height * 2 u32 cells). */
|
|
29
|
+
getBuffer(): Uint32Array;
|
|
30
|
+
/** Returns current terminal dimensions. */
|
|
31
|
+
getSize(): {
|
|
32
|
+
height: number;
|
|
33
|
+
width: number;
|
|
34
|
+
};
|
|
35
|
+
/** Update terminal dimensions (called on SIGWINCH). */
|
|
36
|
+
resize(width: number, height: number): void;
|
|
37
|
+
/**
|
|
38
|
+
* Callbacks fired on every frame after React paints the buffer but before
|
|
39
|
+
* the Rust diff engine flushes to stdout. Use for direct buffer painting
|
|
40
|
+
* that needs to overlay React output (animated graphs, overlays, FPS counters).
|
|
41
|
+
* Multiple listeners are supported — they fire in registration order.
|
|
42
|
+
*/
|
|
43
|
+
private beforeFlushListeners;
|
|
44
|
+
onBeforeFlush(function_: (buffer: Uint32Array, width: number, height: number) => void): () => void;
|
|
45
|
+
/**
|
|
46
|
+
* Layout + paint synchronously. Called from the render loop on every dirty frame,
|
|
47
|
+
* and directly on resize for immediate response.
|
|
48
|
+
*/
|
|
49
|
+
paintNow(calculateLayout: (w: number, h: number) => void, renderToBuffer: (buf: Uint32Array, w: number, h: number) => void): void;
|
|
50
|
+
}
|
|
51
|
+
interface InlineOptions {
|
|
52
|
+
/** Frames per second. Default: 60 */
|
|
53
|
+
fps?: number;
|
|
54
|
+
/**
|
|
55
|
+
* What to do with the rendered content when the loop stops.
|
|
56
|
+
* - 'preserve' (default) — content stays in terminal scrollback
|
|
57
|
+
* - 'destroy' — content is cleared, terminal looks untouched
|
|
58
|
+
*/
|
|
59
|
+
onExit?: "preserve" | "destroy";
|
|
60
|
+
/** Number of terminal rows to reserve. Default: 10 */
|
|
61
|
+
rows?: number;
|
|
62
|
+
}
|
|
63
|
+
type InlinePaintFn = (buf: Uint32Array, cols: number, rows: number, frame: number) => void;
|
|
64
|
+
interface InlineLoop {
|
|
65
|
+
start: () => void;
|
|
66
|
+
stop: () => void;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Create an inline render loop. Renders `rows` lines immediately below the
|
|
70
|
+
* current cursor position (no alternate screen).
|
|
71
|
+
*/
|
|
72
|
+
declare function createInlineLoop(paint: InlinePaintFn, options?: InlineOptions): InlineLoop;
|
|
73
|
+
interface MouseEvent {
|
|
74
|
+
button: "left" | "right" | "middle" | "scrollUp" | "scrollDown";
|
|
75
|
+
ctrl: boolean;
|
|
76
|
+
meta: boolean;
|
|
77
|
+
shift: boolean;
|
|
78
|
+
x: number;
|
|
79
|
+
y: number;
|
|
80
|
+
}
|
|
81
|
+
declare class InputParser extends EventEmitter {
|
|
82
|
+
private stdin;
|
|
83
|
+
private _boundHandleData;
|
|
84
|
+
private _pasteBuffer;
|
|
85
|
+
constructor(stdin: NodeJS.ReadStream);
|
|
86
|
+
start(): void;
|
|
87
|
+
stop(): void;
|
|
88
|
+
private handleData;
|
|
89
|
+
}
|
|
90
|
+
export { InlineLoop as I, MouseEvent as M, TuiApp as T, InlineOptions as a, InlinePaintFn as b, InputParser as c, createInlineLoop as d };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var X=Object.defineProperty;var k=(r,t)=>X(r,"name",{value:t,configurable:!0});import{isFullwidthCodePoint as Y,getStringWidth as Z}from"@visulima/string";import{t as tt}from"./ansi-tokenizer-DqX9nJuk.js";var et=Object.defineProperty,st=k((r,t)=>et(r,"name",{value:t,configurable:!0}),"r$1");let _=class{static{k(this,"h")}static{st(this,"DataLimitedLruMap")}map;maxDataSize;maxKeys;currentDataSize=0;constructor(t,e){this.map=new Map,this.maxKeys=t,this.maxDataSize=e}get size(){return this.map.size}clear(){this.map.clear(),this.currentDataSize=0}get(t){if(!this.map.has(t))return;const e=this.map.get(t);return this.map.delete(t),this.map.set(t,e),e}set(t,e){const s=t.length;if(!(s>this.maxDataSize)){for(this.map.has(t)&&(this.map.delete(t),this.currentDataSize-=s);this.currentDataSize+s>this.maxDataSize&&this.map.size>0;){const a=this.map.keys().next().value;if(a===void 0)break;this.map.delete(a),this.currentDataSize-=a.length}for(;this.map.size>=this.maxKeys;){const a=this.map.keys().next().value;if(a===void 0)break;this.map.delete(a),this.currentDataSize-=a.length}this.map.set(t,e),this.currentDataSize+=s}}};const at=1,nt=2,j=4,R=8,V=16,M=32,H=64,C=128;var rt=Object.defineProperty,it=k((r,t)=>rt(r,"name",{value:t,configurable:!0}),"x");const p=1073741823,x=1073741824;class d{static{k(this,"StyledLine")}static{it(this,"StyledLine")}length=0;static emptyCache=new Map;text;charData;spans;_cachedTrimmedLength;static empty(t){if(t<=0)return new d;const e=d.emptyCache.get(t);if(e)return e.clone();const s=new d;s.length=t,s.text=" ".repeat(t),s.charData=Array.from({length:t});for(let a=0;a<t;a++)s.charData[a]=a;return s.spans=[{formatFlags:0,length:t}],s._cachedTrimmedLength=0,Object.freeze(s.spans[0]),Object.freeze(s.spans),Object.freeze(s),d.emptyCache.set(t,s),s.clone()}getValue(t){if(this.text===void 0||t<0||t>=this.length)return"";const e=this.charData[t]&p,s=t+1<this.length?this.charData[t+1]&p:this.text.length;return this.text.slice(e,s)}getTextRange(t,e){if(this.text===void 0||t<0||e>this.length||t>=e)return"";const s=this.charData[t]&p,a=e<this.length?this.charData[e]&p:this.text.length;return this.text.slice(s,a)}getSpan(t){if(this.spans===void 0||t<0||t>=this.length)return;let e=0;for(const s of this.spans){if(t<e+s.length)return s;e+=s.length}}getFullWidth(t){return this.charData===void 0||t<0||t>=this.length?!1:(this.charData[t]&x)!==0}hasStyles(t){const e=this.getSpan(t);return e?(e.formatFlags&~C)!==0||e.fgColor!==void 0||e.bgColor!==void 0||e.link!==void 0:!1}getFormatFlags(t){let e=this.getSpan(t)?.formatFlags??0;return this.getFullWidth(t)&&(e|=C),e}getFgColor(t){return this.getSpan(t)?.fgColor}getBgColor(t){return this.getSpan(t)?.bgColor}getLink(t){return this.getSpan(t)?.link}setInverted(t,e){this._cachedTrimmedLength=void 0,this.updateSpanAt(t,s=>{e?s.formatFlags|=M:s.formatFlags&=~M})}setBackgroundColor(t,e){this._cachedTrimmedLength=void 0,this.updateSpanAt(t,s=>{s.bgColor=e})}setForegroundColor(t,e){this._cachedTrimmedLength=void 0,this.updateSpanAt(t,s=>{s.fgColor=e})}setChar(t,e,s,a,n,h){if(t<0||t>=this.length)return;this._cachedTrimmedLength=void 0,this.ensureInitialized();const i=(s&C)!==0,o=s&~C,l=this.charData[t]&p,c=t+1<this.length?this.charData[t+1]&p:this.text.length,m=c-l,b=e.length;if(this.text=this.text.slice(0,l)+e+this.text.slice(c),m!==b){const f=b-m;for(let S=t+1;S<this.length;S++){const T=this.charData[S],w=T&p,L=T&x;this.charData[S]=w+f|L}}if(this.charData[t]=l|(i?x:0),this.trySetStyleAtIndex(t,o,a,n,h))return;this.splitSpansAt(t),this.splitSpansAt(t+1);let u=0;for(let f=0;f<this.spans.length;f++){const S=this.spans[f];if(u===t&&S.length===1){this.spans[f]={bgColor:n,fgColor:a,formatFlags:o,length:1,link:h};break}u+=S.length}this.mergeSpans()}setCharFast(t,e,s,a,n,h){if(t<0||t>=this.length)return;this._cachedTrimmedLength=void 0,this.ensureInitialized();const i=(s&C)!==0,o=s&~C,l=this.charData[t]&p,c=t+1<this.length?this.charData[t+1]&p:this.text.length,m=c-l;if(e.length===m)e!==this.text.slice(l,c)&&(this.text=this.text.slice(0,l)+e+this.text.slice(c)),this.charData[t]=l|(i?x:0);else{if(this.text=this.text.slice(0,l)+e+this.text.slice(c),m!==e.length){const u=e.length-m;for(let f=t+1;f<this.length;f++){const S=this.charData[f];this.charData[f]=(S&p)+u|S&x}}this.charData[t]=l|(i?x:0)}if(this.trySetStyleAtIndex(t,o,a,n,h))return;this.splitSpansAt(t),this.splitSpansAt(t+1);let b=0;for(let u=0;u<this.spans.length;u++){const f=this.spans[u];if(b===t&&f.length===1){this.spans[u]={bgColor:n,fgColor:a,formatFlags:o,length:1,link:h};break}b+=f.length}this.mergeSpans()}writeFrom(t,e,s=0,a){const n=a??e.length-s;if(n<=0||t>=this.length)return;this._cachedTrimmedLength=void 0,this.ensureInitialized();const h=Math.min(n,this.length-t,e.length-s),i=this.charData[t]&p,o=t+h<this.length?this.charData[t+h]&p:this.text.length;let l="";for(let g=0;g<h;g++)l+=e.getValue(s+g);const c=o-i,m=l.length-c;this.text=this.text.slice(0,i)+l+this.text.slice(o);let b=i;for(let g=0;g<h;g++){const D=e.getFullWidth(s+g);this.charData[t+g]=b|(D?x:0),b+=e.getValue(s+g).length}if(m!==0)for(let g=t+h;g<this.length;g++){const D=this.charData[g];this.charData[g]=(D&p)+m|D&x}this.splitSpansAt(t),this.splitSpansAt(t+h);const u=[];let f=0;for(const g of e.getSpans()){const D=f+g.length,E=Math.max(s,f),K=Math.min(s+h,D);if(E<K&&u.push({...g,length:K-E}),f=D,f>=s+h)break}let S=0,T=0;for(let g=0;g<this.spans.length;g++){if(T===t){S=g;break}T+=this.spans[g].length}let w=0,L=0;for(let g=S;g<this.spans.length&&L<h;g++)L+=this.spans[g].length,w++;this.spans.splice(S,w,...u),this.mergeSpans()}pushChar(t,e,s,a,n){this._cachedTrimmedLength=void 0,this.ensureInitialized();const h=(e&C)!==0,i=e&~C,o=this.text.length;this.text=(this.text??"")+t,this.charData.push(o|(h?x:0));const l=this.spans.at(-1);l?.formatFlags===i&&l.fgColor===s&&l.bgColor===a&&l.link===n?l.length++:this.spans.push({bgColor:a,fgColor:s,formatFlags:i,length:1,link:n}),this.length++}clone(){if(this.charData===void 0)return new d;const t=new d;return t.length=this.length,t.text=this.text,t.charData=[...this.charData],t.spans=this.spans.map(e=>({...e})),t._cachedTrimmedLength=this._cachedTrimmedLength,t}slice(t,e){if(this.charData===void 0)return new d;const s=Math.max(0,t),a=e===void 0?this.length:Math.min(this.length,e);if(s>=a)return new d;if(s===0&&a===this.length)return this.clone();const n=new d;n.length=a-s,n.charData=Array.from({length:n.length});const h=this.charData[s]&p,i=a<this.length?this.charData[a]&p:this.text.length;n.text=this.text.slice(h,i);for(let c=0;c<n.length;c++){const m=this.charData[s+c],b=m&p,u=m&x;n.charData[c]=b-h|u}const o=[];let l=0;for(const c of this.spans){const m=l,b=l+c.length,u=Math.max(s,m),f=Math.min(a,b);if(u<f&&o.push({...c,length:f-u}),l+=c.length,l>=a)break}return n.spans=o,n.mergeSpans(),n}combine(...t){if(t.length===0)return this.clone();const e=[this,...t].filter(i=>i.length>0);if(e.length===0)return new d;if(e.length===1)return e[0].clone();let s=0;for(const i of e)s+=i.length;const a=new d;a.length=s,a.text=e.map(i=>i.getText()).join(""),a.charData=Array.from({length:s});let n=0,h=0;for(const i of e){const o=i.charData,l=i.getText();if(o)for(let c=0;c<i.length;c++){const m=o[c],b=m&p,u=m&x;a.charData[n+c]=h+b|u}else for(let c=0;c<i.length;c++)a.charData[n+c]=h+c;n+=i.length,h+=l.length}return a.spans=e.flatMap(i=>i.getSpans().map(o=>({...o}))),a.mergeSpans(),a}getTrimmedLength(){if(this._cachedTrimmedLength!==void 0)return this._cachedTrimmedLength;if(this.length===0)return this._cachedTrimmedLength=0,0;if(this.text===void 0||this.charData===void 0)return this._cachedTrimmedLength=0,0;let t=this.length-1;if(this.spans)for(let e=this.spans.length-1;e>=0;e--){const s=this.spans[e];if((s.formatFlags&~C)!==0||s.fgColor!==void 0||s.bgColor!==void 0||s.link!==void 0)return this._cachedTrimmedLength=t+1,this._cachedTrimmedLength;for(let a=0;a<s.length;a++){const n=this.charData[t]&p;if((t+1<this.length?this.charData[t+1]&p:this.text.length)-n!==1||this.text[n]!==" ")return this._cachedTrimmedLength=t+1,this._cachedTrimmedLength;t--}}return this._cachedTrimmedLength=0,0}trimEnd(){const t=this.getTrimmedLength();return t===this.length?this:t===0?new d:this.slice(0,t)}equals(t){if(this.length!==t.length)return!1;if(this.length===0)return!0;if(this.getText()!==t.getText())return!1;const e=this.getSpans(),s=t.getSpans();if(e.length!==s.length)return!1;for(const[h,i]of e.entries()){const o=i,l=s[h];if(o.length!==l.length||o.formatFlags!==l.formatFlags||o.fgColor!==l.fgColor||o.bgColor!==l.bgColor||o.link!==l.link)return!1}const a=this.charData,n=t.charData;if(a&&n){for(let h=0;h<this.length;h++)if(a[h]!==n[h])return!1}return!0}getText(){return this.text??""}getSpans(){return this.spans??[]}getValues(){return Array.from({length:this.length},(t,e)=>this.getValue(e))}*[Symbol.iterator](){if(this.length===0)return;let t=0,e=0;const s=this.getSpans();for(let a=0;a<this.length;a++){const n=s[t],h=n?n.formatFlags:0,i=this.getFullWidth(a);yield{bgColor:n?.bgColor,fgColor:n?.fgColor,formatFlags:h|(i?C:0),fullWidth:i,hasStyles:(h&~C)!==0||n?.fgColor!==void 0||n?.bgColor!==void 0||n?.link!==void 0,link:n?.link,value:this.getValue(a)},n&&(e++,e>=n.length&&(t++,e=0))}}updateSpanAt(t,e){if(t<0||t>=this.length)return;this.ensureInitialized(),this.splitSpansAt(t),this.splitSpansAt(t+1);let s=0;for(const a of this.spans){if(s===t&&a.length===1){e(a);break}s+=a.length}this.mergeSpans()}ensureWidth(t){if(t<=this.length)return;this.ensureInitialized();const e=this.length,s=t-e,a=this.text.length;for(let h=0;h<s;h++)this.charData.push(a);this.length=t;const n=this.spans.at(-1);n?.formatFlags===0&&n.fgColor===void 0&&n.bgColor===void 0&&n.link===void 0?n.length+=s:this.spans.push({formatFlags:0,length:s})}ensureInitialized(){if(this.charData===void 0&&(this.text="",this.charData=Array.from({length:this.length}),this.spans=this.length>0?[{formatFlags:0,length:this.length}]:[],this.length>0&&this.text.length===0)){this.text=" ".repeat(this.length);for(let t=0;t<this.length;t++)this.charData[t]=t}}splitSpansAt(t){if(this.spans===void 0||t<=0||t>=this.length)return;let e=0;for(let s=0;s<this.spans.length;s++){const a=this.spans[s];if(t>e&&t<e+a.length){const n=t-e,h=a.length-n;this.spans.splice(s,1,{...a,length:n},{...a,length:h});return}e+=a.length}}trySetStyleAtIndex(t,e,s,a,n){if(!this.spans)return!1;let h=0,i=-1,o;for(let l=0;l<this.spans.length;l++){const c=this.spans[l];if(h<=t&&h+c.length>t){i=l,o=c;break}h+=c.length}if(!o)return!1;if(o.formatFlags===e&&o.fgColor===s&&o.bgColor===a&&o.link===n)return!0;if(t===h&&i>0){const l=this.spans[i-1];if(l.formatFlags===e&&l.fgColor===s&&l.bgColor===a&&l.link===n)return l.length+=1,o.length===1?this.spans.splice(i,1):o.length-=1,!0}if(t===h+o.length-1&&i<this.spans.length-1){const l=this.spans[i+1];if(l.formatFlags===e&&l.fgColor===s&&l.bgColor===a&&l.link===n)return l.length+=1,o.length===1?this.spans.splice(i,1):o.length-=1,!0}return!1}mergeSpans(){if(this.spans===void 0)return;const t=[];for(const e of this.spans){if(e.length===0)continue;const s=t.at(-1);s?.formatFlags===e.formatFlags&&s.fgColor===e.fgColor&&s.bgColor===e.bgColor&&s.link===e.link?s.length+=e.length:t.push({...e})}this.spans=t}}var ht=Object.defineProperty,I=k((r,t)=>ht(r,"name",{value:t,configurable:!0}),"u$2");const G={black:0,blue:4,cyan:6,gray:8,green:2,grey:8,magenta:5,red:1,white:7,yellow:3},U={blackBright:8,blueBright:12,cyanBright:14,greenBright:10,magentaBright:13,redBright:9,whiteBright:15,yellowBright:11},q=/^ansi256\(\s?(\d+)\s?\)$/,J=/^rgb\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/,Nt=I(r=>{const t=G[r];if(t!==void 0)return t;const e=U[r];if(e!==void 0)return e;const s=q.exec(r);if(s)return Number(s[1])&255;if(r.startsWith("#")&&r.length===7){const n=Number.parseInt(r.slice(1,3),16),h=Number.parseInt(r.slice(3,5),16),i=Number.parseInt(r.slice(5,7),16);return 16+36*Math.round(n/51)+6*Math.round(h/51)+Math.round(i/51)}const a=J.exec(r);return a?16+36*Math.round(Number(a[1])/51)+6*Math.round(Number(a[2])/51)+Math.round(Number(a[3])/51):255},"colorToAnsi256"),lt=I((r,t)=>{const e=t?30:40,s=G[r];if(s!==void 0)return[e+s];const a=U[r];if(a!==void 0)return[e+60+(a-8)];if(r.startsWith("#")&&r.length===7){const i=Number.parseInt(r.slice(1,3),16),o=Number.parseInt(r.slice(3,5),16),l=Number.parseInt(r.slice(5,7),16);return[t?38:48,2,i,o,l]}const n=q.exec(r);if(n)return[t?38:48,5,Number(n[1])];const h=J.exec(r);return h?[t?38:48,2,Number(h[1]),Number(h[2]),Number(h[3])]:[]},"colorToSgrParams");I((r,t)=>{const e=lt(r,t);if(e.length!==0)return`\x1B[${e.join(";")}m`},"colorToAnsiCode");const A=I(r=>{const t=["black","red","green","yellow","blue","magenta","cyan","white"];return r>=0&&r<=7?t[r]:`ansi256(${r})`},"ansi256ToColorName");var ot=Object.defineProperty,y=k((r,t)=>ot(r,"name",{value:t,configurable:!0}),"u$1");const O=y(()=>({bgColor:void 0,fgColor:void 0,formatFlags:0,link:void 0}),"createSgrState"),ct=y((r,t)=>{if(t.length===0)return O();const e=(t.includes(":")?t.replaceAll(":",";"):t).split(";").filter(o=>o.length>0).map(Number);let{bgColor:s,fgColor:a,formatFlags:n,link:h}=r,i=0;for(;i<e.length;){const o=e[i];switch(o){case 0:{n=0,a=void 0,s=void 0,h=void 0;break}case 1:{n|=at;break}case 2:{n|=nt;break}case 3:{n|=j;break}case 4:{n|=R;break}case 7:{n|=M;break}case 8:{n|=H;break}case 9:{n|=V;break}case 22:{n&=-4;break}case 23:{n&=~j;break}case 24:{n&=~R;break}case 27:{n&=~M;break}case 28:{n&=~H;break}case 29:{n&=~V;break}case 30:case 31:case 32:case 33:case 34:case 35:case 36:case 37:{a=A(o-30);break}case 38:{e[i+1]===5&&e[i+2]!==void 0?(a=A(e[i+2]),i+=2):e[i+1]===2&&i+4<e.length&&(a=`rgb(${e[i+2]}, ${e[i+3]}, ${e[i+4]})`,i+=4);break}case 39:{a=void 0;break}case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:{s=A(o-40);break}case 48:{e[i+1]===5&&e[i+2]!==void 0?(s=A(e[i+2]),i+=2):e[i+1]===2&&i+4<e.length&&(s=`rgb(${e[i+2]}, ${e[i+3]}, ${e[i+4]})`,i+=4);break}case 49:{s=void 0;break}case 90:case 91:case 92:case 93:case 94:case 95:case 96:case 97:{a=`ansi256(${o-90+8})`;break}case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:{s=`ansi256(${o-100+8})`;break}}i++}return{bgColor:s,fgColor:a,formatFlags:n,link:h}},"applySgrParams"),z=127462,N=127487,gt=127995,ft=127999,ut=8205,dt=917504,mt=917631,pt=new RegExp("\\p{Mark}","u"),bt=new Intl.Segmenter(void 0,{granularity:"grapheme"}),St=y((r,t)=>!!(Y(t)||r.includes("️")||t>=z&&t<=N),"isFullwidthGrapheme"),Ct=/(?:\u001B\]|\u009D)8;([^;]*);(.*?)(?:\u001B\\|\u0007|\u009C)/,xt=y(r=>{const t=Ct.exec(r);return!t?.[2]||t[2].length===0?void 0:r.endsWith("\x1B\\")?`ST:${t[2]}`:t[2]},"parseOscHyperlink"),Q=y((r,t,e)=>{const s=bt.segment(r),a=[];for(const{segment:n}of s)a.push(n);for(let n=0;n<a.length;n++){let h=a[n];if(h===" "){for(let l=0;l<4;l++)t.pushChar(" ",e.formatFlags,e.fgColor,e.bgColor,e.link);continue}if(h==="\b")continue;const i=h.codePointAt(0);if(!i)continue;if(i>=z&&i<=N&&n+1<a.length){const l=a[n+1],c=l.codePointAt(0);c&&c>=z&&c<=N&&(h+=l,n++)}else for(;n+1<a.length;){const l=a[n+1],c=l.codePointAt(0);if(!c)break;const m=pt.test(String.fromCodePoint(c)),b=c>=gt&&c<=ft,u=c===ut,f=c>=dt&&c<=mt;if(!m&&!b&&!u&&!f)break;h+=l,n++,u&&n+1<a.length&&(h+=a[n+1],n++)}const o=St(h,i)?e.formatFlags|C:e.formatFlags;t.pushChar(h,o,e.fgColor,e.bgColor,e.link)}},"processTextToken"),vt=y(r=>{if(r.length===0)return new d;const t=tt(r),e=new d;let s=O();for(const a of t)switch(a.type){case"csi":{a.finalCharacter==="m"&&(s=ct(s,a.parameterString));break}case"osc":{const n=xt(a.value);n!==void 0?s={...s,link:n}:a.value.includes("8;")&&(s={...s,link:void 0});break}case"text":{Q(a.value,e,s);break}}return e},"textToStyledLine"),kt=/^[\u0020-\u007E]*$/,$t=y(r=>{if(r.length===0)return new d;const t=new d;if(kt.test(r)){for(const e of r)t.pushChar(e,0);return t}return Q(r,t,O()),t},"plainTextToStyledLine");var Dt=Object.defineProperty,v=k((r,t)=>Dt(r,"name",{value:t,configurable:!0}),"r");const $=new _(1e4,1e6),W=new _(1e4,1e6),F=new _(1e4,1e6);let B=!0,P=Z;const Wt=v(r=>{B=r,r||F.clear()},"setEnableStyledLineCache"),Bt=v(()=>{F.clear()},"clearStyledLineCache"),_t=v(r=>{P=r,yt()},"setStringWidthFunction"),yt=v(()=>{$.clear(),W.clear(),F.clear()},"clearStringWidthCache"),Tt=v(r=>{if(r.length===1){const s=r.codePointAt(0);if(s!==void 0&&s>=32&&s<127)return 1}const t=W.get(r);if(t!==void 0)return t;let e;try{e=P(r)}catch{e=1}return W.set(r,e),e},"inkCharacterWidth"),Ft=v(r=>{try{return P(r)}catch{return 1}},"safeGetStringWidth"),Ot=v(r=>{if(r.length===0)return{height:0,width:0};const t=$.get(r);if(t)return t;const e=r.split(`
|
|
2
|
+
`);let s=0;for(const n of e){const h=Ft(n);h>s&&(s=h)}const a={height:e.length,width:s};return $.set(r,a),a},"measureText"),Pt=v(r=>{if(B){const e=F.get(r);if(e!==void 0)return e}const t=vt(r);return B&&F.set(r,t),t},"toStyledLine"),wt=v(r=>{let t=0;for(let e=0;e<r.length;e++)t+=Tt(r.getValue(e));return t},"styledLineWidth"),Lt=v(r=>{if(r.length===0)return[new d];const t=[];let e=0;for(let s=0;s<r.length;s++)r.getValue(s)===`
|
|
3
|
+
`&&(t.push(s>e?r.slice(e,s):new d),e=s+1);return t.push(e<r.length?r.slice(e):new d),t},"splitStyledLineByNewline"),Et=v(r=>{if(r.length===0)return{height:0,width:0};const t=Lt(r);let e=0;for(const s of t)e=Math.max(e,wt(s));return{height:t.length,width:e}},"measureStyledLine");export{at as B,nt as D,C as F,H,j as I,Ot as L,d as S,R as U,Bt as a,_t as b,yt as c,wt as d,M as e,V as f,lt as g,Nt as h,Tt as i,vt as j,Lt as k,Et as m,$t as p,Wt as s,Pt as t};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as e}from"./ansi-parser-B6uXaq65.js";export{e as parseSgrMouse};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var y=Object.defineProperty;var c=(e,t)=>y(e,"name",{value:t,configurable:!0});import{createContext as b}from"react";import T from"react-reconciler";import{NoEventPriority as C,DefaultEventPriority as I,DiscreteEventPriority as P}from"react-reconciler/constants.js";import{unstable_shouldYield as k,unstable_scheduleCallback as x,unstable_now as S,unstable_cancelCallback as E}from"scheduler";import{LayoutNode as f}from"./LayoutNode-B8zej4dm.js";import{applyStyles as h,resolveColor as g}from"./NAMED_COLORS-B9fJsYdg.js";import{a as N}from"./text-width-BU2eeTWn.js";var A=Object.defineProperty,n=c((e,t)=>A(e,"name",{value:t,configurable:!0}),"o");let m=null;function _(e){m=e}c(_,"setOnAfterCommit");n(_,"setOnAfterCommit");let u=C;function p(e){const t=g(e.fg===void 0?e.color===void 0?void 0:e.color:e.fg),o=g(e.bg===void 0?e.backgroundColor===void 0?void 0:e.backgroundColor:e.bg);let r;return e.styles===void 0?(r=0,e.bold&&(r|=1),(e.dim||e.dimColor)&&(r|=2),e.italic&&(r|=4),e.underline&&(r|=8),e.blink&&(r|=16),e.inverse&&(r|=32),e.hidden&&(r|=64),e.strikethrough&&(r|=128)):r=e.styles,{bg:o,fg:t,styles:r}}c(p,"m");n(p,"resolveNodeColors");const U={afterActiveInstanceBlur:n(()=>{},"afterActiveInstanceBlur"),appendChild(e,t){e.insertChild(t,e.children.length)},appendChildToContainer(e,t){e.insertChild(t,e.children.length)},appendInitialChild(e,t){e.insertChild(t,e.children.length)},beforeActiveInstanceBlur:n(()=>{},"beforeActiveInstanceBlur"),cancelCallback:E,cancelTimeout:clearTimeout,clearContainer(e){},commitTextUpdate(e,t,o){e.text=o,e.yogaNode.markDirty()},commitUpdate(e,t,o,r,a){h(e.yogaNode,r);const{bg:i,fg:s,styles:d}=p(r);e.fg=s,e.bg=i,e.styles=d,e._style=r,e.transform=typeof r.transform=="function"?r.transform:void 0},createInstance(e,t,o,r,a){const i=new f,s={...t};s.flexDirection===void 0&&(s.flexDirection="row"),s.flexShrink===void 0&&(s.flexShrink=1),h(i.yogaNode,s);const{bg:d,fg:l,styles:v}=p(t);return i.fg=l,i.bg=d,i.styles=v,i._style=t,typeof t.transform=="function"&&(i.transform=t.transform),i},createTextInstance(e,t,o,r){const a=new f;return a.text=e,a.yogaNode.setWidth(N(e)),a.yogaNode.setHeight(1),a},detachDeletedInstance:n(e=>{e.destroy()},"detachDeletedInstance"),finalizeInitialChildren(e,t,o,r,a){return!1},getChildHostContext(e,t,o){return{isInsideText:t==="text"}},getCurrentEventPriority:n(()=>P,"getCurrentEventPriority"),getCurrentUpdatePriority:n(()=>u,"getCurrentUpdatePriority"),getInstanceFromNode:n(()=>null,"getInstanceFromNode"),getPublicInstance(e){return e},getRootHostContext(e){return{isInsideText:!1}},hideInstance(e){e._hidden=!0},hideTextInstance(e){e._hidden=!0},HostTransitionContext:b(null),insertBefore(e,t,o){t.parent&&t.remove();const r=e.children.indexOf(o);e.insertChild(t,r)},isPrimaryRenderer:!0,maySuspendCommit:n(()=>!0,"maySuspendCommit"),noTimeout:-1,NotPendingTransition:void 0,now:S,preloadInstance:n(()=>!0,"preloadInstance"),prepareForCommit(e){return null},preparePortalMount:n(()=>{},"preparePortalMount"),prepareScopeUpdate:n(()=>{},"prepareScopeUpdate"),prepareUpdate(e,t,o,r,a,i){const s=Object.keys(o).filter(l=>l!=="children"),d=Object.keys(r).filter(l=>l!=="children");if(s.length!==d.length)return!0;for(const l of d)if(o[l]!==r[l])return!0;return null},removeChild(e,t){t.remove()},removeChildFromContainer(e,t){t.remove()},requestPostPaintCallback:n(()=>{},"requestPostPaintCallback"),resetAfterCommit(e){typeof m=="function"&&m()},resolveEventTimeStamp:n(()=>-1.1,"resolveEventTimeStamp"),resolveEventType:n(()=>null,"resolveEventType"),resolveUpdatePriority(){return u!==C?u:I},scheduleCallback:x,scheduleMicrotask:queueMicrotask,scheduleTimeout:setTimeout,setCurrentUpdatePriority(e){u=e},shouldAttemptEagerTransition:n(()=>!1,"shouldAttemptEagerTransition"),shouldSetTextContent(e,t){return!1},shouldYield:k,startSuspendingCommit:n(()=>{},"startSuspendingCommit"),supportsHydration:!1,supportsMicrotasks:!0,supportsMutation:!0,supportsPersistence:!1,suspendInstance:n(()=>{},"suspendInstance"),trackSchedulerEvent:n(()=>{},"trackSchedulerEvent"),unhideInstance(e,t){e._hidden=!1},unhideTextInstance(e,t){e._hidden=!1},waitForCommitToBeReady:n(()=>null,"waitForCommitToBeReady"),warnsIfNotActing:!0},j=T(U);export{j as T,_ as s};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var P=Object.defineProperty;var p=(e,t)=>P(e,"name",{value:t,configurable:!0});import{createRequire as b}from"node:module";import{version as O,createContext as F}from"react";import G from"react-reconciler";import{NoEventPriority as L,DefaultEventPriority as v}from"react-reconciler/constants.js";import{unstable_shouldYield as w,unstable_scheduleCallback as k,unstable_now as B,unstable_cancelCallback as W}from"scheduler";import n from"yoga-layout";import{b as y,d as g,s as E,m as _,e as M,r as I,f as H,c as U,h as C,j as N}from"./dom-CXB-19sK.js";const re=b(import.meta.url),D=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,A=D;var Y=Object.defineProperty,u=p((e,t)=>Y(e,"name",{value:t,configurable:!0}),"t");const j=[["top",n.EDGE_TOP],["right",n.EDGE_RIGHT],["bottom",n.EDGE_BOTTOM],["left",n.EDGE_LEFT]],X=u((e,t)=>{if("position"in t){let r=n.POSITION_TYPE_RELATIVE;t.position==="absolute"?r=n.POSITION_TYPE_ABSOLUTE:t.position==="static"&&(r=n.POSITION_TYPE_STATIC),e.setPositionType(r)}for(const[r,s]of j){if(!(r in t))continue;const l=t[r];if(typeof l=="string"){e.setPositionPercent(s,Number.parseFloat(l));continue}e.setPosition(s,l)}},"applyPositionStyles"),V=u((e,t)=>{"margin"in t&&e.setMargin(n.EDGE_ALL,t.margin??0),"marginX"in t&&e.setMargin(n.EDGE_HORIZONTAL,t.marginX??0),"marginY"in t&&e.setMargin(n.EDGE_VERTICAL,t.marginY??0),"marginLeft"in t&&e.setMargin(n.EDGE_START,t.marginLeft||0),"marginRight"in t&&e.setMargin(n.EDGE_END,t.marginRight||0),"marginTop"in t&&e.setMargin(n.EDGE_TOP,t.marginTop||0),"marginBottom"in t&&e.setMargin(n.EDGE_BOTTOM,t.marginBottom||0)},"applyMarginStyles"),J=u((e,t)=>{"padding"in t&&e.setPadding(n.EDGE_ALL,t.padding??0),"paddingX"in t&&e.setPadding(n.EDGE_HORIZONTAL,t.paddingX??0),"paddingY"in t&&e.setPadding(n.EDGE_VERTICAL,t.paddingY??0),"paddingLeft"in t&&e.setPadding(n.EDGE_LEFT,t.paddingLeft||0),"paddingRight"in t&&e.setPadding(n.EDGE_RIGHT,t.paddingRight||0),"paddingTop"in t&&e.setPadding(n.EDGE_TOP,t.paddingTop||0),"paddingBottom"in t&&e.setPadding(n.EDGE_BOTTOM,t.paddingBottom||0)},"applyPaddingStyles"),q=u((e,t)=>{"flexGrow"in t&&e.setFlexGrow(t.flexGrow??0),"flexShrink"in t&&e.setFlexShrink(typeof t.flexShrink=="number"?t.flexShrink:1),"flexWrap"in t&&(t.flexWrap==="nowrap"&&e.setFlexWrap(n.WRAP_NO_WRAP),t.flexWrap==="wrap"&&e.setFlexWrap(n.WRAP_WRAP),t.flexWrap==="wrap-reverse"&&e.setFlexWrap(n.WRAP_WRAP_REVERSE)),"flexDirection"in t&&(t.flexDirection==="row"&&e.setFlexDirection(n.FLEX_DIRECTION_ROW),t.flexDirection==="row-reverse"&&e.setFlexDirection(n.FLEX_DIRECTION_ROW_REVERSE),t.flexDirection==="column"&&e.setFlexDirection(n.FLEX_DIRECTION_COLUMN),t.flexDirection==="column-reverse"&&e.setFlexDirection(n.FLEX_DIRECTION_COLUMN_REVERSE)),"flexBasis"in t&&(typeof t.flexBasis=="number"?e.setFlexBasis(t.flexBasis):typeof t.flexBasis=="string"?e.setFlexBasisPercent(Number.parseInt(t.flexBasis,10)):e.setFlexBasis(Number.NaN)),"alignItems"in t&&((t.alignItems==="stretch"||!t.alignItems)&&e.setAlignItems(n.ALIGN_STRETCH),t.alignItems==="flex-start"&&e.setAlignItems(n.ALIGN_FLEX_START),t.alignItems==="center"&&e.setAlignItems(n.ALIGN_CENTER),t.alignItems==="flex-end"&&e.setAlignItems(n.ALIGN_FLEX_END),t.alignItems==="baseline"&&e.setAlignItems(n.ALIGN_BASELINE)),"alignSelf"in t&&((t.alignSelf==="auto"||!t.alignSelf)&&e.setAlignSelf(n.ALIGN_AUTO),t.alignSelf==="flex-start"&&e.setAlignSelf(n.ALIGN_FLEX_START),t.alignSelf==="center"&&e.setAlignSelf(n.ALIGN_CENTER),t.alignSelf==="flex-end"&&e.setAlignSelf(n.ALIGN_FLEX_END),t.alignSelf==="stretch"&&e.setAlignSelf(n.ALIGN_STRETCH),t.alignSelf==="baseline"&&e.setAlignSelf(n.ALIGN_BASELINE)),"alignContent"in t&&((t.alignContent==="flex-start"||!t.alignContent)&&e.setAlignContent(n.ALIGN_FLEX_START),t.alignContent==="center"&&e.setAlignContent(n.ALIGN_CENTER),t.alignContent==="flex-end"&&e.setAlignContent(n.ALIGN_FLEX_END),t.alignContent==="space-between"&&e.setAlignContent(n.ALIGN_SPACE_BETWEEN),t.alignContent==="space-around"&&e.setAlignContent(n.ALIGN_SPACE_AROUND),t.alignContent==="space-evenly"&&e.setAlignContent(n.ALIGN_SPACE_EVENLY),t.alignContent==="stretch"&&e.setAlignContent(n.ALIGN_STRETCH)),"justifyContent"in t&&((t.justifyContent==="flex-start"||!t.justifyContent)&&e.setJustifyContent(n.JUSTIFY_FLEX_START),t.justifyContent==="center"&&e.setJustifyContent(n.JUSTIFY_CENTER),t.justifyContent==="flex-end"&&e.setJustifyContent(n.JUSTIFY_FLEX_END),t.justifyContent==="space-between"&&e.setJustifyContent(n.JUSTIFY_SPACE_BETWEEN),t.justifyContent==="space-around"&&e.setJustifyContent(n.JUSTIFY_SPACE_AROUND),t.justifyContent==="space-evenly"&&e.setJustifyContent(n.JUSTIFY_SPACE_EVENLY))},"applyFlexStyles"),$=u((e,t)=>{"width"in t&&(typeof t.width=="number"?e.setWidth(t.width):typeof t.width=="string"?e.setWidthPercent(Number.parseInt(t.width,10)):e.setWidthAuto()),"height"in t&&(typeof t.height=="number"?e.setHeight(t.height):typeof t.height=="string"?e.setHeightPercent(Number.parseInt(t.height,10)):e.setHeightAuto()),"minWidth"in t&&(typeof t.minWidth=="string"?e.setMinWidthPercent(Number.parseInt(t.minWidth,10)):e.setMinWidth(t.minWidth??0)),"minHeight"in t&&(typeof t.minHeight=="string"?e.setMinHeightPercent(Number.parseInt(t.minHeight,10)):e.setMinHeight(t.minHeight??0)),"maxWidth"in t&&(typeof t.maxWidth=="string"?e.setMaxWidthPercent(Number.parseInt(t.maxWidth,10)):e.setMaxWidth(t.maxWidth)),"maxHeight"in t&&(typeof t.maxHeight=="string"?e.setMaxHeightPercent(Number.parseInt(t.maxHeight,10)):e.setMaxHeight(t.maxHeight)),"aspectRatio"in t&&e.setAspectRatio(t.aspectRatio)},"applyDimensionStyles"),z=u((e,t)=>{"display"in t&&e.setDisplay(t.display==="flex"?n.DISPLAY_FLEX:n.DISPLAY_NONE)},"applyDisplayStyles"),Z=u((e,t,r)=>{if(!("borderStyle"in t||"borderTop"in t||"borderBottom"in t||"borderLeft"in t||"borderRight"in t))return;const s=r.borderStyle?1:0;e.setBorder(n.EDGE_TOP,r.borderTop===!1?0:s),e.setBorder(n.EDGE_BOTTOM,r.borderBottom===!1?0:s),e.setBorder(n.EDGE_LEFT,r.borderLeft===!1?0:s),e.setBorder(n.EDGE_RIGHT,r.borderRight===!1?0:s)},"applyBorderStyles"),K=u((e,t)=>{"gap"in t&&e.setGap(n.GUTTER_ALL,t.gap??0),"columnGap"in t&&e.setGap(n.GUTTER_COLUMN,t.columnGap??0),"rowGap"in t&&e.setGap(n.GUTTER_ROW,t.rowGap??0)},"applyGapStyles"),Q=u((e,t)=>{const r=t.overflow??"visible",s=t.overflowX??r,l=t.overflowY??r;s==="scroll"||l==="scroll"?e.setOverflow(n.OVERFLOW_SCROLL):s==="hidden"||l==="hidden"?e.setOverflow(n.OVERFLOW_HIDDEN):e.setOverflow(n.OVERFLOW_VISIBLE)},"applyOverflowStyles"),S=u((e,t={},r=t)=>{X(e,t),V(e,t),J(e,t),q(e,t),$(e,t),z(e,t),Z(e,t,r),K(e,t),Q(e,r)},"styles");var ee=Object.defineProperty,c=p((e,t)=>ee(e,"name",{value:t,configurable:!0}),"c");if(A.env.DEV==="true"){let e=!1;try{import.meta.resolve("react-devtools-core"),e=!0}catch{}e&&await import("../packem_chunks/devtools.js")}const x=c((e,t)=>{if(e===t)return;if(!e)return t;const r={};let s=!1;for(const l of Object.keys(e))(!t||!Object.hasOwn(t,l))&&(r[l]=void 0,s=!0);if(t)for(const l of Object.keys(t))t[l]!==e[l]&&(r[l]=t[l],s=!0);return s?r:void 0},"diff"),h=c(e=>{if(e){if(e.yogaNode?.unsetMeasureFunc(),"resizeObservers"in e&&e.resizeObservers?.clear(),"childNodes"in e&&e.childNodes)for(const t of e.childNodes)h(t);e.yogaNode?.free(),"cachedRender"in e&&(e.cachedRender=void 0),"childNodes"in e&&(e.childNodes=[]),e.parentNode=void 0}},"cleanupNodeTree");let m=L,T;async function R(){const e=(await import("node:fs")).readFileSync(new URL("../package.json",import.meta.url),"utf8"),t=JSON.parse(e);return{name:t?.name,version:t?.version}}p(R,"B");c(R,"loadPackageJson");let f={name:"ink",version:O};if(A.env.DEV==="true")try{const e=await R();f={name:e.name||f.name,version:e.version||f.version}}catch(e){console.warn("Failed to load package.json in development mode. Falling back to default renderer metadata.",e)}const de=G({afterActiveInstanceBlur(){},appendChild:g,appendChildToContainer:g,appendInitialChild:g,beforeActiveInstanceBlur(){},cancelCallback:W,cancelTimeout:clearTimeout,clearContainer:c(()=>!1,"clearContainer"),commitTextUpdate(e,t,r){E(e,r)},commitUpdate(e,t,r,s){T&&e.internal_static&&(T.isStaticDirty=!0);const l=x(r,s),a=x(r.style,s.style);if(!l&&!a)return;let i=!!a;if(l){for(const[o,d]of Object.entries(l))if(o!=="children"){if(o==="style"){C(e,d);continue}if(o==="internal_transform"){e.internal_transform=d,i=!0;continue}if(o==="internal_cursor"){e.internal_cursor=d,i=!0;continue}if(o==="internal_static"){e.internal_static=!0,i=!0;continue}if(o==="sticky"){e.internal_sticky=d,i=!0;continue}if(o==="internalStickyAlternate"){e.internal_stickyAlternate=d,i=!0;continue}if(o==="opaque"){e.internal_opaque=d,i=!0;continue}if(o==="scrollbar"){e.internal_scrollbar=d,i=!0;continue}if(o==="internal_terminalCursorFocus"){e.internal_terminalCursorFocus=d,i=!0;continue}if(o==="internal_terminalCursorPosition"){e.internal_terminalCursorPosition=d,i=!0;continue}if(o==="cachedRender"){e.cachedRender=d,i=!0;continue}N(e,o,d),i=!0}}a&&e.yogaNode&&S(e.yogaNode,a,s.style??{}),i&&_(e)},createInstance(e,t,r,s){if(s.isInsideText&&e==="ink-box")throw new Error("<Box> can’t be nested inside <Text> component");if(s.isInsideText&&e==="ink-cursor")throw new Error("<Cursor> can’t be nested inside <Text> component");const l=e==="ink-text"&&s.isInsideText?"ink-virtual-text":e,a=U(l);for(const[i,o]of Object.entries(t))if(i!=="children"){if(i==="style"){C(a,o),a.yogaNode&&S(a.yogaNode,o);continue}if(i==="internal_transform"){a.internal_transform=o;continue}if(i==="internal_cursor"){a.internal_cursor=o;continue}if(i==="internal_static"){T=r,a.internal_static=!0,r.isStaticDirty=!0,r.staticNode=a;continue}if(i==="sticky"){a.internal_sticky=o;continue}if(i==="internalStickyAlternate"){a.internal_stickyAlternate=o;continue}if(i==="opaque"){a.internal_opaque=o;continue}if(i==="scrollbar"){a.internal_scrollbar=o;continue}if(i==="internal_terminalCursorFocus"){a.internal_terminalCursorFocus=o;continue}if(i==="internal_terminalCursorPosition"){a.internal_terminalCursorPosition=o;continue}if(i==="internal_static"){a.internal_static=!0;continue}if(i==="cachedRender"){a.cachedRender=o;continue}N(a,i,o)}return a},createTextInstance(e,t,r){if(!r.isInsideText)throw new Error(`Text string "${e}" must be rendered inside <Text> component`);return H(e)},detachDeletedInstance(){},finalizeInitialChildren(){return!1},getChildHostContext(e,t){const r=e.isInsideText,s=t==="ink-text"||t==="ink-virtual-text";return r===s?e:{isInsideText:s}},getCurrentUpdatePriority:c(()=>m,"getCurrentUpdatePriority"),getInstanceFromNode:c(()=>null,"getInstanceFromNode"),getInstanceFromScope:c(()=>null,"getInstanceFromScope"),getPublicInstance:c(e=>e,"getPublicInstance"),getRootHostContext:c(()=>({isInsideText:!1}),"getRootHostContext"),hideInstance(e){e.internal_hidden=!0,e.yogaNode?.setDisplay(n.DISPLAY_NONE),_(e)},hideTextInstance(e){E(e,"")},HostTransitionContext:F(null),insertBefore:y,insertInContainerBefore:y,isPrimaryRenderer:!0,maySuspendCommit(){return!0},noTimeout:-1,NotPendingTransition:void 0,now:B,preloadInstance(){return!0},prepareForCommit:c(()=>null,"prepareForCommit"),preparePortalMount:c(()=>null,"preparePortalMount"),prepareScopeUpdate(){},removeChild(e,t){I(e,t),h(t)},removeChildFromContainer(e,t){I(e,t),h(t)},rendererPackageName:f.name,rendererVersion:f.version,requestPostPaintCallback(){},resetAfterCommit(e){if(typeof e.onComputeLayout=="function"&&e.onComputeLayout(),M(e),e.staticNode!==e.previousStaticNode&&(e.previousStaticNode=e.staticNode,typeof e.onStaticChange=="function"&&e.onStaticChange()),e.isStaticDirty){e.isStaticDirty=!1,typeof e.onImmediateRender=="function"&&e.onImmediateRender();return}typeof e.onRender=="function"&&e.onRender()},resetFormInstance(){},resetTextContent(){},resolveEventTimeStamp(){return-1.1},resolveEventType(){return null},resolveUpdatePriority(){return m!==L?m:v},scheduleCallback:k,scheduleMicrotask:queueMicrotask,scheduleTimeout:setTimeout,setCurrentUpdatePriority(e){m=e},shouldAttemptEagerTransition(){return!1},shouldSetTextContent:c(()=>!1,"shouldSetTextContent"),shouldYield:w,startSuspendingCommit(){},supportsHydration:!1,supportsMicrotasks:!0,supportsMutation:!0,supportsPersistence:!1,suspendInstance(){},trackSchedulerEvent(){},unhideInstance(e){e.internal_hidden=!1,e.yogaNode?.setDisplay(n.DISPLAY_FLEX),_(e)},unhideTextInstance(e,t){E(e,t)},waitForCommitToBeReady(){return null}});export{de as L,S as u};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var ke=Object.defineProperty;var x=(e,t)=>ke(e,"name",{value:t,configurable:!0});import{createRequire as De}from"node:module";import{jsxs as A,jsx as T}from"react/jsx-runtime";import{setMode as se,BracketedPasteMode as oe,resetMode as ne,cursorShow as ht,setCursorStyle as Me,cursorUp as Pt,cursorTo as kt,cursorDown as We,cursorHide as Q,eraseLines as V,cursorNextLine as Ae,eraseLineEnd as _e,createDecMode as Ue,ALT_SCREEN_ON as He,clearScreenAndHomeCursor as Ke,ALT_SCREEN_OFF as je}from"@visulima/ansi";import{wordWrap as Fe}from"@visulima/string";import ue from"is-in-ci";import qe from"patch-console";import{ConcurrentRoot as Ye,LegacyRoot as ze}from"react-reconciler/constants.js";import{onExit as Ge}from"signal-exit";import K from"yoga-layout";import{a as Ve}from"./accessibility-context-DDyHTwmA.js";import{PureComponent as Xe,useState as vt,useRef as _,useCallback as y,useEffect as Rt,useMemo as z}from"react";import{e as Je}from"./animation-context-DW3p-vpk.js";import{t as Ze}from"./app-context-BVpKlG1z.js";import{o as tr}from"./cursor-context-CFviBqPX.js";import{parseStacktrace as ir}from"@visulima/error/stacktrace";import sr from"code-excerpt";import{Box as H}from"../components/box.js";import{Text as U}from"../components/text.js";import{o as or}from"./focus-context-CsT69klR.js";import{t as nr}from"./stderr-context-BzEaUICS.js";import{e as ur}from"./stdin-context-BTaaFagk.js";import{t as ar}from"./stdout-context-BnblEPez.js";import{U as lr,B as dr,r as cr,R as hr}from"./renderer-maLLQcut.js";import{c as fr,e as pr}from"./dom-CXB-19sK.js";import{resolveFlags as mr}from"./kittyFlags-C3rZLbcK.js";import{a as gr}from"./measure-text-Ce2widM1.js";import{L as B,u as vr}from"./reconciler-DYE5h4K4.js";import{measureAndExtractObservers as br}from"./ResizeObserverEntry-Dq0dk8Kq.js";import{calculateScroll as wr}from"./getScrollHeight-ClEOyLHH.js";import{g as tt}from"./utils-CoviI5Vm.js";import __cjs_mod__ from "node:module"; // -- packem CommonJS require shim --
|
|
2
|
+
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
3
|
+
const $e=De(import.meta.url),it=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,ct=x(e=>{if(typeof it<"u"&&it.versions&&it.versions.node){const[t,r]=it.versions.node.split(".").map(Number);if(t>22||t===22&&r>=3||t===20&&r>=16)return it.getBuiltinModule(e)}return $e(e)},"__cjs_getBuiltinModule"),M=it,{cwd:Le}=M,{Stream:Ie}=ct("node:stream"),{Buffer:Vt}=ct("node:buffer"),{Console:Be}=ct("node:console"),{EventEmitter:Qe}=ct("node:events"),{existsSync:er,readFileSync:rr}=ct("node:fs");var yr=Object.defineProperty,L=x((e,t)=>yr(e,"name",{value:t,configurable:!0}),"i$2");const ae="\x1B[200~",Qt="\x1B[201~",Cr=L(e=>e>=48&&e<=63,"isCsiParameterByte"),Tr=L(e=>e>=32&&e<=47,"isCsiIntermediateByte"),le=L(e=>e>=64&&e<=126,"isCsiFinalByte"),Rr=L((e,t,r)=>{const i=t+r+1;let o=i;for(;o<e.length;o++){const a=e.codePointAt(o);if(a===void 0)return"pending";if(!(Cr(a)||Tr(a))&&!(a===91&&o===i))return le(a)?{nextIndex:o+1,sequence:e.slice(t,o+1)}:void 0}return"pending"},"parseCsiSequence"),xr=L((e,t,r)=>{const i=t+r+2;if(i>e.length)return"pending";const o=e.codePointAt(i-1);if(!(o===void 0||!le(o)))return{nextIndex:i,sequence:e.slice(t,i)}},"parseSs3Sequence"),Xt=L((e,t,r)=>{const i=e[t+r];if(i===void 0)return"pending";if(i==="[")return Rr(e,t,r);if(i==="O")return xr(e,t,r)},"parseControlSequence"),Sr=L((e,t)=>{const r=e.codePointAt(t+1),i=r!==void 0&&r>65535?2:1,o=t+1+i;return{nextIndex:o,sequence:e.slice(t,o)}},"parseEscapedCodePoint"),Pr=L((e,t)=>{if(t===e.length-1)return"pending";if(e[t+1]==="\x1B"){if(t+2>=e.length)return"pending";const i=Xt(e,t,2);return i==="pending"?"pending":i||{nextIndex:t+2,sequence:e.slice(t,t+2)}}const r=Xt(e,t,1);return r==="pending"?"pending":r||Sr(e,t)},"parseEscapeSequence"),Jt=L((e,t)=>{let r=0;for(let i=0;i<e.length;i++){const o=e[i];(o===""||o==="\b")&&(i>r&&t.push(e.slice(r,i)),t.push(o),r=i+1)}r<e.length&&t.push(e.slice(r))},"splitDeleteAndBackspace"),Or=L(e=>{const t=[];let r=0;const i=L(o=>({events:t,pending:e.slice(o)}),"pendingFrom");for(;r<e.length;){const o=e.indexOf("\x1B",r);if(o===-1)return Jt(e.slice(r),t),{events:t,pending:""};o>r&&Jt(e.slice(r,o),t);const a=Pr(e,o);if(a==="pending")return i(o);if(a.sequence===ae){const l=a.nextIndex,n=e.indexOf(Qt,l);if(n===-1)return i(o);t.push({paste:e.slice(l,n)}),r=n+Qt.length;continue}t.push(a.sequence),r=a.nextIndex}return{events:t,pending:""}},"parseKeypresses"),Er=L(()=>{let e="";return{flushPendingEscape(){if(!e.startsWith("\x1B"))return;const t=e;return e="",t},hasPendingEscape(){return e.startsWith("\x1B")&&!e.startsWith(ae)&&e!=="\x1B[200"},push(t){const r=Or(e+t);return e=r.pending,r.events},reset(){e=""}}},"createInputParser");var Nr=Object.defineProperty,de=x((e,t)=>Nr(e,"name",{value:t,configurable:!0}),"x");const xt=de(e=>{if(!e)return e;const t=Le();return e.replace(`file://${t}/`,"").replace(`${t}/`,"")},"cleanupPath");function ce({error:e}){const t=ir(e),r=new Map,i=t.map(s=>{const u=!s.methodName&&!s.file?`raw:${s.raw}`:`${xt(s.file)??""}:${s.line}:${s.column}:${s.methodName??""}`,m=r.get(u)??0;return r.set(u,m+1),{key:`${u}#${m}`,trace:s}}),o=t[0],a=xt(o?.file);let l,n=0;if(a&&o?.line&&er(a)){const s=rr(a,"utf8");if(l=sr(s,o.line),l)for(const{line:u}of l)n=Math.max(n,String(u).length)}return A(H,{flexDirection:"column",padding:1,children:[A(H,{children:[A(U,{backgroundColor:"red",color:"white",children:[" ","ERROR"," "]}),A(U,{children:[" ",e.message]})]}),o&&a?T(H,{marginTop:1,children:A(U,{dimColor:!0,children:[a,":",o.line,":",o.column]})}):null,o&&l?T(H,{flexDirection:"column",marginTop:1,children:l.map(({line:s,value:u})=>A(H,{children:[T(H,{width:n+1,children:A(U,{"aria-label":s===o.line?`Line ${s}, error`:`Line ${s}`,backgroundColor:s===o.line?"red":void 0,color:s===o.line?"white":void 0,dimColor:s!==o.line,children:[String(s).padStart(n," "),":"]})}),T(U,{backgroundColor:s===o.line?"red":void 0,color:s===o.line?"white":void 0,children:` ${u}`})]},`excerpt-${s}`))}):null,t.length>0?T(H,{flexDirection:"column",marginTop:1,children:i.map(({key:s,trace:u})=>{const m=xt(u.file)??"";return!u.methodName&&!u.file?A(H,{children:[T(U,{dimColor:!0,children:"- "}),T(U,{bold:!0,dimColor:!0,children:u.raw})]},s):A(H,{children:[T(U,{dimColor:!0,children:"- "}),T(U,{bold:!0,dimColor:!0,children:u.methodName??"<anonymous>"}),A(U,{"aria-label":`at ${m} line ${u.line} column ${u.column}`,color:"gray",dimColor:!0,children:[" ","(",m,":",u.line,":",u.column,")"]})]},s)})}):null]})}x(ce,"b");de(ce,"ErrorOverview");var kr=Object.defineProperty,Dr=x((e,t)=>kr(e,"name",{value:t,configurable:!0}),"o$1");let $r=class extends Xe{static{x(this,"i")}static{Dr(this,"ErrorBoundary")}static displayName="InternalErrorBoundary";static getDerivedStateFromError(t){return{error:t}}state={error:void 0};componentDidCatch(t){this.props.onError(t)}render(){return this.state.error?T(ce,{error:this.state.error}):this.props.children}};var Lr=Object.defineProperty,Zt=x((e,t)=>Lr(e,"name",{value:t,configurable:!0}),"J");const Ir=" ",Br="\x1B[Z",Mr="\x1B",Wr=se(oe),te=ne(oe),he=Zt(({children:e,exitOnCtrlC:t,interactive:r,onExit:i,onWaitUntilRenderFlush:o,renderThrottleMs:a,setCursorPosition:l,stderr:n,stdin:s,stdout:u,writeToStderr:m,writeToStdout:C})=>{const[g,c]=vt(!0),[h,b]=vt(void 0),[,w]=vt([]),D=_(0),S=_(new Map),I=_(void 0),$=_(0),W=_(!1),N=_(0),[E]=vt(()=>{const d=new Qe;return d.setMaxListeners(1/0),d}),Y=_(void 0),O=_(void 0);O.current??=Er();const j=_(void 0),$t=_(!1),ye=20,X=y(()=>{j.current&&(clearTimeout(j.current),j.current=void 0)},[]),J=y(()=>{I.current&&(clearTimeout(I.current),I.current=void 0)},[]),ft=y(()=>{if(J(),S.current.size===0)return;let d=Number.POSITIVE_INFINITY;for(const f of S.current.values())d=Math.min(d,f.nextDueTime);const p=Math.max(0,d-performance.now());I.current=setTimeout(()=>{I.current=void 0;const f=performance.now(),R=[...S.current.values()];for(const k of R){if(f<k.nextDueTime)continue;k.callback(f);const Ee=f-k.startTime,Ne=Math.floor(Ee/k.interval)+1;k.nextDueTime=k.startTime+Ne*k.interval}ft()},p)},[J]),Lt=y((d,p)=>{const f=performance.now();return S.current.set(d,{callback:d,interval:p,nextDueTime:f+p,startTime:f}),ft(),{startTime:f,unsubscribe(){if(S.current.delete(d),S.current.size===0){J();return}ft()}}},[J,ft]);Rt(()=>()=>{J()},[J]);const F=s.isTTY,It=y(()=>{Y.current&&(s.removeListener("readable",Y.current),Y.current=void 0)},[s]),pt=y(()=>{O.current?.reset(),X(),It()},[X,It]),Z=y(()=>{W.current=!1,s.setRawMode(!1),s.unref(),$.current=0,pt()},[s,pt]),ut=y(d=>{F&&($.current>0||W.current)&&Z(),i(d)},[F,Z,i]),Bt=y(d=>{if(d.includes("")&&t){ut();return}d===Mr&&g&&b(p=>{if(!p)return p})},[t,ut,g]),at=y(d=>{Bt(d),E.emit("input",d)},[Bt,E]),Mt=y(()=>{X(),j.current=setTimeout(()=>{j.current=void 0;const d=O.current.flushPendingEscape();d&&at(d)},ye)},[X,at]),Tt=y(()=>{X();let d;for(;(d=s.read())!==null;){const p=O.current.push(d);for(const f of p)if(typeof f=="string")at(f);else{if(E.listenerCount("paste")===0){$t.current||($t.current=!0,m(`Warning: useInput() received bracketed paste because no usePaste() handler is active. This fallback is deprecated and will be removed in the next major version. Migrate paste handling to usePaste().
|
|
4
|
+
`)),at(f.paste);continue}E.emit("paste",f.paste)}}O.current.hasPendingEscape()&&Mt()},[s,at,X,Mt,m,E]),Wt=y(()=>{Y.current||(Y.current=Tt,s.addListener("readable",Tt))},[s,Tt]),At=y(d=>{if(!F)throw s===M.stdin?new Error(`Raw mode is not supported on the current process.stdin, which Ink uses as input stream by default.
|
|
5
|
+
Read about how to prevent this error on https://github.com/vadimdemedes/ink/#israwmodesupported`):new Error(`Raw mode is not supported on the stdin provided to Ink.
|
|
6
|
+
Read about how to prevent this error on https://github.com/vadimdemedes/ink/#israwmodesupported`);if(s.setEncoding("utf8"),d){if($.current===0){const p=W.current;W.current=!1,p||(s.ref(),s.setRawMode(!0)),Wt()}$.current++;return}$.current!==0&&--$.current===0&&(pt(),W.current=!0,queueMicrotask(()=>{W.current&&Z()}))},[F,s,Wt,pt,Z]),_t=y(d=>{if(u.isTTY){if(d){N.current===0&&u.write(Wr),N.current++;return}N.current!==0&&--N.current===0&&u.write(te)}},[u]),Ut=y((d,p)=>{const f=d.findIndex(R=>R.id===p);for(let R=f+1;R<d.length;R++){const k=d[R];if(k?.isActive)return k.id}},[]),Ht=y((d,p)=>{const f=d.findIndex(R=>R.id===p);for(let R=f-1;R>=0;R--){const k=d[R];if(k?.isActive)return k.id}},[]),mt=y(()=>{w(d=>(b(p=>{const f=d.find(R=>R.isActive)?.id;return Ut(d,p)??f}),d))},[Ut]),gt=y(()=>{w(d=>(b(p=>{const f=d.findLast(R=>R.isActive)?.id;return Ht(d,p)??f}),d))},[Ht]);Rt(()=>{const d=Zt(f=>{!g||D.current===0||(f===Ir&&mt(),f===Br&>())},"handleTabNavigation");E.on("input",d);const p=E;return()=>{p.off("input",d)}},[g,mt,gt,E]);const Kt=y(()=>{c(!0)},[]),jt=y(()=>{c(!1)},[]),Ft=y(d=>{w(p=>(p.some(f=>f?.id===d)&&b(d),p))},[]),qt=y((d,{autoFocus:p})=>{w(f=>(D.current=f.length+1,[...f,{id:d,isActive:!0}])),p&&b(f=>f||d)},[]),Yt=y(d=>{b(p=>{if(p!==d)return p}),w(p=>{const f=p.filter(R=>R.id!==d);return D.current=f.length,f})},[]),zt=y(d=>{w(p=>p.map(f=>f.id!==d?f:{id:d,isActive:!0}))},[]),Gt=y(d=>{b(p=>{if(p!==d)return p}),w(p=>p.map(f=>f.id!==d?f:{id:d,isActive:!1}))},[]);Rt(()=>()=>{const d=!u.destroyed&&!u.writableEnded;r&&d&&u.write(ht),F&&($.current>0||W.current)&&Z(),N.current>0&&(u.isTTY&&d&&u.write(te),N.current=0)},[u,F,Z,r]);const Ce=z(()=>({exit:ut,waitUntilRenderFlush:o}),[ut,o]),Te=z(()=>({internal_eventEmitter:E,internal_exitOnCtrlC:t,isRawModeSupported:F,setBracketedPasteMode:_t,setRawMode:At,stdin:s}),[s,At,_t,F,t,E]),Re=z(()=>({stdout:u,write:C}),[u,C]),xe=z(()=>({stderr:n,write:m}),[n,m]),Se=z(()=>({setCursorPosition:l}),[l]),Pe=z(()=>({activate:zt,activeId:h,add:qt,deactivate:Gt,disableFocus:jt,enableFocus:Kt,focus:Ft,focusNext:mt,focusPrevious:gt,remove:Yt}),[h,qt,Yt,zt,Gt,Kt,jt,mt,gt,Ft]),Oe=z(()=>({renderThrottleMs:a,subscribe:Lt}),[Lt,a]);return T(Ze.Provider,{value:Ce,children:T(ur.Provider,{value:Te,children:T(ar.Provider,{value:Re,children:T(nr.Provider,{value:xe,children:T(or.Provider,{value:Pe,children:T(Je.Provider,{value:Oe,children:T(tr.Provider,{value:Se,children:T($r,{onError:ut,children:e})})})})})})})})},"App");he.displayName="InternalApp";var Ar=Object.defineProperty,_r=x((e,t)=>Ar(e,"name",{value:t,configurable:!0}),"m$2");const Ur=_r((e,t,r)=>{if(r<=0||!e.yogaNode)return"";const{yogaNode:i}=e,o=i.getComputedBorder(K.EDGE_LEFT),a=i.getComputedBorder(K.EDGE_RIGHT),l=i.getComputedBorder(K.EDGE_TOP),n=i.getComputedPadding(K.EDGE_LEFT),s=i.getComputedPadding(K.EDGE_RIGHT),u=i.getComputedPadding(K.EDGE_TOP),m=Math.round(i.getComputedWidth()-o-a-n-s);if(m<=0)return"";const C=new lr({height:r,width:m}),g=-(e.internal_scrollState?.scrollLeft??0)-o-n,c=-t-l-u;for(const h of e.childNodes)dr(h,C,{absoluteOffsetX:g,absoluteOffsetY:c,offsetX:g,offsetY:c,skipStaticElements:!1});return C.get().output},"composeBackbufferSlice"),Ot=new WeakMap;var Hr=Object.defineProperty,nt=x((e,t)=>Hr(e,"name",{value:t,configurable:!0}),"e");const Kr={bar:6,"blinking-bar":5,"blinking-block":1,"blinking-underline":3,block:2,default:0,underline:4},ee=nt(e=>Me(Kr[e]),"buildCursorShapeSequence"),wt=nt((e,t)=>e?.x!==t?.x||e?.y!==t?.y,"cursorPositionChanged"),ot=nt((e,t)=>{if(!t)return"";const r=e-t.y;return(r>0?Pt(r):"")+kt(t.x)+ht},"buildCursorSuffix"),fe=nt((e,t)=>{if(!t)return"";const r=e-1-t.y;return(r>0?We(r):"")+kt(0)},"buildReturnToBottom"),pe=nt(e=>{const t=e.cursorWasShown?Q:"",r=fe(e.previousLineCount,e.previousCursorPosition),i=ot(e.visibleLineCount,e.cursorPosition);return t+r+i},"buildCursorOnlySequence"),yt=nt((e,t,r)=>e?Q+fe(t,r):"","buildReturnToBottomPrefix");var jr=Object.defineProperty,P=x((e,t)=>jr(e,"name",{value:t,configurable:!0}),"l");const et=P(e=>e??"default","normalizeShape"),me=P(()=>{let e,t;return{consumeDelta:P(()=>{if(et(t)===et(e))return"";const r=et(t);return e=t,ee(r)},"consumeDelta"),consumeRestoreOnDone:P(()=>{const r=et(e)!=="default";return e=void 0,t=void 0,r?ee("default"):""},"consumeRestoreOnDone"),isDirty:P(()=>et(t)!==et(e),"isDirty"),setPending:P(r=>{t=r},"setPending")}},"createCursorShapeTracker"),dt=P((e,t)=>t.endsWith(`
|
|
7
|
+
`)?e.length-1:e.length,"visibleLineCount"),ge=P(e=>e.rows||1/0,"getViewportRows"),Ct=P((e,t)=>Math.min(e,ge(t)),"clampToViewport"),Fr=P((e,{showCursor:t=!1}={})=>{let r=0,i="",o=!1,a,l=!1,n,s=!1;const u=me(),m=P(()=>l?a:void 0,"getActiveCursor"),C=P((c,h)=>{const b=wt(h,n);return c!==i||b||u.isDirty()},"hasChanges"),g=P(c=>{!t&&!o&&(e.write(Q),o=!0);const h=m();l=!1;const b=wt(h,n);if(!C(c,h))return!1;const w=u.consumeDelta(),D=c.split(`
|
|
8
|
+
`),S=dt(D,c),I=ot(S,h);if(c===i&&b)e.write(w+pe({cursorPosition:h,cursorWasShown:s,previousCursorPosition:n,previousLineCount:r,visibleLineCount:S}));else if(c===i&&w!=="")e.write(w);else{i=c;const $=yt(s,r,n);e.write(w+$+V(Ct(r,e))+c+I),r=D.length}return n=h?{...h}:void 0,s=h!==void 0,!0},"render");return g.clear=()=>{const c=yt(s,r,n);e.write(c+V(Ct(r,e))),i="",r=0,n=void 0,s=!1},g.done=()=>{i="",r=0,n=void 0,s=!1;const c=u.consumeRestoreOnDone();c!==""&&e.write(c),t||(e.write(ht),o=!1)},g.reset=()=>{i="",r=0,n=void 0,s=!1},g.sync=c=>{const h=l?a:void 0;l=!1;const b=c.split(`
|
|
9
|
+
`);i=c,r=b.length;const w=u.consumeDelta();w!==""&&e.write(w),!h&&s&&e.write(Q),h&&e.write(ot(dt(b,c),h)),n=h?{...h}:void 0,s=h!==void 0},g.setCursorPosition=c=>{a=c,l=!0},g.setCursorShape=u.setPending,g.isCursorDirty=()=>l||u.isDirty(),g.willRender=c=>C(c,m()),g},"createStandard"),qr=P((e,{showCursor:t=!1}={})=>{let r=[],i="",o=!1,a,l=!1,n,s=!1;const u=me(),m=P(()=>l?a:void 0,"getActiveCursor"),C=P((c,h)=>{const b=wt(h,n);return c!==i||b||u.isDirty()},"hasChanges"),g=P(c=>{!t&&!o&&(e.write(Q),o=!0);const h=m();l=!1;const b=wt(h,n);if(!C(c,h))return!1;const w=u.consumeDelta(),D=c.split(`
|
|
10
|
+
`),S=dt(D,c),I=dt(r,i);if(c===i&&b)return e.write(w+pe({cursorPosition:h,cursorWasShown:s,previousCursorPosition:n,previousLineCount:r.length,visibleLineCount:S})),n=h?{...h}:void 0,s=h!==void 0,!0;if(c===i&&w!=="")return e.write(w),!0;const $=yt(s,r.length,n);if(c===`
|
|
11
|
+
`||i.length===0){const O=ot(S,h);return e.write(w+$+V(Ct(r.length,e))+c+O),s=h!==void 0,n=h?{...h}:void 0,i=c,r=D,!0}const W=c.endsWith(`
|
|
12
|
+
`),N=[w,$],E=ge(e);if(S<I){const O=i.endsWith(`
|
|
13
|
+
`)?1:0;N.push(V(Math.min(I-S+O,E)),Pt(Math.min(S,E-1)))}else N.push(Pt(Math.min(I-1,E-1)));for(let O=0;O<S;O++){const j=O===S-1;if(D[O]===r[O]){(!j||W)&&N.push(Ae());continue}N.push(kt(0)+D[O]+_e+(j&&!W?"":`
|
|
14
|
+
`))}const Y=ot(S,h);return N.push(Y),e.write(N.join("")),s=h!==void 0,n=h?{...h}:void 0,i=c,r=D,!0},"render");return g.clear=()=>{const c=yt(s,r.length,n);e.write(c+V(Ct(r.length,e))),i="",r=[],n=void 0,s=!1},g.done=()=>{i="",r=[],n=void 0,s=!1;const c=u.consumeRestoreOnDone();c!==""&&e.write(c),t||(e.write(ht),o=!1)},g.reset=()=>{i="",r=[],n=void 0,s=!1},g.sync=c=>{const h=l?a:void 0;l=!1;const b=c.split(`
|
|
15
|
+
`);i=c,r=b;const w=u.consumeDelta();w!==""&&e.write(w),!h&&s&&e.write(Q),h&&e.write(ot(dt(b,c),h)),n=h?{...h}:void 0,s=h!==void 0},g.setCursorPosition=c=>{a=c,l=!0},g.setCursorShape=u.setPending,g.isCursorDirty=()=>l||u.isDirty(),g.willRender=c=>C(c,m()),g},"createIncremental"),Yr=P((e,{incremental:t=!1,showCursor:r=!1}={})=>t?qr(e,{showCursor:r}):Fr(e,{showCursor:r}),"create"),zr={create:Yr};var Gr=Object.defineProperty,Vr=x((e,t)=>Gr(e,"name",{value:t,configurable:!0}),"t");const ve=Ue(2026),G=se(ve),q=ne(ve);function be(e,t){return"isTTY"in e&&e.isTTY&&(t??!ue)}x(be,"shouldSynchronize");Vr(be,"shouldSynchronize");var Qr=Object.defineProperty,Et=x((e,t)=>Qr(e,"name",{value:t,configurable:!0}),"o");let rt;const Xr=Et(()=>{if(rt!==!1){if(rt!==void 0)return rt;try{return rt=require("../../index.js").Renderer,rt}catch{rt=!1;return}}},"getRendererClass"),Jr=Et(e=>{const t=Xr();if(!t)return;let r,i=0,o=0;const a=Et((l,n)=>{(!r||i!==l||o!==n)&&(r?r.resize(l,n):r=new t(l,n),i=l,o=n)},"ensureRenderer");return{clear(){if(r){const l=new Uint32Array(i*o*2),n=65535;for(let s=0;s<l.length;s+=2)l[s]=32,l[s+1]=n;r.render(l)}},destroy(){r=void 0},render(l,n,s){if(a(n,s),!!r){e.isTTY&&r.writeRaw(G);try{r.render(l)}finally{e.isTTY&&r.writeRaw(q)}}},resize(l,n){a(l,n)}}},"createNative");var Zr=Object.defineProperty,st=x((e,t)=>Zr(e,"name",{value:t,configurable:!0}),"n$1");function Nt(e,t=0,r={}){const i=r.leading??!0,o=r.trailing??!0;let a,l,n,s;const u=st(()=>{if(l===void 0)return;const h=l;l=void 0,s=e(...h)},"invoke"),m=st(()=>{a!==void 0&&(clearTimeout(a),a=void 0)},"clearTimer"),C=st(()=>{a=void 0,o&&u(),l=void 0,n=void 0},"onTimerEnd"),g=st(()=>{m(),a=setTimeout(C,t)},"scheduleTimer"),c=st(function(...h){const b=Date.now();if(n??=b,b-n>=t)return l=h,u(),n=b,g(),s;l=h;const w=a===void 0;return g(),i&&w&&u(),s},"throttled");return c.cancel=()=>{m(),l=void 0,n=void 0},c.flush=()=>(m(),u(),n=void 0,s),c}x(Nt,"throttle");st(Nt,"throttle");var ti=Object.defineProperty,v=x((e,t)=>ti(e,"name",{value:t,configurable:!0}),"n");console.Console||(console.Console=Be);const lt=v(()=>{},"noop"),re=v(async()=>new Promise(e=>{setImmediate(e)}),"yieldImmediate"),ei=27,ri=91,ii=63,si=117,oi=48,ni=57,ui=v(e=>e>=oi&&e<=ni,"isDigitByte"),we=v((e,t)=>{if(e[t]!==ei||e[t+1]!==ri||e[t+2]!==ii)return;let r=t+3;const i=r;for(;r<e.length&&ui(e[r]);)r++;if(r!==i){if(r===e.length)return{state:"partial"};if(e[r]===si)return{endIndex:r,state:"complete"}}},"matchKittyQueryResponse"),ai=v(e=>{for(let t=0;t<e.length;t++)if(we(e,t)?.state==="complete")return!0;return!1},"hasCompleteKittyQueryResponse"),li=v(e=>{const t=[];let r=0;for(;r<e.length;){const i=we(e,r);if(i?.state==="complete"){r=i.endIndex+1;continue}if(i?.state==="partial")break;t.push(e[r]),r++}return t},"stripKittyQueryResponsesAndTrailingPartial"),di=v(({isTty:e,isUnmounting:t,nextOutputHeight:r,previousOutputHeight:i,viewportRows:o})=>{if(!e)return!1;const a=i>0,l=i>=o,n=i>o,s=r>o,u=l&&r<o;return n||s&&a||u||t&&l},"shouldClearTerminalForFrame"),St=v(e=>e instanceof Error||Object.prototype.toString.call(e)==="[object Error]","isErrorInput"),ie=v(e=>{const t=!e.destroyed&&!e.writableEnded&&(e.writable??!0),r=e._writableState!==void 0||e.writableLength!==void 0;return{canWriteToStdout:t,hasWritableState:r}},"getWritableStreamState"),bt=v((e,t)=>{if(!e||typeof e.flush!="function")return;const r=e;t?r.flush():typeof r.cancel=="function"&&r.cancel()},"settleThrottle");class ci{static{x(this,"yt")}static{v(this,"Ink")}isConcurrent;options;log;manualCursorPosition;renderedCursorPosition;renderedCursorRequested;throttledLog;isScreenReaderEnabled;interactive;renderThrottleMs;alternateScreen;isUnmounted;isUnmounting;lastOutput;lastOutputToRender;lastOutputHeight;lastTerminalWidth;nativeLog;useNativeRenderer;container;rootNode;fullStaticOutput;backbufferNode;backbufferMultiWarned=!1;exitPromise;exitResult;beforeExitHandler;restoreConsole;unsubscribeResize;throttledOnRender;hasPendingThrottledRender=!1;kittyProtocolEnabled=!1;cancelKittyDetection;nextRenderCommit;deferredInitDone=!1;constructor(t){this.options=t,this.rootNode=fr("ink-root"),this.rootNode.onComputeLayout=this.calculateLayout,this.isScreenReaderEnabled=t.isScreenReaderEnabled??M.env.INK_SCREEN_READER==="true",this.interactive=this.resolveInteractiveOption(t.interactive),this.alternateScreen=!1;const r=t.debug||this.isScreenReaderEnabled,i=t.maxFps??30,o=i>0?Math.max(1,Math.ceil(1e3/i)):0;this.renderThrottleMs=r?0:o;const a=r?this.onRender:(()=>{const n=Nt(this.onRender,o,{leading:!0,trailing:!0});return this.throttledOnRender=n,()=>{this.hasPendingThrottledRender=!0,n()}})();if(r&&(this.throttledOnRender=void 0),t.standardReactLayoutTiming){let n=!1;const s=v(()=>{n||(n=!0,queueMicrotask(()=>{n=!1,this.onRender()}))},"deferredRender");this.rootNode.onRender=s,this.rootNode.onImmediateRender=s}else this.rootNode.onRender=a,this.rootNode.onImmediateRender=this.onRender;this.rootNode.onStaticChange=this.handleStaticChange,this.log=zr.create(t.stdout,{incremental:t.incrementalRendering}),this.useNativeRenderer=t.useNativeRenderer??!1,this.useNativeRenderer&&(this.nativeLog=Jr(t.stdout),this.nativeLog||(this.useNativeRenderer=!1)),this.manualCursorPosition=void 0,this.renderedCursorPosition=void 0,this.renderedCursorRequested=!1,this.throttledLog=r?this.log:Nt(n=>{const s=this.log.willRender(n),u=this.shouldSync();u&&s&&this.options.stdout.write(G),this.log(n),u&&s&&this.options.stdout.write(q)},void 0,{leading:!0,trailing:!0}),this.isUnmounted=!1,this.isUnmounting=!1,this.isConcurrent=t.concurrent??!1,this.lastOutput="",this.lastOutputToRender="",this.lastOutputHeight=0,this.lastTerminalWidth=tt(this.options.stdout).columns,this.fullStaticOutput="";const l=t.concurrent?Ye:ze;this.container=B.createContainer(this.rootNode,l,null,!1,null,"id",()=>{},()=>{},()=>{},()=>{}),this.unsubscribeExit=Ge(this.unmount,{alwaysLast:!1}),this.setAlternateScreen(!!t.alternateScreen),t.patchConsole&&this.patchConsole(),this.interactive&&(t.stdout.on("resize",this.resized),this.unsubscribeResize=()=>{t.stdout.off("resize",this.resized)}),this.initImmediateKittyKeyboard(),M.env.DEV==="true"&&B.injectIntoDevTools(),this.exitPromise=new Promise((n,s)=>{this.resolveExitPromise=n,this.rejectExitPromise=s}),this.exitPromise.catch(lt)}runDeferredInit(){this.deferredInitDone||(this.deferredInitDone=!0,this.initDeferredKittyKeyboard())}resized=v(()=>{const t=tt(this.options.stdout).columns;t<this.lastTerminalWidth&&(this.log.clear(),this.lastOutput="",this.lastOutputToRender=""),gr(),this.calculateLayout(),pr(this.rootNode),this.onRender(),this.lastTerminalWidth=t},"resized");resolveExitPromise=v(()=>{},"resolveExitPromise");rejectExitPromise=v(()=>{},"rejectExitPromise");unsubscribeExit=v(()=>{},"unsubscribeExit");handleAppExit=v(t=>{if(!(this.isUnmounted||this.isUnmounting)){if(St(t)){this.unmount(t);return}this.exitResult=t,this.unmount()}},"handleAppExit");getActiveCursorPosition=v(()=>this.renderedCursorRequested?this.renderedCursorPosition:this.manualCursorPosition,"getActiveCursorPosition");setCursorPosition=v(t=>{this.manualCursorPosition=t,this.log.setCursorPosition(this.getActiveCursorPosition())},"setCursorPosition");restoreLastOutput=v(()=>{this.interactive&&(this.log.setCursorPosition(this.getActiveCursorPosition()),this.log(this.lastOutputToRender||`${this.lastOutput}
|
|
16
|
+
`))},"restoreLastOutput");calculateLayout=v(()=>{const t=v(i=>{const o=new Map;this.calculateScrollAndTriggerObservers(i,o);for(const[a,l]of o)a.internalTrigger(l)},"flushLayoutObservers");this.backbufferNode=void 0,this.prepareYogaTree(this.rootNode,t);const r=tt(this.options.stdout).columns;this.rootNode.yogaNode.setWidth(r),this.rootNode.yogaNode.calculateLayout(void 0,void 0,K.DIRECTION_LTR),t(this.rootNode)},"calculateLayout");calculateScrollAndTriggerObservers(t,r){if(t.nodeName==="ink-box"){const{style:i}=t,o=i.overflow??"visible",a=i.overflowX??o,l=i.overflowY??o;a==="scroll"||l==="scroll"?(wr(t),i.overflowToBackbuffer&&(this.backbufferNode&&this.backbufferNode!==t&&!this.backbufferMultiWarned&&(this.backbufferMultiWarned=!0,console.warn("[@visulima/tui] Multiple scrollable regions have `overflowToBackbuffer` enabled; only one is supported. The last one in render order wins.")),this.backbufferNode=t)):t.internal_scrollState&&delete t.internal_scrollState}if(br(t,r),!t.internal_static)for(const i of t.childNodes)i.nodeName!=="#text"&&this.calculateScrollAndTriggerObservers(i,r)}recalculateLayout(){this.markAllTextNodesDirty(this.rootNode),this.calculateLayout(),this.onRender()}prepareYogaTree(t,r){if(t.isYogaTreeDetached&&!t.cachedRender&&t.yogaNode){for(t.yogaNode.setWidthAuto(),t.yogaNode.setHeightAuto(),vr(t.yogaNode,t.style);t.yogaNode.getChildCount()>0;)t.yogaNode.getChild(0).remove();let i=0;for(const o of t.childNodes){const a=o;o.nodeName!=="#text"&&a.yogaNode&&(t.yogaNode.insertChild(a.yogaNode,i),i++)}t.isYogaTreeDetached=!1,this.markAllTextNodesDirty(t)}for(const i of t.childNodes)i.nodeName!=="#text"&&this.prepareYogaTree(i,r);if(t.nodeName==="ink-static-render"&&!t.cachedRender){const i=tt(this.options.stdout).columns,{width:o}=t.style;t.yogaNode&&(t.yogaNode.setWidth(typeof o=="number"?o:i),t.yogaNode.calculateLayout(void 0,void 0,K.DIRECTION_LTR)),r(t),cr(t,{skipStaticElements:!1,trackSelection:this.options.trackSelection}),t.internal_onRendered?.()}}markAllTextNodesDirty(t){if(!t.cachedRender){t.nodeName==="ink-text"&&t.yogaNode&&t.yogaNode.markDirty();for(const r of t.childNodes)r.nodeName!=="#text"&&this.markAllTextNodesDirty(r)}}handleStaticChange=v(()=>{this.fullStaticOutput=""},"handleStaticChange");computeBackbufferOutput(){const t=this.backbufferNode;if(!t?.internal_scrollState||!this.interactive||!this.options.stdout.isTTY||this.alternateScreen||this.isScreenReaderEnabled||this.options.debug)return"";const r=Math.round(t.internal_scrollState.scrollTop),i=t.yogaNode?.getComputedPadding(K.EDGE_TOP)??0,o=Math.max(0,r-Math.round(i)),a=t.internal_maxPushedScrollTop??0,{maxScrollbackLength:l}=t.style,n=l===void 0?a:Math.max(a,o-Math.max(0,l)),s=o-n;if(s<=0)return"";const u=Ur(t,n,s);return u===""?"":(t.internal_maxPushedScrollTop=o,`${u}\x1B[0m
|
|
17
|
+
`)}onRender=v(()=>{if(this.hasPendingThrottledRender=!1,this.isUnmounted)return;this.deferredInitDone||this.runDeferredInit(),this.nextRenderCommit&&(this.nextRenderCommit.resolve(),this.nextRenderCommit=void 0);const t=hr(this.rootNode,this.isScreenReaderEnabled,{useNativeRenderer:this.useNativeRenderer}),{cursorPosition:r,cursorRequested:i,cursorShape:o,output:a,outputBuffer:l,outputHeight:n,outputWidth:s,staticOutput:u}=t;this.renderedCursorRequested=i,this.renderedCursorPosition=r,this.log.setCursorShape(i?o:void 0);const m=this.computeBackbufferOutput();if(this.useNativeRenderer&&this.nativeLog&&l&&s){u&&u!==`
|
|
18
|
+
`&&this.options.stdout.write(u),m&&this.options.stdout.write(m),this.nativeLog.render(l,s,n),this.lastOutputHeight=n;return}i&&this.log.setCursorPosition(this.getActiveCursorPosition());const C=u&&u!==`
|
|
19
|
+
`;if(this.options.debug){C&&(this.fullStaticOutput+=u),this.lastOutput=a,this.lastOutputToRender=a,this.lastOutputHeight=n,this.options.stdout.write(this.fullStaticOutput+a);return}if(!this.interactive){C&&this.options.stdout.write(u),this.lastOutput=a,this.lastOutputToRender=`${a}
|
|
20
|
+
`,this.lastOutputHeight=n;return}if(this.isScreenReaderEnabled){const g=this.shouldSync();if(g&&this.options.stdout.write(G),C){const b=this.lastOutputHeight>0?V(this.lastOutputHeight):"";this.options.stdout.write(b+u),this.lastOutputHeight=0}if(a===this.lastOutput&&!C){g&&this.options.stdout.write(q);return}const c=tt(this.options.stdout).columns,h=Fe(a,{trim:!1,width:c,wrapMode:"BREAK_WORDS"}).replace(/\n$/,"");if(C)this.options.stdout.write(h);else{const b=this.lastOutputHeight>0?V(this.lastOutputHeight):"";this.options.stdout.write(b+h)}this.lastOutput=a,this.lastOutputToRender=h,this.lastOutputHeight=h===""?0:h.split(`
|
|
21
|
+
`).length,g&&this.options.stdout.write(q);return}C&&(this.fullStaticOutput+=u),this.renderInteractiveFrame(a,n,C?u:"",m)},"onRender");accessibilityContextValue;render(t){this.accessibilityContextValue??={isScreenReaderEnabled:this.isScreenReaderEnabled};const r=T(Ve.Provider,{value:this.accessibilityContextValue,children:T(he,{exitOnCtrlC:this.options.exitOnCtrlC,interactive:this.interactive,onExit:this.handleAppExit,onWaitUntilRenderFlush:this.waitUntilRenderFlush,renderThrottleMs:this.renderThrottleMs,setCursorPosition:this.setCursorPosition,stderr:this.options.stderr,stdin:this.options.stdin,stdout:this.options.stdout,writeToStderr:this.writeToStderr,writeToStdout:this.writeToStdout,children:t})});this.options.concurrent?B.updateContainer(r,this.container,null,lt):(B.updateContainerSync(r,this.container,null,lt),B.flushSyncWork())}writeToStdout=v(t=>{if(this.isUnmounted)return;if(this.options.debug){this.options.stdout.write(t+this.fullStaticOutput+this.lastOutput);return}if(!this.interactive){this.options.stdout.write(t);return}const r=this.shouldSync();r&&this.options.stdout.write(G),this.log.clear(),this.options.stdout.write(t),this.restoreLastOutput(),r&&this.options.stdout.write(q)},"writeToStdout");writeToStderr=v(t=>{if(this.isUnmounted)return;if(this.options.debug){this.options.stderr.write(t),this.options.stdout.write(this.fullStaticOutput+this.lastOutput);return}if(!this.interactive){this.options.stderr.write(t);return}const r=this.shouldSync();r&&this.options.stdout.write(G),this.log.clear(),this.options.stderr.write(t),this.restoreLastOutput(),r&&this.options.stdout.write(q)},"writeToStderr");unmount=v(t=>{if(this.isUnmounted||this.isUnmounting)return;this.isUnmounting=!0,this.beforeExitHandler&&(M.off("beforeExit",this.beforeExitHandler),this.beforeExitHandler=void 0);const r=this.options.stdout,{canWriteToStdout:i,hasWritableState:o}=ie(r);bt(this.throttledOnRender,i),i&&!this.alternateScreen&&(!this.throttledOnRender||!this.hasPendingThrottledRender&&this.fullStaticOutput==="")&&(this.calculateLayout(),this.onRender()),this.isUnmounted=!0,this.unsubscribeExit(),bt(this.throttledLog,i),typeof this.restoreConsole=="function"&&this.restoreConsole();const a=v(()=>{typeof this.unsubscribeResize=="function"&&this.unsubscribeResize(),this.cancelKittyDetection&&this.cancelKittyDetection(),i&&(this.kittyProtocolEnabled&&this.writeBestEffort(this.options.stdout,"\x1B[<u"),this.alternateScreen?(this.log.clear(),this.log.done(),this.lastOutput="",this.lastOutputToRender="",this.lastOutputHeight=0,this.fullStaticOutput="",this.writeBestEffort(this.options.stdout,je),this.writeBestEffort(this.options.stdout,ht),this.alternateScreen=!1):this.interactive?this.options.debug||this.log.done():this.options.stdout.write(this.options.debug?`
|
|
22
|
+
`:`${this.lastOutput}
|
|
23
|
+
`)),this.kittyProtocolEnabled=!1,Ot.delete(this.options.stdout);const{exitResult:n}=this,s=v(()=>{St(t)?this.rejectExitPromise(t):this.resolveExitPromise(n)},"resolveOrReject");t!==void 0&&!St(t)?s():i&&o?this.options.stdout.write("",s):setImmediate(s)},"finishUnmount"),l=B;this.options.concurrent?(B.updateContainerSync(null,this.container,null,lt),B.flushSyncWork(),l.flushPassiveEffects?.(),a()):(B.updateContainerSync(null,this.container,null,lt),B.flushSyncWork(),a())},"unmount");async waitUntilExit(){return this.beforeExitHandler||(this.beforeExitHandler=()=>{this.unmount()},M.on("beforeExit",this.beforeExitHandler)),this.exitPromise}async waitUntilRenderFlush(){if(this.isUnmounted||this.isUnmounting){await this.awaitExit();return}if(await re(),this.isUnmounted||this.isUnmounting){await this.awaitExit();return}if(this.isConcurrent&&this.hasPendingConcurrentWork()&&(await Promise.race([this.awaitNextRender(),this.awaitExit()]),this.isUnmounted||this.isUnmounting)){this.nextRenderCommit=void 0,await this.awaitExit();return}B.flushSyncWork();const t=this.options.stdout,{canWriteToStdout:r,hasWritableState:i}=ie(t);if(bt(this.throttledOnRender,r),bt(this.throttledLog,r),r&&i){await new Promise(o=>{this.options.stdout.write("",()=>{o()})});return}await re()}clear(){this.interactive&&!this.options.debug&&(this.log.clear(),this.log.sync(this.lastOutputToRender||`${this.lastOutput}
|
|
24
|
+
`))}patchConsole(){this.options.debug||(this.restoreConsole=qe((t,r)=>{t==="stdout"&&this.writeToStdout(r),t==="stderr"&&(r.startsWith("The above error occurred")||this.writeToStderr(r))}))}setAlternateScreen(t){this.alternateScreen=this.resolveAlternateScreenOption(t,this.interactive),this.alternateScreen&&(this.writeBestEffort(this.options.stdout,He),this.writeBestEffort(this.options.stdout,Q))}resolveInteractiveOption(t){return t??(!ue&&!!this.options.stdout.isTTY)}resolveAlternateScreenOption(t,r){return!!t&&r&&!!this.options.stdout.isTTY}shouldSync(){return be(this.options.stdout,this.interactive)}writeBestEffort(t,r){try{t.write(r)}catch{}}async awaitExit(){try{await this.exitPromise}catch{}}hasPendingConcurrentWork(){const t=this.container;return(t.pendingLanes??0)!==0&&t.callbackNode!==void 0&&t.callbackNode!==null}async awaitNextRender(){if(!this.nextRenderCommit){let t;const r=new Promise(i=>{t=i});this.nextRenderCommit={promise:r,resolve:t}}return this.nextRenderCommit.promise}renderInteractiveFrame(t,r,i,o=""){const a=i+o,l=a!=="",n=this.options.stdout.isTTY,s=n?tt(this.options.stdout).rows:24,u=n&&r>=s?t:`${t}
|
|
25
|
+
`;if(di({isTty:n,isUnmounting:this.isUnmounting,nextOutputHeight:r,previousOutputHeight:this.lastOutputHeight,viewportRows:s})){if(this.options.incrementalRendering){l&&(this.log.clear(),this.options.stdout.write(a)),(t!==this.lastOutput||this.log.isCursorDirty()||l)&&this.throttledLog(u),this.lastOutput=t,this.lastOutputToRender=u,this.lastOutputHeight=r;return}const m=this.shouldSync();m&&this.options.stdout.write(G),this.options.stdout.write(Ke+this.fullStaticOutput+o+t),this.lastOutput=t,this.lastOutputToRender=u,this.lastOutputHeight=r,this.log.sync(u),m&&this.options.stdout.write(q);return}if(l){const m=this.shouldSync();m&&this.options.stdout.write(G),this.log.clear(),this.options.stdout.write(a),this.log(u),m&&this.options.stdout.write(q)}else(t!==this.lastOutput||this.log.isCursorDirty())&&this.throttledLog(u);this.lastOutput=t,this.lastOutputToRender=u,this.lastOutputHeight=r}initImmediateKittyKeyboard(){if(!this.options.kittyKeyboard)return;const t=this.options.kittyKeyboard;if((t.mode??"auto")!=="enabled")return;const r=t.flags??["disambiguateEscapeCodes"];this.options.stdin.isTTY&&this.options.stdout.isTTY&&this.enableKittyProtocol(r)}initDeferredKittyKeyboard(){if(!this.options.kittyKeyboard)return;const t=this.options.kittyKeyboard;if((t.mode??"auto")!=="auto")return;const r=t.flags??["disambiguateEscapeCodes"];!this.interactive||!this.options.stdin.isTTY||!this.options.stdout.isTTY||this.confirmKittySupport(r)}confirmKittySupport(t){const{stdin:r,stdout:i}=this.options;let o=[];const a=v(()=>{this.cancelKittyDetection=void 0,clearTimeout(n),r.removeListener("data",l);const s=li(o);o=[],s.length>0&&r.unshift(Vt.from(s))},"cleanup"),l=v(s=>{const u=typeof s=="string"?Vt.from(s):s;for(const m of u)o.push(m);ai(o)&&(a(),this.isUnmounted||this.enableKittyProtocol(t))},"onData");r.on("data",l);const n=setTimeout(a,200);this.cancelKittyDetection=a,i.write("\x1B[?u")}enableKittyProtocol(t){this.options.stdout.write(`\x1B[>${mr(t)}u`),this.kittyProtocolEnabled=!0}}var hi=Object.defineProperty,Dt=x((e,t)=>hi(e,"name",{value:t,configurable:!0}),"i");const zi=Dt((e,t)=>{const r={alternateScreen:!1,concurrent:!1,debug:!1,exitOnCtrlC:!0,incrementalRendering:!1,maxFps:30,patchConsole:!0,stderr:M.stderr,stdin:M.stdin,stdout:M.stdout,...fi(t)},i=pi(r.stdout,()=>new ci(r));return i.render(e),{cleanup(){i.unmount()},clear(){i.clear()},rerender(o){i.render(o)},rootNode:i.rootNode,unmount(){i.unmount()},waitUntilExit(){return i.waitUntilExit()},waitUntilRenderFlush(){return i.waitUntilRenderFlush()}}},"render"),fi=Dt((e={})=>e instanceof Ie?{stdin:M.stdin,stdout:e}:e,"getOptions"),pi=Dt((e,t)=>{const r=Ot.get(e);if(r===void 0){const i=t();return Ot.set(e,i),i}return M.stderr.write(`Warning: render() was called again for the same stdout before the previous Ink instance was unmounted. Reusing stdout across multiple render() calls is unsupported. Call unmount() first.
|
|
26
|
+
`),r},"getInstance");export{zi as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var W=Object.defineProperty;var v=(r,s)=>W(r,"name",{value:s,configurable:!0});import l from"react";import{FocusProvider as C,useFocusManager as z}from"./FocusContext-Xy0cwJpO.js";import{TuiContext as T,useInput as B}from"./TuiContext-BoJvG3NN.js";import{LayoutNode as b}from"./LayoutNode-
|
|
1
|
+
var W=Object.defineProperty;var v=(r,s)=>W(r,"name",{value:s,configurable:!0});import l from"react";import{FocusProvider as C,useFocusManager as z}from"./FocusContext-Xy0cwJpO.js";import{TuiContext as T,useInput as B}from"./TuiContext-BoJvG3NN.js";import{LayoutNode as b}from"./LayoutNode-B8zej4dm.js";import{T as f,s as P}from"./reconciler-DIfG72R9.js";import{renderTreeToBuffer as F}from"./renderTreeToBuffer-CZilzyhN.js";import{TuiApp as j}from"./TuiApp-BVDXP0Cv.js";import{InputParser as H}from"./InputParser-B_qZcN3r.js";import{terminalSize as q}from"./Renderer-DJXooAsp.js";import{createInlineLoop as G}from"./createInlineLoop-DRNZ7jqH.js";var M=Object.defineProperty,e=v((r,s)=>M(r,"name",{value:s,configurable:!0}),"e");const R=e(r=>l.createElement("box",r,r.children),"_Box"),ee=e(r=>l.createElement("text",r,r.children),"_Text"),te=e(()=>l.createElement(R,{flexGrow:1}),"_Spacer"),L=e(({children:r})=>{const{disableFocus:s,enableFocus:t,focusNext:c,focusPrevious:i}=z();return B((h,a)=>{a.tab&&!a.shift&&c(),a.tab&&a.shift&&i(),a.escape&&(s(),t())}),l.createElement(l.Fragment,null,r)},"TabHandler");function A(r,s){const t=new j,c=new H(process.stdin),i=new b,{height:h,width:a}=t.getSize();i.yogaNode.setWidth(a),i.yogaNode.setHeight(h);const p=f.createContainer(i,0,null,!1,null,"",o=>console.error(o),null),d=e(o=>l.createElement(T.Provider,{value:{app:t,input:c,writeStderr:e(u=>t.writeStderr(u),"writeStderr"),writeStdout:e(u=>t.writeStdout(u),"writeStdout")}},l.createElement(C,null,l.createElement(L,null,o))),"wrap");f.updateContainer(d(r),p,null,()=>{});const x=e((o,u)=>i.calculateLayout(o,u),"calcLayout"),S=e((o,u,_)=>F(i,o,u,_),"renderBuf"),g=e(()=>t.paintNow(x,S),"paintNow");let E=!1;P(()=>{E=!0});const m=Math.round(1e3/(s?.maxFps??60)),y=setInterval(()=>{E&&(E=!1,g())},m);let N;const n=new Promise(o=>{N=o}),w=e(()=>{clearInterval(y),f.updateContainer(null,p,null,()=>{}),i.destroy(),t.stop(),c.stop(),process.off("SIGWINCH",I),N()},"cleanup");c.on("exit",()=>{w(),process.exit(0)}),t.on("quit",()=>{w(),process.exit(0)}),c.start(),t.start();const I=e(()=>{const o=process.stdout.columns||80,u=process.stdout.rows||24;t.resize(o,u),i.yogaNode.setWidth(o),i.yogaNode.setHeight(u),t.emit("resize"),g()},"onSigwinch");return process.on("SIGWINCH",I),g(),{app:t,input:c,rerender(o){f.updateContainer(d(o),p,null,()=>{})},unmount(){w()},waitUntilExit(){return n}}}v(A,"render");e(A,"render");function O(r,s){const t=q(),c=s?.rows??10,{cols:i}=t,h=Math.min(c,t.rows),a=new H(process.stdin),p=new b;p.yogaNode.setWidth(i),p.yogaNode.setHeight(h);const d=[],x=[],S={quit:e(()=>m.stop(),"quit"),writeStderr:e(n=>x.push(n),"writeStderr"),writeStdout:e(n=>d.push(n),"writeStdout")},g=f.createContainer(p,0,null,!1,null,"",n=>console.error(n),null),E=e(n=>l.createElement(T.Provider,{value:{app:S,input:a,writeStderr:S.writeStderr,writeStdout:S.writeStdout}},l.createElement(C,null,l.createElement(L,null,n))),"wrap");f.updateContainer(E(r),g,null,()=>{}),P(()=>{});const m=G((n,w,I)=>{p.calculateLayout(w,I),F(p,n,w,I)},{...s,fps:s?.maxFps??s?.fps??60,rows:h});a.on("exit",()=>m.stop());let y;const N=new Promise(n=>{y=n});return process.on("exit",()=>{d.length>0&&process.stdout.write(d.join("")),x.length>0&&process.stderr.write(x.join("")),y()}),m.start(),a.start(),{unmount(){m.stop()},waitUntilExit(){return N}}}v(O,"renderInline");e(O,"renderInline");export{R as _Box,te as _Spacer,ee as _Text,A as render,O as renderInline};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { a as DOMElement } from "./dom.d-DzUPFLuP.js";
|
|
3
3
|
import 'node:stream';
|
|
4
4
|
import { a as CursorPosition } from "./cursor-helpers.d-BONB9tky.js";
|
|
5
5
|
declare const kittyFlags: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var T=Object.defineProperty;var c=(o,r)=>T(o,"name",{value:r,configurable:!0});import y from"react";import{FocusProvider as w}from"./FocusContext-Xy0cwJpO.js";import{TuiContext as v}from"./TuiContext-BoJvG3NN.js";import{LayoutNode as C}from"./LayoutNode-
|
|
1
|
+
var T=Object.defineProperty;var c=(o,r)=>T(o,"name",{value:r,configurable:!0});import y from"react";import{FocusProvider as w}from"./FocusContext-Xy0cwJpO.js";import{TuiContext as v}from"./TuiContext-BoJvG3NN.js";import{LayoutNode as C}from"./LayoutNode-B8zej4dm.js";import{T as i}from"./reconciler-DIfG72R9.js";import{renderTreeToBuffer as E}from"./renderTreeToBuffer-CZilzyhN.js";import{Cell as N}from"./Cell-BrXn3jxY.js";var P=Object.defineProperty,d=c((o,r)=>P(o,"name",{value:r,configurable:!0}),"a");function W(o,r){const e=r?.columns??80,n=r?.rows??24,t=new C;t.yogaNode.setWidth(e),t.yogaNode.setHeight(n);const S={app:null,input:null,writeStderr:d(u=>{},"writeStderr"),writeStdout:d(u=>{},"writeStdout")},g=y.createElement(v.Provider,{value:S},y.createElement(w,null,o)),m=i.createContainer(t,0,null,!1,null,"renderToString",()=>{},null);i.updateContainerSync(g,m,null,()=>{}),i.flushSyncWork(),t.calculateLayout(e,n);const f=new Uint32Array(e*n*2);E(t,f,e,n);const l=[];for(let u=0;u<n;u++){let p="";for(let a=0;a<e;a++){const h=f[(u*e+a)*2],s=N.getChar(h);p+=s===""?" ":s}l.push(p.trimEnd())}for(;l.length>0&&l.at(-1)==="";)l.pop();return i.updateContainerSync(null,m,null,()=>{}),i.flushSyncWork(),t.destroy(),l.join(`
|
|
2
2
|
`)}c(W,"renderToString");d(W,"renderToString");export{W as renderToString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var g=Object.defineProperty;var u=(t,n)=>g(t,"name",{value:n,configurable:!0});import{LegacyRoot as N}from"react-reconciler/constants.js";import S from"yoga-layout";import{c as h}from"./dom-
|
|
1
|
+
var g=Object.defineProperty;var u=(t,n)=>g(t,"name",{value:n,configurable:!0});import{LegacyRoot as N}from"react-reconciler/constants.js";import S from"yoga-layout";import{c as h}from"./dom-CXB-19sK.js";import{L as c}from"./reconciler-DYE5h4K4.js";import{R as d}from"./renderer-maLLQcut.js";import{calculateScroll as w}from"./getScrollHeight-ClEOyLHH.js";var R=Object.defineProperty,m=u((t,n)=>R(t,"name",{value:n,configurable:!0}),"u");const I=m((t,n)=>{const y=n?.columns??80,e=h("ink-root");let i="";e.onComputeLayout=()=>{e.yogaNode.setWidth(y),e.yogaNode.calculateLayout(void 0,void 0,S.DIRECTION_LTR);const o=m(r=>{if(r.nodeName==="ink-box"){const a=r.style.overflow??"visible",p=r.style.overflowX??a,v=r.style.overflowY??a;(p==="scroll"||v==="scroll")&&w(r)}for(const a of r.childNodes)a.nodeName!=="#text"&&o(a)},"walkScroll");o(e)},e.onImmediateRender=()=>{const{staticOutput:o}=d(e,!1);o&&o!==`
|
|
2
2
|
`&&(i+=o)};let l;const s=c.createContainer(e,N,null,!1,null,"render-to-string",o=>{l??=o},()=>{},()=>{},()=>{});let f=!1;try{c.updateContainerSync(t,s,null,()=>{}),c.flushSyncWork();const{output:o}=d(e,!1);if(c.updateContainerSync(null,s,null,()=>{}),c.flushSyncWork(),f=!0,e.yogaNode.free(),l!==void 0)throw l instanceof Error?l:new Error(String(l));const r=i.endsWith(`
|
|
3
3
|
`)?i.slice(0,-1):i;return r&&o?`${r}
|
|
4
4
|
${o}`:r||o}finally{if(!f&&e.yogaNode)try{e.yogaNode.freeRecursive()}catch{}}},"renderToString");export{I as default};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var D=Object.defineProperty;var R=(t,o)=>D(t,"name",{value:o,configurable:!0});import G from"cli-boxes";import{resolveColor as W}from"./NAMED_COLORS-B9fJsYdg.js";import{g as I}from"./text-width-BU2eeTWn.js";var K=Object.defineProperty,B=R((t,o)=>K(t,"name",{value:o,configurable:!0}),"N");const V=1114112,F=9608,J=9600,Q=9604;function j(t){const o=t?.borderStyle?1:0;return{bottom:t?.borderBottom===!1?0:o,left:t?.borderLeft===!1?0:o,right:t?.borderRight===!1?0:o,top:t?.borderTop===!1?0:o}}R(j,"k");B(j,"getEffectiveBorderWidths");function H(t){let o=0;for(const i of t.children){const b=i.getLayout(),e=b.top+b.height;e>o&&(o=e)}const n=t._style,l=n?.paddingBottom??n?.paddingY??n?.padding??0;return o+l}R(H,"q");B(H,"getScrollContentHeight");function N(t,o,n,l,i,b,e,m,v,_,g,d){const r=j(d),a=m-r.top-r.bottom,u=d.scrollTop??0,h=H(t),M=a;if(h<=M||a<=0)return;const f=a*2,y=Math.max(2,Math.round(M/h*f)),s=h-M,x=f-y,T=s>0?Math.round(u/s*x):0,c=typeof d.scrollbarThumbColor=="string"?W(d.scrollbarThumbColor):v,p=i+e-1-r.right,S=_<<16|65280|c;for(let w=0;w<a;w++){const Y=w*2,X=Y+1,k=Y>=T&&Y<T+y,L=X>=T&&X<T+y;if(!k&&!L)continue;let C=F;k&&!L?C=J:!k&&L&&(C=Q),A(o,n,l,p,b+r.top+w,C,S,g)}}R(N,"z");B(N,"paintScrollbar");function q(t,o,n,l,i,b,e,m,v,_,g,d,r,a){const u=j(a),h=a.scrollTop??0,M=b+u.top;for(const f of t.children){if(!f._style?.sticky)continue;const y=f.getLayout();if(y.top>=h)continue;const s=f.parent;if(s&&s!==t){const S=s.getLayout();if(S.top+S.height<=h)continue}const x=M,T=f.fg===255?v:f.fg,c=f.bg===255?_:f.bg,p=f.styles===0?g:f.styles;E(f,o,n,l,i-y.left,x-y.top,T,c,p,d,r)}}R(q,"G");B(q,"paintStickyHeaders");function Z(t,o,n,l){for(let e=0;e<o.length;e+=2)o[e]=32,o[e+1]=65535;const i=[],b={x0:0,x1:n,y0:0,y1:l};try{E(t,o,n,l,0,0,t.fg,t.bg,t.styles,i,b);for(const e of i)z(e.node,o,n,l,e.absX,e.absY,e.w,e.h,e.fg,e.bg,e.styles,e.clip)}catch(e){console.error("Renderer Error:",e)}}R(Z,"renderTreeToBuffer");B(Z,"renderTreeToBuffer");function A(t,o,n,l,i,b,e,m){if(l<m.x0||l>=m.x1||i<m.y0||i>=m.y1||l<0||l>=o||i<0||i>=n)return;const v=(i*o+l)*2;t[v]=b,t[v+1]=e}R(A,"M");B(A,"writeCell");function z(t,o,n,l,i,b,e,m,v,_,g,d){if(!t._style?.borderStyle||e<=0||m<=0)return;const r=G[t._style.borderStyle],a=t._style.borderColor===void 0?v:W(t._style.borderColor),u=g<<16|_<<8|a,h=t._style.borderTop!==!1,M=t._style.borderBottom!==!1,f=t._style.borderLeft!==!1,y=t._style.borderRight!==!1,s=M&&(m>1||!h);if(h)for(let c=0;c<e;c++){let p;e===1?p=f&&y?r.left:f?r.topLeft:y?r.topRight:r.top:c===0&&f?p=r.topLeft:c===e-1&&y?p=r.topRight:p=r.top,A(o,n,l,i+c,b,p.codePointAt(0),u,d)}if(s)for(let c=0;c<e;c++){let p;e===1?p=f&&y?r.left:f?r.bottomLeft:y?r.bottomRight:r.bottom:c===0&&f?p=r.bottomLeft:c===e-1&&y?p=r.bottomRight:p=r.bottom,A(o,n,l,i+c,b+m-1,p.codePointAt(0),u,d)}const x=h?1:0,T=s?m-1:m;for(let c=x;c<T;c++)f&&A(o,n,l,i,b+c,r.left.codePointAt(0),u,d),y&&A(o,n,l,i+e-1,b+c,r.right.codePointAt(0),u,d)}R(z,"K");B(z,"paintBorder");function U(t){if(t._hidden)return"";if(t.text!==void 0)return t.text;const o=t.children.map(U).join("");return typeof t.transform=="function"?t.transform(o,0):o}R(U,"X");B(U,"collectText");function O(t,o,n,l,i,b,e,m,v,_){if(e<=0||m<=0)return;let g=0,d=0;for(const r of t){if(r===`
|
|
2
|
+
`){g=0,d++;continue}const a=r.codePointAt(0)??32,u=I(r);if(g+u>e&&(g=0,d++),d>=m)break;if(u>e){A(o,n,l,i+g,b+d,32,v,_),g+=1;continue}A(o,n,l,i+g,b+d,a,v,_),u===2&&g+1<e&&A(o,n,l,i+g+1,b+d,V,v,_),g+=u}}R(O,"E");B(O,"paintText");function E(t,o,n,l,i,b,e,m,v,_,g){if(t._hidden)return;const d=t.getLayout(),r=Math.round(i+d.left),a=Math.round(b+d.top),u=Math.round(d.width),h=Math.round(d.height),M=t.fg===255?e:t.fg,f=t.bg===255?m:t.bg,y=t.styles===0?v:t.styles,s={x0:Math.max(g.x0,r),x1:Math.min(g.x1,r+u),y0:Math.max(g.y0,a),y1:Math.min(g.y1,a+h)};if(s.x0>=s.x1||s.y0>=s.y1)return;if(typeof t.transform=="function"){const L=U(t),C=t.transform(L,0),P=y<<16|f<<8|M;O(C,o,n,l,r,a,u,h,P,s);return}if(t.text===void 0){if(f!==255||y!==0){const L=y<<16|f<<8|M;for(let C=0;C<h;C++)for(let P=0;P<u;P++)A(o,n,l,r+P,a+C,32,L,s)}t._style?.borderStyle&&_.push({absX:r,absY:a,bg:f,clip:s,fg:M,h,node:t,styles:y,w:u})}else{const L=y<<16|f<<8|M;if(t.bg!==255)for(let C=0;C<h;C++)for(let P=0;P<u;P++)A(o,n,l,r+P,a+C,32,L,s);O(t.text,o,n,l,r,a,u,h,L,s)}const x=t._style,T=x?.overflow??"visible",c=x?.overflowX??T,p=x?.overflowY??T,S=c==="hidden"||c==="scroll",w=p==="hidden"||p==="scroll";let Y=s,X=0,k=0;if(S||w){const L=j(x);Y={x0:S?Math.max(s.x0,r+L.left):s.x0,x1:S?Math.min(s.x1,r+u-L.right):s.x1,y0:w?Math.max(s.y0,a+L.top):s.y0,y1:w?Math.min(s.y1,a+h-L.bottom):s.y1},p==="scroll"&&typeof x?.scrollTop=="number"&&(k=-x.scrollTop),c==="scroll"&&typeof x?.scrollLeft=="number"&&(X=-x.scrollLeft)}for(const L of t.children)L._style?.internalStickyAlternate||E(L,o,n,l,r+X,a+k,M,f,y,_,Y);(p==="scroll"||c==="scroll")&&x?.scrollbar!==!1&&N(t,o,n,l,r,a,u,h,M,y,s,x),p==="scroll"&&typeof x?.scrollTop=="number"&&q(t,o,n,l,r,a,u,h,M,f,y,_,Y,x)}R(E,"S");B(E,"paintNode");export{Z as renderTreeToBuffer};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var Be=Object.defineProperty;var P=(o,e)=>Be(o,"name",{value:e,configurable:!0});import{T as Oe,i as De}from"./dom-CXB-19sK.js";import{getStringWidth as Q,indent as Pe,isFullwidthCodePoint as We}from"@visulima/string";import{B as H,D as A,I as j,U as z,e as Y,H as q,f as K,g as ae,F,h as de,S as $e,j as He,p as Ae}from"./measure-text-Ce2widM1.js";import k from"yoga-layout";import{j as G,i as Fe,m as ue,c as ce}from"./layout-BMo200nF.js";import{g as Ge,d as J}from"./colorize-DbTZMrJO.js";import Ie from"@visulima/colorize";import je from"cli-boxes";import{getScrollTop as Ee}from"./getScrollHeight-ClEOyLHH.js";import Te from"./squashTextNodesWithMap-DCdi3SZ2.js";import __cjs_mod__ from "node:module"; // -- packem CommonJS require shim --
|
|
2
|
+
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
3
|
+
const ze=1114112;var Ye=Object.defineProperty,xe=P((o,e)=>Ye(o,"name",{value:e,configurable:!0}),"T$2");const qe=1,Ke=2,Xe=3,Ue=4,Ve=7,Je=8,Qe=9,he=22,ge=23,fe=24,pe=27,me=28,ye=29,ve=39,be=49,Ze="\x1B[",T=xe(o=>o.length===0?"":`${Ze}${o.join(";")}m`,"sgr"),et=xe(o=>{if(o.length===0)return"";let e="",t=0,r,i,a,n=!1,h=0;const p=o.getSpans();for(const g of p){const u=g.formatFlags&127,{fgColor:s}=g,{bgColor:l}=g,{link:c}=g,d=u;if(d!==t||s!==r||l!==i||c!==a){if(c!==a&&(a&&(e+=a.startsWith("ST:")?"\x1B]8;;\x1B\\":"\x1B]8;;\x07"),c)){const y=c.startsWith("ST:");e+=`\x1B]8;;${y?c.slice(3):c}${y?"\x1B\\":"\x07"}`}const f=t&(H|A),m=d&(H|A);if(f!==m){const y=t&H&&!(d&H),v=t&A&&!(d&A);(y||v)&&(e+=T([he])),d&H&&(!(t&H)||v)&&(e+=T([qe])),d&A&&(!(t&A)||y)&&(e+=T([Ke]))}d&j&&!(t&j)?e+=T([Xe]):!(d&j)&&t&j&&(e+=T([ge])),d&z&&!(t&z)?e+=T([Ue]):!(d&z)&&t&z&&(e+=T([fe])),d&Y&&!(t&Y)?e+=T([Ve]):!(d&Y)&&t&Y&&(e+=T([pe])),d&q&&!(t&q)?e+=T([Je]):!(d&q)&&t&q&&(e+=T([me])),d&K&&!(t&K)?e+=T([Qe]):!(d&K)&&t&K&&(e+=T([ye])),s!==r&&(e+=T(s?ae(s,!0):[ve])),l!==i&&(e+=T(l?ae(l,!1):[be])),n=d!==0||s!==void 0||l!==void 0,t=d,r=s,i=l,a=c}e+=o.getTextRange(h,h+g.length),h+=g.length}return n&&(t&(H|A)&&(e+=T([he])),t&j&&(e+=T([ge])),t&z&&(e+=T([fe])),t&Y&&(e+=T([pe])),t&q&&(e+=T([me])),t&K&&(e+=T([ye])),r!==void 0&&(e+=T([ve])),i!==void 0&&(e+=T([be]))),a&&(e+=a.startsWith("ST:")?"\x1B]8;;\x1B\\":"\x1B]8;;\x07"),e},"styledLineToString");var tt=Object.defineProperty,ke=P((o,e)=>tt(o,"name",{value:e,configurable:!0}),"M");class ee{static{P(this,"OutputCaches")}static{ke(this,"OutputCaches")}widths=new Map;blockWidths=new Map;styledLines=new Map;lines=new Map;maxEntries;pruneToFactor;constructor(e={}){const{maxEntries:t=3e4,pruneToFactor:r=.8}=e;this.maxEntries=Math.max(1,t),this.pruneToFactor=Math.min(.99,Math.max(.1,r))}getStyledLine(e){let t=this.styledLines.get(e);return t===void 0&&(t=this.hasAnsiControlMarker(e)?He(e):Ae(e),this.setCacheEntry(this.styledLines,e,t)),t}getStringWidth(e){let t=this.widths.get(e);return t===void 0&&(t=Q(e),this.setCacheEntry(this.widths,e,t)),t}getWidestLine(e){let t=this.blockWidths.get(e);if(t===void 0){let r=0;for(const i of this.getLines(e))r=Math.max(r,this.getStringWidth(i));t=r,this.setCacheEntry(this.blockWidths,e,t)}return t}getLines(e){let t=this.lines.get(e);return t===void 0&&(t=e.split(`
|
|
4
|
+
`),this.setCacheEntry(this.lines,e,t)),t}hasAnsiControlMarker(e){for(const t of e){const r=t.codePointAt(0);if(ot.has(r))return!0}return!1}setCacheEntry(e,t,r){!e.has(t)&&e.size>=this.maxEntries&&this.pruneCache(e),e.set(t,r)}pruneCache(e){const t=Math.floor(this.maxEntries*this.pruneToFactor);for(const r of e.keys())if(e.delete(r),e.size<=t)break}}const ot=new Set([27,144,152,155,157,158,159]),rt=.6,it=30;class te{static{P(this,"U")}static{ke(this,"Output")}width;height;caches;grid;clipStack=[];previousLines=[];previousRenderedLines=[];lineMemoizationEnabled=!0;memoizationProbeCountdown=0;constructor(e){const{caches:t,height:r,width:i}=e;this.width=Math.round(i),this.height=Math.round(r),this.caches=t??new ee,this.grid=this.createGrid(this.width,this.height)}reset(e,t){this.width=Math.round(e),this.height=Math.round(t),this.clipStack.length=0,this.grid=this.createGrid(this.width,this.height)}startChildRegion(e,t,r,i){const a=Math.round(e),n=Math.round(t);this.clipStack.push({x1:a,x2:a+Math.round(r),y1:n,y2:n+Math.round(i)})}endChildRegion(){this.clipStack.pop()}write(e,t,r,i){if(!r)return;const{transformers:a}=i,n=this.clipStack.at(-1),h=this.caches.getLines(r),p=a.length>0;for(const[g,u]of h.entries()){const s=t+g;if(s<0||s>=this.grid.length||n&&(s<n.y1||s>=n.y2))continue;let l=u;if(p)for(const S of a)l=S(l,g);if(l.length===0)continue;const c=this.grid[s],d=this.caches.getStyledLine(l);let f=e;const m=n?Math.min(n.x2,c.length):1/0,y=d.getSpans();let v=0,L=y[0]?.length??0;for(let S=0;S<d.length;S++){for(;v<y.length&&S>=L;)v++,L+=y[v]?.length??0;if(f>=m)break;if(n&&(f<n.x1||f>=n.x2)){f++,d.getFullWidth(S)&&f++;continue}if(f>=0){f>=c.length&&c.ensureWidth(f+2);const M=y[v],R=d.getFullWidth(S),b=(M?.formatFlags??0)|(R?F:0);c.setCharFast(f,d.getValue(S),b,M?.fgColor,M?.bgColor,M?.link),R&&(f++,f>=c.length&&c.ensureWidth(f+1),c.setCharFast(f,"",b&~F,M?.fgColor,M?.bgColor,M?.link))}f++}}}writeStyledLine(e,t,r){if(r.length===0||t<0||t>=this.grid.length)return;const i=this.clipStack.at(-1);i&&(t<i.y1||t>=i.y2)||this.writeStyledLineToRow(this.grid[t],e,r,this.width,i)}getRootLines(){return this.grid}getCurrentClip(){return this.clipStack.at(-1)}addRegionTree(e,t,r){for(let i=0;i<e.height;i++){const a=r+i;if(a<0||a>=this.grid.length)continue;const n=e.lines[i];if(!n)continue;const h=this.grid[a],p=n.getSpans();let g=0,u=p[0]?.length??0;for(let s=0;s<n.length;s++){for(;g<p.length&&s>=u;)g++,u+=p[g]?.length??0;const l=t+s;if(l<0||l>=h.length)continue;const c=n.getValue(s),d=p[g],f=d!==void 0&&(d.formatFlags&~F)!==0||d?.fgColor!==void 0||d?.bgColor!==void 0||d?.link!==void 0;if(c!==" "||f){const m=(d?.formatFlags??0)|(n.getFullWidth(s)?F:0);h.setCharFast(l,c,m,d?.fgColor,d?.bgColor,d?.link)}}}for(const i of e.children)this.addRegionTree(i,t+i.x,r+i.y)}writeStyledLineToRow(e,t,r,i,a){let n=t;const h=a?Math.min(a.x2,i):1/0,p=r.getSpans();let g=0,u=p[0]?.length??0;for(let s=0;s<r.length;s++){for(;g<p.length&&s>=u;)g++,u+=p[g]?.length??0;if(n>=h)break;if(a&&(n<a.x1||n>=a.x2)){n++,r.getFullWidth(s)&&n++;continue}if(n>=0){n>=e.length&&e.ensureWidth(n+2);const l=p[g],c=r.getFullWidth(s),d=(l?.formatFlags??0)|(c?F:0);e.setCharFast(n,r.getValue(s),d,l?.fgColor,l?.bgColor,l?.link),c&&(n++,n>=e.length&&e.ensureWidth(n+1),e.setCharFast(n,"",d&~F,l?.fgColor,l?.bgColor,l?.link))}n++}}get(){const e=this.grid;this.lineMemoizationEnabled||(this.memoizationProbeCountdown>0?this.memoizationProbeCountdown--:this.lineMemoizationEnabled=!0);const t=this.lineMemoizationEnabled,r=this.previousLines.length>0,i=t&&r&&this.previousLines.length===e.length&&this.previousRenderedLines.length===e.length;this.previousLines.length>e.length&&(this.previousLines.length=e.length),this.previousRenderedLines.length>e.length&&(this.previousRenderedLines.length=e.length);const a=Array.from({length:e.length});let n=0;for(const[h,p]of e.entries()){const g=p;if(i&&this.previousLines[h]?.equals(g)){a[h]=this.previousRenderedLines[h]??"";continue}n++;const u=g.trimEnd(),s=et(u);a[h]=s,t&&(this.previousRenderedLines[h]=s,this.previousLines[h]=g.clone())}return t&&i&&e.length>0&&n/e.length>rt&&this.disableLineMemoization(),{height:e.length,output:a.join(`
|
|
5
|
+
`)}}getBuffer(){const e=this.grid,t=e.length,r=new Uint32Array(this.width*t*2),i=65535;for(let a=0;a<r.length;a+=2)r[a]=32,r[a+1]=i;for(let a=0;a<t;a++){const n=e[a],h=n.getSpans();let p=0,g=h[0]?.length??0;for(let u=0;u<n.length&&u<this.width;u++){for(;p<h.length&&u>=g;)p++,g+=h[p]?.length??0;const s=n.getValue(u);if(s.length===0)continue;const l=s.codePointAt(0)??32,c=(a*this.width+u)*2,d=h[p],f=d?.formatFlags??0,m=d?.fgColor,y=d?.bgColor,v=m?de(m):255,L=y?de(y):255,S=(f&255)<<16|(L&255)<<8|v&255;if(r[c]=l,r[c+1]=S,n.getFullWidth(u)&&u+1<this.width){const M=c+2;r[M]=ze,r[M+1]=S,u++}}}return{buffer:r,height:t}}createGrid(e,t){const r=[];for(let i=0;i<t;i++)r.push($e.empty(e));return r}disableLineMemoization(){this.lineMemoizationEnabled=!1,this.memoizationProbeCountdown=it,this.previousLines.length=0,this.previousRenderedLines.length=0}}var nt=Object.defineProperty,st=P((o,e)=>nt(o,"name",{value:e,configurable:!0}),"d");const lt=st(o=>Math.round(o.getComputedWidth()-Math.max(0,o.getComputedLeft()+o.getComputedWidth()-(o.getParent()?.getComputedWidth()??o.getComputedWidth()))-o.getComputedPadding(k.EDGE_LEFT)-o.getComputedPadding(k.EDGE_RIGHT)-o.getComputedBorder(k.EDGE_LEFT)-o.getComputedBorder(k.EDGE_RIGHT)),"getMaxWidth");var at=Object.defineProperty,dt=P((o,e)=>at(o,"name",{value:e,configurable:!0}),"c");const ut=dt((o,e,t,r)=>{if(!t.style.backgroundColor)return;const i=Math.round(t.yogaNode.getComputedWidth()),a=Math.round(t.yogaNode.getComputedHeight()),n=t.style.borderStyle&&t.style.borderLeft!==!1?1:0,h=t.style.borderStyle&&t.style.borderRight!==!1?1:0,p=t.style.borderStyle&&t.style.borderTop!==!1?1:0,g=t.style.borderStyle&&t.style.borderBottom!==!1?1:0,u=i-n-h,s=a-p-g;if(!(u>0&&s>0))return;const l=Ge(t.style.backgroundColor);if(!l)return;const c=`${l}${" ".repeat(u)}\x1B[49m`;for(let d=0;d<s;d++)r.write(o+n,e+p+d,c,{transformers:[]})},"renderBackground");var ct=Object.defineProperty,oe=P((o,e)=>ct(o,"name",{value:e,configurable:!0}),"T");const W=oe((o,e,t,r)=>{let i=J(o,e,"foreground");return i=J(i,t,"background"),r&&(i=Ie.dim(i)),i},"stylePiece"),Ce=oe((o,e,t,r,i,a,n,h)=>{if(!t&&!i)return W(o.repeat(e),a,n,h);const p=t?` ${t} `:"",g=i?` ${i} `:"",u=p.length,s=g.length,l=r??"left";if(u+s>=e){if(u>=e)return`${p.slice(0,e-1)}…`;const m=e-u;return m>3?p+g.slice(0,m):p+W(o.repeat(e-u),a,n,h)}const c=e-u-s;if(l==="left"||i)return p+W(o.repeat(c),a,n,h)+g;if(l==="right"){const m=e-u;return W(o.repeat(m),a,n,h)+p}const d=Math.floor(c/2),f=c-d;return W(o.repeat(d),a,n,h)+p+W(o.repeat(f),a,n,h)},"buildBorderWithTitle"),ht=oe((o,e,t,r)=>{if(t.style.borderStyle){const i=Math.round(t.yogaNode.getComputedWidth()),a=Math.round(t.yogaNode.getComputedHeight()),n=typeof t.style.borderStyle=="string"?je[t.style.borderStyle]:t.style.borderStyle,h=t.style.borderTopColor??t.style.borderColor,p=t.style.borderBottomColor??t.style.borderColor,g=t.style.borderLeftColor??t.style.borderColor,u=t.style.borderRightColor??t.style.borderColor,s=t.style.borderTopBackgroundColor??t.style.borderBackgroundColor,l=t.style.borderBottomBackgroundColor??t.style.borderBackgroundColor,c=t.style.borderLeftBackgroundColor??t.style.borderBackgroundColor,d=t.style.borderRightBackgroundColor??t.style.borderBackgroundColor,f=t.style.borderTopDimColor??t.style.borderDimColor,m=t.style.borderBottomDimColor??t.style.borderDimColor,y=t.style.borderLeftDimColor??t.style.borderDimColor,v=t.style.borderRightDimColor??t.style.borderDimColor,L=t.style.borderTop!==!1,S=t.style.borderBottom!==!1,M=t.style.borderLeft!==!1,R=t.style.borderRight!==!1,b=Math.max(0,i-(M?1:0)-(R?1:0));let x;if(L){const _=M?W(n.topLeft,h,s,f):"",D=R?W(n.topRight,h,s,f):"",B=Ce(n.top,b,t.style.borderTopTitle,t.style.borderTopTitleAlignment,t.style.borderTopRightTitle,h,s,f);x=_+B+D}let C=a;L&&(C-=1),S&&(C-=1),C=Math.max(0,C);let E="";M&&(E=`${W(n.left,g,c,y)}
|
|
6
|
+
`.repeat(C));let N="";R&&(N=`${W(n.right,u,d,v)}
|
|
7
|
+
`.repeat(C));let w;if(S){const _=M?W(n.bottomLeft,p,l,m):"",D=R?W(n.bottomRight,p,l,m):"",B=Ce(n.bottom,b,t.style.borderBottomTitle,t.style.borderBottomTitleAlignment,void 0,p,l,m);w=_+B+D}const O=L?1:0;x&&r.write(o,e,x,{transformers:[]}),E&&r.write(o,e+O,E,{transformers:[]}),N&&r.write(o+i-1,e+O,N,{transformers:[]}),w&&r.write(o,e+a-1,w,{transformers:[]})}},"renderBorder");var gt=Object.defineProperty,ft=P((o,e)=>gt(o,"name",{value:e,configurable:!0}),"m");const Ne=[],Se=ft(({axis:o,color:e,layout:t,output:r})=>{const{thumb:{end:i,endHalf:a,start:n,startHalf:h},x:p,y:g}=t;if(o==="vertical")for(let u=n;u<i;u++){let s="█";const l=2*u>=h&&2*u<a,c=2*u+1>=h&&2*u+1<a;l&&!c?s="▀":!l&&c&&(s="▄");const d=e?J(s,e,"foreground"):s;r.write(p,g+u,d,{transformers:Ne})}else for(let u=n;u<i;u++){let s="█";const l=2*u>=h&&2*u<a,c=2*u+1>=h&&2*u+1<a;l&&!c?s="▌":!l&&c&&(s="▐");const d=e?J(s,e,"foreground"):s;r.write(p+u,g,d,{transformers:Ne})}},"renderScrollbar");var pt=Object.defineProperty,re=P((o,e)=>pt(o,"name",{value:e,configurable:!0}),"b");const we=re((o,e=[])=>{for(const t of o.childNodes){if(t.nodeName==="#text")continue;const r=t;if(!r.internal_stickyAlternate)if(r.internal_sticky)e.push({node:r,type:r.internal_sticky==="bottom"?"bottom":"top"});else{const i=r.style.overflow??"visible",a=r.style.overflowX??i,n=r.style.overflowY??i;!(a==="scroll"||n==="scroll")&&r.childNodes&&we(r,e)}}return e},"getStickyDescendants"),mt=re((o,e,t,r)=>{let i,a=-1,n,h=-1;for(const[g,u]of o.entries()){const{node:s,type:l}=u;if(!s.yogaNode)continue;const c=G(s,e)??0,d=Math.round(s.yogaNode.getComputedHeight()),f=c+d,m=s.parentNode;let y=0,v=Number.MAX_SAFE_INTEGER;m?.yogaNode&&(y=G(m,e)??0,v=Math.round(m.yogaNode.getComputedHeight())),l==="top"&&c<t&&y+v>t&&(i=u,a=g),l==="bottom"&&Math.floor(f)>Math.floor(r)&&y<r&&(n=u,h=g)}const p=[];if(i){let g;for(let u=a+1;u<o.length;u++){const s=o[u];if(s.type!=="bottom"){g=s;break}}p.push({nextStickyNodeInfo:g,stickyNode:i.node,type:"top"})}if(n){let g;for(let u=h-1;u>=0;u--){const s=o[u];if(s.type==="bottom"){g=s;break}}p.push({nextStickyNodeInfo:g,stickyNode:n.node,type:"bottom"})}return p},"identifyActiveStickyNodes"),yt=re((o,e,t,r,i)=>{const{newTransformers:a,skipStaticElements:n,x:h,y:p}=i,{yogaNode:g}=e;if(!g)return;const u=g.getComputedBorder(k.EDGE_TOP),s=g.getComputedBorder(k.EDGE_LEFT),l=Ee(e),c=e.internal_scrollState?.clientHeight??0;for(const{nextStickyNodeInfo:d,stickyNode:f,type:m}of o){if(!f.yogaNode)continue;const y=G(f,e)??0,v=Math.round(f.yogaNode.getComputedHeight()),L=h+(Fe(f,e)??0),S=f.parentNode;let M=0,R=Number.MAX_SAFE_INTEGER;S?.yogaNode&&(M=G(S,e)??0,R=Math.round(S.yogaNode.getComputedHeight()));let b;if(m==="top"){const E=S?.yogaNode?.getComputedBorder(k.EDGE_BOTTOM)??0,N=M+R-E;let w=p-l+N-v;const O=p-l+y,_=p+u;if(d?.node?.yogaNode){const D=G(d.node,e)??0,B=p-l+D-v;B<w&&(w=B)}b=Math.min(Math.max(_,O),w)}else{const E=S?.yogaNode?.getComputedBorder(k.EDGE_TOP)??0;let N=p-l+M+E;const w=p-l+y,O=p+u+c-v;if(d?.node?.yogaNode){const _=Math.round(d.node.yogaNode.getComputedHeight()),D=G(d.node,e)??0,B=p-l+D+_;B>N&&(N=B)}b=Math.max(Math.min(O,w),N)}const x=r({height:v,width:Math.round(f.yogaNode.getComputedWidth())});U(f,x,{offsetX:-Math.round(f.yogaNode.getComputedLeft()),offsetY:-Math.round(f.yogaNode.getComputedTop()),skipStaticElements:n,transformers:a});const C=x.get().output.split(`
|
|
8
|
+
`);for(const[E,N]of C.entries())N&&N.length>0&&t.write(L-(h+s),b-(p+u)+E,N,{transformers:[]})}},"renderActiveStickyNodes");var vt=Object.defineProperty,$=P((o,e)=>vt(o,"name",{value:e,configurable:!0}),"x");const bt=$((o,e)=>{const t=o.childNodes[0]?.yogaNode;if(t){const r=Math.round(t.getComputedLeft()),i=Math.round(t.getComputedTop());e=`
|
|
9
|
+
`.repeat(i)+Pe(e,r)}return e},"applyPaddingToText"),Ct=31,Nt=127,St=128,Mt=159,Et=$((o,e)=>{if(!Number.isFinite(e))return!1;if(e<0)return!0;let t=0;for(const r of o){if(r===`
|
|
10
|
+
`){if(t>e)return!0;t=0;continue}const i=r.codePointAt(0);if(i<=Ct||i===Nt||i>=St&&i<=Mt||We(i)||(t++,t>e))return!0}return!1},"mightExceedWidth"),Tt=$(o=>(o.internal_hidden??!1)||o.yogaNode?.getDisplay()===k.DISPLAY_NONE,"isNodeHidden"),xt=$(o=>{let e=o;for(;e;){if(Tt(e))return!0;e=e.parentNode}return!1},"isNodeOrAncestorHidden"),Z=$((o,e={})=>{if(e.skipStaticElements&&o.internal_static||o.internal_hidden||o.internal_stickyAlternate||o.yogaNode?.getDisplay()===k.DISPLAY_NONE)return"";let t="";if(o.nodeName==="ink-text")t=Te(o);else if(o.nodeName==="ink-box"||o.nodeName==="ink-root"){const r=o.style.flexDirection==="row"||o.style.flexDirection==="row-reverse"?" ":`
|
|
11
|
+
`;t=(o.style.flexDirection==="row-reverse"||o.style.flexDirection==="column-reverse"?o.childNodes.toReversed():[...o.childNodes]).map(i=>Z(i,{parentRole:o.internal_accessibility?.role,skipStaticElements:e.skipStaticElements})).filter(Boolean).join(r)}if(o.internal_accessibility){const{role:r,state:i}=o.internal_accessibility;if(i){const a=Object.keys(i).filter(n=>i[n]).join(", ");a&&(t=`(${a}) ${t}`)}r&&r!==e.parentRole&&(t=`${r}: ${t}`)}return t},"renderNodeToScreenReaderOutput"),U=$((o,e,t)=>{const{absoluteOffsetX:r,absoluteOffsetY:i,offsetX:a=0,offsetY:n=0,renderState:h,selectionMap:p,skipStaticElements:g,transformers:u=[]}=t;if(g&&o.internal_static||o.internal_hidden)return;if(o.cachedRender){const l=Math.round(a+(o.yogaNode?.getComputedLeft()??0)),c=Math.round(n+(o.yogaNode?.getComputedTop()??0));e.addRegionTree(o.cachedRender,l,c);return}if(o.nodeName==="ink-cursor"){if(!h)return;h.cursorRequested=!0;const l=o.internal_cursor;if(!l){h.cursorPosition=void 0;return}if(h.cursorShape=l.shape,l.inline){if(h.lastTextWriteEnd)h.cursorPosition={x:h.lastTextWriteEnd.x,y:h.lastTextWriteEnd.y};else{const f=o.parentNode?ue(o.parentNode):void 0;h.cursorPosition=f?{x:f.x,y:f.y}:void 0}return}const c=l.anchorRef?l.anchorRef.current:o.parentNode;if(!c){h.cursorPosition=void 0;return}if(l.anchorRef&&xt(c)){h.cursorPosition=void 0;return}const d=ue(c);if(!d){h.cursorPosition=void 0;return}h.cursorPosition={x:d.x+l.x,y:d.y+l.y};return}const{yogaNode:s}=o;if(s){if(s.getDisplay()===k.DISPLAY_NONE)return;const l=s.getComputedLeft(),c=s.getComputedTop(),d=Math.round(a+l),f=Math.round(n+c),m=Math.round((r??a)+l),y=Math.round((i??n)+c),v=e.getCurrentClip();if(v){const b=Math.round(s.getComputedWidth()),x=Math.round(s.getComputedHeight()),C=m+b,E=y+x,N=v.x1??-1/0,w=v.x2??1/0,O=v.y1??-1/0,_=v.y2??1/0;if(C<=N||m>=w||E<=O||y>=_)return}let L=u;if(typeof o.internal_transform=="function"&&(L=[o.internal_transform,...u]),o.nodeName==="ink-text"){let b=Te(o);if(b.length>0){const x=lt(s);if(Et(b,x)&&Math.max(...b.split(`
|
|
12
|
+
`).map(C=>Q(C)))>x){const C=o.style.textWrap??"wrap";b=Oe(b,Math.floor(x),C)}if(b=bt(o,b),e.write(d,f,b,{transformers:L}),h){const C=b.split(`
|
|
13
|
+
`),E=C.at(-1)??"";h.lastTextWriteEnd={x:d+Q(E),y:f+C.length-1}}}return}let S=!1,M=0,R=0;if(o.nodeName==="ink-box"){ut(d,f,o,e),ht(d,f,o,e);const b=o.style.overflow??"visible",x=o.style.overflowX??b,C=o.style.overflowY??b,E=x==="hidden"||x==="scroll",N=C==="hidden"||C==="scroll";if(E||N){const w=Math.round(s.getComputedWidth()),O=Math.round(s.getComputedHeight()),_=E?d+s.getComputedBorder(k.EDGE_LEFT):d,D=E?w-s.getComputedBorder(k.EDGE_LEFT)-s.getComputedBorder(k.EDGE_RIGHT):w,B=N?f+s.getComputedBorder(k.EDGE_TOP):f,V=N?O-s.getComputedBorder(k.EDGE_TOP)-s.getComputedBorder(k.EDGE_BOTTOM):O;e.startChildRegion(_,B,Math.max(0,D),Math.max(0,V)),S=!0,C==="scroll"&&o.internal_scrollState&&(R=-o.internal_scrollState.scrollTop),x==="scroll"&&o.internal_scrollState&&(M=-o.internal_scrollState.scrollLeft)}}if(o.nodeName==="ink-root"||o.nodeName==="ink-box"||o.nodeName==="ink-static-render"){for(const b of o.childNodes)U(b,e,{absoluteOffsetX:m+M,absoluteOffsetY:y+R,offsetX:d+M,offsetY:f+R,renderState:h,selectionMap:p,skipStaticElements:g,transformers:L});if(o.nodeName==="ink-box"&&o.internal_scrollState){const b=we(o);if(b.length>0){const x=Ee(o),C=o.internal_scrollState.clientHeight,E=x+C,N=mt(b,o,x,E);N.length>0&&yt(N,o,e,$(w=>new te(w),"createOutput"),{newTransformers:L,skipStaticElements:g,x:d,y:f})}}if(o.nodeName==="ink-box"&&o.internal_scrollState){const b=o.style.overflow??"visible",x=o.style.overflowX??b,C=o.style.overflowY??b,E=s.getComputedBorder(k.EDGE_LEFT),N=s.getComputedBorder(k.EDGE_RIGHT),w=s.getComputedBorder(k.EDGE_TOP),O=s.getComputedBorder(k.EDGE_BOTTOM),_=Math.round(s.getComputedWidth()-E-N),D=Math.round(s.getComputedHeight()-w-O),{clientHeight:B,clientWidth:V,scrollHeight:ie,scrollLeft:Le,scrollTop:Re,scrollWidth:ne}=o.internal_scrollState,se=C==="scroll"&&ie>B,_e=x==="scroll"&&ne>V,le=o.internal_scrollbar!==!1;if(se&&le){const I=ce({axis:"vertical",clientDimension:B,hasOppositeScrollbar:!1,height:D,marginBottom:0,marginRight:0,scrollDimension:ie,scrollPosition:Re,width:_,x:d+E,y:f+w});I&&Se({axis:"vertical",color:o.style.scrollbarThumbColor,layout:I,output:e})}if(_e&&le){const I=ce({axis:"horizontal",clientDimension:V,hasOppositeScrollbar:se,height:D,marginBottom:0,marginRight:0,scrollDimension:ne,scrollPosition:Le,width:_,x:d+E,y:f+w});I&&Se({axis:"horizontal",color:o.style.scrollbarThumbColor,layout:I,output:e})}}S&&e.endChildRegion()}}},"renderNodeToOutput"),zt=$((o,e)=>{if(!o.yogaNode)return;const t=Math.round(o.yogaNode.getComputedWidth()),r=Math.round(o.yogaNode.getComputedHeight());if(t<=0||r<=0)return;const{setCachedRender:i}=require("./dom"),a=new te({height:r,width:t});for(const h of o.childNodes)U(h,a,{skipStaticElements:e?.skipStaticElements??!1});const n={children:[],cursorPosition:void 0,height:r,id:o.internalId??"static",isScrollable:!1,lines:[...a.getRootLines()],selectableSpans:[],stickyHeaders:[],styledOutput:[...a.getRootLines()],width:t,x:0,y:0};i(o,n)},"renderToStatic");var kt=Object.defineProperty,X=P((o,e)=>kt(o,"name",{value:e,configurable:!0}),"N");const wt=X((o,e)=>{const t=new Map;if(e.rangeCount===0)return t;const r=e.getRangeAt(0),{endContainer:i,endOffset:a,startContainer:n,startOffset:h}=r;if(!n||!i)return t;let p=!1,g=!1;const u=X((l,c,d,f,m,y)=>{if(l.nodeName==="#text"){const{length:v}=l.nodeValue;n===l&&(m.value=!0,d.value=c.value+h),i===l&&(y.value=!0,f.value=c.value+a),c.value+=v}else if("childNodes"in l){for(const v of l.childNodes)l===n&&(m.value=!0,d.value=c.value),l===i&&(y.value=!0,f.value=c.value),u(v,c,d,f,m,y);l===n&&h===l.childNodes.length&&(m.value=!0,d.value=c.value),l===i&&a===l.childNodes.length&&(y.value=!0,f.value=c.value)}},"visitChildren"),s=X(l=>{if(l.nodeName==="ink-text"){if(!De(l))return;const c={value:0},d={value:-1},f={value:-1},m={value:!1},y={value:!1};for(const v of l.childNodes)l===n&&(m.value=!0,d.value=c.value),l===i&&(y.value=!0,f.value=c.value),u(v,c,d,f,m,y);if(l===n&&h===l.childNodes.length&&(m.value=!0,d.value=c.value),l===i&&a===l.childNodes.length&&(y.value=!0,f.value=c.value),(p||m.value)&&(!g||y.value)){const v=m.value?d.value:0,L=y.value?f.value:c.value;v!==-1&&L!==-1&&v<L&&t.set(l,{end:L,start:v})}m.value&&(p=!0),y.value&&(g=!0)}else{const{childNodes:c}=l;if(c){for(const d of c)l===n&&(p=!0),l===i&&(g=!0),s(d);l===n&&h===c.length&&(p=!0),l===i&&a===c.length&&(g=!0)}}},"visit");return s(o),t},"calculateSelectionMap"),Lt=new ee,Rt=new ee,_t=new WeakMap,Bt=new WeakMap,Me=X(({caches:o,height:e,node:t,outputs:r,width:i})=>{let a=r.get(t);return a||(a=new te({caches:o,height:e,width:i}),r.set(t,a)),a.reset(i,e),a},"getReusableOutput"),Yt=X((o,e,t)=>{if(o.yogaNode){if(e){const g=Z(o,{skipStaticElements:!0}),u=g===""?0:g.split(`
|
|
14
|
+
`).length;let s="";return o.staticNode&&(s=Z(o.staticNode,{skipStaticElements:!1})),{cursorPosition:void 0,cursorRequested:!1,cursorShape:void 0,output:g,outputHeight:u,staticOutput:s?`${s}
|
|
15
|
+
`:""}}const r=t?.selection&&t.selection.rangeCount>0?wt(o,t.selection):void 0,i=Me({caches:Lt,height:o.yogaNode.getComputedHeight(),node:o,outputs:_t,width:o.yogaNode.getComputedWidth()}),a={cursorPosition:void 0,cursorRequested:!1,cursorShape:void 0};U(o,i,{renderState:a,selectionMap:r,skipStaticElements:!0});let n;if(o.staticNode?.yogaNode&&(n=Me({caches:Rt,height:o.staticNode.yogaNode.getComputedHeight(),node:o,outputs:Bt,width:o.staticNode.yogaNode.getComputedWidth()}),U(o.staticNode,n,{skipStaticElements:!1})),t?.useNativeRenderer){const{buffer:g,height:u}=i.getBuffer();return{cursorPosition:a.cursorPosition,cursorRequested:a.cursorRequested,cursorShape:a.cursorShape,output:"",outputBuffer:g,outputHeight:u,outputWidth:i.width,staticOutput:n?`${n.get().output}
|
|
16
|
+
`:""}}const{height:h,output:p}=i.get();return{cursorPosition:a.cursorPosition,cursorRequested:a.cursorRequested,cursorShape:a.cursorShape,output:p,outputHeight:h,staticOutput:n?`${n.get().output}
|
|
17
|
+
`:""}}return{cursorPosition:void 0,cursorRequested:!1,cursorShape:void 0,output:"",outputHeight:0,staticOutput:""}},"renderer");export{U as B,Yt as R,te as U,zt as r};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { D as DOMNode, S as StyledLine } from "./dom.d-DzUPFLuP.js";
|
|
2
2
|
/**
|
|
3
3
|
* Compare the document position of two points in the DOM tree.
|
|
4
4
|
* Returns -1 if A is before B, 0 if equal, 1 if A is after B.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"@visulima/string";import{c as i,a as s,L as n,i as d,m as l,s as r,b as c,k as h,d as y,t as L}from"./measure-text-Ce2widM1.js";export{i as clearStringWidthCache,s as clearStyledLineCache,n as default,d as inkCharacterWidth,l as measureStyledLine,r as setEnableStyledLineCache,c as setStringWidthFunction,h as splitStyledLineByNewline,y as styledLineWidth,L as toStyledLine};
|
|
@@ -1,103 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AnsiColors } from '@visulima/colorize';
|
|
2
|
+
import { Boxes, BoxStyle } from 'cli-boxes';
|
|
2
3
|
import { LiteralUnion } from 'type-fest';
|
|
3
4
|
import 'yoga-layout';
|
|
4
|
-
/**
|
|
5
|
-
Style of the box border.
|
|
6
|
-
*/
|
|
7
|
-
type BoxStyle = {
|
|
8
|
-
readonly topLeft: string;
|
|
9
|
-
readonly top: string;
|
|
10
|
-
readonly topRight: string;
|
|
11
|
-
readonly right: string;
|
|
12
|
-
readonly bottomRight: string;
|
|
13
|
-
readonly bottom: string;
|
|
14
|
-
readonly bottomLeft: string;
|
|
15
|
-
readonly left: string;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
All box styles.
|
|
19
|
-
*/
|
|
20
|
-
type Boxes = {
|
|
21
|
-
/**
|
|
22
|
-
@example
|
|
23
|
-
```
|
|
24
|
-
┌────┐
|
|
25
|
-
│ │
|
|
26
|
-
└────┘
|
|
27
|
-
```
|
|
28
|
-
*/
|
|
29
|
-
readonly single: BoxStyle;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
@example
|
|
33
|
-
```
|
|
34
|
-
╔════╗
|
|
35
|
-
║ ║
|
|
36
|
-
╚════╝
|
|
37
|
-
```
|
|
38
|
-
*/
|
|
39
|
-
readonly double: BoxStyle;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
@example
|
|
43
|
-
```
|
|
44
|
-
╭────╮
|
|
45
|
-
│ │
|
|
46
|
-
╰────╯
|
|
47
|
-
```
|
|
48
|
-
*/
|
|
49
|
-
readonly round: BoxStyle;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
@example
|
|
53
|
-
```
|
|
54
|
-
┏━━━━┓
|
|
55
|
-
┃ ┃
|
|
56
|
-
┗━━━━┛
|
|
57
|
-
```
|
|
58
|
-
*/
|
|
59
|
-
readonly bold: BoxStyle;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
@example
|
|
63
|
-
```
|
|
64
|
-
╓────╖
|
|
65
|
-
║ ║
|
|
66
|
-
╙────╜
|
|
67
|
-
```
|
|
68
|
-
*/
|
|
69
|
-
readonly singleDouble: BoxStyle;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
@example
|
|
73
|
-
```
|
|
74
|
-
╒════╕
|
|
75
|
-
│ │
|
|
76
|
-
╘════╛
|
|
77
|
-
```
|
|
78
|
-
*/
|
|
79
|
-
readonly doubleSingle: BoxStyle;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
@example
|
|
83
|
-
```
|
|
84
|
-
+----+
|
|
85
|
-
| |
|
|
86
|
-
+----+
|
|
87
|
-
```
|
|
88
|
-
*/
|
|
89
|
-
readonly classic: BoxStyle;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
@example
|
|
93
|
-
```
|
|
94
|
-
↘↓↓↓↓↙
|
|
95
|
-
→ ←
|
|
96
|
-
↗↑↑↑↑↖
|
|
97
|
-
```
|
|
98
|
-
*/
|
|
99
|
-
readonly arrow: BoxStyle;
|
|
100
|
-
};
|
|
101
5
|
type Styles = {
|
|
102
6
|
/**
|
|
103
7
|
* It defines the alignment along the cross axis when there are multiple lines of flex items (when using flex-wrap).
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var m=Object.defineProperty;var o=(t,e)=>m(t,"name",{value:e,configurable:!0});import{getStringWidth as c}from"@visulima/string";var p=Object.defineProperty,u=o((t,e)=>p(t,"name",{value:e,configurable:!0}),"i");const d={ambiguousIsNarrow:!0,emojiWidth:1};function g(t){return Math.max(1,c(t,d))}o(g,"getCodePointWidth");u(g,"getCodePointWidth");function f(t){return c(t,d)}o(f,"getStringWidth");u(f,"getStringWidth");function h(t,e){if(e<=0)return 0;if(t.length===0)return 1;let i=1,r=0;for(const a of t){const n=Math.min(g(a),e);r+n>e&&(i++,r=0),r+=n}return i}o(h,"countWrappedRowsForLine");u(h,"countWrappedRowsForLine");function W(t,e){const i=t.split(`
|
|
2
|
+
`);let r=0,a=0;for(const n of i){const s=f(n);s>r&&(r=s),a+=e>0?h(n,e):0}return{maxLineWidth:r,wrappedRows:a}}o(W,"measureTextBlock");u(W,"measureTextBlock");export{f as a,g,W as m};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t=Object.defineProperty;var s=(r,o)=>t(r,"name",{value:o,configurable:!0});import c from"terminal-size";var u=Object.defineProperty,i=s((r,o)=>u(r,"name",{value:o,configurable:!0}),"s");const l=i(r=>{const{columns:o,rows:e}=r;if(o&&e)return{columns:o,rows:e};const n=c();return{columns:o||n.columns||80,rows:e||n.rows||24}},"getWindowSize");export{l as g};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var y=Object.defineProperty;var p=(e,n)=>y(e,"name",{value:n,configurable:!0});import{S as V,d as m,i as h}from"./measure-text-
|
|
1
|
+
var y=Object.defineProperty;var p=(e,n)=>y(e,"name",{value:n,configurable:!0});import{S as V,d as m,i as h}from"./measure-text-Ce2widM1.js";var b=Object.defineProperty,g=p((e,n)=>b(e,"name",{value:n,configurable:!0}),"g");const S=g((e,n,u="end")=>{if(n<1)return new V;if(m(e)<=n)return e;const r=new V;if(r.pushChar("…",0),n===1)return r;if(u==="start"){let t=0,s=e.length;for(let l=e.length-1;l>=0&&(t+=h(e.getValue(l)),!(t>n-1));l--)s=l;return r.combine(e.slice(s))}if(u==="middle"){const t=Math.ceil(n/2),s=n-t;let l=0,c=0;for(let i=0;i<e.length;i++){const d=h(e.getValue(i));if(c+d>t-1)break;c+=d,l=i+1}let a=e.length;c=0;for(let i=e.length-1;i>=0&&(c+=h(e.getValue(i)),!(c>s));i--)a=i;return e.slice(0,l).combine(r,e.slice(a))}let f=0,o=0;for(let t=0;t<e.length;t++){const s=h(e.getValue(t));if(o+s>n-1)break;o+=s,f=t+1}return e.slice(0,f).combine(r)},"truncateStyledLine"),w=g((e,n)=>{const u=[];let r=0,f=0,o=!0,t=0;for(;t<e.length;){const s=e.getValue(t);if(s===`
|
|
2
2
|
`){u.push(e.slice(r,t)),r=t+1,f=0,o=!0,t++;continue}let l=t,c=0;if(s===" ")c=h(" "),l=t+1;else for(;l<e.length&&e.getValue(l)!==" "&&e.getValue(l)!==`
|
|
3
3
|
`;)c+=h(e.getValue(l)),l++;if(f+c>n&&f>0){if(s===" "&&!o&&!e.hasStyles(t)){t=l;continue}let a=t;for(;a>r&&e.getValue(a-1)===" "&&!e.hasStyles(a-1);)a--;u.push(e.slice(r,a)),r=t,f=0;continue}if(f===0&&c>n){let a=t,i=0;for(;a<l;){const d=h(e.getValue(a));i+d>n&&i>0&&(u.push(e.slice(r,a)),r=a,i=0),i+=d,a++}f=i,t=l,o=!1}else f+=c,t=l,s!==" "&&(o=!1)}return(r<e.length||u.length===0)&&u.push(e.slice(r)),u},"wrapStyledLine"),v=g((e,n,u="wrap")=>{if(u.startsWith("truncate")){let r="end";return u==="truncate-middle"?r="middle":u==="truncate-start"&&(r="start"),[S(e,n,r)]}return w(e,n)},"wrapOrTruncateStyledLine");export{v as wrapOrTruncateStyledLine};
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { Context, RefObject, ReactNode } from 'react';
|
|
2
|
-
import { M as MouseEvent, T as TuiApp, c as InputParser, a as InlineOptions } from "../packem_shared/input.d-
|
|
2
|
+
import { M as MouseEvent, T as TuiApp, c as InputParser, a as InlineOptions } from "../packem_shared/input.d-CgxV2e8U.js";
|
|
3
3
|
import Yoga from 'yoga-layout';
|
|
4
|
+
import 'tseep';
|
|
4
5
|
interface DevToolsProps {
|
|
5
6
|
children: React.ReactNode;
|
|
6
7
|
/** Show/hide the HUD without unmounting (default: true) */
|