@univerjs-pro/collaboration 0.1.12 → 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/doc-transform/algorithms/doc-algo.d.ts +2 -1
- package/lib/types/controllers/doc-transform/json-x-pro/json-x-pro.d.ts +6 -0
- package/lib/types/controllers/doc-transform/text-x-pro/text-x-pro.d.ts +4 -2
- 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-merge/insert-col.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +1 -1
- 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/remove-worksheet-merge/insert-row.algo.d.ts +1 -1
- 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 +2 -2
- package/lib/types/models/changeset.d.ts +3 -2
- package/lib/types/models/collaboration-events.d.ts +2 -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
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { IRichTextEditingMutationParams } from '@univerjs/docs';
|
|
1
2
|
import { IMutationTransformAlgorithm } from '../../../services/transform/transform.service';
|
|
2
3
|
|
|
3
4
|
export declare const RichTextEditingMutationWithSelf: IMutationTransformAlgorithm;
|
|
4
|
-
export declare const DocAlgorithms: Array<IMutationTransformAlgorithm<
|
|
5
|
+
export declare const DocAlgorithms: Array<IMutationTransformAlgorithm<IRichTextEditingMutationParams, IRichTextEditingMutationParams>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { JSONXActions, TPriority, JSON1, JSONX } from '@univerjs/core';
|
|
2
|
+
|
|
3
|
+
export declare class JSONXPro extends JSONX {
|
|
4
|
+
static transform(thisActions: JSONXActions, otherActions: JSONXActions, priority: TPriority): JSON1.JSONOpList | null | undefined;
|
|
5
|
+
static transformPosition(thisActions: JSONXActions, index: number, priority?: TPriority): number;
|
|
6
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { TextXAction, TextX } from '@univerjs/core';
|
|
1
|
+
import { TextXAction, TPriority, TextX } from '@univerjs/core';
|
|
2
2
|
|
|
3
3
|
export declare class TextXPro extends TextX {
|
|
4
|
+
static name: string;
|
|
5
|
+
static id: string;
|
|
4
6
|
/**
|
|
5
7
|
* |(this↓ \| other→) | **insert** | **retain** | **delete** |
|
|
6
8
|
* | ---------------- | ---------- | ---------- | ---------- |
|
|
@@ -25,7 +27,7 @@ export declare class TextXPro extends TextX {
|
|
|
25
27
|
* 1) If the other body attribute does not exist, directly retain length
|
|
26
28
|
* 2) If the other body property exists, then execute the TransformBody logic to override it
|
|
27
29
|
*/
|
|
28
|
-
static transform(thisActions: TextXAction[], otherActions: TextXAction[], priority?:
|
|
30
|
+
static transform(thisActions: TextXAction[], otherActions: TextXAction[], priority?: TPriority): TextXAction[];
|
|
29
31
|
/**
|
|
30
32
|
* Used to transform selection. Why not named transformSelection?
|
|
31
33
|
* Because Univer Doc supports multiple Selections in one document, user need to encapsulate transformSelections at the application layer.
|
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>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IMoveRangeMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
2
|
import { IMutationInfo } from '@univerjs/core';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
4
|
|
|
5
5
|
export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams> | IMutationInfo<IMoveRangeMutationParams>>;
|
|
6
6
|
export declare const addWorksheetMergeMutationWithInsertColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
2
|
import { IMutationInfo } from '@univerjs/core';
|
|
3
|
-
import { IMutationTransformAlgorithm } from '
|
|
3
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
4
4
|
|
|
5
5
|
export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams>>;
|
|
6
6
|
export declare const addWorksheetMergeMutationWithInsertRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertRowMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IMoveColumnsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithMoveColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveColumnsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IMoveRangeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithMoveRangeMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveRangeMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IMoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithMoveRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IMoveRowsMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IRemoveColMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithRemoveColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveColMutationParams>;
|
package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithRemoveRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveRowsMutationParams>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithRemoveWorksheetMergeMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IRemoveWorksheetMergeMutationParams>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const addWorksheetMergeMutationWithSetRangeValues: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, ISetRangeValuesMutationParams>;
|
|
@@ -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/remove-worksheet-merge/insert-row.algo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IInsertRowMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
|
|
2
|
-
import { IMutationTransformAlgorithm } from '
|
|
2
|
+
import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
|
|
3
3
|
|
|
4
4
|
export declare const removeWorksheetMergeMutationWithInsertRowMutation: IMutationTransformAlgorithm<IRemoveWorksheetMergeMutationParams, IInsertRowMutationParams>;
|
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>;
|