@fileverse-dev/dsheet 4.1.1-edit-mode-16 → 4.1.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 (61) hide show
  1. package/README.md +7 -9
  2. package/dist/{constants-B3rfAvvz.js → constants-CRFfbkoQ.js} +22 -79
  3. package/dist/constants.d.ts +2 -2
  4. package/dist/constants.js +3 -3
  5. package/dist/editor/components/editor-workbook.d.ts +1 -5
  6. package/dist/editor/components/permission-chip.d.ts +1 -5
  7. package/dist/editor/contexts/editor-context.d.ts +2 -11
  8. package/dist/editor/dsheet-editor.d.ts +2 -3
  9. package/dist/editor/hooks/use-collab-awareness.d.ts +6 -3
  10. package/dist/editor/hooks/use-editor-data.d.ts +2 -2
  11. package/dist/editor/hooks/use-editor-sync.d.ts +2 -6
  12. package/dist/editor/types/comments.d.ts +11 -0
  13. package/dist/editor/types.d.ts +4 -30
  14. package/dist/editor/utils/apply-comment-markers.d.ts +3 -11
  15. package/dist/editor/utils/comment-anchors-ydoc.d.ts +32 -0
  16. package/dist/editor/utils/remap-comment-anchors.d.ts +26 -0
  17. package/dist/{executeStringFunction-CxsiamWG.js → executeStringFunction-BhS7NspU.js} +1152 -1107
  18. package/dist/formula.js +1 -1
  19. package/dist/{index-DQvYqAJz.js → index-CufCBExa.js} +23501 -23656
  20. package/dist/index.d.ts +3 -4
  21. package/dist/index.es.js +52 -55
  22. package/dist/persistence-utils-DsM_MOB1.js +89 -0
  23. package/dist/persistence-utils.d.ts +0 -6
  24. package/dist/persistence.js +1 -1
  25. package/dist/sheet-engine/core/index.d.ts +1 -1
  26. package/dist/sheet-engine/core/settings.d.ts +40 -0
  27. package/dist/sheet-engine/core/utils/comment-anchor-move.d.ts +17 -0
  28. package/dist/sheet-engine/react/components/Toolbar/index.d.ts +0 -1
  29. package/dist/sheet-engine/react/components/Workbook/index.d.ts +0 -1
  30. package/dist/style.css +1 -1
  31. package/dist/sync-local/SyncManager.d.ts +9 -54
  32. package/dist/sync-local/index.d.ts +1 -1
  33. package/dist/sync-local/socketClient.d.ts +8 -75
  34. package/dist/sync-local/types/index.d.ts +15 -111
  35. package/dist/sync-local/useSyncManager.d.ts +0 -4
  36. package/dist/sync-local/utils/objectToFile.d.ts +1 -0
  37. package/dist/{use-xlsx-import-impl-DjiPGIoS.js → use-xlsx-import-impl-BrpzMELW.js} +148 -148
  38. package/dist/{xlsx-defined-names-Dr4_psg0.js → xlsx-defined-names-DR03Ea-E.js} +2 -2
  39. package/dist/{xlsx-export-impl-D2YNoxJm.js → xlsx-export-impl-wJaTTBGt.js} +192 -188
  40. package/dist/{xlsx-hyperlink-inline-BkLFFNwP.js → xlsx-hyperlink-inline-53h_A_BI.js} +2 -2
  41. package/package.json +1 -1
  42. package/dist/editor/components/editor-workbook-controls.d.ts +0 -11
  43. package/dist/editor/components/permission-chip-model.d.ts +0 -34
  44. package/dist/editor/components/permission-chip.test.d.ts +0 -1
  45. package/dist/editor/hooks/collaboration-lifecycle.d.ts +0 -35
  46. package/dist/editor/hooks/collaboration-lifecycle.test.d.ts +0 -1
  47. package/dist/editor/utils/detach-workbook-data.d.ts +0 -8
  48. package/dist/editor/utils/detach-workbook-data.test.d.ts +0 -1
  49. package/dist/editor/utils/editor-handle.d.ts +0 -11
  50. package/dist/editor/utils/editor-handle.test.d.ts +0 -1
  51. package/dist/persistence-utils-BXFajzvq.js +0 -98
  52. package/dist/persistence-utils.test.d.ts +0 -1
  53. package/dist/sync-local/crypto/room-key.d.ts +0 -2
  54. package/dist/sync-local/crypto/room-key.test.d.ts +0 -1
  55. package/dist/sync-local/floor.d.ts +0 -8
  56. package/dist/sync-local/floor.test.d.ts +0 -1
  57. package/dist/sync-local/presence.d.ts +0 -13
  58. package/dist/sync-local/presence.test.d.ts +0 -1
  59. package/dist/sync-local/session-tools.d.ts +0 -31
  60. package/dist/sync-local/session-tools.test.d.ts +0 -1
  61. /package/dist/editor/{components/editor-workbook-controls.test.d.ts → utils/remap-comment-anchors.test.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
- import { i as w } from "./executeStringFunction-CxsiamWG.js";
2
- import { J as x } from "./xlsx-hyperlink-inline-BkLFFNwP.js";
1
+ import { i as w } from "./executeStringFunction-BhS7NspU.js";
2
+ import { J as x } from "./xlsx-hyperlink-inline-53h_A_BI.js";
3
3
  function g(o) {
4
4
  return o.startsWith("_xlnm.");
5
5
  }