@malloydata/render 0.0.175 → 0.0.176-dev240821201658

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.
@@ -1,8 +1,8 @@
1
1
  import { Component } from 'solid-js';
2
- import { DataArray } from '@malloydata/malloy';
2
+ import { DataArrayOrRecord } from '@malloydata/malloy';
3
3
  import './table.css';
4
4
  declare const MalloyTable: Component<{
5
- data: DataArray;
5
+ data: DataArrayOrRecord;
6
6
  rowLimit?: number;
7
7
  pinnedHeader?: boolean;
8
8
  }>;
@@ -144374,7 +144374,7 @@ function a1(t) {
144374
144374
  break;
144375
144375
  }
144376
144376
  case "table": {
144377
- if (n.isArray())
144377
+ if (n.isArrayOrRecord())
144378
144378
  u = Pt(rlt, aD({
144379
144379
  data: n
144380
144380
  }, a));