mig-schema-table 4.4.30 → 4.4.32

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.
@@ -0,0 +1,4 @@
1
+ export declare const useResizeObserver: (elementRef: HTMLDivElement | null) => {
2
+ width: number;
3
+ height: number;
4
+ };
@@ -1,6 +1,7 @@
1
1
  export declare const DEFAULT_DATE_FORMAT = "dd MMM yyyy";
2
2
  export declare const DEFAULT_DATE_TIME_FORMAT = "dd MMM yyyy HH:mm";
3
3
  export declare const MINIMUM_COLUMN_WIDTH = 25;
4
+ export declare const HEADER_ROW_HEIGHT = 50;
4
5
  export declare const RESIZER_WIDTH = 3;
5
6
  export declare enum ENumberColumnFilterOperation {
6
7
  "GT" = "GT",