@smart-factor/gem-ui-components 0.0.14 → 0.0.17
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
|
@@ -18617,7 +18617,7 @@ function z5({
|
|
|
18617
18617
|
}) {
|
|
18618
18618
|
return Mw.createPortal(
|
|
18619
18619
|
/* @__PURE__ */ le(yD, { offset: c, children: [
|
|
18620
|
-
/* @__PURE__ */ v(Vi, { onClick: s, children: "Anuluj" }),
|
|
18620
|
+
s && /* @__PURE__ */ v(Vi, { onClick: s, children: "Anuluj" }),
|
|
18621
18621
|
r && /* @__PURE__ */ v(
|
|
18622
18622
|
Vi,
|
|
18623
18623
|
{
|
|
@@ -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() {
|