@univerjs-pro/collaboration 0.1.13 → 0.1.16

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 (89) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +4 -0
  4. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +5 -0
  5. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +5 -0
  6. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +4 -0
  7. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +4 -0
  8. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +4 -0
  9. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
  10. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +4 -0
  11. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +4 -0
  12. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +4 -0
  13. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +4 -0
  14. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +4 -0
  15. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +4 -0
  16. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
  17. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +4 -0
  18. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +4 -0
  19. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +5 -0
  20. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
  21. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
  22. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +4 -0
  23. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +4 -0
  24. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +4 -0
  25. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +4 -0
  26. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
  27. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +5 -0
  28. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +5 -0
  29. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +5 -0
  30. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +5 -0
  31. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +4 -0
  32. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +4 -0
  33. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +4 -0
  34. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +4 -0
  35. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
  36. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +4 -0
  37. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +4 -0
  38. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +4 -0
  39. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +4 -0
  40. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +4 -0
  41. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +4 -0
  42. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +5 -0
  43. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +4 -0
  44. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +4 -0
  45. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +5 -0
  46. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +4 -0
  47. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +4 -0
  48. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
  49. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +4 -0
  50. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +4 -0
  51. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +4 -0
  52. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +4 -0
  53. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +4 -0
  54. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +4 -0
  55. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +5 -0
  56. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +5 -0
  57. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -0
  58. package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +4 -0
  59. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +5 -0
  60. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +5 -0
  61. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +4 -0
  62. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +4 -0
  63. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
  64. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +4 -0
  65. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +4 -0
  66. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +4 -0
  67. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +4 -0
  68. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +4 -0
  69. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +4 -0
  70. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
  71. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +4 -0
  72. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +4 -0
  73. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +5 -0
  74. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
  75. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
  76. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +4 -0
  77. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +4 -0
  78. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +4 -0
  79. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +4 -0
  80. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
  81. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +5 -0
  82. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +5 -0
  83. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +4 -0
  84. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +4 -0
  85. package/lib/types/index.d.ts +1 -1
  86. package/lib/types/plugin.d.ts +1 -1
  87. package/lib/types/services/rev/rev.service.d.ts +2 -3
  88. package/lib/umd/index.js +1 -1
  89. package/package.json +37 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/collaboration",
3
- "version": "0.1.13",
3
+ "version": "0.1.16",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -43,33 +43,48 @@
43
43
  "lib"
44
44
  ],
45
45
  "peerDependencies": {
46
- "@wendellhu/redi": "0.15.2",
47
- "@univerjs/core": "0.1.13",
48
- "@univerjs/data-validation": "0.1.13",
49
- "@univerjs/docs": "0.1.13",
50
- "@univerjs/engine-formula": "0.1.13",
51
- "@univerjs/sheets": "0.1.13",
52
- "@univerjs/sheets-filter": "0.1.13",
53
- "@univerjs/thread-comment": "0.1.13",
54
- "@univerjs/sheets-conditional-formatting": "0.1.13"
46
+ "@wendellhu/redi": "0.15.4",
47
+ "@univerjs/core": "0.1.16",
48
+ "@univerjs/data-validation": "0.1.16",
49
+ "@univerjs/docs": "0.1.16",
50
+ "@univerjs/engine-formula": "0.1.16",
51
+ "@univerjs/sheets": "0.1.16",
52
+ "@univerjs/sheets-conditional-formatting": "0.1.16",
53
+ "@univerjs/sheets-filter": "0.1.16",
54
+ "@univerjs/sheets-hyper-link": "0.1.16",
55
+ "@univerjs/thread-comment": "0.1.16"
55
56
  },
56
57
  "dependencies": {
57
- "uuid": "^9.0.1",
58
- "@univerjs/protocol": "0.1.33-alpha.5"
58
+ "uuid": "^10.0.0",
59
+ "@univerjs/protocol": "0.1.38-alpha.6"
59
60
  },
60
61
  "devDependencies": {
61
- "@wendellhu/redi": "0.15.2",
62
+ "@wendellhu/redi": "0.15.4",
62
63
  "typescript": "^5.4.5",
63
- "vite": "^5.2.11",
64
+ "vite": "^5.3.1",
64
65
  "vitest": "^1.6.0",
65
- "@univerjs/engine-formula": "0.1.13",
66
- "@univerjs/engine-render": "0.1.13",
67
- "@univerjs/shared": "0.1.13",
68
- "@univerjs/sheets": "0.1.13",
69
- "@univerjs/thread-comment": "0.1.13",
70
- "@univerjs/core": "0.1.13",
71
- "@univerjs/data-validation": "0.1.13",
72
- "@univerjs/docs": "0.1.13"
66
+ "@univerjs/core": "0.1.16",
67
+ "@univerjs/data-validation": "0.1.16",
68
+ "@univerjs/docs": "0.1.16",
69
+ "@univerjs/engine-formula": "0.1.16",
70
+ "@univerjs/engine-render": "0.1.16",
71
+ "@univerjs/shared": "0.1.16",
72
+ "@univerjs/sheets": "0.1.16",
73
+ "@univerjs/sheets-hyper-link": "0.1.16",
74
+ "@univerjs/thread-comment": "0.1.16"
75
+ },
76
+ "univerSpace": {
77
+ ".": {
78
+ "import": "./lib/es/index.js",
79
+ "require": "./lib/cjs/index.js",
80
+ "types": "./lib/types/index.d.ts"
81
+ },
82
+ "./*": {
83
+ "import": "./lib/es/*",
84
+ "require": "./lib/cjs/*",
85
+ "types": "./lib/types/index.d.ts"
86
+ },
87
+ "./lib/*": "./lib/*"
73
88
  },
74
89
  "scripts": {
75
90
  "test": "vitest run",