ia-table 0.15.6 → 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 +5 -0
- package/dist/chat.js +1 -1
- package/dist/{chat.type-De8KF2r5.js → chat.type-BS4ghrYz.js} +978 -963
- package/dist/index.d.ts +5 -2
- package/dist/index.js +4468 -4380
- package/dist/pivot.d.ts +5 -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>;
|
|
@@ -551,6 +553,8 @@ declare interface SmartGridAPI extends SmartGridPaginationAPI, SmartGridApiExtra
|
|
|
551
553
|
updateSmartGridTableData: (wholeData: SmartGridRowData[]) => void;
|
|
552
554
|
downloadSmartGridExcel: (fileName?: string, visibleOnly?: boolean) => void;
|
|
553
555
|
downloadSmartGridCSV: (fileName?: string, visibleOnly?: boolean) => void;
|
|
556
|
+
showLoadingOverlay: () => void;
|
|
557
|
+
hideOverlay: () => void;
|
|
554
558
|
}
|
|
555
559
|
|
|
556
560
|
declare type SmartGridApiExtra = {
|
|
@@ -3141,6 +3145,7 @@ declare interface SmartGridStateContext {
|
|
|
3141
3145
|
treeData: boolean;
|
|
3142
3146
|
virtualizationConfig: SmartGridVirConfig;
|
|
3143
3147
|
disableCurrentPageRecords: boolean;
|
|
3148
|
+
showForceLoading: boolean;
|
|
3144
3149
|
[key: string]: unknown;
|
|
3145
3150
|
}
|
|
3146
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,
|