@affino/datagrid-vue-app 0.1.40 → 0.1.42

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.
@@ -920,6 +920,7 @@ declare const DataGridRuntimeComponent: import("vue").DefineComponent<{
920
920
  readonly clientRowModelOptions: DataGridAppClientRowModelOptions<unknown> | undefined;
921
921
  readonly rowHeightMode: "fixed" | "auto";
922
922
  readonly layoutMode: DataGridLayoutMode;
923
+ readonly baseRowHeight: number;
923
924
  readonly showRowIndex: boolean;
924
925
  readonly rowHover: boolean;
925
926
  readonly stripedRows: boolean;
@@ -934,7 +935,6 @@ declare const DataGridRuntimeComponent: import("vue").DefineComponent<{
934
935
  readonly virtualization: DataGridVirtualizationProp | undefined;
935
936
  readonly pagination: DataGridPaginationProp | undefined;
936
937
  readonly rowModel: DataGridRowModel<unknown> | undefined;
937
- readonly baseRowHeight: number;
938
938
  readonly aggregations: DataGridAggregationsProp | undefined;
939
939
  readonly sortModel: readonly DataGridSortState[] | undefined;
940
940
  readonly filterModel: DataGridFilterSnapshot | null | undefined;