@univerjs-pro/collaboration 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import { IMutationInfo } from '@univerjs/core';
2
+ export declare const EmptyMutationInfo: IMutationInfo;
@@ -2,6 +2,7 @@ export { CreateUnitMutation, type ICreateUnitMutationParams } from './command/cr
2
2
  export { type IRevertRevisionMutationParams, RevertRevisionMutation } from './command/revert-revision.mutation';
3
3
  export type { IUniverCollaborationConfig } from './controllers/config.schema';
4
4
  export { DocTransformController } from './controllers/doc-transform/doc-transform.controller';
5
+ export { EmptyMutationInfo } from './controllers/empty';
5
6
  export { SheetTransformController } from './controllers/sheet-transform/sheet-transform.controller';
6
7
  export { type IChangeset, type IFetchMissingCSResult, parseChangesetToProtocol, parseMutationToProtocol, parseProtocolChangeset, parseProtocolCommand, parseProtocolMutation, } from './models/changeset';
7
8
  export { CollaborationEvent, type IAcknowledgedChangeset, type IAcknowledgementEvent, type ICollaborationEvent, type ICollaborationUser, type IFetchingMissEvent, type IFetchOperationsEvent, type INewChangesetsEvent, type INewHostEvent, type IOperationEvent, type IPermissionUpdateEvent, type IPseudoFetchMissingResultEvent, type IRejectedChangeset, type IRejectionEvent, type IRequestHostEvent, type IRetryEvent, type IShouldCloseConnEvent, type ISubmitChangesetEvent, type ITerminateEvent, type IUpdateCursorEvent, type IUserJoinEvent, type IUserLeaveEvent, type IUserSelectionEvent, } from './models/collaboration-events';