@smart-factor/gem-ui-components 0.0.14 → 0.0.16

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.
@@ -2,5 +2,5 @@ import { GridColDef, GridValidRowModel } from '@mui/x-data-grid-pro';
2
2
 
3
3
  type ColumnParams<T extends GridValidRowModel> = GridColDef<T, string>;
4
4
  type StringColumn<T extends GridValidRowModel> = GridColDef<T, string, string>;
5
- export declare function getStaticColumn<T extends GridValidRowModel>(params: Omit<ColumnParams<T>, 'sortable' | 'filterable' | 'resizable' | 'disableColumnMenu'>): StringColumn<T>;
5
+ export declare function getStaticColumn<T extends GridValidRowModel>(params: Omit<ColumnParams<T>, 'sortable' | 'filterable' | 'resizable'>): StringColumn<T>;
6
6
  export {};
package/dist/main.js CHANGED
@@ -58939,8 +58939,7 @@ function u4(e) {
58939
58939
  ...e,
58940
58940
  sortable: !1,
58941
58941
  filterable: !1,
58942
- resizable: !1,
58943
- disableColumnMenu: !0
58942
+ resizable: !1
58944
58943
  };
58945
58944
  }
58946
58945
  function x5() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",