@fluidframework/sequence 2.0.0-internal.8.0.1 → 2.0.0-rc.1.0.1
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/CHANGELOG.md +54 -0
- package/README.md +0 -6
- package/api-extractor-esm.json +4 -0
- package/api-extractor-lint.json +1 -10
- package/api-extractor.json +1 -9
- package/api-report/sequence.api.md +3 -15
- package/dist/defaultMap.d.ts +2 -2
- package/dist/defaultMap.d.ts.map +1 -1
- package/dist/defaultMap.js +10 -5
- package/dist/defaultMap.js.map +1 -1
- package/dist/defaultMapInterfaces.d.ts +3 -2
- package/dist/defaultMapInterfaces.d.ts.map +1 -1
- package/dist/defaultMapInterfaces.js.map +1 -1
- package/dist/intervalCollection.d.ts +3 -43
- package/dist/intervalCollection.d.ts.map +1 -1
- package/dist/intervalCollection.js +62 -50
- package/dist/intervalCollection.js.map +1 -1
- package/dist/intervals/index.d.ts +1 -1
- package/dist/intervals/index.d.ts.map +1 -1
- package/dist/intervals/index.js +2 -1
- package/dist/intervals/index.js.map +1 -1
- package/dist/intervals/intervalUtils.d.ts +12 -2
- package/dist/intervals/intervalUtils.d.ts.map +1 -1
- package/dist/intervals/intervalUtils.js +10 -3
- package/dist/intervals/intervalUtils.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.d.ts.map +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/revertibles.d.ts.map +1 -1
- package/dist/revertibles.js +9 -3
- package/dist/revertibles.js.map +1 -1
- package/dist/sequence-alpha.d.ts +2 -47
- package/dist/sequence-beta.d.ts +0 -29
- package/dist/sequence-public.d.ts +0 -29
- package/dist/sequence-untrimmed.d.ts +5 -48
- package/dist/sequence.d.ts +2 -2
- package/dist/sequence.d.ts.map +1 -1
- package/dist/sequence.js +5 -1
- package/dist/sequence.js.map +1 -1
- package/dist/sharedString.d.ts +1 -14
- package/dist/sharedString.d.ts.map +1 -1
- package/dist/sharedString.js +0 -12
- package/dist/sharedString.js.map +1 -1
- package/lib/{defaultMap.d.ts → defaultMap.d.mts} +3 -3
- package/lib/defaultMap.d.mts.map +1 -0
- package/lib/{defaultMap.js → defaultMap.mjs} +28 -27
- package/lib/defaultMap.mjs.map +1 -0
- package/lib/{defaultMapInterfaces.d.ts → defaultMapInterfaces.d.mts} +4 -3
- package/lib/defaultMapInterfaces.d.mts.map +1 -0
- package/lib/{intervalIndex/intervalIndex.js → defaultMapInterfaces.mjs} +2 -3
- package/lib/defaultMapInterfaces.mjs.map +1 -0
- package/lib/{index.d.ts → index.d.mts} +12 -24
- package/lib/index.d.mts.map +1 -0
- package/lib/index.mjs +16 -0
- package/lib/index.mjs.map +1 -0
- package/lib/{intervalCollection.d.ts → intervalCollection.d.mts} +6 -46
- package/lib/intervalCollection.d.mts.map +1 -0
- package/lib/{intervalCollection.js → intervalCollection.mjs} +176 -179
- package/lib/intervalCollection.mjs.map +1 -0
- package/lib/intervalIndex/{endpointInRangeIndex.d.ts → endpointInRangeIndex.d.mts} +4 -4
- package/lib/intervalIndex/endpointInRangeIndex.d.mts.map +1 -0
- package/lib/intervalIndex/{endpointInRangeIndex.js → endpointInRangeIndex.mjs} +13 -18
- package/lib/intervalIndex/endpointInRangeIndex.mjs.map +1 -0
- package/lib/intervalIndex/{endpointIndex.d.ts → endpointIndex.d.mts} +4 -4
- package/lib/intervalIndex/endpointIndex.d.mts.map +1 -0
- package/lib/intervalIndex/{endpointIndex.js → endpointIndex.mjs} +9 -14
- package/lib/intervalIndex/endpointIndex.mjs.map +1 -0
- package/lib/intervalIndex/{idIntervalIndex.d.ts → idIntervalIndex.d.mts} +3 -3
- package/lib/intervalIndex/idIntervalIndex.d.mts.map +1 -0
- package/lib/intervalIndex/{idIntervalIndex.js → idIntervalIndex.mjs} +5 -9
- package/lib/intervalIndex/idIntervalIndex.mjs.map +1 -0
- package/lib/intervalIndex/{index.d.ts → index.d.mts} +9 -9
- package/lib/intervalIndex/index.d.mts.map +1 -0
- package/lib/intervalIndex/index.mjs +11 -0
- package/lib/intervalIndex/{index.js.map → index.mjs.map} +1 -1
- package/lib/intervalIndex/{intervalIndex.d.ts → intervalIndex.d.mts} +2 -2
- package/lib/intervalIndex/intervalIndex.d.mts.map +1 -0
- package/lib/intervalIndex/intervalIndex.mjs +6 -0
- package/lib/intervalIndex/{intervalIndex.js.map → intervalIndex.mjs.map} +1 -1
- package/lib/intervalIndex/{intervalIndexUtils.d.ts → intervalIndexUtils.d.mts} +1 -1
- package/lib/intervalIndex/intervalIndexUtils.d.mts.map +1 -0
- package/lib/intervalIndex/{intervalIndexUtils.js → intervalIndexUtils.mjs} +5 -9
- package/lib/intervalIndex/intervalIndexUtils.mjs.map +1 -0
- package/lib/intervalIndex/{overlappingIntervalsIndex.d.ts → overlappingIntervalsIndex.d.mts} +6 -6
- package/lib/intervalIndex/overlappingIntervalsIndex.d.mts.map +1 -0
- package/lib/intervalIndex/{overlappingIntervalsIndex.js → overlappingIntervalsIndex.mjs} +11 -16
- package/lib/intervalIndex/overlappingIntervalsIndex.mjs.map +1 -0
- package/lib/intervalIndex/{overlappingSequenceIntervalsIndex.d.ts → overlappingSequenceIntervalsIndex.d.mts} +3 -3
- package/lib/intervalIndex/overlappingSequenceIntervalsIndex.d.mts.map +1 -0
- package/lib/intervalIndex/overlappingSequenceIntervalsIndex.mjs +37 -0
- package/lib/intervalIndex/overlappingSequenceIntervalsIndex.mjs.map +1 -0
- package/lib/intervalIndex/{sequenceIntervalIndexes.d.ts → sequenceIntervalIndexes.d.mts} +3 -3
- package/lib/intervalIndex/sequenceIntervalIndexes.d.mts.map +1 -0
- package/lib/intervalIndex/sequenceIntervalIndexes.mjs +6 -0
- package/lib/intervalIndex/{sequenceIntervalIndexes.js.map → sequenceIntervalIndexes.mjs.map} +1 -1
- package/lib/intervalIndex/{startpointInRangeIndex.d.ts → startpointInRangeIndex.d.mts} +4 -4
- package/lib/intervalIndex/startpointInRangeIndex.d.mts.map +1 -0
- package/lib/intervalIndex/{startpointInRangeIndex.js → startpointInRangeIndex.mjs} +13 -18
- package/lib/intervalIndex/startpointInRangeIndex.mjs.map +1 -0
- package/lib/{intervalTree.d.ts → intervalTree.d.mts} +2 -2
- package/lib/intervalTree.d.mts.map +1 -0
- package/lib/{intervalTree.js → intervalTree.mjs} +4 -8
- package/lib/intervalTree.mjs.map +1 -0
- package/lib/intervals/{index.d.ts → index.d.mts} +4 -4
- package/lib/intervals/index.d.mts.map +1 -0
- package/lib/intervals/index.mjs +8 -0
- package/lib/intervals/index.mjs.map +1 -0
- package/lib/intervals/{interval.d.ts → interval.d.mts} +3 -3
- package/lib/intervals/interval.d.mts.map +1 -0
- package/lib/intervals/{interval.js → interval.mjs} +13 -18
- package/lib/intervals/interval.mjs.map +1 -0
- package/lib/intervals/{intervalUtils.d.ts → intervalUtils.d.mts} +14 -4
- package/lib/intervals/intervalUtils.d.mts.map +1 -0
- package/lib/intervals/{intervalUtils.js → intervalUtils.mjs} +22 -21
- package/lib/intervals/intervalUtils.mjs.map +1 -0
- package/lib/intervals/{sequenceInterval.d.ts → sequenceInterval.d.mts} +3 -3
- package/lib/intervals/sequenceInterval.d.mts.map +1 -0
- package/lib/intervals/{sequenceInterval.js → sequenceInterval.mjs} +56 -64
- package/lib/intervals/sequenceInterval.mjs.map +1 -0
- package/lib/{localValues.d.ts → localValues.d.mts} +3 -3
- package/lib/localValues.d.mts.map +1 -0
- package/lib/{localValues.js → localValues.mjs} +5 -10
- package/lib/localValues.mjs.map +1 -0
- package/lib/{packageVersion.d.ts → packageVersion.d.mts} +2 -2
- package/lib/packageVersion.d.mts.map +1 -0
- package/lib/packageVersion.mjs +9 -0
- package/lib/packageVersion.mjs.map +1 -0
- package/lib/{revertibles.d.ts → revertibles.d.mts} +4 -4
- package/lib/revertibles.d.mts.map +1 -0
- package/lib/{revertibles.js → revertibles.mjs} +71 -74
- package/lib/revertibles.mjs.map +1 -0
- package/lib/{sequence-alpha.d.ts → sequence-alpha.d.mts} +2 -60
- package/lib/{sequence-public.d.ts → sequence-beta.d.mts} +0 -42
- package/lib/{sequence-beta.d.ts → sequence-public.d.mts} +0 -42
- package/lib/{sequence-untrimmed.d.ts → sequence-untrimmed.d.mts} +5 -61
- package/lib/{sequence.d.ts → sequence.d.mts} +7 -7
- package/lib/sequence.d.mts.map +1 -0
- package/lib/{sequence.js → sequence.mjs} +51 -48
- package/lib/sequence.mjs.map +1 -0
- package/lib/{sequenceDeltaEvent.d.ts → sequenceDeltaEvent.d.mts} +1 -1
- package/lib/sequenceDeltaEvent.d.mts.map +1 -0
- package/lib/{sequenceDeltaEvent.js → sequenceDeltaEvent.mjs} +10 -14
- package/lib/sequenceDeltaEvent.mjs.map +1 -0
- package/lib/{sequenceFactory.d.ts → sequenceFactory.d.mts} +2 -2
- package/lib/sequenceFactory.d.mts.map +1 -0
- package/lib/{sequenceFactory.js → sequenceFactory.mjs} +10 -14
- package/lib/sequenceFactory.mjs.map +1 -0
- package/lib/{sharedIntervalCollection.d.ts → sharedIntervalCollection.d.mts} +3 -3
- package/lib/sharedIntervalCollection.d.mts.map +1 -0
- package/lib/{sharedIntervalCollection.js → sharedIntervalCollection.mjs} +14 -19
- package/lib/sharedIntervalCollection.mjs.map +1 -0
- package/lib/{sharedSequence.d.ts → sharedSequence.d.mts} +2 -2
- package/lib/sharedSequence.d.mts.map +1 -0
- package/lib/{sharedSequence.js → sharedSequence.mjs} +7 -12
- package/lib/sharedSequence.mjs.map +1 -0
- package/lib/{sharedString.d.ts → sharedString.d.mts} +4 -17
- package/lib/sharedString.d.mts.map +1 -0
- package/lib/{sharedString.js → sharedString.mjs} +17 -34
- package/lib/sharedString.mjs.map +1 -0
- package/package.json +97 -46
- package/src/defaultMap.ts +17 -12
- package/src/defaultMapInterfaces.ts +9 -2
- package/src/intervalCollection.ts +67 -123
- package/src/intervals/index.ts +1 -0
- package/src/intervals/intervalUtils.ts +14 -4
- package/src/packageVersion.ts +1 -1
- package/src/revertibles.ts +9 -11
- package/src/sequence.ts +7 -3
- package/src/sharedString.ts +0 -23
- package/lib/defaultMap.d.ts.map +0 -1
- package/lib/defaultMap.js.map +0 -1
- package/lib/defaultMapInterfaces.d.ts.map +0 -1
- package/lib/defaultMapInterfaces.js +0 -7
- package/lib/defaultMapInterfaces.js.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -60
- package/lib/index.js.map +0 -1
- package/lib/intervalCollection.d.ts.map +0 -1
- package/lib/intervalCollection.js.map +0 -1
- package/lib/intervalIndex/endpointInRangeIndex.d.ts.map +0 -1
- package/lib/intervalIndex/endpointInRangeIndex.js.map +0 -1
- package/lib/intervalIndex/endpointIndex.d.ts.map +0 -1
- package/lib/intervalIndex/endpointIndex.js.map +0 -1
- package/lib/intervalIndex/idIntervalIndex.d.ts.map +0 -1
- package/lib/intervalIndex/idIntervalIndex.js.map +0 -1
- package/lib/intervalIndex/index.d.ts.map +0 -1
- package/lib/intervalIndex/index.js +0 -24
- package/lib/intervalIndex/intervalIndex.d.ts.map +0 -1
- package/lib/intervalIndex/intervalIndexUtils.d.ts.map +0 -1
- package/lib/intervalIndex/intervalIndexUtils.js.map +0 -1
- package/lib/intervalIndex/overlappingIntervalsIndex.d.ts.map +0 -1
- package/lib/intervalIndex/overlappingIntervalsIndex.js.map +0 -1
- package/lib/intervalIndex/overlappingSequenceIntervalsIndex.d.ts.map +0 -1
- package/lib/intervalIndex/overlappingSequenceIntervalsIndex.js +0 -41
- package/lib/intervalIndex/overlappingSequenceIntervalsIndex.js.map +0 -1
- package/lib/intervalIndex/sequenceIntervalIndexes.d.ts.map +0 -1
- package/lib/intervalIndex/sequenceIntervalIndexes.js +0 -7
- package/lib/intervalIndex/startpointInRangeIndex.d.ts.map +0 -1
- package/lib/intervalIndex/startpointInRangeIndex.js.map +0 -1
- package/lib/intervalTree.d.ts.map +0 -1
- package/lib/intervalTree.js.map +0 -1
- package/lib/intervals/index.d.ts.map +0 -1
- package/lib/intervals/index.js +0 -23
- package/lib/intervals/index.js.map +0 -1
- package/lib/intervals/interval.d.ts.map +0 -1
- package/lib/intervals/interval.js.map +0 -1
- package/lib/intervals/intervalUtils.d.ts.map +0 -1
- package/lib/intervals/intervalUtils.js.map +0 -1
- package/lib/intervals/sequenceInterval.d.ts.map +0 -1
- package/lib/intervals/sequenceInterval.js.map +0 -1
- package/lib/localValues.d.ts.map +0 -1
- package/lib/localValues.js.map +0 -1
- package/lib/packageVersion.d.ts.map +0 -1
- package/lib/packageVersion.js +0 -12
- package/lib/packageVersion.js.map +0 -1
- package/lib/revertibles.d.ts.map +0 -1
- package/lib/revertibles.js.map +0 -1
- package/lib/sequence.d.ts.map +0 -1
- package/lib/sequence.js.map +0 -1
- package/lib/sequenceDeltaEvent.d.ts.map +0 -1
- package/lib/sequenceDeltaEvent.js.map +0 -1
- package/lib/sequenceFactory.d.ts.map +0 -1
- package/lib/sequenceFactory.js.map +0 -1
- package/lib/sharedIntervalCollection.d.ts.map +0 -1
- package/lib/sharedIntervalCollection.js.map +0 -1
- package/lib/sharedSequence.d.ts.map +0 -1
- package/lib/sharedSequence.js.map +0 -1
- package/lib/sharedString.d.ts.map +0 -1
- package/lib/sharedString.js.map +0 -1
- package/sequence.test-files.tar +0 -0
- package/tsconfig.esnext.json +0 -6
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Supports distributed data structures which are list-like.
|
|
3
|
-
*
|
|
4
|
-
* This library's main export is {@link SharedString}, a DDS for storing and simultaneously editing a sequence of
|
|
5
|
-
* text.
|
|
6
|
-
*
|
|
7
|
-
* See the package's README for a high-level introduction to `SharedString`'s feature set.
|
|
8
|
-
* @remarks Note that SharedString is a sequence DDS but it has additional specialized features and behaviors for
|
|
9
|
-
* working with text.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
import { BaseSegment } from '@fluidframework/merge-tree';
|
|
15
2
|
import { Client } from '@fluidframework/merge-tree';
|
|
16
3
|
import { Deferred } from '@fluidframework/core-utils';
|
|
@@ -53,7 +40,6 @@ import { reservedTileLabelsKey } from '@fluidframework/merge-tree';
|
|
|
53
40
|
import { Serializable } from '@fluidframework/datastore-definitions';
|
|
54
41
|
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
55
42
|
import { SlidingPreference } from '@fluidframework/merge-tree';
|
|
56
|
-
import { SummarySerializer } from '@fluidframework/shared-object-base';
|
|
57
43
|
import { TextSegment } from '@fluidframework/merge-tree';
|
|
58
44
|
import { TrackingGroup } from '@fluidframework/merge-tree';
|
|
59
45
|
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
@@ -173,12 +159,10 @@ export declare interface IIntervalCollection<TInterval extends ISerializableInte
|
|
|
173
159
|
getIntervalById(id: string): TInterval | undefined;
|
|
174
160
|
/**
|
|
175
161
|
* Creates a new interval and add it to the collection.
|
|
176
|
-
* @deprecated call IntervalCollection.add without specifying an intervalType
|
|
177
162
|
* @param start - interval start position (inclusive)
|
|
178
163
|
* @param end - interval end position (exclusive)
|
|
179
|
-
* @param intervalType - type of the interval. All intervals are SlideOnRemove. Intervals may not be Transient.
|
|
180
164
|
* @param props - properties of the interval
|
|
181
|
-
* @returns
|
|
165
|
+
* @returns - the created interval
|
|
182
166
|
* @remarks See documentation on {@link SequenceInterval} for comments on
|
|
183
167
|
* interval endpoint semantics: there are subtleties with how the current
|
|
184
168
|
* half-open behavior is represented.
|
|
@@ -244,16 +228,6 @@ export declare interface IIntervalCollection<TInterval extends ISerializableInte
|
|
|
244
228
|
* the case that the entire interval has been deleted should be resolved at
|
|
245
229
|
* the same time as this ticket
|
|
246
230
|
*/
|
|
247
|
-
add(start: SequencePlace, end: SequencePlace, intervalType: IntervalType, props?: PropertySet): TInterval;
|
|
248
|
-
/**
|
|
249
|
-
* Creates a new interval and add it to the collection.
|
|
250
|
-
* @param start - interval start position (inclusive)
|
|
251
|
-
* @param end - interval end position (exclusive)
|
|
252
|
-
* @param props - properties of the interval
|
|
253
|
-
* @returns - the created interval
|
|
254
|
-
* @remarks - See documentation on {@link SequenceInterval} for comments on interval endpoint semantics: there are subtleties
|
|
255
|
-
* with how the current half-open behavior is represented.
|
|
256
|
-
*/
|
|
257
231
|
add({ start, end, props, }: {
|
|
258
232
|
start: SequencePlace;
|
|
259
233
|
end: SequencePlace;
|
|
@@ -265,23 +239,6 @@ export declare interface IIntervalCollection<TInterval extends ISerializableInte
|
|
|
265
239
|
* @returns the removed interval
|
|
266
240
|
*/
|
|
267
241
|
removeIntervalById(id: string): TInterval | undefined;
|
|
268
|
-
/**
|
|
269
|
-
* Changes the properties on an existing interval.
|
|
270
|
-
* @deprecated - call change with the id and and object containing the new properties
|
|
271
|
-
* @param id - Id of the interval whose properties should be changed
|
|
272
|
-
* @param props - Property set to apply to the interval. Shallow merging is used between any existing properties
|
|
273
|
-
* and `prop`, i.e. the interval will end up with a property object equivalent to `{ ...oldProps, ...props }`.
|
|
274
|
-
*/
|
|
275
|
-
changeProperties(id: string, props: PropertySet): void;
|
|
276
|
-
/**
|
|
277
|
-
* Changes the endpoints of an existing interval.
|
|
278
|
-
* @deprecated - call change with the start and end parameters encapsulated in an object
|
|
279
|
-
* @param id - Id of the interval to change
|
|
280
|
-
* @param start - New start value. To leave the endpoint unchanged, pass the current value.
|
|
281
|
-
* @param end - New end value. To leave the endpoint unchanged, pass the current value.
|
|
282
|
-
* @returns the interval that was changed, if it existed in the collection.
|
|
283
|
-
*/
|
|
284
|
-
change(id: string, start: SequencePlace, end: SequencePlace): TInterval | undefined;
|
|
285
242
|
/**
|
|
286
243
|
* Changes the endpoints, properties, or both of an existing interval.
|
|
287
244
|
* @param id - Id of the Interval to change
|
|
@@ -684,7 +641,6 @@ export { MapLike }
|
|
|
684
641
|
|
|
685
642
|
export { Marker }
|
|
686
643
|
|
|
687
|
-
/* Excluded from this release type: MergeTreeDeltaRevertible */
|
|
688
644
|
export { MergeTreeDeltaType }
|
|
689
645
|
|
|
690
646
|
export { PropertySet }
|
|
@@ -1108,7 +1064,7 @@ export declare abstract class SharedSegmentSequence<T extends ISegment> extends
|
|
|
1108
1064
|
* Runs serializer over the GC data for this SharedMatrix.
|
|
1109
1065
|
* All the IFluidHandle's represent routes to other objects.
|
|
1110
1066
|
*/
|
|
1111
|
-
protected processGCDataCore(serializer:
|
|
1067
|
+
protected processGCDataCore(serializer: IFluidSerializer): void;
|
|
1112
1068
|
/**
|
|
1113
1069
|
* Replace the range specified from start to end with the provided segment
|
|
1114
1070
|
* This is done by inserting the segment at the end of the range, followed
|
|
@@ -1230,19 +1186,6 @@ export declare class SharedString extends SharedSegmentSequence<SharedStringSegm
|
|
|
1230
1186
|
* @param props - The properties to annotate the marker with
|
|
1231
1187
|
*/
|
|
1232
1188
|
annotateMarker(marker: Marker, props: PropertySet): void;
|
|
1233
|
-
/**
|
|
1234
|
-
* Finds the nearest reference with ReferenceType.Tile to `startPos` in the direction dictated by `tilePrecedesPos`.
|
|
1235
|
-
* Note that Markers receive `ReferenceType.Tile` by default.
|
|
1236
|
-
* @deprecated Use `searchForMarker` instead.
|
|
1237
|
-
* @param startPos - Position at which to start the search
|
|
1238
|
-
* @param clientId - clientId dictating the perspective to search from
|
|
1239
|
-
* @param tileLabel - Label of the tile to search for
|
|
1240
|
-
* @param preceding - Whether the desired tile comes before (true) or after (false) `startPos`
|
|
1241
|
-
*/
|
|
1242
|
-
findTile(startPos: number | undefined, tileLabel: string, preceding?: boolean): {
|
|
1243
|
-
tile: ReferencePosition;
|
|
1244
|
-
pos: number;
|
|
1245
|
-
} | undefined;
|
|
1246
1189
|
/**
|
|
1247
1190
|
* Searches a string for the nearest marker in either direction to a given start position.
|
|
1248
1191
|
* The search will include the start position, so markers at the start position are valid
|
|
@@ -1310,7 +1253,6 @@ export declare enum Side {
|
|
|
1310
1253
|
}
|
|
1311
1254
|
|
|
1312
1255
|
/* Excluded from this release type: SubSequence */
|
|
1313
|
-
|
|
1314
1256
|
export { TextSegment }
|
|
1315
1257
|
|
|
1316
1258
|
export { TrackingGroup }
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Supports distributed data structures which are list-like.
|
|
3
|
-
*
|
|
4
|
-
* This library's main export is {@link SharedString}, a DDS for storing and simultaneously editing a sequence of
|
|
5
|
-
* text.
|
|
6
|
-
*
|
|
7
|
-
* See the package's README for a high-level introduction to `SharedString`'s feature set.
|
|
8
|
-
* @remarks Note that SharedString is a sequence DDS but it has additional specialized features and behaviors for
|
|
9
|
-
* working with text.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
import { BaseSegment } from '@fluidframework/merge-tree';
|
|
15
2
|
import { Client } from '@fluidframework/merge-tree';
|
|
16
3
|
import { Deferred } from '@fluidframework/core-utils';
|
|
@@ -53,7 +40,6 @@ import { reservedTileLabelsKey } from '@fluidframework/merge-tree';
|
|
|
53
40
|
import { Serializable } from '@fluidframework/datastore-definitions';
|
|
54
41
|
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
55
42
|
import { SlidingPreference } from '@fluidframework/merge-tree';
|
|
56
|
-
import { SummarySerializer } from '@fluidframework/shared-object-base';
|
|
57
43
|
import { TextSegment } from '@fluidframework/merge-tree';
|
|
58
44
|
import { TrackingGroup } from '@fluidframework/merge-tree';
|
|
59
45
|
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
@@ -92,26 +78,10 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
92
78
|
|
|
93
79
|
/* Excluded from this release type: getTextAndMarkers */
|
|
94
80
|
|
|
95
|
-
/* Excluded from this release type: IChannelAttributes */
|
|
96
|
-
|
|
97
|
-
/* Excluded from this release type: IChannelFactory */
|
|
98
|
-
|
|
99
|
-
/* Excluded from this release type: IChannelServices */
|
|
100
|
-
|
|
101
|
-
/* Excluded from this release type: IChannelStorageService */
|
|
102
|
-
|
|
103
81
|
/* Excluded from this release type: IEndpointIndex */
|
|
104
82
|
|
|
105
83
|
/* Excluded from this release type: IEndpointInRangeIndex */
|
|
106
84
|
|
|
107
|
-
/* Excluded from this release type: IEvent */
|
|
108
|
-
|
|
109
|
-
/* Excluded from this release type: IEventThisPlaceHolder */
|
|
110
|
-
|
|
111
|
-
/* Excluded from this release type: IFluidDataStoreRuntime */
|
|
112
|
-
|
|
113
|
-
/* Excluded from this release type: IFluidSerializer */
|
|
114
|
-
|
|
115
85
|
/* Excluded from this release type: IIdIntervalIndex */
|
|
116
86
|
|
|
117
87
|
/* Excluded from this release type: IInterval */
|
|
@@ -170,18 +140,12 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
170
140
|
|
|
171
141
|
/* Excluded from this release type: ISharedIntervalCollection */
|
|
172
142
|
|
|
173
|
-
/* Excluded from this release type: ISharedObjectEvents */
|
|
174
|
-
|
|
175
143
|
/* Excluded from this release type: ISharedSegmentSequenceEvents */
|
|
176
144
|
|
|
177
145
|
/* Excluded from this release type: ISharedString */
|
|
178
146
|
|
|
179
147
|
/* Excluded from this release type: IStartpointInRangeIndex */
|
|
180
148
|
|
|
181
|
-
/* Excluded from this release type: ISummaryTreeWithStats */
|
|
182
|
-
|
|
183
|
-
/* Excluded from this release type: ITelemetryContext */
|
|
184
|
-
|
|
185
149
|
/* Excluded from this release type: IValueOpEmitter */
|
|
186
150
|
|
|
187
151
|
/* Excluded from this release type: LocalReferencePosition */
|
|
@@ -242,8 +206,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
242
206
|
|
|
243
207
|
/* Excluded from this release type: SharedIntervalCollectionFactory */
|
|
244
208
|
|
|
245
|
-
/* Excluded from this release type: SharedObject */
|
|
246
|
-
|
|
247
209
|
/* Excluded from this release type: SharedSegmentSequence */
|
|
248
210
|
|
|
249
211
|
/* Excluded from this release type: SharedSequence */
|
|
@@ -262,12 +224,8 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
262
224
|
|
|
263
225
|
/* Excluded from this release type: SubSequence */
|
|
264
226
|
|
|
265
|
-
/* Excluded from this release type: SummarySerializer */
|
|
266
|
-
|
|
267
227
|
/* Excluded from this release type: TextSegment */
|
|
268
228
|
|
|
269
229
|
/* Excluded from this release type: TrackingGroup */
|
|
270
230
|
|
|
271
|
-
/* Excluded from this release type: TypedEventEmitter */
|
|
272
|
-
|
|
273
231
|
export { }
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Supports distributed data structures which are list-like.
|
|
3
|
-
*
|
|
4
|
-
* This library's main export is {@link SharedString}, a DDS for storing and simultaneously editing a sequence of
|
|
5
|
-
* text.
|
|
6
|
-
*
|
|
7
|
-
* See the package's README for a high-level introduction to `SharedString`'s feature set.
|
|
8
|
-
* @remarks Note that SharedString is a sequence DDS but it has additional specialized features and behaviors for
|
|
9
|
-
* working with text.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
import { BaseSegment } from '@fluidframework/merge-tree';
|
|
15
2
|
import { Client } from '@fluidframework/merge-tree';
|
|
16
3
|
import { Deferred } from '@fluidframework/core-utils';
|
|
@@ -53,7 +40,6 @@ import { reservedTileLabelsKey } from '@fluidframework/merge-tree';
|
|
|
53
40
|
import { Serializable } from '@fluidframework/datastore-definitions';
|
|
54
41
|
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
55
42
|
import { SlidingPreference } from '@fluidframework/merge-tree';
|
|
56
|
-
import { SummarySerializer } from '@fluidframework/shared-object-base';
|
|
57
43
|
import { TextSegment } from '@fluidframework/merge-tree';
|
|
58
44
|
import { TrackingGroup } from '@fluidframework/merge-tree';
|
|
59
45
|
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
@@ -92,26 +78,10 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
92
78
|
|
|
93
79
|
/* Excluded from this release type: getTextAndMarkers */
|
|
94
80
|
|
|
95
|
-
/* Excluded from this release type: IChannelAttributes */
|
|
96
|
-
|
|
97
|
-
/* Excluded from this release type: IChannelFactory */
|
|
98
|
-
|
|
99
|
-
/* Excluded from this release type: IChannelServices */
|
|
100
|
-
|
|
101
|
-
/* Excluded from this release type: IChannelStorageService */
|
|
102
|
-
|
|
103
81
|
/* Excluded from this release type: IEndpointIndex */
|
|
104
82
|
|
|
105
83
|
/* Excluded from this release type: IEndpointInRangeIndex */
|
|
106
84
|
|
|
107
|
-
/* Excluded from this release type: IEvent */
|
|
108
|
-
|
|
109
|
-
/* Excluded from this release type: IEventThisPlaceHolder */
|
|
110
|
-
|
|
111
|
-
/* Excluded from this release type: IFluidDataStoreRuntime */
|
|
112
|
-
|
|
113
|
-
/* Excluded from this release type: IFluidSerializer */
|
|
114
|
-
|
|
115
85
|
/* Excluded from this release type: IIdIntervalIndex */
|
|
116
86
|
|
|
117
87
|
/* Excluded from this release type: IInterval */
|
|
@@ -170,18 +140,12 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
170
140
|
|
|
171
141
|
/* Excluded from this release type: ISharedIntervalCollection */
|
|
172
142
|
|
|
173
|
-
/* Excluded from this release type: ISharedObjectEvents */
|
|
174
|
-
|
|
175
143
|
/* Excluded from this release type: ISharedSegmentSequenceEvents */
|
|
176
144
|
|
|
177
145
|
/* Excluded from this release type: ISharedString */
|
|
178
146
|
|
|
179
147
|
/* Excluded from this release type: IStartpointInRangeIndex */
|
|
180
148
|
|
|
181
|
-
/* Excluded from this release type: ISummaryTreeWithStats */
|
|
182
|
-
|
|
183
|
-
/* Excluded from this release type: ITelemetryContext */
|
|
184
|
-
|
|
185
149
|
/* Excluded from this release type: IValueOpEmitter */
|
|
186
150
|
|
|
187
151
|
/* Excluded from this release type: LocalReferencePosition */
|
|
@@ -242,8 +206,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
242
206
|
|
|
243
207
|
/* Excluded from this release type: SharedIntervalCollectionFactory */
|
|
244
208
|
|
|
245
|
-
/* Excluded from this release type: SharedObject */
|
|
246
|
-
|
|
247
209
|
/* Excluded from this release type: SharedSegmentSequence */
|
|
248
210
|
|
|
249
211
|
/* Excluded from this release type: SharedSequence */
|
|
@@ -262,12 +224,8 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
262
224
|
|
|
263
225
|
/* Excluded from this release type: SubSequence */
|
|
264
226
|
|
|
265
|
-
/* Excluded from this release type: SummarySerializer */
|
|
266
|
-
|
|
267
227
|
/* Excluded from this release type: TextSegment */
|
|
268
228
|
|
|
269
229
|
/* Excluded from this release type: TrackingGroup */
|
|
270
230
|
|
|
271
|
-
/* Excluded from this release type: TypedEventEmitter */
|
|
272
|
-
|
|
273
231
|
export { }
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Supports distributed data structures which are list-like.
|
|
3
|
-
*
|
|
4
|
-
* This library's main export is {@link SharedString}, a DDS for storing and simultaneously editing a sequence of
|
|
5
|
-
* text.
|
|
6
|
-
*
|
|
7
|
-
* See the package's README for a high-level introduction to `SharedString`'s feature set.
|
|
8
|
-
* @remarks Note that SharedString is a sequence DDS but it has additional specialized features and behaviors for
|
|
9
|
-
* working with text.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
import { BaseSegment } from '@fluidframework/merge-tree';
|
|
15
2
|
import { Client } from '@fluidframework/merge-tree';
|
|
16
3
|
import { Deferred } from '@fluidframework/core-utils';
|
|
@@ -53,7 +40,6 @@ import { reservedTileLabelsKey } from '@fluidframework/merge-tree';
|
|
|
53
40
|
import { Serializable } from '@fluidframework/datastore-definitions';
|
|
54
41
|
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
55
42
|
import { SlidingPreference } from '@fluidframework/merge-tree';
|
|
56
|
-
import { SummarySerializer } from '@fluidframework/shared-object-base';
|
|
57
43
|
import { TextSegment } from '@fluidframework/merge-tree';
|
|
58
44
|
import { TrackingGroup } from '@fluidframework/merge-tree';
|
|
59
45
|
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
@@ -266,12 +252,10 @@ export declare interface IIntervalCollection<TInterval extends ISerializableInte
|
|
|
266
252
|
getIntervalById(id: string): TInterval | undefined;
|
|
267
253
|
/**
|
|
268
254
|
* Creates a new interval and add it to the collection.
|
|
269
|
-
* @deprecated call IntervalCollection.add without specifying an intervalType
|
|
270
255
|
* @param start - interval start position (inclusive)
|
|
271
256
|
* @param end - interval end position (exclusive)
|
|
272
|
-
* @param intervalType - type of the interval. All intervals are SlideOnRemove. Intervals may not be Transient.
|
|
273
257
|
* @param props - properties of the interval
|
|
274
|
-
* @returns
|
|
258
|
+
* @returns - the created interval
|
|
275
259
|
* @remarks See documentation on {@link SequenceInterval} for comments on
|
|
276
260
|
* interval endpoint semantics: there are subtleties with how the current
|
|
277
261
|
* half-open behavior is represented.
|
|
@@ -337,16 +321,6 @@ export declare interface IIntervalCollection<TInterval extends ISerializableInte
|
|
|
337
321
|
* the case that the entire interval has been deleted should be resolved at
|
|
338
322
|
* the same time as this ticket
|
|
339
323
|
*/
|
|
340
|
-
add(start: SequencePlace, end: SequencePlace, intervalType: IntervalType, props?: PropertySet): TInterval;
|
|
341
|
-
/**
|
|
342
|
-
* Creates a new interval and add it to the collection.
|
|
343
|
-
* @param start - interval start position (inclusive)
|
|
344
|
-
* @param end - interval end position (exclusive)
|
|
345
|
-
* @param props - properties of the interval
|
|
346
|
-
* @returns - the created interval
|
|
347
|
-
* @remarks - See documentation on {@link SequenceInterval} for comments on interval endpoint semantics: there are subtleties
|
|
348
|
-
* with how the current half-open behavior is represented.
|
|
349
|
-
*/
|
|
350
324
|
add({ start, end, props, }: {
|
|
351
325
|
start: SequencePlace;
|
|
352
326
|
end: SequencePlace;
|
|
@@ -358,23 +332,6 @@ export declare interface IIntervalCollection<TInterval extends ISerializableInte
|
|
|
358
332
|
* @returns the removed interval
|
|
359
333
|
*/
|
|
360
334
|
removeIntervalById(id: string): TInterval | undefined;
|
|
361
|
-
/**
|
|
362
|
-
* Changes the properties on an existing interval.
|
|
363
|
-
* @deprecated - call change with the id and and object containing the new properties
|
|
364
|
-
* @param id - Id of the interval whose properties should be changed
|
|
365
|
-
* @param props - Property set to apply to the interval. Shallow merging is used between any existing properties
|
|
366
|
-
* and `prop`, i.e. the interval will end up with a property object equivalent to `{ ...oldProps, ...props }`.
|
|
367
|
-
*/
|
|
368
|
-
changeProperties(id: string, props: PropertySet): void;
|
|
369
|
-
/**
|
|
370
|
-
* Changes the endpoints of an existing interval.
|
|
371
|
-
* @deprecated - call change with the start and end parameters encapsulated in an object
|
|
372
|
-
* @param id - Id of the interval to change
|
|
373
|
-
* @param start - New start value. To leave the endpoint unchanged, pass the current value.
|
|
374
|
-
* @param end - New end value. To leave the endpoint unchanged, pass the current value.
|
|
375
|
-
* @returns the interval that was changed, if it existed in the collection.
|
|
376
|
-
*/
|
|
377
|
-
change(id: string, start: SequencePlace, end: SequencePlace): TInterval | undefined;
|
|
378
335
|
/**
|
|
379
336
|
* Changes the endpoints, properties, or both of an existing interval.
|
|
380
337
|
* @param id - Id of the Interval to change
|
|
@@ -671,15 +628,15 @@ export declare interface IntervalLocator {
|
|
|
671
628
|
export declare function intervalLocatorFromEndpoint(potentialEndpoint: LocalReferencePosition): IntervalLocator | undefined;
|
|
672
629
|
|
|
673
630
|
/**
|
|
674
|
-
* Values are used in
|
|
631
|
+
* Values are used in revertibles.
|
|
675
632
|
* @internal
|
|
676
633
|
*/
|
|
677
634
|
export declare const IntervalOpType: {
|
|
635
|
+
readonly PROPERTY_CHANGED: "propertyChanged";
|
|
636
|
+
readonly POSITION_REMOVE: "positionRemove";
|
|
678
637
|
readonly ADD: "add";
|
|
679
638
|
readonly DELETE: "delete";
|
|
680
639
|
readonly CHANGE: "change";
|
|
681
|
-
readonly PROPERTY_CHANGED: "propertyChanged";
|
|
682
|
-
readonly POSITION_REMOVE: "positionRemove";
|
|
683
640
|
};
|
|
684
641
|
|
|
685
642
|
/**
|
|
@@ -1543,7 +1500,7 @@ export declare abstract class SharedSegmentSequence<T extends ISegment> extends
|
|
|
1543
1500
|
* Runs serializer over the GC data for this SharedMatrix.
|
|
1544
1501
|
* All the IFluidHandle's represent routes to other objects.
|
|
1545
1502
|
*/
|
|
1546
|
-
protected processGCDataCore(serializer:
|
|
1503
|
+
protected processGCDataCore(serializer: IFluidSerializer): void;
|
|
1547
1504
|
/**
|
|
1548
1505
|
* Replace the range specified from start to end with the provided segment
|
|
1549
1506
|
* This is done by inserting the segment at the end of the range, followed
|
|
@@ -1694,19 +1651,6 @@ export declare class SharedString extends SharedSegmentSequence<SharedStringSegm
|
|
|
1694
1651
|
* @param props - The properties to annotate the marker with
|
|
1695
1652
|
*/
|
|
1696
1653
|
annotateMarker(marker: Marker, props: PropertySet): void;
|
|
1697
|
-
/**
|
|
1698
|
-
* Finds the nearest reference with ReferenceType.Tile to `startPos` in the direction dictated by `tilePrecedesPos`.
|
|
1699
|
-
* Note that Markers receive `ReferenceType.Tile` by default.
|
|
1700
|
-
* @deprecated Use `searchForMarker` instead.
|
|
1701
|
-
* @param startPos - Position at which to start the search
|
|
1702
|
-
* @param clientId - clientId dictating the perspective to search from
|
|
1703
|
-
* @param tileLabel - Label of the tile to search for
|
|
1704
|
-
* @param preceding - Whether the desired tile comes before (true) or after (false) `startPos`
|
|
1705
|
-
*/
|
|
1706
|
-
findTile(startPos: number | undefined, tileLabel: string, preceding?: boolean): {
|
|
1707
|
-
tile: ReferencePosition;
|
|
1708
|
-
pos: number;
|
|
1709
|
-
} | undefined;
|
|
1710
1654
|
/**
|
|
1711
1655
|
* Searches a string for the nearest marker in either direction to a given start position.
|
|
1712
1656
|
* The search will include the start position, so markers at the start position are valid
|
|
@@ -6,13 +6,13 @@ import { Deferred } from "@fluidframework/core-utils";
|
|
|
6
6
|
import { ISequencedDocumentMessage } from "@fluidframework/protocol-definitions";
|
|
7
7
|
import { IChannelAttributes, IFluidDataStoreRuntime, IChannelStorageService } from "@fluidframework/datastore-definitions";
|
|
8
8
|
import { Client, IJSONSegment, IMergeTreeGroupMsg, IRelativePosition, ISegment, ISegmentAction, LocalReferencePosition, PropertySet, ReferencePosition, ReferenceType, MergeTreeRevertibleDriver, SlidingPreference } from "@fluidframework/merge-tree";
|
|
9
|
-
import { IFluidSerializer, SharedObject, ISharedObjectEvents
|
|
9
|
+
import { IFluidSerializer, SharedObject, ISharedObjectEvents } from "@fluidframework/shared-object-base";
|
|
10
10
|
import { IEventThisPlaceHolder } from "@fluidframework/core-interfaces";
|
|
11
11
|
import { ISummaryTreeWithStats, ITelemetryContext } from "@fluidframework/runtime-definitions";
|
|
12
|
-
import { SequenceInterval } from "./intervals";
|
|
13
|
-
import { IIntervalCollection } from "./intervalCollection";
|
|
14
|
-
import { SequenceDeltaEvent, SequenceMaintenanceEvent } from "./sequenceDeltaEvent";
|
|
15
|
-
import { ISharedIntervalCollection } from "./sharedIntervalCollection";
|
|
12
|
+
import { SequenceInterval } from "./intervals/index.mjs";
|
|
13
|
+
import { IIntervalCollection } from "./intervalCollection.mjs";
|
|
14
|
+
import { SequenceDeltaEvent, SequenceMaintenanceEvent } from "./sequenceDeltaEvent.mjs";
|
|
15
|
+
import { ISharedIntervalCollection } from "./sharedIntervalCollection.mjs";
|
|
16
16
|
/**
|
|
17
17
|
* Events emitted in response to changes to the sequence data.
|
|
18
18
|
*
|
|
@@ -232,7 +232,7 @@ export declare abstract class SharedSegmentSequence<T extends ISegment> extends
|
|
|
232
232
|
* Runs serializer over the GC data for this SharedMatrix.
|
|
233
233
|
* All the IFluidHandle's represent routes to other objects.
|
|
234
234
|
*/
|
|
235
|
-
protected processGCDataCore(serializer:
|
|
235
|
+
protected processGCDataCore(serializer: IFluidSerializer): void;
|
|
236
236
|
/**
|
|
237
237
|
* Replace the range specified from start to end with the provided segment
|
|
238
238
|
* This is done by inserting the segment at the end of the range, followed
|
|
@@ -285,4 +285,4 @@ export declare abstract class SharedSegmentSequence<T extends ISegment> extends
|
|
|
285
285
|
* Resets the reentrancy log counter. Test-only API.
|
|
286
286
|
*/
|
|
287
287
|
export declare function resetReentrancyLogCounter(): void;
|
|
288
|
-
//# sourceMappingURL=sequence.d.
|
|
288
|
+
//# sourceMappingURL=sequence.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sequence.d.mts","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"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"}
|