cilog-lib 1.12.25 → 1.12.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cilog-lib",
3
- "version": "1.12.25",
3
+ "version": "1.12.27",
4
4
  "peerDependencies": {
5
5
  "@types/node": "^20.11.19",
6
6
  "exceljs": "^4.4.0",
@@ -168,7 +168,7 @@ interface IColumn {
168
168
  nullable?: boolean;
169
169
  tooltip?: boolean;
170
170
  tooltipHeader?: boolean;
171
- width?: string;
171
+ width?: string | number;
172
172
  displayTotal?: boolean;
173
173
  methodTotal?: any;
174
174
  position?: Position;
@@ -360,7 +360,7 @@ declare class CilogTableComponent implements OnInit {
360
360
  nullable?: boolean;
361
361
  tooltip?: boolean;
362
362
  tooltipHeader?: boolean;
363
- width?: string;
363
+ width?: string | number;
364
364
  displayTotal?: boolean;
365
365
  methodTotal?: any;
366
366
  position?: cilog_lib.Position;
@@ -459,7 +459,7 @@ declare class CilogTreetableComponent {
459
459
  nullable?: boolean;
460
460
  tooltip?: boolean;
461
461
  tooltipHeader?: boolean;
462
- width?: string;
462
+ width?: string | number;
463
463
  displayTotal?: boolean;
464
464
  methodTotal?: any;
465
465
  position?: cilog_lib.Position;