console-gui-tools
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -26,3 +26,3 @@ import { ForegroundColorName } from "chalk"; | ||
boxStyle?: "bold"; | ||
changeFocusKey: string; | ||
changeFocusKey?: string; | ||
direction?: "horizontal" | "vertical"; | ||
@@ -29,0 +29,0 @@ page1Title?: string; |
@@ -29,3 +29,3 @@ import { ForegroundColorName } from "chalk"; | ||
boxStyle?: "bold"; | ||
changeFocusKey: string; | ||
changeFocusKey?: string; | ||
type: "single" | "double" | "triple" | "quad"; | ||
@@ -32,0 +32,0 @@ direction?: "horizontal" | "vertical"; |
@@ -27,3 +27,3 @@ import { ForegroundColorName } from "chalk"; | ||
boxStyle?: "bold"; | ||
changeFocusKey: string; | ||
changeFocusKey?: string; | ||
page1Title?: string; | ||
@@ -30,0 +30,0 @@ page2Title?: string; |
{ | ||
"name": "console-gui-tools", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A simple library to draw option menu, text popup or other widgets and layout on a Node.js console.", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/ConsoleGui.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1279857