@univerjs-pro/collaboration 0.17.0 → 0.18.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 (379) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/index.js +1 -1
  4. package/lib/types/command/create-unit.mutation.d.ts +1 -1
  5. package/lib/types/command/revert-revision.mutation.d.ts +1 -1
  6. package/lib/types/controllers/doc-transform/algorithms/doc-algo.d.ts +2 -2
  7. package/lib/types/controllers/empty.d.ts +1 -1
  8. package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +20 -0
  9. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/util.d.ts +10 -10
  10. package/lib/types/controllers/sheet-transform/algorithms/add-comment/add-comment.algo.d.ts +2 -2
  11. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/add-conditional-formatting-rule.algo.d.ts +2 -2
  12. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/util.d.ts +10 -10
  13. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +4 -4
  14. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/update-data-validation.algo.d.ts +2 -2
  15. package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +2 -2
  16. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +3 -3
  17. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +3 -3
  18. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +2 -2
  19. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +2 -2
  20. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +2 -2
  21. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +3 -3
  22. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +2 -2
  23. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +2 -2
  24. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +2 -2
  25. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +2 -2
  26. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +2 -2
  27. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +2 -2
  28. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +3 -3
  29. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +2 -2
  30. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +2 -2
  31. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +2 -2
  32. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +2 -2
  33. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +3 -3
  34. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +2 -2
  35. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +2 -2
  36. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +2 -2
  37. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +2 -2
  38. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +2 -2
  39. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +3 -3
  40. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +3 -3
  41. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/add-worksheet-merge.algo.d.ts +2 -2
  42. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +3 -3
  43. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +3 -3
  44. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +2 -2
  45. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +2 -2
  46. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +2 -2
  47. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +2 -2
  48. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +2 -2
  49. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +2 -2
  50. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +2 -2
  51. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts +2 -2
  52. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/utils/merge-tools.d.ts +1 -1
  53. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +3 -3
  54. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +3 -3
  55. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +2 -2
  56. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +2 -2
  57. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +2 -2
  58. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +2 -2
  59. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +3 -3
  60. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +2 -2
  61. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +2 -2
  62. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +2 -2
  63. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +2 -2
  64. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +2 -2
  65. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +2 -2
  66. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +3 -3
  67. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +2 -2
  68. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +2 -2
  69. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +2 -2
  70. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +2 -2
  71. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +2 -2
  72. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +3 -3
  73. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +2 -2
  74. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +2 -2
  75. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +2 -2
  76. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +2 -2
  77. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +2 -2
  78. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +2 -2
  79. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +3 -3
  80. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +3 -3
  81. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/add-comment.algo.d.ts +2 -2
  82. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/delete-comment.algo.d.ts +2 -2
  83. package/lib/types/controllers/sheet-transform/algorithms/delete-conditional-formatting-rule/delete-conditional-formatting-rule.algo.d.ts +2 -2
  84. package/lib/types/controllers/sheet-transform/algorithms/gridlines/gridlines.algo.d.ts +2 -2
  85. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-comment.algo.d.ts +4 -4
  86. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-data-validation.algo.d.ts +3 -3
  87. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-worksheet-merge.algo.d.ts +2 -2
  88. package/lib/types/controllers/sheet-transform/algorithms/insert-col/insert-col.algo.d.ts +2 -2
  89. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-col.algo.d.ts +2 -2
  90. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-range.algo.d.ts +2 -2
  91. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-col.algo.d.ts +2 -2
  92. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-numfmt.algo.d.ts +2 -2
  93. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-worksheet-merge.algo.d.ts +2 -2
  94. package/lib/types/controllers/sheet-transform/algorithms/insert-col/reorder-range.algo.d.ts +2 -2
  95. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-data.algo.d.ts +2 -2
  96. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-hidden.algo.d.ts +2 -2
  97. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-visible.algo.d.ts +2 -2
  98. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-numfmt.algo.d.ts +2 -2
  99. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-range-values.algo.d.ts +2 -2
  100. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-selection.algo.d.ts +2 -2
  101. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-criteria.algo.d.ts +3 -3
  102. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-range.algo.d.ts +3 -3
  103. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-worksheet-col-width.algo.d.ts +2 -2
  104. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +5 -5
  105. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-data-validation.algo.d.ts +3 -3
  106. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-comment.algo.d.ts +3 -3
  107. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-data-validation.algo.d.ts +3 -3
  108. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-worksheet-merge.algo.d.ts +2 -2
  109. package/lib/types/controllers/sheet-transform/algorithms/insert-row/insert-row.algo.d.ts +2 -2
  110. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-range.algo.d.ts +2 -2
  111. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-row.algo.d.ts +2 -2
  112. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-numfmt.algo.d.ts +2 -2
  113. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-row.algo.d.ts +2 -2
  114. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-worksheet-merge.algo.d.ts +2 -2
  115. package/lib/types/controllers/sheet-transform/algorithms/insert-row/reorder-range.algo.d.ts +2 -2
  116. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-numfmt.algo.d.ts +2 -2
  117. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-range-values.algo.d.ts +2 -2
  118. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-data.algo.d.ts +2 -2
  119. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-hidden.algo.d.ts +2 -2
  120. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-visible.algo.d.ts +2 -2
  121. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-selection.algo.d.ts +2 -2
  122. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-sheets-filter-range.algo.d.ts +3 -3
  123. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-auto-height.algo.d.ts +2 -2
  124. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-height.algo.d.ts +2 -2
  125. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-is-auto-height.algo.d.ts +2 -2
  126. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-comment-ref.algo.d.ts +3 -3
  127. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-data-validation.algo.d.ts +3 -3
  128. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +3 -3
  129. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +4 -4
  130. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-worksheet-merge.algo.d.ts +2 -2
  131. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-col.algo.d.ts +2 -2
  132. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-range.algo.d.ts +2 -2
  133. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-numfmt.algo.d.ts +2 -2
  134. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-worksheet-merge.algo.d.ts +2 -2
  135. package/lib/types/controllers/sheet-transform/algorithms/move-col/reorder-range.algo.d.ts +2 -2
  136. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-data.algo.d.ts +2 -2
  137. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-hidden.algo.d.ts +2 -2
  138. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-visible.algo.d.ts +2 -2
  139. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-numfmt.algo.d.ts +2 -2
  140. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-range-values.algo.d.ts +2 -2
  141. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-selection.algo.d.ts +2 -2
  142. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-criteria.algo.d.ts +3 -3
  143. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-range.algo.d.ts +3 -3
  144. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-worksheet-col-width.algo.d.ts +2 -2
  145. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-comment-ref.algo.d.ts +3 -3
  146. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +4 -4
  147. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/move-conditional-formatting-rule.algo.d.ts +2 -2
  148. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-comment.algo.d.ts +3 -3
  149. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-data-validation.algo.d.ts +3 -3
  150. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-worksheet-merge.algo.d.ts +2 -2
  151. package/lib/types/controllers/sheet-transform/algorithms/move-range/move-range.algo.d.ts +2 -2
  152. package/lib/types/controllers/sheet-transform/algorithms/move-range/remove-numfmt.algo.d.ts +2 -2
  153. package/lib/types/controllers/sheet-transform/algorithms/move-range/reorder-range.algo.d.ts +2 -2
  154. package/lib/types/controllers/sheet-transform/algorithms/move-range/set-numfmt.algo.d.ts +2 -2
  155. package/lib/types/controllers/sheet-transform/algorithms/move-range/update-comment-ref.algo.d.ts +3 -3
  156. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-comment.algo.d.ts +3 -3
  157. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +3 -3
  158. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-worksheet-merge.algo.d.ts +2 -2
  159. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-range.algo.d.ts +2 -2
  160. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-row.algo.d.ts +2 -2
  161. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-numfmt.algo.d.ts +2 -2
  162. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-worksheet-merge.algo.d.ts +2 -2
  163. package/lib/types/controllers/sheet-transform/algorithms/move-row/reorder-range.algo.d.ts +2 -2
  164. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-numfmt.algo.d.ts +2 -2
  165. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-range-values.algo.d.ts +2 -2
  166. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-data.algo.d.ts +2 -2
  167. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-hidden.algo.d.ts +2 -2
  168. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-visible.algo.d.ts +2 -2
  169. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-selection.algo.d.ts +2 -2
  170. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-sheets-filter-range.algo.d.ts +3 -3
  171. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-auto-height.algo.d.ts +2 -2
  172. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-height.algo.d.ts +2 -2
  173. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-is-auto-height.algo.d.ts +2 -2
  174. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-comment-ref.algo.d.ts +3 -3
  175. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-data-validation.algo.d.ts +3 -3
  176. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-comment.algo.d.ts +3 -3
  177. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-data-validation.algo.d.ts +3 -3
  178. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-worksheet-merge.algo.d.ts +2 -2
  179. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-col.algo.d.ts +2 -2
  180. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-range.algo.d.ts +2 -2
  181. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-col.algo.d.ts +2 -2
  182. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-numfmt.algo.d.ts +2 -2
  183. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-worksheet-merge.algo.d.ts +2 -2
  184. package/lib/types/controllers/sheet-transform/algorithms/remove-col/reorder-range.algo.d.ts +2 -2
  185. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-data.algo.d.ts +2 -2
  186. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-hidden.algo.d.ts +2 -2
  187. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-visible.algo.d.ts +2 -2
  188. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-numfmt.algo.d.ts +2 -2
  189. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-range-values.algo.d.ts +2 -2
  190. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-selection.algo.d.ts +2 -2
  191. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-criteria.algo.d.ts +3 -3
  192. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-range.algo.d.ts +3 -3
  193. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-worksheet-col-width.algo.d.ts +2 -2
  194. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-comment-ref.algo.d.ts +3 -3
  195. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-data-validation.algo.d.ts +3 -3
  196. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/remove-data-validation.algo.d.ts +2 -2
  197. package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +2 -2
  198. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/remove-numfmt.algo.d.ts +2 -2
  199. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/set-numfmt.algo.d.ts +2 -2
  200. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-comment.algo.d.ts +3 -3
  201. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-data-validation.algo.d.ts +3 -3
  202. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-worksheet-merge.algo.d.ts +2 -2
  203. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-range.algo.d.ts +2 -2
  204. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-row.algo.d.ts +2 -2
  205. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-numfmt.algo.d.ts +2 -2
  206. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-row.algo.d.ts +2 -2
  207. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-worksheet-merge.algo.d.ts +2 -2
  208. package/lib/types/controllers/sheet-transform/algorithms/remove-row/reorder-range.algo.d.ts +2 -2
  209. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-numfmt.algo.d.ts +2 -2
  210. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-range-values.algo.d.ts +2 -2
  211. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-data.algo.d.ts +2 -2
  212. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-hidden.algo.d.ts +2 -2
  213. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-visible.algo.d.ts +2 -2
  214. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-selection.algo.d.ts +2 -2
  215. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-sheets-filter-range.algo.d.ts +3 -3
  216. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-auto-height.algo.d.ts +2 -2
  217. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-height.algo.d.ts +2 -2
  218. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-is-auto-height.algo.d.ts +2 -2
  219. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-comment-ref.algo.d.ts +3 -3
  220. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-data-validation.algo.d.ts +3 -3
  221. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +2 -2
  222. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +3 -3
  223. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/add-worksheet-merge.algo.d.ts +2 -2
  224. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-col.algo.d.ts +2 -2
  225. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-row.algo.d.ts +2 -2
  226. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-col.algo.d.ts +2 -2
  227. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-row.algo.d.ts +2 -2
  228. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-col.algo.d.ts +2 -2
  229. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-row.algo.d.ts +2 -2
  230. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/set-selection.algo.d.ts +2 -2
  231. package/lib/types/controllers/sheet-transform/algorithms/reorder-range/reorder-range.algo.d.ts +2 -2
  232. package/lib/types/controllers/sheet-transform/algorithms/revert-revision/revert-revision.algo.d.ts +2 -2
  233. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/set-col-data.algo.d.ts +2 -2
  234. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/set-conditional-formatting-rule.algo.d.ts +2 -2
  235. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/set-drawing-apply.algo.d.ts +2 -2
  236. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/set-frozen.algo.d.ts +2 -2
  237. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/remove-numfmt.algo.d.ts +2 -2
  238. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/set-numfmt.algo.d.ts +2 -2
  239. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +3 -3
  240. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +3 -3
  241. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +2 -2
  242. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +2 -2
  243. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +3 -3
  244. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +2 -2
  245. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +2 -2
  246. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +2 -2
  247. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +2 -2
  248. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +2 -2
  249. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +2 -2
  250. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +3 -3
  251. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +2 -2
  252. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +2 -2
  253. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +2 -2
  254. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +2 -2
  255. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +3 -3
  256. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +2 -2
  257. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +2 -2
  258. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +2 -2
  259. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +2 -2
  260. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +2 -2
  261. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +3 -3
  262. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +3 -3
  263. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/add-worksheet-merge.algo.d.ts +2 -2
  264. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/move-range.algo.d.ts +2 -2
  265. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/reorder-range.algo.d.ts +2 -2
  266. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/set-range-values.algo.d.ts +2 -2
  267. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/set-row-data.algo.d.ts +2 -2
  268. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +3 -3
  269. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +3 -3
  270. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +3 -3
  271. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-sheets-filter-criteria.algo.d.ts +2 -2
  272. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +3 -3
  273. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/set-sheets-filter-range.algo.d.ts +2 -2
  274. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/set-tab-color.algo.d.ts +2 -2
  275. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/set-worksheet-col-width.algo.d.ts +2 -2
  276. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/insert-worksheet.algo.d.ts +2 -2
  277. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/set-worksheet-name.algo.d.ts +2 -2
  278. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/set-worksheet-row-auto-height.algo.d.ts +2 -2
  279. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/set-worksheet-row-height.algo.d.ts +2 -2
  280. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/set-worksheet-row-is-auto-height.algo.d.ts +2 -2
  281. package/lib/types/controllers/sheet-transform/algorithms/update-comment/update-comment.algo.d.ts +2 -2
  282. package/lib/types/controllers/sheet-transform/algorithms/update-comment-ref/update-comment-ref.algo.d.ts +2 -2
  283. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/add-data-validation.algo.d.ts +2 -2
  284. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/remove-data-validation.algo.d.ts +2 -2
  285. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/update-data-validation.algo.d.ts +2 -2
  286. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +2 -2
  287. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +2 -2
  288. package/lib/types/controllers/sheet-transform/algorithms/utils.d.ts +4 -3
  289. package/lib/types/controllers/sheet-transform/algorithms/worksheet/add-worksheet-merge.algo.d.ts +1 -1
  290. package/lib/types/controllers/sheet-transform/algorithms/worksheet/remove-worksheet-merge.algo.d.ts +1 -1
  291. package/lib/types/controllers/sheet-transform/algorithms/worksheet/worksheet.algo.d.ts +2 -2
  292. package/lib/types/controllers/sheet-transform/sheet-transform.controller.d.ts +1 -1
  293. package/lib/types/models/changeset.d.ts +2 -2
  294. package/lib/types/models/collaboration-events.d.ts +3 -3
  295. package/lib/types/models/socket-events.d.ts +2 -2
  296. package/lib/types/plugin.d.ts +1 -1
  297. package/lib/types/services/compose-changesets/compose-changesets.service.d.ts +2 -2
  298. package/lib/types/services/compress-mutation/compress-mutation-service.d.ts +4 -3
  299. package/lib/types/services/compress-mutation/compress-mutations/number-map.d.ts +1 -1
  300. package/lib/types/services/compress-mutation/compress-mutations/set-range-values.d.ts +2 -2
  301. package/lib/types/services/snapshot/snapshot-save.service.d.ts +4 -3
  302. package/lib/types/services/snapshot/snapshot-transform.d.ts +4 -4
  303. package/lib/types/services/snapshot/snapshot-utils.d.ts +2 -2
  304. package/lib/types/services/snapshot/snapshot.service.d.ts +5 -4
  305. package/lib/types/services/transform/transform.service.d.ts +5 -4
  306. package/lib/types/services/transform/types.d.ts +2 -2
  307. package/lib/types/utils.d.ts +2 -1
  308. package/lib/umd/index.js +1 -1
  309. package/package.json +20 -19
  310. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/add-comment.algo.spec.d.ts +0 -1
  311. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/__test__/add-conditional-rule.algo.spec.d.ts +0 -1
  312. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
  313. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
  314. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  315. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-col.algo.spec.d.ts +0 -1
  316. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-row.algo.spec.d.ts +0 -1
  317. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-col.algo.spec.d.ts +0 -1
  318. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-row.algo.spec.d.ts +0 -1
  319. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-col.algo.spec.d.ts +0 -1
  320. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-row.algo.spec.d.ts +0 -1
  321. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  322. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/set-range-values.algo.spec.d.ts +0 -1
  323. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  324. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/insert-row.algo.spec.d.ts +0 -1
  325. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-range.algo.spec.d.ts +0 -1
  326. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-row.algo.spec.d.ts +0 -1
  327. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  328. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-row.algo.spec.d.ts +0 -1
  329. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  330. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/reorder-range.algo.spec.d.ts +0 -1
  331. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
  332. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-range-values.algo.spec.d.ts +0 -1
  333. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-data.algo.spec.d.ts +0 -1
  334. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
  335. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
  336. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  337. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  338. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  339. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  340. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  341. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-col.algo.spec.d.ts +0 -1
  342. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-range.algo.spec.d.ts +0 -1
  343. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  344. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  345. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-custom.algo.spec.d.ts +0 -1
  346. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-hidden.algo.spec.d.ts +0 -1
  347. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-visible.algo.spec.d.ts +0 -1
  348. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-numfmt.algo.spec.d.ts +0 -1
  349. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-range-values.algo.spec.d.ts +0 -1
  350. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  351. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  352. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  353. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/__test__/move-conditional-formatting-rule.algo.algo.spec.d.ts +0 -1
  354. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  355. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-range.algo.spec.d.ts +0 -1
  356. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-row.algo.spec.d.ts +0 -1
  357. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  358. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  359. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/reorder-range.algo.spec.d.ts +0 -1
  360. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
  361. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-range-values.algo.spec.d.ts +0 -1
  362. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-data.algo.spec.d.ts +0 -1
  363. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
  364. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
  365. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  366. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  367. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  368. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  369. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
  370. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/__test__/set-conditional-formatting-rule.algo.spec.d.ts +0 -1
  371. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/__test__/set-frozen.algo.spec.d.ts +0 -1
  372. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/__test__/set-numfmt.algo.spec.d.ts +0 -1
  373. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/reorder-range.algo.spec.d.ts +0 -1
  374. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/set-range-valuea.algo.spec.d.ts +0 -1
  375. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/__test__/set-tab-color.algo.spec.d.ts +0 -1
  376. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
  377. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
  378. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
  379. package/lib/types/services/compress-mutation/compress-mutations/__test__/set-range-values.spec.d.ts +0 -1
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithMoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRowsMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveColMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
2
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import type { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveDataValidationMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveRowsMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISheetCommandSharedParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISheetCommandSharedParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISheetCommandSharedParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, IRemoveSheetMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, IRemoveSheetMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithRemoveWorksheet: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveSheetMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
- import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
+ import type { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetConditionalRuleMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISetFrozenMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISetFrozenMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithSetFrozen: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetFrozenMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithSetNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetNumfmtMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithSetRangeProtection: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithSetRangeValue: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetRangeValuesMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const addWorksheetProtectionWithSetWorksheetName: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams>;
@@ -1,4 +1,4 @@
1
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
- import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
+ import type { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateCommentCommandParams>;
@@ -1,4 +1,4 @@
1
- import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import type { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateDataValidationMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddCommentMutationParams, IDeleteCommentMutationParams } from '@univerjs/thread-comment';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddCommentMutationParams, IDeleteCommentMutationParams } from '@univerjs/thread-comment';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const deleteCommentMutationWithAdd: IMutationTransformAlgorithm<IDeleteCommentMutationParams, IAddCommentMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IDeleteCommentMutationParams } from '@univerjs/thread-comment';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IDeleteCommentMutationParams } from '@univerjs/thread-comment';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const deleteCommentMutationWithSelf: IMutationTransformAlgorithm<IDeleteCommentMutationParams, IDeleteCommentMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const deleteConditionalFormattingRuleMutationWithSelf: IMutationTransformAlgorithm<IDeleteConditionalRuleMutationParams, IDeleteConditionalRuleMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IToggleGridlinesMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IToggleGridlinesMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const ToggleGridlinesWithSelf: IMutationTransformAlgorithm<IToggleGridlinesMutationParams, IToggleGridlinesMutationParams>;
4
4
  export declare const GridlinesAlgorithms: Array<IMutationTransformAlgorithm>;
@@ -1,7 +1,7 @@
1
- import { ICommandInfo, IMutationInfo } from '@univerjs/core';
2
- import { IInsertColMutationParams } from '@univerjs/sheets';
3
- import { IAddCommentMutationParams, IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
4
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { ICommandInfo, IMutationInfo } from '@univerjs/core';
2
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
3
+ import type { IAddCommentMutationParams, IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
4
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
5
5
  export declare const transformAddCommentWithRefRange: (m2: IMutationInfo<IAddCommentMutationParams>, command: ICommandInfo) => {
6
6
  id: string;
7
7
  params: {
@@ -1,4 +1,4 @@
1
- import { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
- import { IInsertColMutationParams } from '@univerjs/sheets';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertColMutationWithAddDataValidation: IMutationTransformAlgorithm<IInsertColMutationParams, IAddDataValidationMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetMergeMutationParams, IInsertColMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetMergeMutationParams, IInsertColMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithAddMerge: IMutationTransformAlgorithm<IInsertColMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSelf: IMutationTransformAlgorithm<IInsertColMutationParams, IInsertColMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithMoveCol: IMutationTransformAlgorithm<IInsertColMutationParams, IMoveColumnsMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithMoveRange: IMutationTransformAlgorithm<IInsertColMutationParams, IMoveRangeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithRemoveCol: IMutationTransformAlgorithm<IInsertColMutationParams, IRemoveColMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithRemoveNumfmt: IMutationTransformAlgorithm<IInsertColMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithRemoveWorksheetMergeMutation: IMutationTransformAlgorithm<IInsertColMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, IReorderRangeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, IReorderRangeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithReorderRange: IMutationTransformAlgorithm<IInsertColMutationParams, IReorderRangeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, ISetColDataMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetColDataMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSetColData: IMutationTransformAlgorithm<IInsertColMutationParams, ISetColDataMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, ISetColHiddenMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetColHiddenMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSetColHidden: IMutationTransformAlgorithm<IInsertColMutationParams, ISetColHiddenMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, ISetColVisibleMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetColVisibleMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSetColVisible: IMutationTransformAlgorithm<IInsertColMutationParams, ISetColVisibleMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSetNumfmt: IMutationTransformAlgorithm<IInsertColMutationParams, ISetNumfmtMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSetRangeValues: IMutationTransformAlgorithm<IInsertColMutationParams, ISetRangeValuesMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IInsertColMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  /**
4
4
  * The selection transform is a special case of mutation transform which only used at local.
5
5
  * In this case, we only need m2Prime to change current selections.
@@ -1,4 +1,4 @@
1
- import { IInsertColMutationParams } from '@univerjs/sheets';
2
- import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
2
+ import type { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertColMutationWithSetSheetsFilterCriteria: IMutationTransformAlgorithm<IInsertColMutationParams, ISetSheetsFilterCriteriaMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IInsertColMutationParams } from '@univerjs/sheets';
2
- import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
2
+ import type { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertColMutationWithSetSheetsFilterRange: IMutationTransformAlgorithm<IInsertColMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertColMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertColMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertColMutationWithSetWorksheetColWidth: IMutationTransformAlgorithm<IInsertColMutationParams, ISetWorksheetColWidthMutationParams>;
@@ -1,7 +1,7 @@
1
- import { ICommandInfo, IMutationInfo } from '@univerjs/core';
2
- import { IInsertColMutationParams } from '@univerjs/sheets';
3
- import { IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
4
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { ICommandInfo, IMutationInfo } from '@univerjs/core';
2
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
3
+ import type { IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
4
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
5
5
  export declare const transformUpdateCommentRefWithRefRange: (m2: IMutationInfo<IUpdateCommentRefMutationParams>, command: ICommandInfo) => {
6
6
  id: string;
7
7
  params: {
@@ -9,7 +9,7 @@ export declare const transformUpdateCommentRefWithRefRange: (m2: IMutationInfo<I
9
9
  commentId: string;
10
10
  unitId: string;
11
11
  subUnitId: string;
12
- payload: import('@univerjs/thread-comment/commands/mutations/comment.mutation.js').IUpdateCommentRefPayload;
12
+ payload: import("@univerjs/thread-comment/commands/mutations/comment.mutation.js").IUpdateCommentRefPayload;
13
13
  silent?: boolean;
14
14
  };
15
15
  }[] | {
@@ -1,4 +1,4 @@
1
- import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
- import { IInsertColMutationParams } from '@univerjs/sheets';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import type { IInsertColMutationParams } from '@univerjs/sheets';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertColMutationWithUpdateDataValidation: IMutationTransformAlgorithm<IInsertColMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IInsertRowMutationParams } from '@univerjs/sheets';
2
- import { IAddCommentMutationParams } from '@univerjs/thread-comment';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams } from '@univerjs/sheets';
2
+ import type { IAddCommentMutationParams } from '@univerjs/thread-comment';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertRowWithAddComment: IMutationTransformAlgorithm<IInsertRowMutationParams, IAddCommentMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
- import { IInsertRowMutationParams } from '@univerjs/sheets';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import type { IInsertRowMutationParams } from '@univerjs/sheets';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertRowMutationWithAddDataValidation: IMutationTransformAlgorithm<IInsertRowMutationParams, IAddDataValidationMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IAddWorksheetMergeMutationParams, IInsertRowMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IAddWorksheetMergeMutationParams, IInsertRowMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithAddMerge: IMutationTransformAlgorithm<IInsertRowMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSelf: IMutationTransformAlgorithm<IInsertRowMutationParams, IInsertRowMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithMoveRange: IMutationTransformAlgorithm<IInsertRowMutationParams, IMoveRangeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithMoveRow: IMutationTransformAlgorithm<IInsertRowMutationParams, IMoveRowsMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithRemoveNumfmt: IMutationTransformAlgorithm<IInsertRowMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithRemoveRow: IMutationTransformAlgorithm<IInsertRowMutationParams, IRemoveRowsMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithRemoveWorksheetMergeMutation: IMutationTransformAlgorithm<IInsertRowMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, IReorderRangeMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, IReorderRangeMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithReorderRange: IMutationTransformAlgorithm<IInsertRowMutationParams, IReorderRangeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetNumfmt: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetNumfmtMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetRangeValues: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetRangeValuesMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetRowDataMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetRowDataMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetRowData: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetRowDataMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetRowHiddenMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetRowHiddenMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetRowHidden: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetRowHiddenMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetRowVisibleMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetRowVisibleMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetRowVisible: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetRowVisibleMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IInsertRowMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  /**
4
4
  * The selection transform is a special case of mutation transform which only used at local.
5
5
  * In this case, we only need m2Prime to change current selections.
@@ -1,4 +1,4 @@
1
- import { IInsertRowMutationParams } from '@univerjs/sheets';
2
- import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams } from '@univerjs/sheets';
2
+ import type { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertRowMutationWithSetSheetsFilterRange: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetWorksheetRowAutoHeightMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetWorksheetRowAutoHeightMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetWorksheetRowAutoHeight: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetWorksheetRowAutoHeightMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetWorksheetRowHeightMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetWorksheetRowHeightMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetWorksheetRowHeight: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetWorksheetRowHeightMutationParams>;
@@ -1,3 +1,3 @@
1
- import { IInsertRowMutationParams, ISetWorksheetRowIsAutoHeightMutationParams } from '@univerjs/sheets';
2
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams, ISetWorksheetRowIsAutoHeightMutationParams } from '@univerjs/sheets';
2
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
  export declare const insertRowMutationWithSetWorksheetRowIsAutoHeight: IMutationTransformAlgorithm<IInsertRowMutationParams, ISetWorksheetRowIsAutoHeightMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IInsertRowMutationParams } from '@univerjs/sheets';
2
- import { IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IInsertRowMutationParams } from '@univerjs/sheets';
2
+ import type { IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertRowWithUpdateCommentRef: IMutationTransformAlgorithm<IInsertRowMutationParams, IUpdateCommentRefMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
- import { IInsertRowMutationParams } from '@univerjs/sheets';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import type { IInsertRowMutationParams } from '@univerjs/sheets';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const insertRowMutationWithUpdateDataValidation: IMutationTransformAlgorithm<IInsertRowMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMoveColumnsMutationParams } from '@univerjs/sheets';
2
- import { IAddCommentMutationParams } from '@univerjs/thread-comment';
3
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
1
+ import type { IMoveColumnsMutationParams } from '@univerjs/sheets';
2
+ import type { IAddCommentMutationParams } from '@univerjs/thread-comment';
3
+ import type { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const moveColWithAddComment: IMutationTransformAlgorithm<IMoveColumnsMutationParams, IAddCommentMutationParams>;