ia-table 0.15.5 → 0.15.7
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 +6 -0
- package/dist/chat.js +1 -1
- package/dist/{chat.type-Cwk7LBad.js → chat.type-BS4ghrYz.js} +981 -964
- package/dist/index.d.ts +7 -4
- package/dist/index.js +7088 -6911
- package/dist/pivot.d.ts +6 -0
- package/package.json +1 -1
package/dist/chat.d.ts
CHANGED
|
@@ -104,6 +104,8 @@ declare const ACTION_TYPES: {
|
|
|
104
104
|
readonly SET_DATA_IS_TREE_DATA: "SET_DATA_IS_TREE_DATA";
|
|
105
105
|
readonly SET_VIRTUALIZATION_CONFIG: "SET_VIRTUALIZATION_CONFIG";
|
|
106
106
|
readonly SET_DISABLE_CURRENT_PAGE_RECORDS: "SET_DISABLE_CURRENT_PAGE_RECORDS";
|
|
107
|
+
readonly SET_FORCE_SHOW_LOADING: "SET_FORCE_SHOW_LOADING";
|
|
108
|
+
readonly UPDATE_ROW_DATA_WITH_REFRESH: "UPDATE_ROW_DATA_WITH_REFRESH";
|
|
107
109
|
};
|
|
108
110
|
|
|
109
111
|
export declare const CommentWrapper: React.FC<SmartGridCommentWrapperProps>;
|
|
@@ -480,6 +482,7 @@ declare interface SmartGridAPI extends SmartGridPaginationAPI, SmartGridApiExtra
|
|
|
480
482
|
logCacheSummary: () => void | null;
|
|
481
483
|
getCachedRowById: (id: string | number) => SmartGridRowData | null;
|
|
482
484
|
getRowNode: (key: string | number) => Partial<SmartGridRowNode> | null;
|
|
485
|
+
getRowNodeWithIndex: (rowIndex: number) => Partial<SmartGridRowNode> | null;
|
|
483
486
|
setVisibleRange: (startRow: number, endRow: number) => void;
|
|
484
487
|
refreshCache: (options?: SmartGridRefreshOptions) => boolean;
|
|
485
488
|
deselectAll: () => void;
|
|
@@ -550,6 +553,8 @@ declare interface SmartGridAPI extends SmartGridPaginationAPI, SmartGridApiExtra
|
|
|
550
553
|
updateSmartGridTableData: (wholeData: SmartGridRowData[]) => void;
|
|
551
554
|
downloadSmartGridExcel: (fileName?: string, visibleOnly?: boolean) => void;
|
|
552
555
|
downloadSmartGridCSV: (fileName?: string, visibleOnly?: boolean) => void;
|
|
556
|
+
showLoadingOverlay: () => void;
|
|
557
|
+
hideOverlay: () => void;
|
|
553
558
|
}
|
|
554
559
|
|
|
555
560
|
declare type SmartGridApiExtra = {
|
|
@@ -3140,6 +3145,7 @@ declare interface SmartGridStateContext {
|
|
|
3140
3145
|
treeData: boolean;
|
|
3141
3146
|
virtualizationConfig: SmartGridVirConfig;
|
|
3142
3147
|
disableCurrentPageRecords: boolean;
|
|
3148
|
+
showForceLoading: boolean;
|
|
3143
3149
|
[key: string]: unknown;
|
|
3144
3150
|
}
|
|
3145
3151
|
|
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, Q as c6, R as d6, U as u6, V as Nu, W as Au, M as ja, P as Bo, O as h6, a as Th, A as xs, u as p6 } from "./chat.type-
|
|
7
|
+
import { S as f6, Q as c6, R as d6, U as u6, V as Nu, W as Au, M as ja, P as Bo, O as h6, a as Th, A as xs, u as p6 } from "./chat.type-BS4ghrYz.js";
|
|
8
8
|
import ks from "moment";
|
|
9
9
|
const m6 = ({
|
|
10
10
|
open: t,
|