@fileverse-dev/dsheet 4.1.1-edit-mode-16 → 4.1.2-overhaul-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 (63) hide show
  1. package/README.md +7 -9
  2. package/dist/{constants-B3rfAvvz.js → constants-5ZxHFftQ.js} +22 -79
  3. package/dist/constants.d.ts +2 -2
  4. package/dist/constants.js +3 -3
  5. package/dist/crypto-constants-CY-Whjwy.js +333 -0
  6. package/dist/editor/components/editor-workbook.d.ts +1 -5
  7. package/dist/editor/components/permission-chip.d.ts +1 -5
  8. package/dist/editor/contexts/editor-context.d.ts +2 -11
  9. package/dist/editor/dsheet-editor.d.ts +2 -3
  10. package/dist/editor/hooks/use-collab-awareness.d.ts +6 -3
  11. package/dist/editor/hooks/use-editor-data.d.ts +2 -2
  12. package/dist/editor/hooks/use-editor-sync.d.ts +2 -6
  13. package/dist/editor/types/comments.d.ts +11 -0
  14. package/dist/editor/types.d.ts +4 -30
  15. package/dist/editor/utils/apply-comment-markers.d.ts +3 -11
  16. package/dist/editor/utils/comment-anchors-ydoc.d.ts +32 -0
  17. package/dist/editor/utils/remap-comment-anchors.d.ts +26 -0
  18. package/dist/{executeStringFunction-CxsiamWG.js → executeStringFunction-adhsb5GH.js} +1152 -1107
  19. package/dist/formula.js +1 -1
  20. package/dist/{index-DQvYqAJz.js → index-DC_Tcoo4.js} +27654 -28038
  21. package/dist/index.d.ts +3 -4
  22. package/dist/index.es.js +52 -55
  23. package/dist/persistence-utils-DsM_MOB1.js +89 -0
  24. package/dist/persistence-utils.d.ts +0 -6
  25. package/dist/persistence.js +1 -1
  26. package/dist/sheet-engine/core/index.d.ts +1 -1
  27. package/dist/sheet-engine/core/settings.d.ts +40 -0
  28. package/dist/sheet-engine/core/utils/comment-anchor-move.d.ts +17 -0
  29. package/dist/sheet-engine/react/components/Toolbar/index.d.ts +0 -1
  30. package/dist/sheet-engine/react/components/Workbook/index.d.ts +0 -1
  31. package/dist/style.css +1 -1
  32. package/dist/sync-local/SyncManager.d.ts +9 -54
  33. package/dist/sync-local/index.d.ts +1 -1
  34. package/dist/sync-local/socketClient.d.ts +8 -75
  35. package/dist/sync-local/types/index.d.ts +15 -111
  36. package/dist/sync-local/useSyncManager.d.ts +0 -4
  37. package/dist/sync-local/utils/objectToFile.d.ts +1 -0
  38. package/dist/{use-xlsx-import-impl-DjiPGIoS.js → use-xlsx-import-impl-CcET8OCA.js} +148 -148
  39. package/dist/{xlsx-defined-names-Dr4_psg0.js → xlsx-defined-names-u1Jyf-M6.js} +2 -2
  40. package/dist/{xlsx-export-impl-D2YNoxJm.js → xlsx-export-impl-BjQj4U0N.js} +192 -188
  41. package/dist/{xlsx-hyperlink-inline-BkLFFNwP.js → xlsx-hyperlink-inline-D2-WOlOD.js} +2 -2
  42. package/package.json +2 -2
  43. package/dist/crypto-constants-ZTlAYRUf.js +0 -1165
  44. package/dist/editor/components/editor-workbook-controls.d.ts +0 -11
  45. package/dist/editor/components/permission-chip-model.d.ts +0 -34
  46. package/dist/editor/components/permission-chip.test.d.ts +0 -1
  47. package/dist/editor/hooks/collaboration-lifecycle.d.ts +0 -35
  48. package/dist/editor/hooks/collaboration-lifecycle.test.d.ts +0 -1
  49. package/dist/editor/utils/detach-workbook-data.d.ts +0 -8
  50. package/dist/editor/utils/detach-workbook-data.test.d.ts +0 -1
  51. package/dist/editor/utils/editor-handle.d.ts +0 -11
  52. package/dist/editor/utils/editor-handle.test.d.ts +0 -1
  53. package/dist/persistence-utils-BXFajzvq.js +0 -98
  54. package/dist/persistence-utils.test.d.ts +0 -1
  55. package/dist/sync-local/crypto/room-key.d.ts +0 -2
  56. package/dist/sync-local/crypto/room-key.test.d.ts +0 -1
  57. package/dist/sync-local/floor.d.ts +0 -8
  58. package/dist/sync-local/floor.test.d.ts +0 -1
  59. package/dist/sync-local/presence.d.ts +0 -13
  60. package/dist/sync-local/presence.test.d.ts +0 -1
  61. package/dist/sync-local/session-tools.d.ts +0 -31
  62. package/dist/sync-local/session-tools.test.d.ts +0 -1
  63. /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 { g as Rt, c as yt } from "./executeStringFunction-CxsiamWG.js";
2
- import { c as wt } from "./index-DQvYqAJz.js";
1
+ import { g as Rt, c as yt } from "./executeStringFunction-adhsb5GH.js";
2
+ import { c as wt } from "./index-DC_Tcoo4.js";
3
3
  function jt(J, nt) {
4
4
  const g = J.getImages();
5
5
  if (!g.length) return [];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "4.1.1-edit-mode-16",
5
+ "version": "4.1.2-overhaul-1",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@fileverse-dev/dsheets-templates": "^0.0.31",
62
- "@fileverse-dev/formulajs": "4.4.54",
62
+ "@fileverse-dev/formulajs": "4.4.55",
63
63
  "@fileverse/crypto": "^0.0.22",
64
64
  "@fileverse/ens": "^0.0.4",
65
65
  "@fileverse/ui": "^5.1.9",