2019-03-01 23:26:40 +01:00
|
|
|
|
2019-04-04 19:35:38 +02:00
|
|
|
export {
|
2019-05-07 13:44:23 +02:00
|
|
|
Doc,
|
2019-04-04 19:35:38 +02:00
|
|
|
Transaction,
|
|
|
|
|
YArray as Array,
|
|
|
|
|
YMap as Map,
|
|
|
|
|
YText as Text,
|
|
|
|
|
YXmlText as XmlText,
|
|
|
|
|
YXmlHook as XmlHook,
|
|
|
|
|
YXmlElement as XmlElement,
|
|
|
|
|
YXmlFragment as XmlFragment,
|
2019-04-23 20:51:32 +02:00
|
|
|
YXmlEvent,
|
|
|
|
|
YMapEvent,
|
|
|
|
|
YArrayEvent,
|
2020-07-12 20:13:18 +02:00
|
|
|
YTextEvent,
|
2019-04-23 20:51:32 +02:00
|
|
|
YEvent,
|
2019-05-28 14:18:20 +02:00
|
|
|
Item,
|
2019-04-23 20:51:32 +02:00
|
|
|
AbstractStruct,
|
|
|
|
|
GC,
|
2019-05-28 14:18:20 +02:00
|
|
|
ContentBinary,
|
|
|
|
|
ContentDeleted,
|
|
|
|
|
ContentEmbed,
|
|
|
|
|
ContentFormat,
|
|
|
|
|
ContentJSON,
|
2019-08-09 01:15:33 +02:00
|
|
|
ContentAny,
|
2019-05-28 14:18:20 +02:00
|
|
|
ContentString,
|
|
|
|
|
ContentType,
|
2019-04-23 20:51:32 +02:00
|
|
|
AbstractType,
|
2019-05-07 13:44:23 +02:00
|
|
|
RelativePosition,
|
2020-05-11 01:45:27 +02:00
|
|
|
getTypeChildren,
|
2019-05-07 13:44:23 +02:00
|
|
|
createRelativePositionFromTypeIndex,
|
|
|
|
|
createRelativePositionFromJSON,
|
|
|
|
|
createAbsolutePositionFromRelativePosition,
|
|
|
|
|
compareRelativePositions,
|
2019-04-04 19:35:38 +02:00
|
|
|
ID,
|
|
|
|
|
createID,
|
|
|
|
|
compareIDs,
|
|
|
|
|
getState,
|
2019-04-23 20:51:32 +02:00
|
|
|
Snapshot,
|
2019-08-31 22:42:18 +02:00
|
|
|
createSnapshot,
|
2019-09-04 22:08:05 +02:00
|
|
|
createDeleteSet,
|
|
|
|
|
createDeleteSetFromStructStore,
|
2019-09-03 16:33:29 +02:00
|
|
|
snapshot,
|
|
|
|
|
emptySnapshot,
|
2019-04-23 20:51:32 +02:00
|
|
|
findRootTypeKey,
|
2021-10-07 11:31:40 +02:00
|
|
|
findIndexSS,
|
2020-11-21 19:27:12 +01:00
|
|
|
getItem,
|
2019-05-07 13:44:23 +02:00
|
|
|
typeListToArraySnapshot,
|
2019-04-23 20:51:32 +02:00
|
|
|
typeMapGetSnapshot,
|
2020-07-22 18:35:03 +03:00
|
|
|
createDocFromSnapshot,
|
2019-05-07 13:44:23 +02:00
|
|
|
iterateDeletedStructs,
|
|
|
|
|
applyUpdate,
|
2020-07-12 18:25:45 +02:00
|
|
|
applyUpdateV2,
|
2020-05-03 16:10:58 +02:00
|
|
|
readUpdate,
|
2020-07-12 18:25:45 +02:00
|
|
|
readUpdateV2,
|
2019-05-07 13:44:23 +02:00
|
|
|
encodeStateAsUpdate,
|
2020-07-12 18:25:45 +02:00
|
|
|
encodeStateAsUpdateV2,
|
2019-06-24 23:04:53 +02:00
|
|
|
encodeStateVector,
|
2019-09-03 16:33:29 +02:00
|
|
|
UndoManager,
|
|
|
|
|
decodeSnapshot,
|
|
|
|
|
encodeSnapshot,
|
2020-07-12 18:25:45 +02:00
|
|
|
decodeSnapshotV2,
|
|
|
|
|
encodeSnapshotV2,
|
2020-07-12 18:41:34 +02:00
|
|
|
decodeStateVector,
|
2020-12-16 21:25:00 +01:00
|
|
|
logUpdate,
|
|
|
|
|
logUpdateV2,
|
2021-01-13 01:16:21 +01:00
|
|
|
relativePositionToJSON,
|
2019-09-03 16:33:29 +02:00
|
|
|
isDeleted,
|
2020-01-14 05:13:51 +01:00
|
|
|
isParentOf,
|
2019-09-17 18:53:59 +02:00
|
|
|
equalSnapshots,
|
2020-01-27 03:42:32 +01:00
|
|
|
PermanentUserData, // @TODO experimental
|
2020-02-12 10:37:22 +01:00
|
|
|
tryGc,
|
2020-07-12 19:07:16 +02:00
|
|
|
transact,
|
2020-07-15 22:03:02 +02:00
|
|
|
AbstractConnector,
|
2020-12-07 19:47:48 +01:00
|
|
|
logType,
|
2020-12-16 23:26:38 +01:00
|
|
|
mergeUpdates,
|
2020-12-30 20:21:14 +01:00
|
|
|
mergeUpdatesV2,
|
|
|
|
|
parseUpdateMeta,
|
|
|
|
|
parseUpdateMetaV2,
|
|
|
|
|
encodeStateVectorFromUpdate,
|
2021-01-17 15:22:36 +01:00
|
|
|
encodeStateVectorFromUpdateV2,
|
|
|
|
|
encodeRelativePosition,
|
2021-01-29 18:18:09 +01:00
|
|
|
decodeRelativePosition,
|
|
|
|
|
diffUpdate,
|
|
|
|
|
diffUpdateV2
|
2019-04-04 19:35:38 +02:00
|
|
|
} from './internals.js'
|