@edadma/table 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. package/README.md +0 -2
  2. package/main.js +5 -5
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- # @edadma/table
2
-
3
1
  Text table rendering with multiple border styles, column alignment, ANSI formatting, and Markdown output.
4
2
 
5
3
  ## Installation
package/main.js CHANGED
@@ -1406,7 +1406,7 @@ $p.D = (function() {
1406
1406
  var x$16$2 = $m_Lio_github_edadma_table_NONE$();
1407
1407
  var $x_26 = (!((x$15$2 !== null) && (x$15$2 === x$16$2)));
1408
1408
  }
1409
- if (($x_26 || this.J)) {
1409
+ if ((($x_26 || this.J) || underlined)) {
1410
1410
  buf.be($m_sc_StringOps$().aE(" ", post));
1411
1411
  }
1412
1412
  if ((underlined && this.ct)) {
@@ -1419,7 +1419,7 @@ $p.D = (function() {
1419
1419
  var x$18$2 = $m_Lio_github_edadma_table_NONE$();
1420
1420
  var $x_27 = (!((x$17$2 !== null) && (x$17$2 === x$18$2)));
1421
1421
  }
1422
- if (($x_27 || this.J)) {
1422
+ if ((($x_27 || this.J) || underlined)) {
1423
1423
  buf.a5(32);
1424
1424
  }
1425
1425
  if ((i$3 === scala$collection$immutable$Range$$lastElement$3)) {
@@ -1829,12 +1829,12 @@ $p.style = (function(arg, arg$2) {
1829
1829
  $p.alignment = (function(arg, arg$2) {
1830
1830
  return this.gC((arg | 0), arg$2);
1831
1831
  });
1832
- $p.header = (function(arg) {
1833
- return this.hh(arg);
1834
- });
1835
1832
  $p.columnAlignment = (function(arg, arg$2) {
1836
1833
  return this.gI((arg | 0), arg$2);
1837
1834
  });
1835
+ $p.header = (function(arg) {
1836
+ return this.hh(arg);
1837
+ });
1838
1838
  $p.line = (function() {
1839
1839
  return this.hn();
1840
1840
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edadma/table",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Text table rendering with multiple border styles, alignment, and ANSI formatting",
5
5
  "type": "module",
6
6
  "exports": {