pixel-react-excel-sheet 1.0.85 → 1.0.86
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/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.br +0 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -1
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +4 -6
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -4202,7 +4202,7 @@ interface TreeDetailsResult {
|
|
|
4202
4202
|
}
|
|
4203
4203
|
declare const getTreeDetails: (action: "above" | "below" | "expand" | "collapse" | "start" | "addAbove" | "addBelow" | "expandAll", oldData: TreeNodeProps[], newData: TreeNodeProps[], sourceId?: string) => TreeDetailsResult;
|
|
4204
4204
|
|
|
4205
|
-
declare const useBeforeUnload: (
|
|
4205
|
+
declare const useBeforeUnload: (beforeunload: boolean) => void;
|
|
4206
4206
|
|
|
4207
4207
|
declare const handleTreeNodeSect: (data: TreeNodeProps[], key: string | undefined, rootNode: TreeNodeProps | null, isChecked: boolean) => {
|
|
4208
4208
|
data: TreeNodeProps[];
|