@fileverse-dev/dsheet 4.1.1-edit-mode-15 → 4.1.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 (58) hide show
  1. package/README.md +7 -9
  2. package/dist/editor/components/editor-workbook.d.ts +1 -5
  3. package/dist/editor/components/permission-chip.d.ts +1 -5
  4. package/dist/editor/contexts/editor-context.d.ts +2 -11
  5. package/dist/editor/dsheet-editor.d.ts +2 -3
  6. package/dist/editor/hooks/use-collab-awareness.d.ts +6 -3
  7. package/dist/editor/hooks/use-editor-data.d.ts +2 -2
  8. package/dist/editor/hooks/use-editor-sync.d.ts +2 -6
  9. package/dist/editor/types/comments.d.ts +11 -0
  10. package/dist/editor/types.d.ts +4 -30
  11. package/dist/editor/utils/apply-comment-markers.d.ts +3 -11
  12. package/dist/editor/utils/comment-anchors-ydoc.d.ts +32 -0
  13. package/dist/editor/utils/remap-comment-anchors.d.ts +26 -0
  14. package/dist/{executeStringFunction-CxsiamWG.js → executeStringFunction-BJ00H04h.js} +1144 -1101
  15. package/dist/formula.js +1 -1
  16. package/dist/{index-D_W1NZHN.js → index-CsYiH7pp.js} +23348 -23529
  17. package/dist/index.d.ts +3 -4
  18. package/dist/index.es.js +52 -55
  19. package/dist/persistence-utils-DsM_MOB1.js +89 -0
  20. package/dist/persistence-utils.d.ts +0 -6
  21. package/dist/persistence.js +1 -1
  22. package/dist/sheet-engine/core/index.d.ts +1 -1
  23. package/dist/sheet-engine/core/settings.d.ts +40 -0
  24. package/dist/sheet-engine/core/utils/comment-anchor-move.d.ts +17 -0
  25. package/dist/sheet-engine/react/components/Toolbar/index.d.ts +0 -1
  26. package/dist/sheet-engine/react/components/Workbook/index.d.ts +0 -1
  27. package/dist/style.css +1 -1
  28. package/dist/sync-local/SyncManager.d.ts +9 -54
  29. package/dist/sync-local/index.d.ts +1 -1
  30. package/dist/sync-local/socketClient.d.ts +8 -74
  31. package/dist/sync-local/types/index.d.ts +15 -111
  32. package/dist/sync-local/useSyncManager.d.ts +0 -4
  33. package/dist/sync-local/utils/objectToFile.d.ts +1 -0
  34. package/dist/{use-xlsx-import-impl-DfZxkUKs.js → use-xlsx-import-impl-OXKPbMbG.js} +148 -148
  35. package/dist/{xlsx-defined-names-Dk4NkT2h.js → xlsx-defined-names-Klp22jvp.js} +2 -2
  36. package/dist/{xlsx-export-impl-QxGHOZ3_.js → xlsx-export-impl-Y8hmWj_I.js} +4 -4
  37. package/dist/{xlsx-hyperlink-inline-qlVTYo8g.js → xlsx-hyperlink-inline-DNeesFv6.js} +2 -2
  38. package/package.json +2 -2
  39. package/dist/editor/components/editor-workbook-controls.d.ts +0 -11
  40. package/dist/editor/components/permission-chip-model.d.ts +0 -34
  41. package/dist/editor/components/permission-chip.test.d.ts +0 -1
  42. package/dist/editor/hooks/collaboration-lifecycle.d.ts +0 -35
  43. package/dist/editor/hooks/collaboration-lifecycle.test.d.ts +0 -1
  44. package/dist/editor/utils/detach-workbook-data.d.ts +0 -8
  45. package/dist/editor/utils/detach-workbook-data.test.d.ts +0 -1
  46. package/dist/editor/utils/editor-handle.d.ts +0 -11
  47. package/dist/editor/utils/editor-handle.test.d.ts +0 -1
  48. package/dist/persistence-utils-BXFajzvq.js +0 -98
  49. package/dist/persistence-utils.test.d.ts +0 -1
  50. package/dist/sync-local/crypto/room-key.d.ts +0 -2
  51. package/dist/sync-local/crypto/room-key.test.d.ts +0 -1
  52. package/dist/sync-local/floor.d.ts +0 -8
  53. package/dist/sync-local/floor.test.d.ts +0 -1
  54. package/dist/sync-local/presence.d.ts +0 -11
  55. package/dist/sync-local/presence.test.d.ts +0 -1
  56. package/dist/sync-local/session-tools.d.ts +0 -31
  57. package/dist/sync-local/session-tools.test.d.ts +0 -1
  58. /package/dist/editor/{components/editor-workbook-controls.test.d.ts → utils/remap-comment-anchors.test.d.ts} +0 -0
package/dist/formula.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { FLVURL as r } from "@fileverse-dev/formulajs";
2
- import { e as t, f } from "./executeStringFunction-CxsiamWG.js";
2
+ import { e as t, f } from "./executeStringFunction-BJ00H04h.js";
3
3
  export {
4
4
  r as FLVURL,
5
5
  t as executeStringFunction,