@mcurros2/microm 1.1.299-0 → 1.1.301-0

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/dist/index.d.ts CHANGED
@@ -2406,6 +2406,7 @@ export interface DataGridProps extends UseEntityUIProps {
2406
2406
  showActionsToolbar?: boolean;
2407
2407
  enableImport?: boolean;
2408
2408
  gridHeight?: string | number | 'auto' | 'flex-grow';
2409
+ minGridHeight?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none';
2409
2410
  autoSelectFirstRow?: boolean;
2410
2411
  onSelectionChanged?: DataGridSelectionChangedCallback;
2411
2412
  doubleClickAction?: 'edit' | 'view' | 'none' | ((record: GridRecord) => void);
@@ -3651,6 +3652,7 @@ export function useMultiDataMapGrid({ dataMapView, viewState, selectionMode, map
3651
3652
  setInitialFiltersFromColumns: boolean;
3652
3653
  showToolbar: boolean;
3653
3654
  showActionsToolbar: boolean;
3655
+ minGridHeight: "xs" | "sm" | "md" | "lg" | "xl" | "none";
3654
3656
  showColumnsConfigMenu: boolean;
3655
3657
  };
3656
3658
  viewState: {