@fileverse-dev/dsheet 0.0.8 → 0.0.10

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/package.json CHANGED
@@ -2,13 +2,12 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "0.0.8",
5
+ "version": "0.0.10",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": "./dist/index.es.js",
11
- "require": "./dist/index.cjs.js",
12
11
  "default": "./dist/index.es.js",
13
12
  "types": "./dist/index.d.ts"
14
13
  },
@@ -37,10 +36,10 @@
37
36
  ]
38
37
  },
39
38
  "dependencies": {
40
- "@fileverse-dev/dsheets-templates": "^0.0.2",
39
+ "@fileverse-dev/dsheets-templates": "^0.0.5",
41
40
  "@fileverse/ui": "^4.1.6-patch-2",
42
- "@fortune-sheet/core": "^0.19.10",
43
- "@fortune-sheet/react": "^0.19.10",
41
+ "@mritunjaygoutam12/core-mod": "^1.0.2-mri-2",
42
+ "@mritunjaygoutam12/react": "^1.0.2-mri-2",
44
43
  "classnames": "^2.5.1",
45
44
  "exceljs": "^4.4.0",
46
45
  "js-base64": "^3.7.7",
@@ -1,5 +0,0 @@
1
- import { MutableRefObject } from 'react';
2
-
3
- export declare const handleExportToCSV: (workbookRef: MutableRefObject<{
4
- getAllSheets: () => any[];
5
- } | null>, ydocRef: MutableRefObject<any>, dsheetId: string) => void;
@@ -1 +0,0 @@
1
- export declare const handleCSVUpload: (event: React.ChangeEvent<HTMLInputElement>, ydoc: any, setForceSheetRender: any, dsheetId: string, currentDataRef: any) => void;
@@ -1 +0,0 @@
1
- export declare const handleExportToJSON: (sheetEditorRef: any) => void;
@@ -1,5 +0,0 @@
1
- import { MutableRefObject } from 'react';
2
-
3
- export declare const handleExportToXLSX: (workbookRef: MutableRefObject<{
4
- getAllSheets: () => any[];
5
- } | null>, ydocRef: MutableRefObject<any>, dsheetId: string) => void;
@@ -1,9 +0,0 @@
1
- export declare const useXLSXImport: ({ sheetEditorRef, ydocRef, setForceSheetRender, dsheetId, currentDataRef }: {
2
- sheetEditorRef: React.RefObject<any>;
3
- ydocRef: React.RefObject<any>;
4
- setForceSheetRender: React.Dispatch<React.SetStateAction<number>>;
5
- dsheetId: string;
6
- currentDataRef: React.MutableRefObject<any>;
7
- }) => {
8
- handleXLSXUpload: (event: React.ChangeEvent<HTMLInputElement>) => Promise<void>;
9
- };
File without changes