@smart-factor/gem-ui-components 0.0.13 → 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'
|
|
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
|
@@ -58465,6 +58465,7 @@ const xU = S_, SU = U(Xt)`
|
|
|
58465
58465
|
tabIndex: u,
|
|
58466
58466
|
label: c.label,
|
|
58467
58467
|
icon: c.icon,
|
|
58468
|
+
disabled: c.disabled,
|
|
58468
58469
|
iconPosition: "end"
|
|
58469
58470
|
},
|
|
58470
58471
|
c.label
|
|
@@ -58938,8 +58939,7 @@ function u4(e) {
|
|
|
58938
58939
|
...e,
|
|
58939
58940
|
sortable: !1,
|
|
58940
58941
|
filterable: !1,
|
|
58941
|
-
resizable: !1
|
|
58942
|
-
disableColumnMenu: !0
|
|
58942
|
+
resizable: !1
|
|
58943
58943
|
};
|
|
58944
58944
|
}
|
|
58945
58945
|
function x5() {
|