@fileverse-dev/dsheet 2.0.36-rtc-8 → 2.0.36-shortcut

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 (43) 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 -15
  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 -2
  8. package/dist/editor/hooks/use-editor-sync.d.ts +6 -9
  9. package/dist/editor/types.d.ts +2 -2
  10. package/dist/editor/utils/after-update-cell.d.ts +0 -12
  11. package/dist/editor/utils/formula-ui-sync.d.ts +1 -3
  12. package/dist/{executeStringFunction-F9mb-SpN.js → executeStringFunction-6r6Tl4Z6.js} +4593 -4546
  13. package/dist/formula.js +1 -1
  14. package/dist/index-CYIKZDtd.js +40340 -0
  15. package/dist/index.d.ts +0 -2
  16. package/dist/index.es.js +35 -36
  17. package/dist/sheet-engine/core/api/cell.d.ts +0 -21
  18. package/dist/sheet-engine/core/events/shortcuts-v2.d.ts +7 -0
  19. package/dist/sheet-engine/core/index.d.ts +1 -1
  20. package/dist/sheet-engine/core/modules/filter.d.ts +0 -13
  21. package/dist/sheet-engine/core/modules/index.d.ts +1 -1
  22. package/dist/sheet-engine/core/modules/selection.d.ts +7 -0
  23. package/dist/sheet-engine/core/settings.d.ts +0 -3
  24. package/dist/sheet-engine/core/types.d.ts +0 -1
  25. package/dist/sheet-engine/react/components/Workbook/api.d.ts +0 -23
  26. package/dist/sheet-engine/react/components/Workbook/index.d.ts +0 -15
  27. package/dist/style.css +1 -1
  28. package/dist/{use-xlsx-import-impl-Cu-q8lC5.js → use-xlsx-import-impl-DczoKg4D.js} +2 -2
  29. package/dist/{xlsx-export-impl-CRw27cg1.js → xlsx-export-impl-BLKOiPKJ.js} +295 -293
  30. package/package.json +11 -14
  31. package/dist/editor/components/collab-status-chip.d.ts +0 -8
  32. package/dist/editor/hooks/use-collab-awareness.d.ts +0 -17
  33. package/dist/editor/utils/remote-apply-guard.d.ts +0 -19
  34. package/dist/index-CpskXdSI.js +0 -51878
  35. package/dist/sync-local/SyncManager.d.ts +0 -67
  36. package/dist/sync-local/collabStateMachine.d.ts +0 -23
  37. package/dist/sync-local/crypto/index.d.ts +0 -6
  38. package/dist/sync-local/index.d.ts +0 -3
  39. package/dist/sync-local/socketClient.d.ts +0 -68
  40. package/dist/sync-local/types/index.d.ts +0 -211
  41. package/dist/sync-local/useSyncManager.d.ts +0 -12
  42. package/dist/sync-local/utils/createAwarenessUpdateHandler.d.ts +0 -8
  43. package/dist/sync-local/utils/objectToFile.d.ts +0 -1
@@ -1,6 +1,6 @@
1
- import { g as Ue } from "./executeStringFunction-F9mb-SpN.js";
1
+ import { g as Ue } from "./executeStringFunction-6r6Tl4Z6.js";
2
2
  import * as qe from "yjs";
3
- import { m as Xe, y as Ze } from "./index-CpskXdSI.js";
3
+ import { m as Xe, y as Ze } from "./index-CYIKZDtd.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: {} };