@univerjs-pro/collaboration 0.1.10 → 0.1.11

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 (162) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/controllers/doc-transform/doc-transform.controller.d.ts +1 -1
  4. package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +2 -2
  5. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/add-conditional-formatting-rule.algo.d.ts +1 -1
  6. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +2 -2
  7. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/update-data-validation.algo.d.ts +1 -1
  8. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/add-worksheet-merge.algo.d.ts +1 -1
  9. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +2 -2
  10. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +2 -2
  11. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +1 -1
  12. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +1 -1
  13. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +1 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +1 -1
  15. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +1 -1
  16. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +1 -1
  17. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +1 -1
  18. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts +1 -1
  19. package/lib/types/controllers/sheet-transform/algorithms/delete-conditional-formatting-rule/delete-conditional-formatting-rule.algo.d.ts +1 -1
  20. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-data-validation.algo.d.ts +2 -2
  21. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-worksheet-merge.algo.d.ts +1 -1
  22. package/lib/types/controllers/sheet-transform/algorithms/insert-col/insert-col.algo.d.ts +1 -1
  23. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-col.algo.d.ts +1 -1
  24. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-range.algo.d.ts +1 -1
  25. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-col.algo.d.ts +1 -1
  26. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-numfmt.algo.d.ts +1 -1
  27. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-worksheet-merge.algo.d.ts +1 -1
  28. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-hidden.algo.d.ts +1 -1
  29. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-visible.algo.d.ts +1 -1
  30. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-numfmt.algo.d.ts +1 -1
  31. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-range-values.algo.d.ts +1 -1
  32. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-selection.algo.d.ts +1 -1
  33. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-criteria.algo.d.ts +2 -2
  34. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-range.algo.d.ts +2 -2
  35. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-worksheet-col-width.algo.d.ts +1 -1
  36. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-data-validation.algo.d.ts +2 -2
  37. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-data-validation.algo.d.ts +2 -2
  38. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-worksheet-merge.algo.d.ts +1 -1
  39. package/lib/types/controllers/sheet-transform/algorithms/insert-row/insert-row.algo.d.ts +1 -1
  40. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-range.algo.d.ts +1 -1
  41. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-row.algo.d.ts +1 -1
  42. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-numfmt.algo.d.ts +1 -1
  43. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-row.algo.d.ts +1 -1
  44. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-worksheet-merge.algo.d.ts +1 -1
  45. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-numfmt.algo.d.ts +1 -1
  46. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-range-values.algo.d.ts +1 -1
  47. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-hidden.algo.d.ts +1 -1
  48. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-visible.algo.d.ts +1 -1
  49. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-selection.algo.d.ts +1 -1
  50. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-sheets-filter-range.algo.d.ts +2 -2
  51. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-data-validation.algo.d.ts +2 -2
  52. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +3 -3
  53. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-worksheet-merge.algo.d.ts +1 -1
  54. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-col.algo.d.ts +1 -1
  55. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-range.algo.d.ts +1 -1
  56. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-numfmt.algo.d.ts +1 -1
  57. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-worksheet-merge.algo.d.ts +1 -1
  58. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-hidden.algo.d.ts +1 -1
  59. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-visible.algo.d.ts +1 -1
  60. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-numfmt.algo.d.ts +1 -1
  61. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-range-values.algo.d.ts +1 -1
  62. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-selection.algo.d.ts +1 -1
  63. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-criteria.algo.d.ts +2 -2
  64. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-range.algo.d.ts +2 -2
  65. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-worksheet-col-width.algo.d.ts +1 -1
  66. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +3 -3
  67. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/move-conditional-formatting-rule.algo.d.ts +1 -1
  68. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-data-validation.algo.d.ts +2 -2
  69. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-worksheet-merge.algo.d.ts +1 -1
  70. package/lib/types/controllers/sheet-transform/algorithms/move-range/move-range.algo.d.ts +1 -1
  71. package/lib/types/controllers/sheet-transform/algorithms/move-range/remove-numfmt.algo.d.ts +1 -1
  72. package/lib/types/controllers/sheet-transform/algorithms/move-range/set-numfmt.algo.d.ts +1 -1
  73. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +2 -2
  74. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-worksheet-merge.algo.d.ts +1 -1
  75. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-range.algo.d.ts +1 -1
  76. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-row.algo.d.ts +1 -1
  77. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-numfmt.algo.d.ts +1 -1
  78. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-worksheet-merge.algo.d.ts +1 -1
  79. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-numfmt.algo.d.ts +1 -1
  80. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-range-values.algo.d.ts +1 -1
  81. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-hidden.algo.d.ts +1 -1
  82. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-visible.algo.d.ts +1 -1
  83. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-selection.algo.d.ts +1 -1
  84. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-sheets-filter-range.algo.d.ts +2 -2
  85. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-data-validation.algo.d.ts +2 -2
  86. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-data-validation.algo.d.ts +2 -2
  87. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-worksheet-merge.algo.d.ts +1 -1
  88. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-col.algo.d.ts +1 -1
  89. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-range.algo.d.ts +1 -1
  90. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-col.algo.d.ts +1 -1
  91. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-numfmt.algo.d.ts +1 -1
  92. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-worksheet-merge.algo.d.ts +1 -1
  93. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-hidden.algo.d.ts +1 -1
  94. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-visible.algo.d.ts +1 -1
  95. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-numfmt.algo.d.ts +1 -1
  96. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-range-values.algo.d.ts +1 -1
  97. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-selection.algo.d.ts +1 -1
  98. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-criteria.algo.d.ts +2 -2
  99. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-range.algo.d.ts +2 -2
  100. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-worksheet-col-width.algo.d.ts +1 -1
  101. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-data-validation.algo.d.ts +2 -2
  102. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/remove-data-validation.algo.d.ts +1 -1
  103. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/remove-numfmt.algo.d.ts +1 -1
  104. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/set-numfmt.algo.d.ts +1 -1
  105. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-data-validation.algo.d.ts +2 -2
  106. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-worksheet-merge.algo.d.ts +1 -1
  107. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-range.algo.d.ts +1 -1
  108. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-row.algo.d.ts +1 -1
  109. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-numfmt.algo.d.ts +1 -1
  110. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-row.algo.d.ts +1 -1
  111. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-worksheet-merge.algo.d.ts +1 -1
  112. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-numfmt.algo.d.ts +1 -1
  113. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-range-values.algo.d.ts +1 -1
  114. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-hidden.algo.d.ts +1 -1
  115. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-visible.algo.d.ts +1 -1
  116. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-selection.algo.d.ts +1 -1
  117. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-sheets-filter-range.algo.d.ts +2 -2
  118. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-data-validation.algo.d.ts +2 -2
  119. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +1 -1
  120. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +1 -1
  121. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/add-worksheet-merge.algo.d.ts +1 -1
  122. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-col.algo.d.ts +1 -1
  123. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-row.algo.d.ts +1 -1
  124. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-col.algo.d.ts +1 -1
  125. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-row.algo.d.ts +1 -1
  126. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-col.algo.d.ts +1 -1
  127. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-row.algo.d.ts +1 -1
  128. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/set-selection.algo.d.ts +1 -1
  129. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/set-conditional-formatting-rule.algo.d.ts +1 -1
  130. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/set-frozen.algo.d.ts +1 -1
  131. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/remove-numfmt.algo.d.ts +1 -1
  132. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/set-numfmt.algo.d.ts +1 -1
  133. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/add-worksheet-merge.algo.d.ts +1 -1
  134. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/move-range.algo.d.ts +1 -1
  135. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/set-range-values.algo.d.ts +1 -1
  136. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +2 -2
  137. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +1 -1
  138. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +2 -2
  139. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-sheets-filter-criteria.algo.d.ts +1 -1
  140. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +1 -1
  141. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/set-sheets-filter-range.algo.d.ts +1 -1
  142. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/set-tab-color.algo.d.ts +1 -1
  143. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/set-worksheet-col-width.algo.d.ts +1 -1
  144. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/set-worksheet-name.algo.d.ts +1 -1
  145. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/add-data-validation.algo.d.ts +1 -1
  146. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/remove-data-validation.algo.d.ts +1 -1
  147. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/update-data-validation.algo.d.ts +1 -1
  148. package/lib/types/controllers/sheet-transform/algorithms/worksheet/worksheet.algo.d.ts +1 -1
  149. package/lib/types/controllers/sheet-transform/sheet-transform.controller.d.ts +1 -1
  150. package/lib/types/models/changeset.d.ts +1 -1
  151. package/lib/types/models/collaboration-events.d.ts +1 -1
  152. package/lib/types/models/socket-events.d.ts +1 -1
  153. package/lib/types/plugin.d.ts +1 -1
  154. package/lib/types/services/compose-changesets/compose-changesets.service.d.ts +1 -1
  155. package/lib/types/services/rev/__tests__/rev.service.spec.d.ts +1 -1
  156. package/lib/types/services/snapshot/__tests__/snapshot.service.spec.d.ts +1 -1
  157. package/lib/types/services/snapshot/snapshot.service.d.ts +3 -3
  158. package/lib/types/services/transform/transform.service.d.ts +2 -2
  159. package/lib/types/services/transform/types.d.ts +1 -1
  160. package/lib/types/utils.d.ts +1 -1
  161. package/lib/umd/index.js +1 -1
  162. package/package.json +20 -20
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IAddWorksheetMergeMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowsMutationWithAddMerge: IMutationTransformAlgorithm<IMoveRowsMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRangeMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithMoveRange: IMutationTransformAlgorithm<IMoveRowsMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithSelf: IMutationTransformAlgorithm<IMoveRowsMutationParams, IMoveRowsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithRemoveNumfmt: IMutationTransformAlgorithm<IMoveRowsMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IMoveRowsMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithSetNumfmt: IMutationTransformAlgorithm<IMoveRowsMutationParams, ISetNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithSetRangeValues: IMutationTransformAlgorithm<IMoveRowsMutationParams, ISetRangeValuesMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, ISetRowHiddenMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithSetRowHidden: IMutationTransformAlgorithm<IMoveRowsMutationParams, ISetRowHiddenMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, ISetRowVisibleMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const moveRowMutationWithSetRowVisible: IMutationTransformAlgorithm<IMoveRowsMutationParams, ISetRowVisibleMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  /**
5
5
  * The selection transform is a special case of mutation transform which only used at local.
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
1
  import { IMoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const moveRowMutationWithSetSheetsFilterRange: IMutationTransformAlgorithm<IMoveRowsMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { IMoveRowsMutationParams } from '@univerjs/sheets';
3
1
  import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IMoveRowsMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const moveRowMutationWithUpdateDataValidation: IMutationTransformAlgorithm<IMoveRowsMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { IRemoveColMutationParams } from '@univerjs/sheets';
3
1
  import { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IRemoveColMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeColMutationWithAddDataValidation: IMutationTransformAlgorithm<IRemoveColMutationParams, IAddDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IAddWorksheetMergeMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithAddMerge: IMutationTransformAlgorithm<IRemoveColMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveColumnsMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithMoveCol: IMutationTransformAlgorithm<IRemoveColMutationParams, IMoveColumnsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRangeMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithMoveRange: IMutationTransformAlgorithm<IRemoveColMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithSelf: IMutationTransformAlgorithm<IRemoveColMutationParams, IRemoveColMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithRemoveNumfmt: IMutationTransformAlgorithm<IRemoveColMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IRemoveColMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, ISetColHiddenMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithSetColHidden: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetColHiddenMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, ISetColVisibleMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithSetColVisible: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetColVisibleMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithSetNumfmt: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithSetRangeValues: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetRangeValuesMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  /**
5
5
  * The selection transform is a special case of mutation transform which only used at local.
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
3
1
  import { IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeColMutationWithSetSheetsFilterCriteria: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetSheetsFilterCriteriaMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
1
  import { IRemoveColMutationParams } from '@univerjs/sheets';
2
+ import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeColMutationWithSetSheetsFilterRange: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeColMutationWithSetWorksheetColWidth: IMutationTransformAlgorithm<IRemoveColMutationParams, ISetWorksheetColWidthMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { IRemoveColMutationParams } from '@univerjs/sheets';
3
1
  import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IRemoveColMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeColMutationWithUpdateDataValidation: IMutationTransformAlgorithm<IRemoveColMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeDataValidationMutationWithSelf: IMutationTransformAlgorithm<IRemoveDataValidationMutationParams, IRemoveDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeNumfmtMutationWithSelf: IMutationTransformAlgorithm<IRemoveNumfmtMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveNumfmtMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeNumfmtMutationWithSetNumfmt: IMutationTransformAlgorithm<IRemoveNumfmtMutationParams, ISetNumfmtMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { IRemoveRowsMutationParams } from '@univerjs/sheets';
3
1
  import { IAddDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IRemoveRowsMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeRowMutationWithAddDataValidation: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IAddDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithAddMerge: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRangeMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithMoveRange: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithMoveRow: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IMoveRowsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveNumfmtMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithRemoveNumfmt: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithSelf: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IRemoveRowsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithSetNumfmt: IMutationTransformAlgorithm<IRemoveRowsMutationParams, ISetNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithSetRangeValues: IMutationTransformAlgorithm<IRemoveRowsMutationParams, ISetRangeValuesMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, ISetRowHiddenMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithSetRowHidden: IMutationTransformAlgorithm<IRemoveRowsMutationParams, ISetRowHiddenMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, ISetRowVisibleMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeRowMutationWithSetRowVisible: IMutationTransformAlgorithm<IRemoveRowsMutationParams, ISetRowVisibleMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  /**
5
5
  * The selection transform is a special case of mutation transform which only used at local.
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
1
  import { IRemoveRowsMutationParams } from '@univerjs/sheets';
2
+ import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeRowMutationWithSetSheetsFilterRange: IMutationTransformAlgorithm<IRemoveRowsMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { IRemoveRowsMutationParams } from '@univerjs/sheets';
3
1
  import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IRemoveRowsMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const removeRowMutationWithUpdateDataValidation: IMutationTransformAlgorithm<IRemoveRowsMutationParams, IUpdateDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeSheetsFilterWithSelf: IMutationTransformAlgorithm<IRemoveSheetsFilterMutationParams, IRemoveSheetsFilterMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveSheetsFilterMutationParams, ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeSheetsFilterWithSetSheetsFilterRange: IMutationTransformAlgorithm<IRemoveSheetsFilterMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithAddMerge: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IInsertColMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithInsertColMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IInsertColMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../..';
2
1
  import { IInsertRowMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../..';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithInsertRowMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IInsertRowMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveColumnsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithMoveColMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IMoveColumnsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithMoveRowMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IMoveRowsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveColMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithRemoveColMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IRemoveColMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithRemoveRowMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IRemoveRowsMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveWorksheetMergeMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const removeWorksheetMergeMutationWithSetSelection: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, ISetSelectionsOperationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setConditionalFormattingRuleMutationWithSelf: IMutationTransformAlgorithm<ISetConditionalRuleMutationParams, ISetConditionalRuleMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetFrozenMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setFrozenMutationWithSelf: IMutationTransformAlgorithm<ISetFrozenMutationParams, ISetFrozenMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveNumfmtMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setNumfmtMutationWithRemoveNumfmt: IMutationTransformAlgorithm<ISetNumfmtMutationParams, IRemoveNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetNumfmtMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setNumfmtMutationWithSelf: IMutationTransformAlgorithm<ISetNumfmtMutationParams, ISetNumfmtMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setRangeValueMutationWithAddMerge: IMutationTransformAlgorithm<ISetRangeValuesMutationParams, IAddWorksheetMergeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IMoveRangeMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setRangeValuesWithMoveRange: IMutationTransformAlgorithm<ISetRangeValuesMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetRangeValuesMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setRangeValuesMutationWithSelf: IMutationTransformAlgorithm<ISetRangeValuesMutationParams, ISetRangeValuesMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { IMoveRangeMutationParams } from '@univerjs/sheets';
3
1
  import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMoveRangeMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const setSheetsFilterCriteriaWithMoveRange: IMutationTransformAlgorithm<ISetSheetsFilterCriteriaMutationParams, IMoveRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveSheetsFilterMutationParams, ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setSheetsFilterCriteriaWithRemoveSheetsFilter: IMutationTransformAlgorithm<ISetSheetsFilterCriteriaMutationParams, IRemoveSheetsFilterMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
- import { ISetRangeValuesMutationParams } from '@univerjs/sheets';
3
1
  import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
2
+ import { ISetRangeValuesMutationParams } from '@univerjs/sheets';
3
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
 
5
5
  export declare const setSheetsFilterCriteriaWithSetRangeValues: IMutationTransformAlgorithm<ISetSheetsFilterCriteriaMutationParams, ISetRangeValuesMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetSheetsFilterCriteriaMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setSheetsFilterCriteriaWithSelf: IMutationTransformAlgorithm<ISetSheetsFilterCriteriaMutationParams, ISetSheetsFilterCriteriaMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveSheetsFilterMutationParams, ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setSheetsFilterRangeWithRemoveSheetsFilter: IMutationTransformAlgorithm<ISetSheetsFilterRangeMutationParams, IRemoveSheetsFilterMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setSheetsFilterRangeWithSelf: IMutationTransformAlgorithm<ISetSheetsFilterRangeMutationParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetTabColorMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setTabColorMutationWithSelf: IMutationTransformAlgorithm<ISetTabColorMutationParams, ISetTabColorMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setWorksheetColWidthMutationWithSelf: IMutationTransformAlgorithm<ISetWorksheetColWidthMutationParams, ISetWorksheetColWidthMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { ISetWorksheetNameMutationParams } from '@univerjs/sheets';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const setWorksheetNameMutationWithSelf: IMutationTransformAlgorithm<ISetWorksheetNameMutationParams, ISetWorksheetNameMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IAddDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const updateDataValidationMutationWithAdd: IMutationTransformAlgorithm<IUpdateDataValidationMutationParams, IAddDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IRemoveDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const updateDataValidationMutationWithRemoveSelf: IMutationTransformAlgorithm<IUpdateDataValidationMutationParams, IRemoveDataValidationMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
2
1
  import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
3
3
 
4
4
  export declare const updateDataValidationMutationWithSelf: IMutationTransformAlgorithm<IUpdateDataValidationMutationParams, IUpdateDataValidationMutationParams>;