@smart-factor/gem-ui-components 0.0.65 → 0.0.67
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/SignEditor.js
CHANGED
|
@@ -17,7 +17,7 @@ var T_ = (o, e, t, n) => ({
|
|
|
17
17
|
import Gk, { jsx as Wt, jsxs as Fr, Fragment as Mb } from "react/jsx-runtime";
|
|
18
18
|
import * as vr from "react";
|
|
19
19
|
import { useCallback as pd, createContext as iQ, useContext as rQ, useState as kc, useEffect as uu, useMemo as Hm, useRef as aQ } from "react";
|
|
20
|
-
import {
|
|
20
|
+
import { ag as sQ, ai as lQ, G as Ix, aj as Mx, ak as A0, al as cQ, a6 as tN, B as Um, am as Rb, ae as eb, af as nN, v as uQ, aa as h2, ac as dQ, a0 as AQ, n as hQ, f as pQ, a7 as gQ } from "./theme-CYgOdWhL.js";
|
|
21
21
|
import { C as oN, r as Qk } from "./Drawer-d8461jqd.js";
|
|
22
22
|
import "react-dom";
|
|
23
23
|
import "@mui/x-data-grid-pro";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Dispatch, SetStateAction } from 'react';
|
|
2
1
|
import { GridApiPro, GridCallbackDetails, GridColDef, GridColumnPinningState, GridFilterModel, GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
3
2
|
|
|
4
3
|
interface SortState {
|
|
@@ -44,7 +43,7 @@ export interface TableWithPaginationProps<T extends GridValidRowModel> {
|
|
|
44
43
|
offset?: number;
|
|
45
44
|
pinnedColumns?: GridColumnPinningState;
|
|
46
45
|
paginationAndSortState: PaginationAndSortState;
|
|
47
|
-
setPaginationAndSortState:
|
|
46
|
+
setPaginationAndSortState: (paginationAndSortState: PaginationAndSortState) => void;
|
|
48
47
|
filterModel?: GridFilterModel;
|
|
49
48
|
onFilterModelChange?: (model: GridFilterModel, details: GridCallbackDetails<'filter'>) => void;
|
|
50
49
|
exportDataAsExcel?: (gridApiRef: React.MutableRefObject<GridApiPro>) => void;
|