@fairyhunter13/opentui-core 0.1.95 → 0.1.97
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/3d.js +1 -1
- package/NativeSpanFeed.d.ts +2 -2
- package/buffer.d.ts +2 -2
- package/{index-vd9bvmyg.js → index-0dqa35pr.js} +3 -3
- package/{index-vd9bvmyg.js.map → index-0dqa35pr.js.map} +8 -8
- package/{index-qrcns1gt.js → index-6e2y44j7.js} +3 -3
- package/index-6e2y44j7.js.map +10 -0
- package/{index-zvrvapx3.js → index-dbzy9p5e.js} +2 -2
- package/{index-zvrvapx3.js.map → index-dbzy9p5e.js.map} +6 -6
- package/index.js +2 -2
- package/lib/detect-links.d.ts +2 -2
- package/lib/stdin-parser.d.ts +5 -5
- package/lib/terminal-palette.d.ts +1 -1
- package/lib/tree-sitter/default-parsers.d.ts +1 -1
- package/package.json +7 -7
- package/plugins/core-slot.d.ts +5 -5
- package/plugins/registry.d.ts +2 -2
- package/plugins/types.d.ts +1 -1
- package/post/effects.d.ts +1 -1
- package/renderables/TextTable.d.ts +7 -7
- package/renderables/TimeToFirstDraw.d.ts +4 -4
- package/runtime-plugin-support.d.ts +1 -1
- package/runtime-plugin-support.js +3 -3
- package/runtime-plugin-support.js.map +1 -1
- package/runtime-plugin.js +3 -3
- package/testing/manual-clock.d.ts +1 -1
- package/testing.js +1 -1
- package/index-qrcns1gt.js.map +0 -10
package/3d.js
CHANGED
package/NativeSpanFeed.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Pointer } from "bun:ffi";
|
|
2
|
-
import type { NativeSpanFeedOptions } from "./zig-structs";
|
|
3
|
-
export type { GrowthPolicy, NativeSpanFeedOptions, NativeSpanFeedStats } from "./zig-structs";
|
|
2
|
+
import type { NativeSpanFeedOptions } from "./zig-structs.js";
|
|
3
|
+
export type { GrowthPolicy, NativeSpanFeedOptions, NativeSpanFeedStats } from "./zig-structs.js";
|
|
4
4
|
export type DataHandler = (data: Uint8Array) => void | Promise<void>;
|
|
5
5
|
/**
|
|
6
6
|
* Zero-copy wrapper over Zig memory; not a full stream interface.
|
package/buffer.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RGBA } from "./lib";
|
|
2
|
-
import { type RenderLib } from "./zig";
|
|
1
|
+
import { RGBA } from "./lib/index.js";
|
|
2
|
+
import { type RenderLib } from "./zig.js";
|
|
3
3
|
import { type Pointer } from "bun:ffi";
|
|
4
4
|
import { type BorderStyle, type BorderSides } from "./lib/index.js";
|
|
5
5
|
import { TargetChannel, type WidthMethod, type CapturedLine } from "./types.js";
|
|
@@ -9416,7 +9416,7 @@ class DownloadUtils {
|
|
|
9416
9416
|
|
|
9417
9417
|
// src/lib/tree-sitter/assets/update.ts
|
|
9418
9418
|
import { readdir } from "fs/promises";
|
|
9419
|
-
var __dirname = "/
|
|
9419
|
+
var __dirname = "/Users/runner/work/opentui/opentui/packages/core/src/lib/tree-sitter/assets";
|
|
9420
9420
|
function getDefaultOptions() {
|
|
9421
9421
|
return {
|
|
9422
9422
|
configPath: path4.resolve(__dirname, "../parsers-config"),
|
|
@@ -19029,5 +19029,5 @@ Captured output:
|
|
|
19029
19029
|
|
|
19030
19030
|
export { __toESM, __commonJS, __export, __require, Edge, Gutter, MeasureMode, exports_src, isValidBorderStyle, parseBorderStyle, BorderChars, getBorderFromSides, getBorderSides, borderCharsToArray, BorderCharArrays, KeyEvent, PasteEvent, KeyHandler, InternalKeyHandler, RGBA, hexToRgb, rgbToHex, hsvToRgb, parseColor, fonts, measureText, getCharacterPositions, coordinateToCharacterIndex, renderFontToFrameBuffer, TextAttributes, ATTRIBUTE_BASE_BITS, ATTRIBUTE_BASE_MASK, getBaseAttributes, DebugOverlayCorner, TargetChannel, createTextAttributes, attributesWithLink, getLinkId, visualizeRenderableTree, isStyledText, StyledText, stringToStyledText, black, red, green, yellow, blue, magenta, cyan, white, brightBlack, brightRed, brightGreen, brightYellow, brightBlue, brightMagenta, brightCyan, brightWhite, bgBlack, bgRed, bgGreen, bgYellow, bgBlue, bgMagenta, bgCyan, bgWhite, bold, italic, underline, strikethrough, dim, reverse, blink, fg, bg, link, t, hastToStyledText, SystemClock, nonAlphanumericKeys, parseKeypress, LinearScrollAccel, MacOSScrollAccel, parseAlign, parseAlignItems, parseBoxSizing, parseDimension, parseDirection, parseDisplay, parseEdge, parseFlexDirection, parseGutter, parseJustify, parseLogLevel, parseMeasureMode, parseOverflow, parsePositionType, parseUnit, parseWrap, MouseParser, Selection, convertGlobalToLocalSelection, ASCIIFontSelectionHelper, envRegistry, registerEnvVar, clearEnvCache, generateEnvMarkdown, generateEnvColored, env, StdinParser, treeSitterToTextChunks, treeSitterToStyledText, addDefaultParsers, TreeSitterClient, DataPathsManager, getDataPaths, extensionToFiletype, basenameToFiletype, extToFiletype, pathToFiletype, infoStringToFiletype, main, getTreeSitterClient, ExtmarksController, createExtmarksController, TerminalPalette, createTerminalPalette, decodePasteBytes, stripAnsiSequences, detectLinks, TextBuffer, SpanInfoStruct, LogLevel2 as LogLevel, setRenderLibPath, resolveRenderLib, OptimizedBuffer, h, isVNode, maybeMakeRenderable, wrapWithDelegates, instantiate, delegate, isValidPercentage, LayoutEvents, RenderableEvents, isRenderable, BaseRenderable, Renderable, RootRenderable, ANSI, defaultKeyAliases, mergeKeyAliases, mergeKeyBindings, getKeyBindingKey, buildKeyBindingsMap, capture, ConsolePosition, TerminalConsole, getObjectsInViewport, buildKittyKeyboardFlags, MouseEvent, MouseButton, createCliRenderer, CliRenderEvents, RendererControlState, CliRenderer };
|
|
19031
19031
|
|
|
19032
|
-
//# debugId=
|
|
19033
|
-
//# sourceMappingURL=index-
|
|
19032
|
+
//# debugId=B1812E5E11B86E8C64756E2164756E21
|
|
19033
|
+
//# sourceMappingURL=index-0dqa35pr.js.map
|