ia-table 0.15.2 → 0.15.3
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/chat.d.ts +4 -0
- package/dist/chat.js +1 -1
- package/dist/{chat.type-DlHf-J-u.js → chat.type-D1TR5GvR.js} +810 -776
- package/dist/index.d.ts +7 -0
- package/dist/index.js +6733 -6699
- package/dist/pivot.d.ts +4 -0
- package/package.json +1 -1
package/dist/chat.d.ts
CHANGED
|
@@ -901,6 +901,7 @@ declare interface SmartGridCallbackRefCurrent {
|
|
|
901
901
|
onSortChange?: ((sortModel: SmartGridSortModel) => void) | null;
|
|
902
902
|
onFilterChange?: ((filterModel: SmartGridFilterModel) => void) | null;
|
|
903
903
|
onSearch?: ((searchTerm: SmartGridSearchFunctionParams) => void) | null;
|
|
904
|
+
onContentDensityChange?: ((contentDensity: SmartGridRowHeightType) => void) | null;
|
|
904
905
|
}
|
|
905
906
|
|
|
906
907
|
declare type SmartGridCellRenderer = {
|
|
@@ -2816,8 +2817,11 @@ declare type SmartGridRowGroupStatePagination = {
|
|
|
2816
2817
|
error?: boolean;
|
|
2817
2818
|
};
|
|
2818
2819
|
|
|
2820
|
+
declare type SmartGridRowHeightType = "default" | "compact" | "comfortable";
|
|
2821
|
+
|
|
2819
2822
|
declare type SmartGridRowInfo = {
|
|
2820
2823
|
isFirst: boolean;
|
|
2824
|
+
isLast: boolean;
|
|
2821
2825
|
span: number;
|
|
2822
2826
|
rowIds?: (string | number)[];
|
|
2823
2827
|
};
|
package/dist/chat.js
CHANGED
|
@@ -4,7 +4,7 @@ import * as _ from "react";
|
|
|
4
4
|
import le, { useRef as Ne, useCallback as De, useEffect as ue, createContext as Ro, createElement as ie, memo as vr, useState as R, createRef as vi, useContext as kn, Fragment as _c, useMemo as An, Suspense as i6, useLayoutEffect as $c, Component as a6, useDebugValue as vh, forwardRef as Ll, version as Tu, useImperativeHandle as ed } from "react";
|
|
5
5
|
import { B as Pe, T as Lh, R as hs, C as fo, c as r6, Q as an, P as xh, M as o6, I as co, b as s6 } from "./RadioGroup-D3RQET6P.js";
|
|
6
6
|
import kh, { createPortal as Sh, flushSync as l6 } from "react-dom";
|
|
7
|
-
import { S as f6, I as c6, J as d6, K as u6, L as Nu, N as Au, M as ja, P as Bo, H as h6, a as Th, A as xs, u as p6 } from "./chat.type-
|
|
7
|
+
import { S as f6, I as c6, J as d6, K as u6, L as Nu, N as Au, M as ja, P as Bo, H as h6, a as Th, A as xs, u as p6 } from "./chat.type-D1TR5GvR.js";
|
|
8
8
|
import ks from "moment";
|
|
9
9
|
const m6 = ({
|
|
10
10
|
open: t,
|