console-gui-tools
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -22,3 +22,3 @@ /// <reference types="node" /> | ||
value: string | number; | ||
numeric: boolean; | ||
numeric?: boolean; | ||
visible?: boolean; | ||
@@ -25,0 +25,0 @@ } |
{ | ||
"name": "console-gui-tools", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"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.3) [New!](docs/Box.md) | ||
## Box (since 3.0.0) [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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1244514