console-gui-tools
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -345,2 +345,3 @@ import { BackgroundColorName, ForegroundColorName } from "chalk"; | ||
private orientation; | ||
private increment; | ||
interactive: boolean; | ||
@@ -412,2 +413,16 @@ text: string; | ||
/** | ||
* @description Get the increment value | ||
* | ||
* @returns {number} The increment value | ||
* @memberof Progress | ||
*/ | ||
getIncrement: () => number; | ||
/** | ||
* @description Sets the increment value | ||
* | ||
* @param {number} value The increment value | ||
* @memberof Progress | ||
*/ | ||
setIncrement: (value: number) => void; | ||
/** | ||
* @description Sets the value of the progress bar | ||
@@ -414,0 +429,0 @@ * |
{ | ||
"name": "console-gui-tools", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"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
1118675
3490