@univerjs-pro/collaboration 0.8.3-nightly.202507031607 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/index.js +1 -1
  4. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +1 -1
  5. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +1 -1
  6. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +1 -1
  7. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +1 -1
  8. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +1 -1
  9. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +1 -1
  10. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +1 -1
  11. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +1 -1
  12. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -1
  13. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +1 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +1 -1
  15. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +1 -1
  16. package/lib/umd/index.js +1 -1
  17. package/package.json +15 -15
@@ -1,5 +1,5 @@
1
- import { IDataValidationRule, IMutationInfo } from '@univerjs/core';
2
1
  import { IAddDataValidationMutationParams, IRemoveDataValidationMutationParams, IUpdateDataValidationMutationParams } from '@univerjs/data-validation';
2
+ import { IDataValidationRule, IMutationInfo } from '@univerjs/core';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare function applyAddMutationTransform(unitId: string, subUnitId: string, origin: IDataValidationRule[], patch: IDataValidationRule[]): IMutationInfo<IRemoveDataValidationMutationParams | IUpdateDataValidationMutationParams>[];
5
5
  export declare function mergeAddMutation(m1: IMutationInfo<IAddDataValidationMutationParams>, mutations: (IMutationInfo<IRemoveDataValidationMutationParams> | IMutationInfo<IUpdateDataValidationMutationParams>)[]): {
@@ -1,4 +1,4 @@
1
- import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
2
1
  import { IAddRangeProtectionMutationParams } from '@univerjs/sheets';
2
+ import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addRangeProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<IAddRangeProtectionMutationParams, IRemoveDataValidationMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationInfo } from '@univerjs/core';
2
1
  import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IMoveRangeMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationInfo } from '@univerjs/core';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams> | IMutationInfo<IMoveRangeMutationParams>>;
5
5
  export declare const addWorksheetMergeMutationWithInsertColMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertColMutationParams>;
@@ -1,5 +1,5 @@
1
- import { IMutationInfo } from '@univerjs/core';
2
1
  import { IAddWorksheetMergeMutationParams, IInsertColMutationParams, IInsertRowMutationParams, IRemoveColMutationParams, IRemoveRowsMutationParams, IRemoveWorksheetMergeMutationParams } from '@univerjs/sheets';
2
+ import { IMutationInfo } from '@univerjs/core';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export type IMutationInfoArrWithMergeAndRowCol = Array<IMutationInfo<IInsertRowMutationParams> | IMutationInfo<IInsertColMutationParams> | IMutationInfo<IRemoveRowsMutationParams> | IMutationInfo<IRemoveColMutationParams> | IMutationInfo<IAddWorksheetMergeMutationParams> | IMutationInfo<IRemoveWorksheetMergeMutationParams>>;
5
5
  export declare const addWorksheetMergeMutationWithInsertRowMutation: IMutationTransformAlgorithm<IAddWorksheetMergeMutationParams, IInsertRowMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
1
  import { IAddCommentMutationParams } from '@univerjs/thread-comment';
2
+ import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithAddComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddCommentMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
1
  import { IAddConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
+ import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithAddConditionRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IAddConditionalRuleMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
1
  import { IDeleteConditionalRuleMutationParams } from '@univerjs/sheets-conditional-formatting';
2
+ import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithDeleteConditionFormattingRule: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IDeleteConditionalRuleMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
2
1
  import { IUpdateCommentCommandParams } from '@univerjs/thread-comment';
2
+ import { IAddWorksheetProtectionParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const addWorksheetProtectionWithUpdateComment: IMutationTransformAlgorithm<IAddWorksheetProtectionParams, IUpdateCommentCommandParams>;
@@ -1,6 +1,6 @@
1
- import { ICommandInfo, IMutationInfo } from '@univerjs/core';
2
1
  import { IInsertColMutationParams } from '@univerjs/sheets';
3
2
  import { IUpdateCommentRefMutationParams } from '@univerjs/thread-comment';
3
+ import { ICommandInfo, IMutationInfo } from '@univerjs/core';
4
4
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
5
5
  export declare const transformUpdateCommentRefWithRefRange: (m2: IMutationInfo<IUpdateCommentRefMutationParams>, command: ICommandInfo) => {
6
6
  id: string;
@@ -1,4 +1,4 @@
1
- import { ISheetCommandSharedParams } from '@univerjs/sheets';
2
1
  import { ISetSheetsFilterRangeMutationParams } from '@univerjs/sheets-filter';
2
+ import { ISheetCommandSharedParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const removeSheetsFilterWithSetSheetsFilterRange: IMutationTransformAlgorithm<ISheetCommandSharedParams, ISetSheetsFilterRangeMutationParams>;
@@ -1,4 +1,4 @@
1
- import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
2
1
  import { IAddCommentMutationParams } from '@univerjs/thread-comment';
2
+ import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const setRangeProtectionWithAddComment: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IAddCommentMutationParams>;
@@ -1,4 +1,4 @@
1
- import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
2
1
  import { ISetRangeProtectionMutationParams } from '@univerjs/sheets';
2
+ import { IRemoveDataValidationMutationParams } from '@univerjs/data-validation';
3
3
  import { IMutationTransformAlgorithm } from '../../../../services/transform/transform.service';
4
4
  export declare const setRangeProtectionWithRemoveDataValidation: IMutationTransformAlgorithm<ISetRangeProtectionMutationParams, IRemoveDataValidationMutationParams>;