@termuijs/widgets 0.1.2 → 0.1.3
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/README.md +5 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -87,6 +87,11 @@ list.setRenderItem((i) => newData[i].label)
|
|
|
87
87
|
- `markDirty()` — flags the widget for re-render on the next frame
|
|
88
88
|
- Focus ring rendering when focused
|
|
89
89
|
|
|
90
|
+
|
|
91
|
+
## Documentation
|
|
92
|
+
|
|
93
|
+
Full docs at [www.termui.io/docs/widgets/overview](https://www.termui.io/docs/widgets/overview).
|
|
94
|
+
|
|
90
95
|
## License
|
|
91
96
|
|
|
92
97
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@termuijs/widgets",
|
|
3
|
-
"
|
|
3
|
+
"homepage": "https://www.termui.io/docs/widgets/overview",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/Karanjot786/TermUI"
|
|
7
|
+
},
|
|
8
|
+
"version": "0.1.3",
|
|
4
9
|
"description": "Box, Text, Table, ProgressBar, Spinner, Gauge, VirtualList, and more for TermUI",
|
|
5
10
|
"type": "module",
|
|
6
11
|
"main": "./dist/index.cjs",
|
|
@@ -20,7 +25,7 @@
|
|
|
20
25
|
"access": "public"
|
|
21
26
|
},
|
|
22
27
|
"dependencies": {
|
|
23
|
-
"@termuijs/core": "0.1.
|
|
28
|
+
"@termuijs/core": "0.1.3"
|
|
24
29
|
},
|
|
25
30
|
"devDependencies": {
|
|
26
31
|
"typescript": "^5.7.0",
|