@univerjs-pro/collaboration 0.4.2 → 0.5.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/types/index.d.ts +716 -17
- package/lib/umd/index.js +1 -1
- package/package.json +24 -24
- package/lib/types/command/create-unit.mutation.d.ts +0 -8
- package/lib/types/command/revert-revision.mutation.d.ts +0 -6
- package/lib/types/controllers/config.schema.d.ts +0 -5
- package/lib/types/controllers/doc-transform/algorithms/doc-algo.d.ts +0 -4
- package/lib/types/controllers/doc-transform/doc-transform.controller.d.ts +0 -9
- package/lib/types/controllers/rev/rev.controller.d.ts +0 -8
- package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +0 -17
- package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/add-comment.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/util.d.ts +0 -13
- package/lib/types/controllers/sheet-transform/algorithms/add-comment/add-comment.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/__test__/add-conditional-rule.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/add-conditional-formatting-rule.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/util.d.ts +0 -13
- package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +0 -16
- package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/update-data-validation.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/set-range-values.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +0 -5
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +0 -5
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/utils/merge-tools.d.ts +0 -2
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/delete-comment/add-comment.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/delete-comment/delete-comment.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/delete-conditional-formatting-rule/delete-conditional-formatting-rule.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/gridlines/__tests__/gridlines.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/gridlines/gridlines.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/insert-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-comment.algo.d.ts +0 -18
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/insert-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-hidden.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-visible.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-selection.algo.d.ts +0 -7
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-criteria.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +0 -19
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/insert-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/reorder-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-range-values.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-data.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/insert-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-hidden.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-visible.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-selection.algo.d.ts +0 -7
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-comment-ref.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-custom.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-hidden.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-visible.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-range-values.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-worksheet-col-width.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +0 -6
- package/lib/types/controllers/sheet-transform/algorithms/move-col/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-hidden.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-visible.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-selection.algo.d.ts +0 -7
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-criteria.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-col/update-comment-ref.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +0 -9
- package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/__test__/move-conditional-formatting-rule.algo.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/move-conditional-formatting-rule.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-range/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-range/add-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-range/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-range/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-range/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-range/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-range/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-range/update-comment-ref.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/reorder-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-range-values.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-data.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-row/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-row/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-hidden.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-visible.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-selection.algo.d.ts +0 -7
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/move-row/update-comment-ref.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/move-row/update-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-hidden.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-visible.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-selection.algo.d.ts +0 -7
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-criteria.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-comment-ref.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/remove-data-validation.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/reorder-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-range-value.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-custom.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-hidden.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-visible.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-hidden.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-visible.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-selection.algo.d.ts +0 -7
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-comment-ref.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-data-validation.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-col.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-row.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/set-selection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/reorder-range/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/revert-revision/revert-revision.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-col-data/__tests__/set-col-data.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-col-data/set-col-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/__test__/set-conditional-formatting-rule.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/set-conditional-formatting-rule.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-drawing/__tests__/set-drawing-apply.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-drawing/set-drawing-apply.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-frozen/__test__/set-frozen.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-frozen/set-frozen.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/__test__/set-numfmt.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/reorder-range.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/set-range-valuea.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-range-values/add-worksheet-merge.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-values/move-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-values/reorder-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-range-values/set-range-values.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-row-data/__tests__/set-row-data.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-row-data/set-row-data.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-sheets-filter-criteria.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +0 -4
- package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/set-sheets-filter-range.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/__test__/set-tab-color.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/set-tab-color.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/set-worksheet-col-width.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/set-worksheet-name.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/set-worksheet-row-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/set-worksheet-row-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-comment/update-comment.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-comment-ref/update-comment-ref.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/add-data-validation.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/remove-data-validation.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/update-data-validation.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +0 -3
- package/lib/types/controllers/sheet-transform/algorithms/utils.d.ts +0 -33
- package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/worksheet.algo.spec.d.ts +0 -1
- package/lib/types/controllers/sheet-transform/algorithms/worksheet/add-worksheet-merge.algo.d.ts +0 -2
- package/lib/types/controllers/sheet-transform/algorithms/worksheet/remove-worksheet-merge.algo.d.ts +0 -2
- package/lib/types/controllers/sheet-transform/algorithms/worksheet/worksheet.algo.d.ts +0 -8
- package/lib/types/controllers/sheet-transform/sheet-transform.controller.d.ts +0 -9
- package/lib/types/models/changeset.d.ts +0 -20
- package/lib/types/models/collaboration-events.d.ts +0 -235
- package/lib/types/models/socket-events.d.ts +0 -53
- package/lib/types/plugin.d.ts +0 -10
- package/lib/types/services/compose-changesets/compose-changesets.service.d.ts +0 -5
- package/lib/types/services/compress-mutation/compress-mutation-service.d.ts +0 -19
- package/lib/types/services/compress-mutation/compress-mutations/__test__/set-range-values.spec.d.ts +0 -1
- package/lib/types/services/compress-mutation/compress-mutations/set-range-values.d.ts +0 -13
- package/lib/types/services/history/type.d.ts +0 -6
- package/lib/types/services/rev/__tests__/rev.service.spec.d.ts +0 -18
- package/lib/types/services/rev/rev.service.d.ts +0 -23
- package/lib/types/services/snapshot/__tests__/snapshot-mock.d.ts +0 -27
- package/lib/types/services/snapshot/__tests__/snapshot-transform.spec.d.ts +0 -16
- package/lib/types/services/snapshot/__tests__/snapshot.service.spec.d.ts +0 -23
- package/lib/types/services/snapshot/snapshot-transform.d.ts +0 -30
- package/lib/types/services/snapshot/snapshot-utils.d.ts +0 -15
- package/lib/types/services/snapshot/snapshot.service.d.ts +0 -46
- package/lib/types/services/transform/__tests__/doc.transform.service.spec.d.ts +0 -1
- package/lib/types/services/transform/__tests__/transform.service.spec.d.ts +0 -1
- package/lib/types/services/transform/transform.service.d.ts +0 -114
- package/lib/types/services/transform/types.d.ts +0 -47
- package/lib/types/utils.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/collaboration",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"./lib/*": "./lib/*"
|
|
32
32
|
},
|
|
33
|
-
"main": "./lib/
|
|
34
|
-
"module": "./lib/es/index.js",
|
|
33
|
+
"main": "./lib/es/index.js",
|
|
35
34
|
"types": "./lib/types/index.d.ts",
|
|
36
35
|
"publishConfig": {
|
|
37
36
|
"access": "public"
|
|
@@ -43,30 +42,30 @@
|
|
|
43
42
|
"lib"
|
|
44
43
|
],
|
|
45
44
|
"dependencies": {
|
|
46
|
-
"uuid": "^
|
|
47
|
-
"@univerjs
|
|
48
|
-
"@univerjs/
|
|
49
|
-
"@univerjs/
|
|
50
|
-
"@univerjs/
|
|
51
|
-
"@univerjs/
|
|
52
|
-
"@univerjs/
|
|
45
|
+
"uuid": "^11.0.2",
|
|
46
|
+
"@univerjs/core": "0.5.0-alpha.0",
|
|
47
|
+
"@univerjs/data-validation": "0.5.0-alpha.0",
|
|
48
|
+
"@univerjs-pro/license": "0.5.0-alpha.0",
|
|
49
|
+
"@univerjs/docs": "0.5.0-alpha.0",
|
|
50
|
+
"@univerjs/engine-formula": "0.5.0-alpha.0",
|
|
51
|
+
"@univerjs/drawing": "0.5.0-alpha.0",
|
|
52
|
+
"@univerjs/engine-render": "0.5.0-alpha.0",
|
|
53
53
|
"@univerjs/protocol": "0.1.39-alpha.38",
|
|
54
|
-
"@univerjs/
|
|
55
|
-
"@univerjs/sheets-conditional-formatting": "0.
|
|
56
|
-
"@univerjs/sheets": "0.
|
|
57
|
-
"@univerjs/sheets-
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/sheets
|
|
60
|
-
"@univerjs/thread-comment": "0.4.2"
|
|
54
|
+
"@univerjs/sheets-drawing": "0.5.0-alpha.0",
|
|
55
|
+
"@univerjs/sheets-conditional-formatting": "0.5.0-alpha.0",
|
|
56
|
+
"@univerjs/sheets-filter": "0.5.0-alpha.0",
|
|
57
|
+
"@univerjs/sheets-hyper-link": "0.5.0-alpha.0",
|
|
58
|
+
"@univerjs/thread-comment": "0.5.0-alpha.0",
|
|
59
|
+
"@univerjs/sheets": "0.5.0-alpha.0"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
62
|
"typescript": "5.6.3",
|
|
64
|
-
"vite": "^5.4.
|
|
65
|
-
"vitest": "^2.1.
|
|
66
|
-
"@univerjs-infra/shared": "0.
|
|
67
|
-
"@univerjs/docs-ui": "0.
|
|
63
|
+
"vite": "^5.4.10",
|
|
64
|
+
"vitest": "^2.1.4",
|
|
65
|
+
"@univerjs-infra/shared": "0.5.0-alpha.0",
|
|
66
|
+
"@univerjs/docs-ui": "0.5.0-alpha.0"
|
|
68
67
|
},
|
|
69
|
-
"
|
|
68
|
+
"space": {
|
|
70
69
|
".": {
|
|
71
70
|
"import": "./lib/es/index.js",
|
|
72
71
|
"require": "./lib/cjs/index.js",
|
|
@@ -84,6 +83,7 @@
|
|
|
84
83
|
"test:watch": "vitest",
|
|
85
84
|
"coverage": "vitest run --coverage",
|
|
86
85
|
"lint:types": "tsc --noEmit",
|
|
87
|
-
"build": "
|
|
88
|
-
}
|
|
86
|
+
"build": "tsx build.ts"
|
|
87
|
+
},
|
|
88
|
+
"module": "./lib/es/index.js"
|
|
89
89
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
export interface ICreateUnitMutationParams {
|
|
3
|
-
unitId: string;
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* This mutation will not create a unit but only be a signal
|
|
7
|
-
*/
|
|
8
|
-
export declare const CreateUnitMutation: IMutation<ICreateUnitMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IRichTextEditingMutationParams } from '@univerjs/docs';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../services/transform/transform.service';
|
|
3
|
-
export declare const RichTextEditingMutationWithSelf: IMutationTransformAlgorithm;
|
|
4
|
-
export declare const DocAlgorithms: Array<IMutationTransformAlgorithm<IRichTextEditingMutationParams, IRichTextEditingMutationParams>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Disposable } from '@univerjs/core';
|
|
2
|
-
import { ITransformService } from '../../services/transform/transform.service';
|
|
3
|
-
/**
|
|
4
|
-
* This controller register sheet transform algorithms to the transform service.
|
|
5
|
-
*/
|
|
6
|
-
export declare class DocTransformController extends Disposable {
|
|
7
|
-
private readonly _transformService;
|
|
8
|
-
constructor(_transformService: ITransformService);
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Disposable, ICommandService } from '@univerjs/core';
|
|
2
|
-
/**
|
|
3
|
-
* This controller register sheet transform algorithms to the transform service.
|
|
4
|
-
*/
|
|
5
|
-
export declare class RevisionController extends Disposable {
|
|
6
|
-
private _commandService;
|
|
7
|
-
constructor(_commandService: ICommandService);
|
|
8
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Dependency, ICommand, ICommandInfo, IMutationInfo, IWorkbookData, Univer } from '@univerjs/core';
|
|
2
|
-
import { IMutationTransformAlgorithm, TransformService } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const TEST_WORKBOOK_DATA_DEMO: () => IWorkbookData;
|
|
4
|
-
export declare function createTransformTestBed(algorithms: IMutationTransformAlgorithm[]): TransformService;
|
|
5
|
-
export declare function createTransformTestUniver(algorithms: IMutationTransformAlgorithm[], dependencies?: Dependency[], workbookData?: IWorkbookData): {
|
|
6
|
-
univer: Univer;
|
|
7
|
-
get: {
|
|
8
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, lookUp?: import('@wendellhu/redi').LookUp): T;
|
|
9
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.MANY, lookUp?: import('@wendellhu/redi').LookUp): T[];
|
|
10
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.OPTIONAL, lookUp?: import('@wendellhu/redi').LookUp): T | null;
|
|
11
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.REQUIRED, lookUp?: import('@wendellhu/redi').LookUp): T;
|
|
12
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity?: import('@wendellhu/redi').Quantity, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
|
|
13
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantityOrLookup?: import('@wendellhu/redi').Quantity | import('@wendellhu/redi').LookUp, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
|
|
14
|
-
};
|
|
15
|
-
transformService: TransformService;
|
|
16
|
-
};
|
|
17
|
-
export declare const getMutations: (commands: ICommand[], commandInfo: ICommandInfo, dependencies?: Dependency[], workbookData?: IWorkbookData) => Promise<IMutationInfo<object>[]>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IMutationTransformAlgorithm } from '../../../../../services/transform/transform.service';
|
|
2
|
-
export declare function createCommentTestBed(transform: IMutationTransformAlgorithm): {
|
|
3
|
-
univer: import('@univerjs/core').Univer;
|
|
4
|
-
get: {
|
|
5
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, lookUp?: import('@wendellhu/redi').LookUp): T;
|
|
6
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.MANY, lookUp?: import('@wendellhu/redi').LookUp): T[];
|
|
7
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.OPTIONAL, lookUp?: import('@wendellhu/redi').LookUp): T | null;
|
|
8
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.REQUIRED, lookUp?: import('@wendellhu/redi').LookUp): T;
|
|
9
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity?: import('@wendellhu/redi').Quantity, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
|
|
10
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantityOrLookup?: import('@wendellhu/redi').Quantity | import('@wendellhu/redi').LookUp, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
|
|
11
|
-
};
|
|
12
|
-
transformService: import('../../../../..').TransformService;
|
|
13
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddCommentMutationParams } from '@univerjs/thread-comment';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addCommentMutationWithSelf: IMutationTransformAlgorithm<IAddCommentMutationParams, IAddCommentMutationParams>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addConditionalFormattingRuleMutationWithSelf: IMutationTransformAlgorithm<IAddConditionalRuleMutationParams, IAddConditionalRuleMutationParams>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/util.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IMutationTransformAlgorithm } from '../../../../../services/transform/transform.service';
|
|
2
|
-
export declare function createDataValidationTestBed(transform: IMutationTransformAlgorithm): {
|
|
3
|
-
univer: import('@univerjs/core').Univer;
|
|
4
|
-
get: {
|
|
5
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, lookUp?: import('@wendellhu/redi').LookUp): T;
|
|
6
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.MANY, lookUp?: import('@wendellhu/redi').LookUp): T[];
|
|
7
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.OPTIONAL, lookUp?: import('@wendellhu/redi').LookUp): T | null;
|
|
8
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.REQUIRED, lookUp?: import('@wendellhu/redi').LookUp): T;
|
|
9
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity?: import('@wendellhu/redi').Quantity, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
|
|
10
|
-
<T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantityOrLookup?: import('@wendellhu/redi').Quantity | import('@wendellhu/redi').LookUp, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
|
|
11
|
-
};
|
|
12
|
-
transformService: import('../../../../..').TransformService;
|
|
13
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IAddDataValidationMutationParams, IRemoveDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
|
|
2
|
-
import { IDataValidationRule, IMutationInfo } from '@univerjs/core';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare function applyAddMutationTransform(unitId: string, subUnitId: string, origin: IDataValidationRule[], patch: IDataValidationRule[]): IMutationInfo<IRemoveDataValidationMutationParams | IUpdateDataValidationMutationParams>[];
|
|
5
|
-
export declare function mergeAddMutation(m1: IMutationInfo<IAddDataValidationMutationParams>, mutations: (IMutationInfo<IRemoveDataValidationMutationParams> | IMutationInfo<IUpdateDataValidationMutationParams>)[]): {
|
|
6
|
-
params: {
|
|
7
|
-
rule: IDataValidationRule[];
|
|
8
|
-
index?: number;
|
|
9
|
-
source?: import('@univerjs/data-validation').DataValidationChangeSource;
|
|
10
|
-
unitId: string;
|
|
11
|
-
subUnitId: string;
|
|
12
|
-
};
|
|
13
|
-
id: string;
|
|
14
|
-
type?: import("@univerjs/core").CommandType.MUTATION;
|
|
15
|
-
}[];
|
|
16
|
-
export declare const addDataValidationMutationWithSelf: IMutationTransformAlgorithm<IAddDataValidationMutationParams, IAddDataValidationMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addDataValidationMutationWithUpdate: IMutationTransformAlgorithm<IAddDataValidationMutationParams, IUpdateDataValidationMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddHyperLinkMutationParams } from '@univerjs/sheets-hyper-link';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addHyperLinkWithSelf: IMutationTransformAlgorithm<IAddHyperLinkMutationParams, IAddHyperLinkMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IAddCommentMutationParams } from '@univerjs/thread-comment';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithAddComment: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddCommentMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddConditionalRuleMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithSelf: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddRangeProtectionMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IAddWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddWorksheetMergeMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithAddWorksheetProtection: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IDeleteConditionalRuleMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IInsertColMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithInsertCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IInsertColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IInsertRowMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithInsertRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithMoveCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveColumnsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithMoveRange: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithMoveRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveRowsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveColMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveDataValidationMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveNumfmtMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveRowsMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISheetCommandSharedParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetConditionalRuleMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, ISetFrozenMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithSetFrozen: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetFrozenMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithSetNumfmt: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetNumfmtMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithSetRangeProtection: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetRangeProtectionMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithSetRangeValue: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetRangeValuesMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addRangeProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IUpdateCommentCommandParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addRangeProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IUpdateDataValidationMutationParams>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithSelf: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IAddWorksheetMergeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IMoveRangeMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationInfo } from '@univerjs/core';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams> | IMutationInfo<IMoveRangeMutationParams>>;
|
|
5
|
-
export declare const addWorksheetMergeMutationWithInsertColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationInfo } from '@univerjs/core';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams>>;
|
|
5
|
-
export declare const addWorksheetMergeMutationWithInsertRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithMoveColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveColumnsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithMoveRangeMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithMoveRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveRowsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithRemoveColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithRemoveRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithRemoveWorksheetMergeMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithSetRangeValues: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, ISetSelectionsOperationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetMergeMutationWithSetSelection: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, ISetSelectionsOperationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddCommentMutationParams } from '@univerjs/thread-comment';
|
|
2
|
-
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addWorksheetProtectionWithAddComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddCommentMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
2
|
-
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addWorksheetProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddConditionalRuleMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithAddRangeProtection: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddRangeProtectionMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetMergeMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddWorksheetMergeMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithSelf: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddWorksheetProtectionParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, ISetWorksheetOrderMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithChangeSheetOrder: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetOrderMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
2
|
-
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addWorksheetProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IDeleteConditionalRuleMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IInsertColMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithInsertCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IInsertColMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IInsertRowMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithInsertRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithMoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveColumnsMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IMoveRangeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithMoveRange: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IMoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithMoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRowsMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IRemoveColMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveColMutationParams>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
|
|
2
|
-
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
-
export declare const addWorksheetProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveDataValidationMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IAddWorksheetProtectionParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
-
export declare const addWorksheetProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveRowsMutationParams>;
|