@fileverse-dev/dsheet 3.0.1-yjs-1 → 3.0.2

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 (25) hide show
  1. package/dist/{constants-Cdz6oSCq.js → constants-Q8nzbvQO.js} +5 -3
  2. package/dist/constants.js +1 -1
  3. package/dist/editor/constants/shared-constants.d.ts +2 -0
  4. package/dist/{executeStringFunction-B2qjYgmE.js → executeStringFunction-C5hEkx9z.js} +9233 -13453
  5. package/dist/formula.js +1 -1
  6. package/dist/{index-C7kCuqoG.js → index-Dql-IRPC.js} +24580 -21253
  7. package/dist/index.es.js +42 -42
  8. package/dist/sheet-engine/core/api/cell.d.ts +20 -0
  9. package/dist/sheet-engine/core/api/common.d.ts +1 -2
  10. package/dist/sheet-engine/core/api/index.d.ts +0 -1
  11. package/dist/sheet-engine/core/api/sheet.d.ts +0 -5
  12. package/dist/sheet-engine/core/modules/formula-worker-bridge.d.ts +0 -1
  13. package/dist/sheet-engine/core/types.d.ts +0 -3
  14. package/dist/sheet-engine/react/components/Workbook/api.d.ts +1 -8
  15. package/dist/sheet-engine/react/components/Workbook/index.d.ts +1 -5
  16. package/dist/{use-xlsx-import-impl-BQsXcyKJ.js → use-xlsx-import-impl-BsL90Hs0.js} +477 -491
  17. package/dist/{xlsx-export-impl-BBux0CIG.js → xlsx-export-impl-DfQuhamE.js} +1106 -1106
  18. package/package.json +2 -2
  19. package/dist/editor/utils/config-ydoc-update.d.ts +0 -20
  20. package/dist/observability/publish-trace.d.ts +0 -26
  21. package/dist/sheet-engine/core/api/sheet-flowdata-lifecycle.d.ts +0 -15
  22. package/dist/sheet-engine/core/paste/paste-border-utils.d.ts +0 -23
  23. package/dist/sheet-engine/core/utils/border-config-utils.d.ts +0 -10
  24. package/dist/sheet-engine/core/utils/cell-persist-utils.d.ts +0 -8
  25. package/dist/sheet-engine/core/utils/range-format.d.ts +0 -43
@@ -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,
@@ -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[];