@fileverse-dev/dsheet 2.0.33-rtc-g → 2.0.34-smb

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 (36) hide show
  1. package/dist/{constants-yStXQJiK.js → constants-CnhOvijG.js} +14 -35
  2. package/dist/constants.d.ts +0 -4
  3. package/dist/constants.js +3 -6
  4. package/dist/editor/contexts/editor-context.d.ts +5 -13
  5. package/dist/editor/dsheet-editor.d.ts +1 -1
  6. package/dist/editor/hooks/use-editor-collaboration.d.ts +9 -0
  7. package/dist/editor/hooks/use-editor-data.d.ts +1 -1
  8. package/dist/editor/hooks/use-editor-sync.d.ts +6 -9
  9. package/dist/editor/types.d.ts +2 -2
  10. package/dist/{executeStringFunction-9cGLblM5.js → executeStringFunction-DmSriw-r.js} +222 -242
  11. package/dist/formula.js +1 -1
  12. package/dist/index-K5wvW66i.js +40192 -0
  13. package/dist/index.d.ts +0 -2
  14. package/dist/index.es.js +29 -30
  15. package/dist/sheet-engine/core/index.d.ts +1 -1
  16. package/dist/sheet-engine/core/modules/index.d.ts +1 -1
  17. package/dist/sheet-engine/core/settings.d.ts +1 -2
  18. package/dist/sheet-engine/core/types.d.ts +0 -1
  19. package/dist/sheet-engine/react/constants.d.ts +12 -2
  20. package/dist/sheet-engine/react/utils/convertCellsToCrypto.d.ts +1 -1
  21. package/dist/style.css +1 -1
  22. package/dist/{use-xlsx-import-impl-BknTr9B-.js → use-xlsx-import-impl-CVZz9FqM.js} +2 -2
  23. package/dist/{xlsx-export-impl-DVg8rluj.js → xlsx-export-impl-C7VFyndH.js} +295 -293
  24. package/package.json +10 -14
  25. package/dist/editor/components/collab-status-chip.d.ts +0 -8
  26. package/dist/editor/hooks/use-collab-awareness.d.ts +0 -17
  27. package/dist/index-DJ9rTJnP.js +0 -50816
  28. package/dist/sync-local/SyncManager.d.ts +0 -67
  29. package/dist/sync-local/collabStateMachine.d.ts +0 -23
  30. package/dist/sync-local/crypto/index.d.ts +0 -6
  31. package/dist/sync-local/index.d.ts +0 -3
  32. package/dist/sync-local/socketClient.d.ts +0 -68
  33. package/dist/sync-local/types/index.d.ts +0 -211
  34. package/dist/sync-local/useSyncManager.d.ts +0 -12
  35. package/dist/sync-local/utils/createAwarenessUpdateHandler.d.ts +0 -8
  36. package/dist/sync-local/utils/objectToFile.d.ts +0 -1
@@ -1,6 +1,6 @@
1
- import { g as Ue } from "./executeStringFunction-9cGLblM5.js";
1
+ import { g as Ue } from "./executeStringFunction-DmSriw-r.js";
2
2
  import * as qe from "yjs";
3
- import { m as Xe, y as Ze } from "./index-DJ9rTJnP.js";
3
+ import { m as Xe, y as Ze } from "./index-K5wvW66i.js";
4
4
  import { n as Je } from "./xlsx-hyperlink-inline-DzewAypN.js";
5
5
  import { toast as Be } from "@fileverse/ui";
6
6
  var We = { exports: {} };