@univerjs-pro/collaboration 0.4.2 → 0.5.0-alpha.0

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 (442) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/index.d.ts +716 -17
  4. package/lib/umd/index.js +1 -1
  5. package/package.json +24 -24
  6. package/lib/types/command/create-unit.mutation.d.ts +0 -8
  7. package/lib/types/command/revert-revision.mutation.d.ts +0 -6
  8. package/lib/types/controllers/config.schema.d.ts +0 -5
  9. package/lib/types/controllers/doc-transform/algorithms/doc-algo.d.ts +0 -4
  10. package/lib/types/controllers/doc-transform/doc-transform.controller.d.ts +0 -9
  11. package/lib/types/controllers/rev/rev.controller.d.ts +0 -8
  12. package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +0 -17
  13. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/add-comment.algo.spec.d.ts +0 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/util.d.ts +0 -13
  15. package/lib/types/controllers/sheet-transform/algorithms/add-comment/add-comment.algo.d.ts +0 -3
  16. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/__test__/add-conditional-rule.algo.spec.d.ts +0 -1
  17. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/add-conditional-formatting-rule.algo.d.ts +0 -3
  18. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
  19. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
  20. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/util.d.ts +0 -13
  21. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +0 -16
  22. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/update-data-validation.algo.d.ts +0 -3
  23. package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +0 -3
  24. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +0 -4
  25. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +0 -4
  26. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +0 -3
  27. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +0 -3
  28. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +0 -3
  29. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
  30. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +0 -3
  31. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +0 -3
  32. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +0 -3
  33. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +0 -3
  34. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +0 -3
  35. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +0 -3
  36. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +0 -4
  37. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +0 -3
  38. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +0 -3
  39. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +0 -3
  40. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +0 -3
  41. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
  42. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +0 -3
  43. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +0 -3
  44. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +0 -3
  45. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +0 -3
  46. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +0 -3
  47. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +0 -4
  48. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +0 -4
  49. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  50. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-col.algo.spec.d.ts +0 -1
  51. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-row.algo.spec.d.ts +0 -1
  52. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-col.algo.spec.d.ts +0 -1
  53. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-row.algo.spec.d.ts +0 -1
  54. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-col.algo.spec.d.ts +0 -1
  55. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-row.algo.spec.d.ts +0 -1
  56. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  57. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/set-range-values.algo.spec.d.ts +0 -1
  58. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -3
  59. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +0 -5
  60. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +0 -5
  61. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +0 -3
  62. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +0 -3
  63. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +0 -3
  64. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +0 -3
  65. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +0 -3
  66. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +0 -3
  67. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +0 -3
  68. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts +0 -3
  69. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/utils/merge-tools.d.ts +0 -2
  70. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +0 -4
  71. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +0 -4
  72. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +0 -3
  73. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +0 -3
  74. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +0 -3
  75. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +0 -3
  76. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
  77. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +0 -3
  78. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +0 -3
  79. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +0 -3
  80. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +0 -3
  81. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +0 -3
  82. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +0 -3
  83. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +0 -4
  84. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +0 -3
  85. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +0 -3
  86. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +0 -3
  87. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +0 -3
  88. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +0 -3
  89. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
  90. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +0 -3
  91. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +0 -3
  92. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +0 -3
  93. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +0 -3
  94. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +0 -3
  95. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +0 -3
  96. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +0 -4
  97. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +0 -4
  98. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/add-comment.algo.d.ts +0 -3
  99. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/delete-comment.algo.d.ts +0 -3
  100. package/lib/types/controllers/sheet-transform/algorithms/delete-conditional-formatting-rule/delete-conditional-formatting-rule.algo.d.ts +0 -3
  101. package/lib/types/controllers/sheet-transform/algorithms/gridlines/__tests__/gridlines.algo.spec.d.ts +0 -1
  102. package/lib/types/controllers/sheet-transform/algorithms/gridlines/gridlines.algo.d.ts +0 -4
  103. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  104. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/insert-col.algo.spec.d.ts +0 -1
  105. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-col.algo.spec.d.ts +0 -1
  106. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-range.algo.spec.d.ts +0 -1
  107. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-col.algo.spec.d.ts +0 -1
  108. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  109. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  110. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
  111. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
  112. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
  113. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  114. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
  115. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  116. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  117. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  118. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-comment.algo.d.ts +0 -18
  119. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-data-validation.algo.d.ts +0 -4
  120. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-worksheet-merge.algo.d.ts +0 -3
  121. package/lib/types/controllers/sheet-transform/algorithms/insert-col/insert-col.algo.d.ts +0 -3
  122. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-col.algo.d.ts +0 -3
  123. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-range.algo.d.ts +0 -3
  124. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-col.algo.d.ts +0 -3
  125. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-numfmt.algo.d.ts +0 -3
  126. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-worksheet-merge.algo.d.ts +0 -3
  127. package/lib/types/controllers/sheet-transform/algorithms/insert-col/reorder-range.algo.d.ts +0 -3
  128. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-data.algo.d.ts +0 -3
  129. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-hidden.algo.d.ts +0 -3
  130. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-visible.algo.d.ts +0 -3
  131. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-numfmt.algo.d.ts +0 -3
  132. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-range-values.algo.d.ts +0 -3
  133. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-selection.algo.d.ts +0 -7
  134. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-criteria.algo.d.ts +0 -4
  135. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-range.algo.d.ts +0 -4
  136. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-worksheet-col-width.algo.d.ts +0 -3
  137. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +0 -19
  138. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-data-validation.algo.d.ts +0 -4
  139. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  140. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/insert-row.algo.spec.d.ts +0 -1
  141. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-range.algo.spec.d.ts +0 -1
  142. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-row.algo.spec.d.ts +0 -1
  143. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  144. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-row.algo.spec.d.ts +0 -1
  145. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  146. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/reorder-range.algo.spec.d.ts +0 -1
  147. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
  148. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-range-values.algo.spec.d.ts +0 -1
  149. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-data.algo.spec.d.ts +0 -1
  150. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
  151. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
  152. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  153. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  154. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  155. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  156. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-comment.algo.d.ts +0 -4
  157. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-data-validation.algo.d.ts +0 -4
  158. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-worksheet-merge.algo.d.ts +0 -3
  159. package/lib/types/controllers/sheet-transform/algorithms/insert-row/insert-row.algo.d.ts +0 -3
  160. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-range.algo.d.ts +0 -3
  161. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-row.algo.d.ts +0 -3
  162. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-numfmt.algo.d.ts +0 -3
  163. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-row.algo.d.ts +0 -3
  164. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-worksheet-merge.algo.d.ts +0 -3
  165. package/lib/types/controllers/sheet-transform/algorithms/insert-row/reorder-range.algo.d.ts +0 -3
  166. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-numfmt.algo.d.ts +0 -3
  167. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-range-values.algo.d.ts +0 -3
  168. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-data.algo.d.ts +0 -3
  169. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-hidden.algo.d.ts +0 -3
  170. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-visible.algo.d.ts +0 -3
  171. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-selection.algo.d.ts +0 -7
  172. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-sheets-filter-range.algo.d.ts +0 -4
  173. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
  174. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-height.algo.d.ts +0 -3
  175. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  176. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-comment-ref.algo.d.ts +0 -4
  177. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-data-validation.algo.d.ts +0 -4
  178. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  179. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-col.algo.spec.d.ts +0 -1
  180. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-range.algo.spec.d.ts +0 -1
  181. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  182. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  183. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-custom.algo.spec.d.ts +0 -1
  184. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-hidden.algo.spec.d.ts +0 -1
  185. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-visible.algo.spec.d.ts +0 -1
  186. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-numfmt.algo.spec.d.ts +0 -1
  187. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-range-values.algo.spec.d.ts +0 -1
  188. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  189. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  190. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  191. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +0 -4
  192. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +0 -6
  193. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-worksheet-merge.algo.d.ts +0 -3
  194. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-col.algo.d.ts +0 -3
  195. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-range.algo.d.ts +0 -3
  196. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-numfmt.algo.d.ts +0 -3
  197. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-worksheet-merge.algo.d.ts +0 -3
  198. package/lib/types/controllers/sheet-transform/algorithms/move-col/reorder-range.algo.d.ts +0 -3
  199. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-data.algo.d.ts +0 -3
  200. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-hidden.algo.d.ts +0 -3
  201. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-visible.algo.d.ts +0 -3
  202. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-numfmt.algo.d.ts +0 -3
  203. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-range-values.algo.d.ts +0 -3
  204. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-selection.algo.d.ts +0 -7
  205. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-criteria.algo.d.ts +0 -4
  206. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-range.algo.d.ts +0 -4
  207. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-worksheet-col-width.algo.d.ts +0 -3
  208. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-comment-ref.algo.d.ts +0 -4
  209. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +0 -9
  210. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/__test__/move-conditional-formatting-rule.algo.algo.spec.d.ts +0 -1
  211. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/move-conditional-formatting-rule.algo.d.ts +0 -3
  212. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-comment.algo.d.ts +0 -4
  213. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-data-validation.algo.d.ts +0 -4
  214. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-worksheet-merge.algo.d.ts +0 -3
  215. package/lib/types/controllers/sheet-transform/algorithms/move-range/move-range.algo.d.ts +0 -3
  216. package/lib/types/controllers/sheet-transform/algorithms/move-range/remove-numfmt.algo.d.ts +0 -3
  217. package/lib/types/controllers/sheet-transform/algorithms/move-range/reorder-range.algo.d.ts +0 -3
  218. package/lib/types/controllers/sheet-transform/algorithms/move-range/set-numfmt.algo.d.ts +0 -3
  219. package/lib/types/controllers/sheet-transform/algorithms/move-range/update-comment-ref.algo.d.ts +0 -4
  220. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  221. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-range.algo.spec.d.ts +0 -1
  222. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-row.algo.spec.d.ts +0 -1
  223. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  224. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  225. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/reorder-range.algo.spec.d.ts +0 -1
  226. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
  227. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-range-values.algo.spec.d.ts +0 -1
  228. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-data.algo.spec.d.ts +0 -1
  229. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
  230. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
  231. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  232. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  233. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  234. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  235. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-comment.algo.d.ts +0 -4
  236. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +0 -4
  237. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-worksheet-merge.algo.d.ts +0 -3
  238. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-range.algo.d.ts +0 -3
  239. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-row.algo.d.ts +0 -3
  240. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-numfmt.algo.d.ts +0 -3
  241. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-worksheet-merge.algo.d.ts +0 -3
  242. package/lib/types/controllers/sheet-transform/algorithms/move-row/reorder-range.algo.d.ts +0 -3
  243. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-numfmt.algo.d.ts +0 -3
  244. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-range-values.algo.d.ts +0 -3
  245. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-data.algo.d.ts +0 -3
  246. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-hidden.algo.d.ts +0 -3
  247. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-visible.algo.d.ts +0 -3
  248. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-selection.algo.d.ts +0 -7
  249. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-sheets-filter-range.algo.d.ts +0 -4
  250. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
  251. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-height.algo.d.ts +0 -3
  252. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  253. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-comment-ref.algo.d.ts +0 -4
  254. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-data-validation.algo.d.ts +0 -4
  255. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-col.algo.spec.d.ts +0 -1
  256. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-range.algo.spec.d.ts +0 -1
  257. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-col.algo.spec.d.ts +0 -1
  258. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  259. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  260. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
  261. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
  262. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
  263. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  264. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
  265. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  266. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  267. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  268. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-comment.algo.d.ts +0 -4
  269. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-data-validation.algo.d.ts +0 -4
  270. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-worksheet-merge.algo.d.ts +0 -3
  271. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-col.algo.d.ts +0 -3
  272. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-range.algo.d.ts +0 -3
  273. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-col.algo.d.ts +0 -3
  274. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-numfmt.algo.d.ts +0 -3
  275. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-worksheet-merge.algo.d.ts +0 -3
  276. package/lib/types/controllers/sheet-transform/algorithms/remove-col/reorder-range.algo.d.ts +0 -3
  277. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-data.algo.d.ts +0 -3
  278. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-hidden.algo.d.ts +0 -3
  279. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-visible.algo.d.ts +0 -3
  280. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-numfmt.algo.d.ts +0 -3
  281. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-range-values.algo.d.ts +0 -3
  282. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-selection.algo.d.ts +0 -7
  283. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-criteria.algo.d.ts +0 -4
  284. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-range.algo.d.ts +0 -4
  285. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-worksheet-col-width.algo.d.ts +0 -3
  286. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-comment-ref.algo.d.ts +0 -4
  287. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-data-validation.algo.d.ts +0 -4
  288. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
  289. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/remove-data-validation.algo.d.ts +0 -3
  290. package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +0 -3
  291. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/remove-numfmt.algo.d.ts +0 -3
  292. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/set-numfmt.algo.d.ts +0 -3
  293. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-range.algo.spec.d.ts +0 -1
  294. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-row.algo.spec.d.ts +0 -1
  295. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  296. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-row.algo.spec.d.ts +0 -1
  297. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  298. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/reorder-range.algo.spec.d.ts +0 -1
  299. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  300. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-range-value.algo.spec.d.ts +0 -1
  301. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-custom.algo.spec.d.ts +0 -1
  302. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-hidden.algo.spec.d.ts +0 -1
  303. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-visible.algo.spec.d.ts +0 -1
  304. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  305. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  306. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  307. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-comment.algo.d.ts +0 -4
  308. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-data-validation.algo.d.ts +0 -4
  309. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-worksheet-merge.algo.d.ts +0 -3
  310. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-range.algo.d.ts +0 -3
  311. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-row.algo.d.ts +0 -3
  312. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-numfmt.algo.d.ts +0 -3
  313. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-row.algo.d.ts +0 -3
  314. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-worksheet-merge.algo.d.ts +0 -3
  315. package/lib/types/controllers/sheet-transform/algorithms/remove-row/reorder-range.algo.d.ts +0 -3
  316. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-numfmt.algo.d.ts +0 -3
  317. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-range-values.algo.d.ts +0 -3
  318. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-data.algo.d.ts +0 -3
  319. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-hidden.algo.d.ts +0 -3
  320. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-visible.algo.d.ts +0 -3
  321. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-selection.algo.d.ts +0 -7
  322. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-sheets-filter-range.algo.d.ts +0 -4
  323. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
  324. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-height.algo.d.ts +0 -3
  325. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  326. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-comment-ref.algo.d.ts +0 -4
  327. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-data-validation.algo.d.ts +0 -4
  328. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +0 -3
  329. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +0 -4
  330. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  331. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-col.algo.spec.d.ts +0 -1
  332. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-row.algo.spec.d.ts +0 -1
  333. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -3
  334. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-col.algo.d.ts +0 -3
  335. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-row.algo.d.ts +0 -3
  336. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-col.algo.d.ts +0 -3
  337. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-row.algo.d.ts +0 -3
  338. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-col.algo.d.ts +0 -3
  339. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-row.algo.d.ts +0 -3
  340. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/set-selection.algo.d.ts +0 -3
  341. package/lib/types/controllers/sheet-transform/algorithms/reorder-range/reorder-range.algo.d.ts +0 -3
  342. package/lib/types/controllers/sheet-transform/algorithms/revert-revision/revert-revision.algo.d.ts +0 -4
  343. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/__tests__/set-col-data.algo.spec.d.ts +0 -1
  344. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/set-col-data.algo.d.ts +0 -3
  345. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/__test__/set-conditional-formatting-rule.algo.spec.d.ts +0 -1
  346. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/set-conditional-formatting-rule.algo.d.ts +0 -3
  347. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/__tests__/set-drawing-apply.algo.spec.d.ts +0 -1
  348. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/set-drawing-apply.algo.d.ts +0 -3
  349. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/__test__/set-frozen.algo.spec.d.ts +0 -1
  350. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/set-frozen.algo.d.ts +0 -3
  351. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/__test__/set-numfmt.algo.spec.d.ts +0 -1
  352. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/remove-numfmt.algo.d.ts +0 -3
  353. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/set-numfmt.algo.d.ts +0 -3
  354. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +0 -4
  355. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +0 -4
  356. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +0 -3
  357. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +0 -3
  358. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
  359. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +0 -3
  360. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +0 -3
  361. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +0 -3
  362. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +0 -3
  363. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +0 -3
  364. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +0 -3
  365. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +0 -4
  366. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +0 -3
  367. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +0 -3
  368. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +0 -3
  369. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +0 -3
  370. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
  371. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +0 -3
  372. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +0 -3
  373. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +0 -3
  374. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +0 -3
  375. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +0 -3
  376. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +0 -4
  377. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +0 -4
  378. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/reorder-range.algo.spec.d.ts +0 -1
  379. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/set-range-valuea.algo.spec.d.ts +0 -1
  380. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/add-worksheet-merge.algo.d.ts +0 -3
  381. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/move-range.algo.d.ts +0 -3
  382. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/reorder-range.algo.d.ts +0 -3
  383. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/set-range-values.algo.d.ts +0 -3
  384. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/__tests__/set-row-data.algo.spec.d.ts +0 -1
  385. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/set-row-data.algo.d.ts +0 -3
  386. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +0 -4
  387. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +0 -4
  388. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +0 -4
  389. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-sheets-filter-criteria.algo.d.ts +0 -3
  390. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +0 -4
  391. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/set-sheets-filter-range.algo.d.ts +0 -3
  392. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/__test__/set-tab-color.algo.spec.d.ts +0 -1
  393. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/set-tab-color.algo.d.ts +0 -3
  394. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  395. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/set-worksheet-col-width.algo.d.ts +0 -3
  396. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/set-worksheet-name.algo.d.ts +0 -3
  397. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  398. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/set-worksheet-row-auto-height.algo.d.ts +0 -3
  399. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  400. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/set-worksheet-row-height.algo.d.ts +0 -3
  401. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  402. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  403. package/lib/types/controllers/sheet-transform/algorithms/update-comment/update-comment.algo.d.ts +0 -3
  404. package/lib/types/controllers/sheet-transform/algorithms/update-comment-ref/update-comment-ref.algo.d.ts +0 -3
  405. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
  406. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
  407. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
  408. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/add-data-validation.algo.d.ts +0 -3
  409. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/remove-data-validation.algo.d.ts +0 -3
  410. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/update-data-validation.algo.d.ts +0 -3
  411. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +0 -3
  412. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +0 -3
  413. package/lib/types/controllers/sheet-transform/algorithms/utils.d.ts +0 -33
  414. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  415. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  416. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/worksheet.algo.spec.d.ts +0 -1
  417. package/lib/types/controllers/sheet-transform/algorithms/worksheet/add-worksheet-merge.algo.d.ts +0 -2
  418. package/lib/types/controllers/sheet-transform/algorithms/worksheet/remove-worksheet-merge.algo.d.ts +0 -2
  419. package/lib/types/controllers/sheet-transform/algorithms/worksheet/worksheet.algo.d.ts +0 -8
  420. package/lib/types/controllers/sheet-transform/sheet-transform.controller.d.ts +0 -9
  421. package/lib/types/models/changeset.d.ts +0 -20
  422. package/lib/types/models/collaboration-events.d.ts +0 -235
  423. package/lib/types/models/socket-events.d.ts +0 -53
  424. package/lib/types/plugin.d.ts +0 -10
  425. package/lib/types/services/compose-changesets/compose-changesets.service.d.ts +0 -5
  426. package/lib/types/services/compress-mutation/compress-mutation-service.d.ts +0 -19
  427. package/lib/types/services/compress-mutation/compress-mutations/__test__/set-range-values.spec.d.ts +0 -1
  428. package/lib/types/services/compress-mutation/compress-mutations/set-range-values.d.ts +0 -13
  429. package/lib/types/services/history/type.d.ts +0 -6
  430. package/lib/types/services/rev/__tests__/rev.service.spec.d.ts +0 -18
  431. package/lib/types/services/rev/rev.service.d.ts +0 -23
  432. package/lib/types/services/snapshot/__tests__/snapshot-mock.d.ts +0 -27
  433. package/lib/types/services/snapshot/__tests__/snapshot-transform.spec.d.ts +0 -16
  434. package/lib/types/services/snapshot/__tests__/snapshot.service.spec.d.ts +0 -23
  435. package/lib/types/services/snapshot/snapshot-transform.d.ts +0 -30
  436. package/lib/types/services/snapshot/snapshot-utils.d.ts +0 -15
  437. package/lib/types/services/snapshot/snapshot.service.d.ts +0 -46
  438. package/lib/types/services/transform/__tests__/doc.transform.service.spec.d.ts +0 -1
  439. package/lib/types/services/transform/__tests__/transform.service.spec.d.ts +0 -1
  440. package/lib/types/services/transform/transform.service.d.ts +0 -114
  441. package/lib/types/services/transform/types.d.ts +0 -47
  442. package/lib/types/utils.d.ts +0 -8
@@ -1,46 +0,0 @@
1
- import { DocumentDataModel, IDocumentData, IWorkbookData, Workbook, ICommandService, Injector, IResourceManagerService, IUniverInstanceService } from '@univerjs/core';
2
- import { ICopyFileMetaRequest, ICopyFileMetaResponse, IFetchMissingChangesetsRequest, IFetchMissingChangesetsResponse, IGetDeserializedSheetBlockResponse, IGetLatestCsReqIdBySidRequest, IGetLatestCsReqIdBySidResponse, IGetResourcesRequest, IGetResourcesResponse, IGetSheetBlockRequest, IGetSheetBlockResponse, IGetUnitOnRevRequest, IGetUnitOnRevResponse, ISaveChangesetRequest, ISaveChangesetResponse, ISaveSheetBlockRequest, ISaveSheetBlockResponse, ISaveSnapshotRequest, ISaveSnapshotResponse } from '@univerjs/protocol';
3
- import { ILogContext } from '../../utils';
4
- import { CompressMutationService } from '../compress-mutation/compress-mutation-service';
5
- import { RevisionService } from '../rev/rev.service';
6
- /**
7
- * It provides implementations for server side controllers to load or save
8
- * or load snapshots. This service should be implemented by the host environment.
9
- * And it shouldn't contain any business logic.
10
- */
11
- export declare const ISnapshotServerService: import('@wendellhu/redi').IdentifierDecorator<ISnapshotServerService>;
12
- export interface ISnapshotServerService {
13
- /** Load snapshot from a database. */
14
- getUnitOnRev: (context: ILogContext, params: IGetUnitOnRevRequest) => Promise<IGetUnitOnRevResponse>;
15
- /** Load sheet block from a database. */
16
- getSheetBlock: (context: ILogContext, params: IGetSheetBlockRequest) => Promise<IGetSheetBlockResponse>;
17
- getDeserializedSheetBlock: (context: ILogContext, params: IGetSheetBlockRequest) => Promise<IGetDeserializedSheetBlockResponse>;
18
- /** Fetch missing changeset */
19
- fetchMissingChangesets: (context: ILogContext, params: IFetchMissingChangesetsRequest) => Promise<IFetchMissingChangesetsResponse>;
20
- getResourcesRequest: (context: ILogContext, params: IGetResourcesRequest) => Promise<IGetResourcesResponse>;
21
- /** Save snapshot to a database. */
22
- saveSnapshot: (context: ILogContext, params: ISaveSnapshotRequest) => Promise<ISaveSnapshotResponse>;
23
- /** Save sheet block to a database. */
24
- saveSheetBlock: (context: ILogContext, params: ISaveSheetBlockRequest) => Promise<ISaveSheetBlockResponse>;
25
- /** Save changeset to a database. */
26
- saveChangeset: (context: ILogContext, params: ISaveChangesetRequest) => Promise<ISaveChangesetResponse>;
27
- copyFileMeta: (context: ILogContext, params: ICopyFileMetaRequest) => Promise<ICopyFileMetaResponse>;
28
- getLatestCsReqIdBySid: (context: ILogContext, params: IGetLatestCsReqIdBySidRequest) => Promise<IGetLatestCsReqIdBySidResponse>;
29
- }
30
- /**
31
- * The service provides methods to load snapshots from the snapshot server.
32
- */
33
- export declare class SnapshotService {
34
- private readonly _revisionService;
35
- private readonly _univerInstanceService;
36
- private readonly _snapshotServerService;
37
- private readonly _commandService;
38
- private _injector;
39
- private _compressMutationService;
40
- private _resourceManagerService;
41
- constructor(_revisionService: RevisionService, _univerInstanceService: IUniverInstanceService, _snapshotServerService: ISnapshotServerService, _commandService: ICommandService, _injector: Injector, _compressMutationService: CompressMutationService, _resourceManagerService: IResourceManagerService);
42
- loadSheet(unitID: string, rev: number, context?: ILogContext): Promise<Workbook>;
43
- loadDoc(unitID: string, rev: number, context?: ILogContext): Promise<DocumentDataModel>;
44
- save(_context: ILogContext, workbook: Workbook): IWorkbookData;
45
- saveDoc(_context: ILogContext, document: DocumentDataModel): IDocumentData;
46
- }
@@ -1,114 +0,0 @@
1
- import { Disposable, IMutationInfo } from '@univerjs/core';
2
- import { IChangeset } from '../../models/changeset';
3
- import { IFailureTransformChangesetsResult, IFailureTransformMutationResult, IFailureTransformMutationsResult, ISuccessTransformChangesetsResult, ISuccessTransformMutationResult, ISuccessTransformMutationsResult, ITransformChangesetsResult, ITransformMutationResult, ITransformMutationsResult, ITransformMutationsWithChangesetResult } from './types';
4
- /**
5
- * A single transform algorithm. Algorithms are registered to the transform service in the form of `{m1}-{m2}`.
6
- * When the transform service is transforming two mutations, it would find the algorithm by the form of `{m1}-{m2}`.
7
- * `m1` is the mutation on the left side, and `m2` is the mutation on the right side.
8
- */
9
- export interface IMutationTransformAlgorithm<M extends object = any, N extends object = any> {
10
- m1: string;
11
- m2?: string | 'any';
12
- handler(m1: IMutationInfo<M>, m2: IMutationInfo<N>): ITransformMutationResult;
13
- handler(m1: IMutationInfo<M>, m2: IMutationInfo<N>, onlyLater?: true): Omit<ISuccessTransformMutationResult, 'm1Prime'> | IFailureTransformMutationResult;
14
- }
15
- /**
16
- * This service's responsibility is to transform mutations (changesets).
17
- *
18
- * Features could register transform algorithms to this service, so this the service could transform more mutations.
19
- *
20
- * This should be used both on client and server.
21
- *
22
- * This service is also business-agnostic, so it could be used in docs, sheets and slides.
23
- */
24
- export interface ITransformService {
25
- /**
26
- * Register an algorithm to transform two kinds of mutations.
27
- *
28
- * Note that this method is not the same as other registering methods in Univer, it wouldn't return a disposable,
29
- * because it would cause critical problems if you unregister a transform algorithm.
30
- */
31
- registerTransformAlgorithm: (algorithms: IMutationTransformAlgorithm) => void;
32
- /**
33
- * Transform two single mutations. Note that m1Prime and m2Prime may not be single mutations. 1x1 may result in nxn.
34
- *
35
- * @internal
36
- *
37
- * Visualization:
38
- *
39
- * /\
40
- * m1 / \ m2
41
- * / \
42
- * \ /
43
- * m2Prime \ / m1Prime
44
- * \/
45
- *
46
- * @param m1
47
- * @param m2
48
- * @param onlyLeft If set to true, the result would only contain m1Prime.
49
- */
50
- transformMutation(m1: IMutationInfo, m2: IMutationInfo): IFailureTransformMutationResult | Omit<ISuccessTransformMutationResult, 'm1Prime'>;
51
- transformMutation(m1: IMutationInfo, m2: IMutationInfo, onlyLater: false): ITransformMutationResult;
52
- /**
53
- * Transform two array of mutations. Not that the time complexity (also memory complexity) of this method is O(m*n),
54
- * in which m & n are numbers of mutations in each array.
55
- *
56
- * @internal
57
- *
58
- * Visualization:
59
- *
60
- * /\
61
- * m1 / \ m2
62
- * / \
63
- * /\ /\
64
- * / \ / \
65
- * / \/ \
66
- * \ /\ /
67
- * \ / \ /
68
- * \/ \/
69
- * \ /
70
- * \ /
71
- * m2Prime \/ m1Prime
72
- *
73
- * @param m1
74
- * @param m2
75
- */
76
- transformMutations(m1: IMutationInfo[], m2: IMutationInfo[]): IFailureTransformMutationsResult | Omit<ISuccessTransformMutationsResult, 'm1Prime'>;
77
- transformMutations(m1: IMutationInfo[], m2: IMutationInfo[], onlyLater: boolean): ITransformMutationsResult;
78
- /**
79
- * Transform two arrays of changesets
80
- *
81
- * @internal
82
- */
83
- transformChangesets(c1: IChangeset[], c2: IChangeset[]): IFailureTransformChangesetsResult | Omit<ISuccessTransformChangesetsResult, 'c1Prime'>;
84
- transformChangesets(c1: IChangeset[], c2: IChangeset[], onlyLater: false): ITransformChangesetsResult;
85
- /**
86
- * Transform mutations with changesets. We only wants transformed mutations here.
87
- *
88
- * @internal
89
- */
90
- transformMutationsWithChangeset: (c1: IChangeset, m2: IMutationInfo[]) => ITransformMutationsWithChangesetResult;
91
- }
92
- export declare const ITransformService: import('@wendellhu/redi').IdentifierDecorator<ITransformService>;
93
- export declare class TransformService extends Disposable implements ITransformService {
94
- private readonly _transformMap;
95
- dispose(): void;
96
- registerTransformAlgorithm(algorithm: IMutationTransformAlgorithm): void;
97
- transformMutation(m1: IMutationInfo, m2: IMutationInfo): ITransformMutationResult;
98
- transformMutation(m1: IMutationInfo, m2: IMutationInfo, onlyLater: true): IFailureTransformMutationResult | Omit<ISuccessTransformMutationResult, 'm1Prime'>;
99
- transformMutations(m1: IMutationInfo[], m2: IMutationInfo[]): ITransformMutationsResult;
100
- transformMutations(m1: IMutationInfo[], m2: IMutationInfo[], onlyLater: true): IFailureTransformMutationsResult | Omit<ISuccessTransformMutationsResult, 'm1Prime'>;
101
- /**
102
- * Assume `m1` has already applied to the document, we need m2Prime to be applied to the document.
103
- *
104
- * @param m1
105
- * @param m2
106
- * @returns transformed mutations of m2
107
- */
108
- private _rightInclineTransformMutations;
109
- private _leftInclineTransformMutations;
110
- transformChangesets(c1: IChangeset[], c2: IChangeset[]): ITransformChangesetsResult;
111
- transformChangesets(c1: IChangeset[], c2: IChangeset[], onlyLater: true): IFailureTransformChangesetsResult | Omit<ISuccessTransformChangesetsResult, 'c1Prime'>;
112
- transformMutationsWithChangeset(c1: IChangeset, m2: IMutationInfo[]): ITransformMutationsWithChangesetResult;
113
- }
114
- export declare function makeArray<T>(input: T | T[]): T[];
@@ -1,47 +0,0 @@
1
- import { IMutationInfo } from '@univerjs/core';
2
- import { IChangeset } from '../../models/changeset';
3
- export interface ISuccessTransformMutationResult {
4
- m1Prime: IMutationInfo | IMutationInfo[];
5
- m2Prime: IMutationInfo | IMutationInfo[];
6
- }
7
- export interface IFailureTransformMutationResult {
8
- error: Error;
9
- }
10
- export type ITransformMutationResult = ISuccessTransformMutationResult | IFailureTransformMutationResult;
11
- export declare function isTransformMutationFailure(result: ITransformMutationResult | Omit<ISuccessTransformMutationResult, 'm1Prime'>): result is IFailureTransformMutationResult;
12
- export declare function isTransformMutationSuccess(result: ITransformMutationResult | Omit<ISuccessTransformMutationResult, 'm1Prime'>): result is ISuccessTransformMutationResult;
13
- export interface IFailureInclineTransformMutationsResult {
14
- error: Error;
15
- }
16
- export type IInclineTransformMutationsResult = IMutationInfo[] | IFailureInclineTransformMutationsResult;
17
- export declare function isInclineTransformMutationsFailure(result: IInclineTransformMutationsResult): result is IFailureInclineTransformMutationsResult;
18
- export interface ISuccessTransformMutationsResult {
19
- m1Prime: IMutationInfo[];
20
- m2Prime: IMutationInfo[];
21
- }
22
- export interface IFailureTransformMutationsResult {
23
- error: Error;
24
- }
25
- export type ITransformMutationsResult = ISuccessTransformMutationsResult | IFailureTransformMutationsResult;
26
- export declare function isTransformMutationsFailure(result: Partial<ITransformMutationsResult>): result is IFailureTransformMutationsResult;
27
- export declare function isTransformMutationsSuccess(result: Partial<ITransformMutationsResult>): result is ISuccessTransformMutationsResult;
28
- export interface ISuccessTransformChangesetsResult {
29
- c1Prime: IChangeset[];
30
- c2Prime: IChangeset[];
31
- }
32
- export interface IFailureTransformChangesetsResult {
33
- error: Error;
34
- }
35
- export type ITransformChangesetsResult = ISuccessTransformChangesetsResult | IFailureTransformChangesetsResult;
36
- export declare function isTransformChangesetsFailure(result: Partial<ITransformChangesetsResult>): result is IFailureTransformChangesetsResult;
37
- export declare function isTransformChangesetsSuccess(result: Partial<ITransformChangesetsResult>): result is ISuccessTransformChangesetsResult;
38
- export interface ISuccessTransformMutationsWithChangesetResult {
39
- c1Prime: IChangeset;
40
- m2Prime: IMutationInfo[];
41
- }
42
- export interface IFailureTransformMutationsWithChangesetResult {
43
- error: Error;
44
- }
45
- export type ITransformMutationsWithChangesetResult = ISuccessTransformMutationsWithChangesetResult | IFailureTransformMutationsWithChangesetResult;
46
- export declare function isTransformMutationsWithChangesetFailure(result: ITransformMutationsWithChangesetResult): result is IFailureTransformMutationsWithChangesetResult;
47
- export declare function isTransformMutationsWithChangesetSuccess(result: ITransformMutationsWithChangesetResult): result is ISuccessTransformMutationsWithChangesetResult;
@@ -1,8 +0,0 @@
1
- import { UniverInstanceType } from '@univerjs/core';
2
- import { UniverType } from '@univerjs/protocol';
3
- export declare function mapDocumentTypeToUniverType(documentType: UniverInstanceType): UniverType;
4
- export interface ILogContext {
5
- metadata?: Record<string, string>;
6
- }
7
- export declare function b64EncodeUnicode(str: string): string;
8
- export declare function b64DecodeUnicode(str: string): string;