console-gui-tools
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -32,3 +32,3 @@ import { ForegroundColorName } from "chalk"; | ||
pageTitles?: string[]; | ||
pageRatio?: [number, number] | [[number, number]]; | ||
pageRatio?: [number, number] | [[number, number], [number, number]]; | ||
} | ||
@@ -35,0 +35,0 @@ /** |
{ | ||
"name": "console-gui-tools", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"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", |
@@ -448,3 +448,3 @@ # console-gui-tools | ||
## Box (since 3.0.0) [New!](docs/Box.md) | ||
## Box (since 3.0.3) [New!](docs/Box.md) | ||
The box is a control widget that allows you to create a box with a title and a content. The content is a InPageWidgetBuilder object, so you can add rows to it. It can have a title and can be boxed or not. It can be used to place some texts in a specific position of the screen, without using the layout. It also can be draggable. | ||
@@ -451,0 +451,0 @@ |
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
1244844