@fileverse-dev/dsheet 3.0.1-yjs-2 → 3.0.2-patch.1

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.
Files changed (27) hide show
  1. package/dist/{constants-Cdz6oSCq.js → constants-Q8nzbvQO.js} +5 -3
  2. package/dist/constants.js +1 -1
  3. package/dist/editor/components/editor-workbook-sync.d.ts +1 -1
  4. package/dist/editor/constants/shared-constants.d.ts +2 -0
  5. package/dist/{executeStringFunction-COcGVlOE.js → executeStringFunction-C5hEkx9z.js} +9318 -13673
  6. package/dist/formula.js +1 -1
  7. package/dist/{index-BBy6z-oo.js → index-Dql-IRPC.js} +24662 -21401
  8. package/dist/index.es.js +42 -42
  9. package/dist/sheet-engine/core/api/cell.d.ts +20 -0
  10. package/dist/sheet-engine/core/api/common.d.ts +1 -2
  11. package/dist/sheet-engine/core/api/index.d.ts +0 -1
  12. package/dist/sheet-engine/core/api/sheet.d.ts +0 -5
  13. package/dist/sheet-engine/core/modules/formula-worker-bridge.d.ts +0 -1
  14. package/dist/sheet-engine/core/settings.d.ts +1 -1
  15. package/dist/sheet-engine/core/types.d.ts +0 -3
  16. package/dist/sheet-engine/react/components/Workbook/api.d.ts +1 -8
  17. package/dist/sheet-engine/react/components/Workbook/index.d.ts +1 -5
  18. package/dist/{use-xlsx-import-impl-DWEFU2LX.js → use-xlsx-import-impl-BsL90Hs0.js} +477 -491
  19. package/dist/{xlsx-export-impl-BNythnz2.js → xlsx-export-impl-DfQuhamE.js} +1106 -1106
  20. package/package.json +7 -4
  21. package/dist/editor/utils/config-ydoc-update.d.ts +0 -20
  22. package/dist/sheet-engine/core/api/sheet-flowdata-lifecycle.d.ts +0 -17
  23. package/dist/sheet-engine/core/paste/paste-border-utils.d.ts +0 -23
  24. package/dist/sheet-engine/core/utils/border-config-utils.d.ts +0 -10
  25. package/dist/sheet-engine/core/utils/cell-persist-utils.d.ts +0 -8
  26. package/dist/sheet-engine/core/utils/range-format.d.ts +0 -43
  27. package/dist/sheet-engine/core/utils/ydoc-celldata-changes.d.ts +0 -40
@@ -1,11 +1,13 @@
1
- import { E as a, S as n } from "./crypto-constants-CqpCRs86.js";
2
- const E = a, d = n, f = [
1
+ import { E as n, S as a } from "./crypto-constants-CqpCRs86.js";
2
+ const E = n, d = a, f = [
3
3
  {
4
4
  id: "0",
5
5
  name: "Sheet1",
6
6
  celldata: [],
7
7
  config: {},
8
- order: 0
8
+ order: 0,
9
+ row: 500,
10
+ column: 26
9
11
  }
10
12
  ], m = [
11
13
  "undo",
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as R, c as _, E as C, S as a, p as s } from "./constants-Cdz6oSCq.js";
1
+ import { a as R, c as _, E as C, S as a, p as s } from "./constants-Q8nzbvQO.js";
2
2
  export {
3
3
  R as COLLAB_PRESENCE_COLORS,
4
4
  _ as ENS_PRESENCE_COLOR,
@@ -19,5 +19,5 @@ export declare const createAfterOrderChangesHandler: ({ sheetEditorRef, ydocRef,
19
19
  export declare const createAfterColorChangesHandler: ({ sheetEditorRef, ydocRef, dsheetId, handleOnChangePortalUpdate, }: SyncContext) => () => void;
20
20
  export declare const createAfterHideChangesHandler: ({ sheetEditorRef, ydocRef, dsheetId, handleOnChangePortalUpdate, }: SyncContext) => () => void;
21
21
  export declare const createAfterColRowChangesHandler: ({ sheetEditorRef, ydocRef, dsheetId, handleOnChangePortalUpdate, }: SyncContext) => () => void;
22
- export declare const updateAllCell: ({ sheetEditorRef, ydocRef, dsheetId, handleOnChangePortalUpdate, }: SyncContext, subSheetId: string, caller?: string) => void;
22
+ export declare const updateAllCell: ({ sheetEditorRef, ydocRef, dsheetId, handleOnChangePortalUpdate, }: SyncContext, subSheetId: string) => void;
23
23
  export {};
@@ -8,6 +8,8 @@ export declare const DEFAULT_SHEET_DATA: {
8
8
  celldata: never[];
9
9
  config: {};
10
10
  order: number;
11
+ row: number;
12
+ column: number;
11
13
  }[];
12
14
  export declare const TOOL_BAR_ITEMS: string[];
13
15
  export declare const CELL_CONTEXT_MENU_ITEMS: string[];