@haloduck/ui 2.0.43 → 2.0.44

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.
@@ -3506,6 +3506,8 @@ class TableComponent {
3506
3506
  return this.getDateTime(value);
3507
3507
  case 'time':
3508
3508
  return this.getTime(value);
3509
+ case 'number':
3510
+ return this.getNumber(value);
3509
3511
  default:
3510
3512
  return of(value);
3511
3513
  }