@univerjs-pro/collaboration 0.1.13 → 0.1.15
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/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +4 -0
- package/lib/types/index.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/rev/rev.service.d.ts +2 -3
- package/lib/umd/index.js +1 -1
- package/package.json +36 -21
package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddHyperLinkMutationParams } from '@univerjs/sheets-hyper-link';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addHyperLinkWithSelf: IMutationTransformAlgorithm<IAddHyperLinkMutationParams, IAddHyperLinkMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IAddCommentMutationParams } from '@univerjs/thread-comment';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithAddComment: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddCommentMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddConditionalRuleMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithSelf: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddRangeProtectionMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IAddWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddWorksheetMergeMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithAddWorksheetProtection: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IDeleteConditionalRuleMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IInsertColMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithInsertCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IInsertColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IInsertRowMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithInsertRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithMoveCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveColumnsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithMoveRange: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithMoveRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IMoveRowsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveColMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveDataValidationMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveNumfmtMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveRowsMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveSheetsFilterMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetConditionalRuleMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, ISetFrozenMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithSetFrozen: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetFrozenMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithSetNumfmt: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetNumfmtMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithSetRangeProtection: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetRangeProtectionMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithSetRangeValue: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetRangeValuesMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addRangeProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IUpdateCommentCommandParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addRangeProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IUpdateDataValidationMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddCommentMutationParams } from '@univerjs/thread-comment';
|
|
2
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithAddComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddCommentMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
2
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddConditionalRuleMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddRangeProtectionMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithAddRangeProtection: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddRangeProtectionMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetMergeMutationParams, IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddWorksheetMergeMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSelf: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddWorksheetProtectionParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetWorksheetOrderMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithChangeSheetOrder: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetOrderMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
2
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IDeleteConditionalRuleMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IInsertColMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithInsertCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IInsertColMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IInsertRowMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithInsertRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithMoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveColumnsMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IMoveRangeMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithMoveRange: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IMoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithMoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IMoveRowsMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IRemoveColMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithRemoveCol: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveColMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
|
|
2
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveDataValidationMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveNumfmtMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithRemoveRow: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveRowsMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
+
import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithRemoveFilter: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveSheetsFilterMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveWorksheetMergeMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, IRemoveSheetMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithRemoveWorksheet: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IRemoveSheetMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
2
|
+
import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetConditionalRuleMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetFrozenMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSetFrozen: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetFrozenMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetNumfmtMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSetNumfmt: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetNumfmtMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSetRangeProtection: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSetRangeValue: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetRangeValuesMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetColWidthMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const addWorksheetProtectionWithSetWorksheetName: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, ISetWorksheetNameCommandParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
|
|
2
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateCommentCommandParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
|
|
2
|
+
import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const addWorksheetProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateDataValidationMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare const transformUpdateCommentRefWithRefRange: (m2: IMutationInfo<I
|
|
|
11
11
|
unitId: string;
|
|
12
12
|
subUnitId: string;
|
|
13
13
|
payload: import('@univerjs/thread-comment/commands/mutations/comment.mutation.js').IUpdateCommentRefPayload;
|
|
14
|
+
silent?: boolean | undefined;
|
|
14
15
|
};
|
|
15
16
|
}[] | {
|
|
16
17
|
id: string;
|
package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IRemoveHyperLinkMutationParams } from '@univerjs/sheets-hyper-link';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const removeHyperLinkWithSelf: IMutationTransformAlgorithm<IRemoveHyperLinkMutationParams, IRemoveHyperLinkMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddCommentMutationParams } from '@univerjs/thread-comment';
|
|
2
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithAddComment: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IAddCommentMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
2
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithAddConditionRule: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IAddConditionalRuleMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetMergeMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithAddWorksheetMerge: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IAddWorksheetMergeMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAddWorksheetProtectionParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithAddWorksheetProtection: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IAddWorksheetProtectionParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IDeleteConditionalRuleMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IInsertColMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithInsertCol: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IInsertColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IInsertRowMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithInsertRow: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IMoveColumnsMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithMoveCol: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IMoveColumnsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IMoveRangeMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithMoveRange: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IMoveRowsMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithMoveRow: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IMoveRowsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IRemoveColMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithRemoveCol: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveColMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveDataValidationMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IRemoveNumfmtMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithRemoveNumfmt: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveNumfmtMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IRemoveRowsMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithRemoveRow: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveRowsMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IRemoveSheetsFilterMutationParams } from '@univerjs/sheets-filter';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithRemoveFilter: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveSheetsFilterMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IRemoveWorksheetMergeMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithRemoveWorksheetMerge: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveWorksheetMergeMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { ISetConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithSetConditionalFormattingRule: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISetConditionalRuleMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ISetFrozenMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithSetFrozen: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISetFrozenMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ISetNumfmtMutationParams, ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithSetNumfmt: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISetNumfmtMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithSetRangeProtection: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISetRangeProtectionMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithSetRangeValue: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISetRangeValuesMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const setRangeProtectionWithSetWorksheetColWidth: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, ISetWorksheetColWidthMutationParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
2
|
+
import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithUpdateComment: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IUpdateCommentCommandParams>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
|
|
2
|
+
import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
|
+
|
|
5
|
+
export declare const setRangeProtectionWithUpdateDataValidation: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IUpdateDataValidationMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IUpdateHyperLinkMutationParams } from '@univerjs/sheets-hyper-link';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const updateHyperLinkWithSelf: IMutationTransformAlgorithm<IUpdateHyperLinkMutationParams, IUpdateHyperLinkMutationParams>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IUpdateHyperLinkRefMutationParams } from '@univerjs/sheets-hyper-link';
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
|
+
|
|
4
|
+
export declare const updateHyperLinkRefWithSelf: IMutationTransformAlgorithm<IUpdateHyperLinkRefMutationParams, IUpdateHyperLinkRefMutationParams>;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { DocTransformController } from './controllers/doc-transform/doc-transfor
|
|
|
3
3
|
export { type IChangeset, parseProtocolCommand, parseChangesetToProtocol, parseMutationToProtocol, parseProtocolChangeset, parseProtocolMutation, } from './models/changeset';
|
|
4
4
|
export { CollaborationEvent, type IAcknowledgedChangeset, type IAcknowledgementEvent, type ICollaborationEvent, type ICollaborationUser, type IFetchingMissEvent, type IFetchOperationsEvent, type INewChangesetsEvent, type INewHostEvent, type IOperationEvent, type IPseudoFetchMissingResultEvent, type IRejectedChangeset, type IRejectionEvent, type IRequestHostEvent, type ISubmitChangesetEvent, type ITerminateEvent, type IUpdateCursorEvent, type IUserJoinEvent, type IUserLeaveEvent, type IUserSelectionEvent, } from './models/collaboration-events';
|
|
5
5
|
export { type ICombRequestEvent, type ICombResponseEvent, type IHeartbeatRequestEvent, type IHeartbeatResponseEvent, type IHelloRequestEvent, type IHelloResponseEvent, type IIngestQuestEvent, type IJoinRequestEvent, type IJoinResponseEvent, type ILeaveRequestEvent, type IRecvResponseEvent, } from './models/socket-events';
|
|
6
|
-
export {
|
|
6
|
+
export { UniverCollaborationPlugin } from './plugin';
|
|
7
7
|
export { CompressMutationService } from './services/compress-mutation/compress-mutation-service';
|
|
8
8
|
export { RevisionService, SINGLE_SNAPSHOT_MUTATIONS } from './services/rev/rev.service';
|
|
9
9
|
export { SnapshotService } from './services/snapshot/snapshot.service';
|
package/lib/types/plugin.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Injector } from '@wendellhu/redi';
|
|
|
3
3
|
|
|
4
4
|
export interface ICollaborationPluginConfig {
|
|
5
5
|
}
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class UniverCollaborationPlugin extends Plugin {
|
|
7
7
|
private _config;
|
|
8
8
|
protected _injector: Injector;
|
|
9
9
|
static pluginName: string;
|