@opentui/core 0.2.12 → 0.2.13
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/{index-ysvpktsp.js → index-04gp15zc.js} +35 -21
- package/{index-ysvpktsp.js.map → index-04gp15zc.js.map} +4 -4
- package/{index-abtpr3qx.js → index-7a82km21.js} +2 -2
- package/{index-6hvs3wp6.js → index-abcme1yw.js} +2 -2
- package/{index-wp87xqrj.js → index-q0cfnm5n.js} +3 -3
- package/index.js +2 -2
- package/native-event-worker-repro.worker.d.ts +1 -0
- package/package.json +7 -7
- package/runtime-plugin-support-configure.js +4 -4
- package/runtime-plugin-support.js +4 -4
- package/runtime-plugin.js +3 -3
- package/testing.js +1 -1
- /package/{index-abtpr3qx.js.map → index-7a82km21.js.map} +0 -0
- /package/{index-6hvs3wp6.js.map → index-abcme1yw.js.map} +0 -0
- /package/{index-wp87xqrj.js.map → index-q0cfnm5n.js.map} +0 -0
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
white,
|
|
184
184
|
wrapWithDelegates,
|
|
185
185
|
yellow
|
|
186
|
-
} from "./index-
|
|
186
|
+
} from "./index-04gp15zc.js";
|
|
187
187
|
|
|
188
188
|
// src/index.ts
|
|
189
189
|
var exports_src2 = {};
|
|
@@ -11733,4 +11733,4 @@ class TimeToFirstDrawRenderable extends Renderable {
|
|
|
11733
11733
|
export { DistortionEffect, VignetteEffect, CloudsEffect, FlamesEffect, CRTRollingBarEffect, RainbowTextEffect, applyScanlines, applyInvert, applyNoise, applyChromaticAberration, applyAsciiArt, applyBrightness, applyGain, applySaturation, BloomEffect, SEPIA_MATRIX, PROTANOPIA_SIM_MATRIX, DEUTERANOPIA_SIM_MATRIX, TRITANOPIA_SIM_MATRIX, ACHROMATOPSIA_MATRIX, PROTANOPIA_COMP_MATRIX, DEUTERANOPIA_COMP_MATRIX, TRITANOPIA_COMP_MATRIX, TECHNICOLOR_MATRIX, SOLARIZATION_MATRIX, SYNTHWAVE_MATRIX, GREENSCALE_MATRIX, GRAYSCALE_MATRIX, INVERT_MATRIX, Timeline, engine, createTimeline, SlotRegistry, createSlotRegistry, createCoreSlotRegistry, registerCorePlugin, resolveCoreSlot, SlotRenderable, NativeSpanFeed, Audio, setupAudio, FrameBufferRenderable, ASCIIFontRenderable, Generic, Box, Text, ASCIIFont, Input, Select, TabSelect, FrameBuffer, Code, ScrollBox, vstyles, VRenderable, LineNumberRenderable, DiffRenderable, defaultTextareaKeyBindings, TextareaRenderable, InputRenderableEvents, InputRenderable, TextTableRenderable, MarkdownRenderable, SliderRenderable, ScrollBarRenderable, ArrowRenderable, ScrollBoxRenderable, SelectRenderableEvents, SelectRenderable, TabSelectRenderableEvents, TabSelectRenderable, TimeToFirstDrawRenderable, exports_src2 as exports_src };
|
|
11734
11734
|
|
|
11735
11735
|
//# debugId=3EFDBF20709770DB64756E2164756E21
|
|
11736
|
-
//# sourceMappingURL=index-
|
|
11736
|
+
//# sourceMappingURL=index-7a82km21.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createRuntimePlugin
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-q0cfnm5n.js";
|
|
5
5
|
|
|
6
6
|
// src/runtime-plugin-support-configure.ts
|
|
7
7
|
var {plugin: registerBunPlugin } = globalThis.Bun;
|
|
@@ -41,4 +41,4 @@ function ensureRuntimePluginSupport(options = {}) {
|
|
|
41
41
|
export { ensureRuntimePluginSupport };
|
|
42
42
|
|
|
43
43
|
//# debugId=09C0597CB92E654F64756E2164756E21
|
|
44
|
-
//# sourceMappingURL=index-
|
|
44
|
+
//# sourceMappingURL=index-abcme1yw.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
exports_src
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-7a82km21.js";
|
|
5
5
|
import {
|
|
6
6
|
__require
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-04gp15zc.js";
|
|
8
8
|
|
|
9
9
|
// src/runtime-plugin.ts
|
|
10
10
|
import { existsSync, readFileSync, realpathSync } from "fs";
|
|
@@ -418,4 +418,4 @@ function createRuntimePlugin(input = {}) {
|
|
|
418
418
|
export { isCoreRuntimeModuleSpecifier, runtimeModuleIdForSpecifier, createRuntimePlugin };
|
|
419
419
|
|
|
420
420
|
//# debugId=4F4ECA92927B118964756E2164756E21
|
|
421
|
-
//# sourceMappingURL=index-
|
|
421
|
+
//# sourceMappingURL=index-q0cfnm5n.js.map
|
package/index.js
CHANGED
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
resolveCoreSlot,
|
|
73
73
|
setupAudio,
|
|
74
74
|
vstyles
|
|
75
|
-
} from "./index-
|
|
75
|
+
} from "./index-7a82km21.js";
|
|
76
76
|
import {
|
|
77
77
|
ASCIIFontSelectionHelper,
|
|
78
78
|
ATTRIBUTE_BASE_BITS,
|
|
@@ -246,7 +246,7 @@ import {
|
|
|
246
246
|
white,
|
|
247
247
|
wrapWithDelegates,
|
|
248
248
|
yellow
|
|
249
|
-
} from "./index-
|
|
249
|
+
} from "./index-04gp15zc.js";
|
|
250
250
|
export {
|
|
251
251
|
yellow,
|
|
252
252
|
wrapWithDelegates,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.2.
|
|
7
|
+
"version": "0.2.13",
|
|
8
8
|
"description": "OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"web-tree-sitter": "0.25.10"
|
|
70
70
|
},
|
|
71
71
|
"optionalDependencies": {
|
|
72
|
-
"@opentui/core-darwin-x64": "0.2.
|
|
73
|
-
"@opentui/core-darwin-arm64": "0.2.
|
|
74
|
-
"@opentui/core-linux-x64": "0.2.
|
|
75
|
-
"@opentui/core-linux-arm64": "0.2.
|
|
76
|
-
"@opentui/core-win32-x64": "0.2.
|
|
77
|
-
"@opentui/core-win32-arm64": "0.2.
|
|
72
|
+
"@opentui/core-darwin-x64": "0.2.13",
|
|
73
|
+
"@opentui/core-darwin-arm64": "0.2.13",
|
|
74
|
+
"@opentui/core-linux-x64": "0.2.13",
|
|
75
|
+
"@opentui/core-linux-arm64": "0.2.13",
|
|
76
|
+
"@opentui/core-win32-x64": "0.2.13",
|
|
77
|
+
"@opentui/core-win32-arm64": "0.2.13"
|
|
78
78
|
}
|
|
79
79
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ensureRuntimePluginSupport
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-abcme1yw.js";
|
|
5
5
|
import {
|
|
6
6
|
createRuntimePlugin,
|
|
7
7
|
runtimeModuleIdForSpecifier
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
10
|
-
import"./index-
|
|
8
|
+
} from "./index-q0cfnm5n.js";
|
|
9
|
+
import"./index-7a82km21.js";
|
|
10
|
+
import"./index-04gp15zc.js";
|
|
11
11
|
export {
|
|
12
12
|
runtimeModuleIdForSpecifier,
|
|
13
13
|
ensureRuntimePluginSupport,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ensureRuntimePluginSupport
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-abcme1yw.js";
|
|
5
5
|
import {
|
|
6
6
|
createRuntimePlugin,
|
|
7
7
|
runtimeModuleIdForSpecifier
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
10
|
-
import"./index-
|
|
8
|
+
} from "./index-q0cfnm5n.js";
|
|
9
|
+
import"./index-7a82km21.js";
|
|
10
|
+
import"./index-04gp15zc.js";
|
|
11
11
|
// src/runtime-plugin-support.ts
|
|
12
12
|
ensureRuntimePluginSupport();
|
|
13
13
|
export {
|
package/runtime-plugin.js
CHANGED
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
createRuntimePlugin,
|
|
4
4
|
isCoreRuntimeModuleSpecifier,
|
|
5
5
|
runtimeModuleIdForSpecifier
|
|
6
|
-
} from "./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
6
|
+
} from "./index-q0cfnm5n.js";
|
|
7
|
+
import"./index-7a82km21.js";
|
|
8
|
+
import"./index-04gp15zc.js";
|
|
9
9
|
export {
|
|
10
10
|
runtimeModuleIdForSpecifier,
|
|
11
11
|
isCoreRuntimeModuleSpecifier,
|
package/testing.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|