@univerjs-pro/collaboration 0.2.6 → 0.2.8

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 (292) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/command/create-unit.mutation.d.ts +0 -1
  4. package/lib/types/command/revert-revision.mutation.d.ts +0 -1
  5. package/lib/types/controllers/doc-transform/algorithms/doc-algo.d.ts +0 -1
  6. package/lib/types/controllers/doc-transform/doc-transform.controller.d.ts +0 -1
  7. package/lib/types/controllers/rev/rev.controller.d.ts +0 -1
  8. package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +0 -1
  9. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/util.d.ts +0 -1
  10. package/lib/types/controllers/sheet-transform/algorithms/add-comment/add-comment.algo.d.ts +0 -1
  11. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/add-conditional-formatting-rule.algo.d.ts +0 -1
  12. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/util.d.ts +0 -1
  13. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +0 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/update-data-validation.algo.d.ts +0 -1
  15. package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +0 -1
  16. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +0 -1
  17. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +0 -1
  18. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +0 -1
  19. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +0 -1
  20. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +0 -1
  21. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -1
  22. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +0 -1
  23. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +0 -1
  24. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +0 -1
  25. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +0 -1
  26. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +0 -1
  27. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +0 -1
  28. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +0 -1
  29. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +0 -1
  30. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +0 -1
  31. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +0 -1
  32. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +0 -1
  33. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -1
  34. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +0 -1
  35. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +0 -1
  36. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +0 -1
  37. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +0 -1
  38. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +0 -1
  39. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +0 -1
  40. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +0 -1
  41. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -1
  42. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +0 -1
  43. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +0 -1
  44. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +0 -1
  45. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +0 -1
  46. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +0 -1
  47. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +0 -1
  48. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +0 -1
  49. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +0 -1
  50. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +0 -1
  51. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts +0 -1
  52. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/utils/merge-tools.d.ts +0 -1
  53. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +0 -1
  54. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +0 -1
  55. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +0 -1
  56. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +0 -1
  57. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +0 -1
  58. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +0 -1
  59. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +0 -1
  60. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +0 -1
  61. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +0 -1
  62. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +0 -1
  63. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +0 -1
  64. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +0 -1
  65. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +0 -1
  66. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +0 -1
  67. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +0 -1
  68. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +0 -1
  69. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +0 -1
  70. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +0 -1
  71. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +0 -1
  72. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +0 -1
  73. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +0 -1
  74. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +0 -1
  75. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +0 -1
  76. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +0 -1
  77. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +0 -1
  78. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +0 -1
  79. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +0 -1
  80. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +0 -1
  81. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/add-comment.algo.d.ts +0 -1
  82. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/delete-comment.algo.d.ts +0 -1
  83. package/lib/types/controllers/sheet-transform/algorithms/delete-conditional-formatting-rule/delete-conditional-formatting-rule.algo.d.ts +0 -1
  84. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-comment.algo.d.ts +0 -1
  85. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-data-validation.algo.d.ts +0 -1
  86. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-worksheet-merge.algo.d.ts +0 -1
  87. package/lib/types/controllers/sheet-transform/algorithms/insert-col/insert-col.algo.d.ts +0 -1
  88. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-col.algo.d.ts +0 -1
  89. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-range.algo.d.ts +0 -1
  90. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-col.algo.d.ts +0 -1
  91. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-numfmt.algo.d.ts +0 -1
  92. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-worksheet-merge.algo.d.ts +0 -1
  93. package/lib/types/controllers/sheet-transform/algorithms/insert-col/reorder-range.algo.d.ts +0 -1
  94. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-hidden.algo.d.ts +0 -1
  95. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-visible.algo.d.ts +0 -1
  96. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-numfmt.algo.d.ts +0 -1
  97. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-range-values.algo.d.ts +0 -1
  98. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-selection.algo.d.ts +0 -1
  99. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-criteria.algo.d.ts +0 -1
  100. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-range.algo.d.ts +0 -1
  101. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-worksheet-col-width.algo.d.ts +0 -1
  102. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +0 -1
  103. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-data-validation.algo.d.ts +0 -1
  104. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-comment.algo.d.ts +0 -1
  105. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-data-validation.algo.d.ts +0 -1
  106. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-worksheet-merge.algo.d.ts +0 -1
  107. package/lib/types/controllers/sheet-transform/algorithms/insert-row/insert-row.algo.d.ts +0 -1
  108. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-range.algo.d.ts +0 -1
  109. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-row.algo.d.ts +0 -1
  110. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-numfmt.algo.d.ts +0 -1
  111. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-row.algo.d.ts +0 -1
  112. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-worksheet-merge.algo.d.ts +0 -1
  113. package/lib/types/controllers/sheet-transform/algorithms/insert-row/reorder-range.algo.d.ts +0 -1
  114. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-numfmt.algo.d.ts +0 -1
  115. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-range-values.algo.d.ts +0 -1
  116. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-hidden.algo.d.ts +0 -1
  117. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-visible.algo.d.ts +0 -1
  118. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-selection.algo.d.ts +0 -1
  119. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-sheets-filter-range.algo.d.ts +0 -1
  120. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-comment-ref.algo.d.ts +0 -1
  121. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-data-validation.algo.d.ts +0 -1
  122. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +0 -1
  123. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +0 -1
  124. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-worksheet-merge.algo.d.ts +0 -1
  125. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-col.algo.d.ts +0 -1
  126. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-range.algo.d.ts +0 -1
  127. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-numfmt.algo.d.ts +0 -1
  128. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-worksheet-merge.algo.d.ts +0 -1
  129. package/lib/types/controllers/sheet-transform/algorithms/move-col/reorder-range.algo.d.ts +0 -1
  130. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-hidden.algo.d.ts +0 -1
  131. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-visible.algo.d.ts +0 -1
  132. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-numfmt.algo.d.ts +0 -1
  133. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-range-values.algo.d.ts +0 -1
  134. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-selection.algo.d.ts +0 -1
  135. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-criteria.algo.d.ts +0 -1
  136. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-range.algo.d.ts +0 -1
  137. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-worksheet-col-width.algo.d.ts +0 -1
  138. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-comment-ref.algo.d.ts +0 -1
  139. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +0 -1
  140. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/move-conditional-formatting-rule.algo.d.ts +0 -1
  141. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-comment.algo.d.ts +0 -1
  142. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-data-validation.algo.d.ts +0 -1
  143. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-worksheet-merge.algo.d.ts +0 -1
  144. package/lib/types/controllers/sheet-transform/algorithms/move-range/move-range.algo.d.ts +0 -1
  145. package/lib/types/controllers/sheet-transform/algorithms/move-range/remove-numfmt.algo.d.ts +0 -1
  146. package/lib/types/controllers/sheet-transform/algorithms/move-range/reorder-range.algo.d.ts +0 -1
  147. package/lib/types/controllers/sheet-transform/algorithms/move-range/set-numfmt.algo.d.ts +0 -1
  148. package/lib/types/controllers/sheet-transform/algorithms/move-range/update-comment-ref.algo.d.ts +0 -1
  149. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-comment.algo.d.ts +0 -1
  150. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +0 -1
  151. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-worksheet-merge.algo.d.ts +0 -1
  152. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-range.algo.d.ts +0 -1
  153. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-row.algo.d.ts +0 -1
  154. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-numfmt.algo.d.ts +0 -1
  155. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-worksheet-merge.algo.d.ts +0 -1
  156. package/lib/types/controllers/sheet-transform/algorithms/move-row/reorder-range.algo.d.ts +0 -1
  157. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-numfmt.algo.d.ts +0 -1
  158. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-range-values.algo.d.ts +0 -1
  159. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-hidden.algo.d.ts +0 -1
  160. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-visible.algo.d.ts +0 -1
  161. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-selection.algo.d.ts +0 -1
  162. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-sheets-filter-range.algo.d.ts +0 -1
  163. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-comment-ref.algo.d.ts +0 -1
  164. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-data-validation.algo.d.ts +0 -1
  165. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-comment.algo.d.ts +0 -1
  166. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-data-validation.algo.d.ts +0 -1
  167. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-worksheet-merge.algo.d.ts +0 -1
  168. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-col.algo.d.ts +0 -1
  169. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-range.algo.d.ts +0 -1
  170. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-col.algo.d.ts +0 -1
  171. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-numfmt.algo.d.ts +0 -1
  172. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-worksheet-merge.algo.d.ts +0 -1
  173. package/lib/types/controllers/sheet-transform/algorithms/remove-col/reorder-range.algo.d.ts +0 -1
  174. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-hidden.algo.d.ts +0 -1
  175. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-visible.algo.d.ts +0 -1
  176. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-numfmt.algo.d.ts +0 -1
  177. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-range-values.algo.d.ts +0 -1
  178. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-selection.algo.d.ts +0 -1
  179. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-criteria.algo.d.ts +0 -1
  180. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-range.algo.d.ts +0 -1
  181. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-worksheet-col-width.algo.d.ts +0 -1
  182. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-comment-ref.algo.d.ts +0 -1
  183. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-data-validation.algo.d.ts +0 -1
  184. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/remove-data-validation.algo.d.ts +0 -1
  185. package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +0 -1
  186. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/remove-numfmt.algo.d.ts +0 -1
  187. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/set-numfmt.algo.d.ts +0 -1
  188. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-comment.algo.d.ts +0 -1
  189. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-data-validation.algo.d.ts +0 -1
  190. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-worksheet-merge.algo.d.ts +0 -1
  191. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-range.algo.d.ts +0 -1
  192. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-row.algo.d.ts +0 -1
  193. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-numfmt.algo.d.ts +0 -1
  194. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-row.algo.d.ts +0 -1
  195. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-worksheet-merge.algo.d.ts +0 -1
  196. package/lib/types/controllers/sheet-transform/algorithms/remove-row/reorder-range.algo.d.ts +0 -1
  197. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-numfmt.algo.d.ts +0 -1
  198. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-range-values.algo.d.ts +0 -1
  199. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-hidden.algo.d.ts +0 -1
  200. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-visible.algo.d.ts +0 -1
  201. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-selection.algo.d.ts +0 -1
  202. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-sheets-filter-range.algo.d.ts +0 -1
  203. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-comment-ref.algo.d.ts +0 -1
  204. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-data-validation.algo.d.ts +0 -1
  205. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +0 -1
  206. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +0 -1
  207. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -1
  208. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-col.algo.d.ts +0 -1
  209. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-row.algo.d.ts +0 -1
  210. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-col.algo.d.ts +0 -1
  211. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-row.algo.d.ts +0 -1
  212. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-col.algo.d.ts +0 -1
  213. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-row.algo.d.ts +0 -1
  214. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/set-selection.algo.d.ts +0 -1
  215. package/lib/types/controllers/sheet-transform/algorithms/reorder-range/reorder-range.algo.d.ts +0 -1
  216. package/lib/types/controllers/sheet-transform/algorithms/revert-revision/revert-revision.algo.d.ts +0 -1
  217. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/set-conditional-formatting-rule.algo.d.ts +0 -1
  218. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/set-drawing-apply.algo.d.ts +0 -1
  219. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/set-frozen.algo.d.ts +0 -1
  220. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/remove-numfmt.algo.d.ts +0 -1
  221. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/set-numfmt.algo.d.ts +0 -1
  222. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +0 -1
  223. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +0 -1
  224. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +0 -1
  225. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +0 -1
  226. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -1
  227. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +0 -1
  228. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +0 -1
  229. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +0 -1
  230. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +0 -1
  231. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +0 -1
  232. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +0 -1
  233. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +0 -1
  234. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +0 -1
  235. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +0 -1
  236. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +0 -1
  237. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +0 -1
  238. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -1
  239. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +0 -1
  240. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +0 -1
  241. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +0 -1
  242. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +0 -1
  243. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +0 -1
  244. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +0 -1
  245. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +0 -1
  246. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/add-worksheet-merge.algo.d.ts +0 -1
  247. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/move-range.algo.d.ts +0 -1
  248. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/reorder-range.algo.d.ts +0 -1
  249. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/set-range-values.algo.d.ts +0 -1
  250. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +0 -1
  251. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +0 -1
  252. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +0 -1
  253. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-sheets-filter-criteria.algo.d.ts +0 -1
  254. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +0 -1
  255. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/set-sheets-filter-range.algo.d.ts +0 -1
  256. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/set-tab-color.algo.d.ts +0 -1
  257. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/set-worksheet-col-width.algo.d.ts +0 -1
  258. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/set-worksheet-name.algo.d.ts +0 -1
  259. package/lib/types/controllers/sheet-transform/algorithms/update-comment/update-comment.algo.d.ts +0 -1
  260. package/lib/types/controllers/sheet-transform/algorithms/update-comment-ref/update-comment-ref.algo.d.ts +0 -1
  261. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/add-data-validation.algo.d.ts +0 -1
  262. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/remove-data-validation.algo.d.ts +0 -1
  263. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/update-data-validation.algo.d.ts +0 -1
  264. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +0 -1
  265. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +0 -1
  266. package/lib/types/controllers/sheet-transform/algorithms/utils.d.ts +0 -1
  267. package/lib/types/controllers/sheet-transform/algorithms/worksheet/add-worksheet-merge.algo.d.ts +0 -1
  268. package/lib/types/controllers/sheet-transform/algorithms/worksheet/remove-worksheet-merge.algo.d.ts +0 -1
  269. package/lib/types/controllers/sheet-transform/algorithms/worksheet/worksheet.algo.d.ts +0 -1
  270. package/lib/types/controllers/sheet-transform/sheet-transform.controller.d.ts +0 -1
  271. package/lib/types/models/changeset.d.ts +0 -1
  272. package/lib/types/models/collaboration-events.d.ts +0 -1
  273. package/lib/types/models/socket-events.d.ts +0 -1
  274. package/lib/types/plugin.d.ts +1 -2
  275. package/lib/types/services/compose-changesets/compose-changesets.service.d.ts +0 -1
  276. package/lib/types/services/compress-mutation/compress-mutation-service.d.ts +0 -1
  277. package/lib/types/services/compress-mutation/compress-mutations/set-range-values.d.ts +0 -1
  278. package/lib/types/services/history/type.d.ts +0 -1
  279. package/lib/types/services/rev/__tests__/rev.service.spec.d.ts +0 -1
  280. package/lib/types/services/rev/rev.service.d.ts +0 -1
  281. package/lib/types/services/snapshot/__tests__/snapshot.service.spec.d.ts +0 -1
  282. package/lib/types/services/snapshot/snapshot.service.d.ts +0 -1
  283. package/lib/types/services/transform/transform.service.d.ts +0 -1
  284. package/lib/types/services/transform/types.d.ts +0 -1
  285. package/lib/types/utils.d.ts +0 -1
  286. package/lib/umd/index.js +1 -1
  287. package/package.json +26 -26
  288. package/lib/types/controllers/doc-transform/json-x-pro/json-x-pro.d.ts +0 -6
  289. package/lib/types/controllers/doc-transform/text-x-pro/__tests__/transform-position.spec.d.ts +0 -1
  290. package/lib/types/controllers/doc-transform/text-x-pro/__tests__/transform.spec.d.ts +0 -1
  291. package/lib/types/controllers/doc-transform/text-x-pro/text-x-pro.d.ts +0 -36
  292. package/lib/types/controllers/doc-transform/text-x-pro/utils.d.ts +0 -3
@@ -1,5 +1,4 @@
1
1
  import { IMutation } from '@univerjs/core';
2
-
3
2
  export interface ICreateUnitMutationParams {
4
3
  unitId: string;
5
4
  }
@@ -1,5 +1,4 @@
1
1
  import { IMutation } from '@univerjs/core';
2
-
3
2
  export interface IRevertRevisionMutationParams {
4
3
  unitId: string;
5
4
  revision: number;
@@ -1,5 +1,4 @@
1
1
  import { IRichTextEditingMutationParams } from '@univerjs/docs';
2
2
  import { IMutationTransformAlgorithm } from '../../../services/transform/transform.service';
3
-
4
3
  export declare const RichTextEditingMutationWithSelf: IMutationTransformAlgorithm;
5
4
  export declare const DocAlgorithms: Array<IMutationTransformAlgorithm<IRichTextEditingMutationParams, IRichTextEditingMutationParams>>;
@@ -1,6 +1,5 @@
1
1
  import { Disposable } from '@univerjs/core';
2
2
  import { ITransformService } from '../../services/transform/transform.service';
3
-
4
3
  /**
5
4
  * This controller register sheet transform algorithms to the transform service.
6
5
  */
@@ -1,5 +1,4 @@
1
1
  import { Disposable, ICommandService } from '@univerjs/core';
2
-
3
2
  /**
4
3
  * This controller register sheet transform algorithms to the transform service.
5
4
  */
@@ -1,6 +1,5 @@
1
1
  import { Dependency, ICommand, ICommandInfo, IMutationInfo, IWorkbookData, Univer } from '@univerjs/core';
2
2
  import { IMutationTransformAlgorithm, TransformService } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const TEST_WORKBOOK_DATA_DEMO: () => IWorkbookData;
5
4
  export declare function createTransformTestBed(algorithms: IMutationTransformAlgorithm[]): TransformService;
6
5
  export declare function createTransformTestUniver(algorithms: IMutationTransformAlgorithm[], dependencies?: Dependency[], workbookData?: IWorkbookData): {
@@ -1,5 +1,4 @@
1
1
  import { IMutationTransformAlgorithm } from '../../../../../services/transform/transform.service';
2
-
3
2
  export declare function createCommentTestBed(transform: IMutationTransformAlgorithm): {
4
3
  univer: import('@univerjs/core').Univer;
5
4
  get: {
@@ -1,4 +1,3 @@
1
1
  import { IAddCommentMutationParams } from '@univerjs/thread-comment';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addCommentMutationWithSelf: IMutationTransformAlgorithm<IAddCommentMutationParams, IAddCommentMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addConditionalFormattingRuleMutationWithSelf: IMutationTransformAlgorithm<IAddConditionalRuleMutationParams, IAddConditionalRuleMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IMutationTransformAlgorithm } from '../../../../../services/transform/transform.service';
2
-
3
2
  export declare function createDataValidationTestBed(transform: IMutationTransformAlgorithm): {
4
3
  univer: import('@univerjs/core').Univer;
5
4
  get: {
@@ -1,7 +1,6 @@
1
1
  import { IAddDataValidationMutationParams, IRemoveDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
2
  import { IDataValidationRule, IMutationInfo } from '@univerjs/core';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare function applyAddMutationTransform(unitId: string, subUnitId: string, origin: IDataValidationRule[], patch: IDataValidationRule[]): IMutationInfo<IRemoveDataValidationMutationParams | IUpdateDataValidationMutationParams>[];
6
5
  export declare function mergeAddMutation(m1: IMutationInfo<IAddDataValidationMutationParams>, mutations: (IMutationInfo<IRemoveDataValidationMutationParams> | IMutationInfo<IUpdateDataValidationMutationParams>)[]): {
7
6
  params: {
@@ -1,4 +1,3 @@
1
1
  import { IAddDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addDataValidationMutationWithUpdate: IMutationTransformAlgorithm<IAddDataValidationMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddHyperLinkMutationParams } from '@univerjs/sheets-hyper-link';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addHyperLinkWithSelf: IMutationTransformAlgorithm<IAddHyperLinkMutationParams, IAddHyperLinkMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IAddCommentMutationParams } from '@univerjs/thread-comment';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithAddComment: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddCommentMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddConditionalRuleMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithSelf: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddRangeProtectionMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IAddWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithAddWorksheetProtection: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IDeleteConditionalRuleMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IInsertColMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithInsertCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IInsertColMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IInsertRowMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithInsertRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IInsertRowMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithMoveCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveColumnsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithMoveRange: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithMoveRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveRowsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveColMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveDataValidationMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveRowsMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveSheetsFilterMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetConditionalRuleMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, ISetFrozenMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithSetFrozen: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetFrozenMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithSetNumfmt: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetNumfmtMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithSetRangeProtection: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetRangeProtectionMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithSetRangeValue: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetRangeValuesMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addRangeProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IUpdateCommentCommandParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addRangeProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithSelf: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,6 +1,5 @@
1
1
  import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IMoveRangeMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationInfo } from '@univerjs/core';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams> | IMutationInfo<IMoveRangeMutationParams>>;
6
5
  export declare const addWorksheetMergeMutationWithInsertColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertColMutationParams>;
@@ -1,6 +1,5 @@
1
1
  import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationInfo } from '@univerjs/core';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams>>;
6
5
  export declare const addWorksheetMergeMutationWithInsertRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertRowMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithMoveColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveColumnsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithMoveRangeMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithMoveRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveRowsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithRemoveColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveColMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithRemoveRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithRemoveWorksheetMergeMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithSetRangeValues: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetMergeMutationWithSetSelection: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, ISetSelectionsOperationParams>;
@@ -1,3 +1,2 @@
1
1
  import { IRange } from '@univerjs/core';
2
-
3
2
  export declare function isMergeCell(range: IRange): boolean;
@@ -1,5 +1,4 @@
1
1
  import { IAddCommentMutationParams } from '@univerjs/thread-comment';
2
2
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithAddComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddCommentMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
2
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddConditionalRuleMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithAddRangeProtection: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddRangeProtectionMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetMergeMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSelf: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddWorksheetProtectionParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetWorksheetOrderMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithChangeSheetOrder: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetOrderMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
2
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IDeleteConditionalRuleMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IInsertColMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithInsertCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IInsertColMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IInsertRowMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithInsertRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IInsertRowMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithMoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveColumnsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IMoveRangeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithMoveRange: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRangeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithMoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRowsMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveColMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
2
2
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveDataValidationMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveRowsMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
2
  import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveSheetsFilterMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, IRemoveSheetMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithRemoveWorksheet: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveSheetMutationParams>;
@@ -1,5 +1,4 @@
1
1
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
2
  import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetConditionalRuleMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetFrozenMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSetFrozen: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetFrozenMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSetNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetNumfmtMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSetRangeProtection: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSetRangeValue: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetRangeValuesMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams } from '@univerjs/sheets';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const addWorksheetProtectionWithSetWorksheetName: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams>;
@@ -1,5 +1,4 @@
1
1
  import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
2
2
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateCommentCommandParams>;
@@ -1,5 +1,4 @@
1
1
  import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
2
  import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const addWorksheetProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IAddCommentMutationParams, IDeleteCommentMutationParams } from '@univerjs/thread-comment';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const deleteCommentMutationWithAdd: IMutationTransformAlgorithm<IDeleteCommentMutationParams, IAddCommentMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IDeleteCommentMutationParams } from '@univerjs/thread-comment';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const deleteCommentMutationWithSelf: IMutationTransformAlgorithm<IDeleteCommentMutationParams, IDeleteCommentMutationParams>;
@@ -1,4 +1,3 @@
1
1
  import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
2
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
-
4
3
  export declare const deleteConditionalFormattingRuleMutationWithSelf: IMutationTransformAlgorithm<IDeleteConditionalRuleMutationParams, IDeleteConditionalRuleMutationParams>;
@@ -2,7 +2,6 @@ import { IInsertColMutationParams } from '@univerjs/sheets';
2
2
  import { IAddCommentMutationParams, IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
3
3
  import { ICommandInfo, IMutationInfo } from '@univerjs/core';
4
4
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
5
-
6
5
  export declare const transformAddCommentWithRefRange: (m2: IMutationInfo<IAddCommentMutationParams>, command: ICommandInfo) => {
7
6
  id: string;
8
7
  params: {
@@ -1,5 +1,4 @@
1
1
  import { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
2
  import { IInsertColMutationParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
-
5
4
  export declare const insertColMutationWithAddDataValidation: IMutationTransformAlgorithm<IInsertColMutationParams, IAddDataValidationMutationParams>;