@univerjs/sheets 0.2.4-alpha.0 → 0.2.4

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 (46) hide show
  1. package/lib/cjs/index.js +3 -3
  2. package/lib/es/index.js +109 -108
  3. package/lib/types/commands/commands/__tests__/create-command-test-bed.d.ts +2 -1
  4. package/lib/types/commands/commands/move-range.command.d.ts +2 -1
  5. package/lib/types/commands/mutations/__tests__/create-command-test-bed.d.ts +2 -1
  6. package/lib/types/commands/mutations/add-worksheet-merge.mutation.d.ts +2 -1
  7. package/lib/types/commands/mutations/delete-range-protection.mutation.d.ts +2 -1
  8. package/lib/types/commands/mutations/insert-row-col.mutation.d.ts +2 -1
  9. package/lib/types/commands/mutations/insert-sheet.mutation.d.ts +2 -1
  10. package/lib/types/commands/mutations/move-rows-cols.mutation.d.ts +2 -1
  11. package/lib/types/commands/mutations/numfmt-mutation.d.ts +2 -1
  12. package/lib/types/commands/mutations/remove-row-col.mutation.d.ts +2 -1
  13. package/lib/types/commands/mutations/remove-sheet.mutation.d.ts +2 -1
  14. package/lib/types/commands/mutations/remove-worksheet-merge.mutation.d.ts +2 -1
  15. package/lib/types/commands/mutations/set-col-visible.mutation.d.ts +2 -1
  16. package/lib/types/commands/mutations/set-frozen.mutation.d.ts +2 -1
  17. package/lib/types/commands/mutations/set-hide-gridlines.mutatiom.d.ts +2 -1
  18. package/lib/types/commands/mutations/set-range-protection.mutation.d.ts +2 -1
  19. package/lib/types/commands/mutations/set-range-values.mutation.d.ts +2 -1
  20. package/lib/types/commands/mutations/set-row-visible.mutation.d.ts +2 -1
  21. package/lib/types/commands/mutations/set-tab-color.mutation.d.ts +2 -1
  22. package/lib/types/commands/mutations/set-worksheet-col-width.mutation.d.ts +2 -1
  23. package/lib/types/commands/mutations/set-worksheet-hide.mutation.d.ts +2 -1
  24. package/lib/types/commands/mutations/set-worksheet-name.mutation.d.ts +2 -1
  25. package/lib/types/commands/mutations/set-worksheet-order.mutation.d.ts +2 -1
  26. package/lib/types/commands/mutations/set-worksheet-right-to-left.mutation.d.ts +2 -1
  27. package/lib/types/commands/mutations/set-worksheet-row-height.mutation.d.ts +2 -1
  28. package/lib/types/commands/utils/handle-merge-operation.d.ts +2 -1
  29. package/lib/types/commands/utils/handle-range-mutation.d.ts +2 -1
  30. package/lib/types/commands/utils/selection-command-util.d.ts +1 -1
  31. package/lib/types/controllers/__tests__/util.d.ts +8 -7
  32. package/lib/types/controllers/basic-worksheet.controller.d.ts +2 -1
  33. package/lib/types/controllers/merge-cell.controller.d.ts +2 -1
  34. package/lib/types/services/__tests__/util.d.ts +8 -7
  35. package/lib/types/services/border-style-manager.service.d.ts +2 -1
  36. package/lib/types/services/numfmt/type.d.ts +1 -1
  37. package/lib/types/services/permission/worksheet-permission/worksheet-permission.service.d.ts +2 -1
  38. package/lib/types/services/ref-range/__tests__/__testing__.d.ts +8 -7
  39. package/lib/types/services/ref-range/__tests__/ref-range.service.spec.d.ts +6 -6
  40. package/lib/types/services/ref-range/ref-range.service.d.ts +2 -1
  41. package/lib/types/services/selections/ref-selections.service.d.ts +1 -1
  42. package/lib/types/services/sheet-interceptor/__tests__/create-core-test-bed.d.ts +8 -7
  43. package/lib/types/services/sheet-interceptor/sheet-interceptor.service.d.ts +2 -1
  44. package/lib/types/sheets-plugin.d.ts +2 -1
  45. package/lib/umd/index.js +3 -3
  46. package/package.json +12 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets",
3
- "version": "0.2.4-alpha.0",
3
+ "version": "0.2.4",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal base-sheets",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -47,25 +47,27 @@
47
47
  "lib"
48
48
  ],
49
49
  "peerDependencies": {
50
+ "@wendellhu/redi": "0.16.0",
50
51
  "rxjs": ">=7.0.0",
51
- "@univerjs/engine-numfmt": "0.2.4-alpha.0",
52
- "@univerjs/rpc": "0.2.4-alpha.0",
53
- "@univerjs/engine-formula": "0.2.4-alpha.0",
54
- "@univerjs/core": "0.2.4-alpha.0"
52
+ "@univerjs/core": "0.2.4",
53
+ "@univerjs/engine-numfmt": "0.2.4",
54
+ "@univerjs/engine-formula": "0.2.4",
55
+ "@univerjs/rpc": "0.2.4"
55
56
  },
56
57
  "dependencies": {
57
58
  "@univerjs/protocol": "0.1.38-alpha.23"
58
59
  },
59
60
  "devDependencies": {
61
+ "@wendellhu/redi": "0.16.0",
60
62
  "rxjs": "^7.8.1",
61
63
  "typescript": "^5.5.3",
62
64
  "vite": "^5.3.4",
63
65
  "vitest": "^2.0.3",
64
- "@univerjs/engine-formula": "0.2.4-alpha.0",
65
- "@univerjs/engine-numfmt": "0.2.4-alpha.0",
66
- "@univerjs/rpc": "0.2.4-alpha.0",
67
- "@univerjs/core": "0.2.4-alpha.0",
68
- "@univerjs/shared": "0.2.4-alpha.0"
66
+ "@univerjs/core": "0.2.4",
67
+ "@univerjs/engine-formula": "0.2.4",
68
+ "@univerjs/engine-numfmt": "0.2.4",
69
+ "@univerjs/rpc": "0.2.4",
70
+ "@univerjs/shared": "0.2.4"
69
71
  },
70
72
  "univerSpace": {
71
73
  ".": {