@fluid-experimental/sequence-deprecated 2.0.0-dev.7.4.0.217212 → 2.0.0-dev.7.4.0.221926

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/sequence-deprecated
2
2
 
3
+ ## 2.0.0-internal.7.4.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.7.3.0
4
8
 
5
9
  Dependency updates only.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluid-experimental/sequence-deprecated";
8
- export declare const pkgVersion = "2.0.0-dev.7.4.0.217212";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.221926";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluid-experimental/sequence-deprecated";
11
- exports.pkgVersion = "2.0.0-dev.7.4.0.217212";
11
+ exports.pkgVersion = "2.0.0-dev.7.4.0.221926";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,yCAAyC,CAAC;AACpD,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/sequence-deprecated\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217212\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,yCAAyC,CAAC;AACpD,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/sequence-deprecated\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.221926\";\n"]}
@@ -0,0 +1,58 @@
1
+ import { BaseSegment } from '@fluidframework/merge-tree';
2
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
3
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
4
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
7
+ import { IJSONRunSegment } from '@fluidframework/sequence';
8
+ import { IJSONSegment } from '@fluidframework/merge-tree';
9
+ import { ISegment } from '@fluidframework/merge-tree';
10
+ import { ISharedObject } from '@fluidframework/shared-object-base';
11
+ import { Jsonable } from '@fluidframework/datastore-definitions';
12
+ import { PropertySet } from '@fluidframework/merge-tree';
13
+ import { Serializable } from '@fluidframework/datastore-definitions';
14
+ import { SharedSegmentSequence } from '@fluidframework/sequence';
15
+ import { SharedSequence } from '@fluidframework/sequence';
16
+ import { SubSequence } from '@fluidframework/sequence';
17
+
18
+ /* Excluded from this release type: IJSONRunSegment */
19
+
20
+ /* Excluded from this release type: MatrixSegment */
21
+
22
+ /* Excluded from this release type: maxCellPosition */
23
+
24
+ /* Excluded from this release type: maxCol */
25
+
26
+ /* Excluded from this release type: maxCols */
27
+
28
+ /* Excluded from this release type: maxRow */
29
+
30
+ /* Excluded from this release type: maxRows */
31
+
32
+ /* Excluded from this release type: PaddingSegment */
33
+
34
+ /* Excluded from this release type: positionToRowCol */
35
+
36
+ /* Excluded from this release type: rowColToPosition */
37
+
38
+ /* Excluded from this release type: RunSegment */
39
+
40
+ /* Excluded from this release type: SharedNumberSequence */
41
+
42
+ /* Excluded from this release type: SharedNumberSequenceFactory */
43
+
44
+ /* Excluded from this release type: SharedObjectSequence */
45
+
46
+ /* Excluded from this release type: SharedObjectSequenceFactory */
47
+
48
+ /* Excluded from this release type: SharedSequence */
49
+
50
+ /* Excluded from this release type: SparseMatrix */
51
+
52
+ /* Excluded from this release type: SparseMatrixFactory */
53
+
54
+ /* Excluded from this release type: SparseMatrixItem */
55
+
56
+ /* Excluded from this release type: SubSequence */
57
+
58
+ export { }
@@ -0,0 +1,84 @@
1
+ import { BaseSegment } from '@fluidframework/merge-tree';
2
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
3
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
4
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
7
+ import { IJSONRunSegment } from '@fluidframework/sequence';
8
+ import { IJSONSegment } from '@fluidframework/merge-tree';
9
+ import { ISegment } from '@fluidframework/merge-tree';
10
+ import { ISharedObject } from '@fluidframework/shared-object-base';
11
+ import { Jsonable } from '@fluidframework/datastore-definitions';
12
+ import { PropertySet } from '@fluidframework/merge-tree';
13
+ import { Serializable } from '@fluidframework/datastore-definitions';
14
+ import { SharedSegmentSequence } from '@fluidframework/sequence';
15
+ import { SharedSequence } from '@fluidframework/sequence';
16
+ import { SubSequence } from '@fluidframework/sequence';
17
+
18
+ /* Excluded from this release type: BaseSegment */
19
+
20
+ /* Excluded from this release type: IChannelAttributes */
21
+
22
+ /* Excluded from this release type: IChannelFactory */
23
+
24
+ /* Excluded from this release type: IChannelServices */
25
+
26
+ /* Excluded from this release type: IFluidDataStoreRuntime */
27
+
28
+ /* Excluded from this release type: IFluidHandle */
29
+
30
+ /* Excluded from this release type: IJSONRunSegment */
31
+
32
+ /* Excluded from this release type: IJSONSegment */
33
+
34
+ /* Excluded from this release type: ISegment */
35
+
36
+ /* Excluded from this release type: ISharedObject */
37
+
38
+ /* Excluded from this release type: Jsonable */
39
+
40
+ /* Excluded from this release type: MatrixSegment */
41
+
42
+ /* Excluded from this release type: maxCellPosition */
43
+
44
+ /* Excluded from this release type: maxCol */
45
+
46
+ /* Excluded from this release type: maxCols */
47
+
48
+ /* Excluded from this release type: maxRow */
49
+
50
+ /* Excluded from this release type: maxRows */
51
+
52
+ /* Excluded from this release type: PaddingSegment */
53
+
54
+ /* Excluded from this release type: positionToRowCol */
55
+
56
+ /* Excluded from this release type: PropertySet */
57
+
58
+ /* Excluded from this release type: rowColToPosition */
59
+
60
+ /* Excluded from this release type: RunSegment */
61
+
62
+ /* Excluded from this release type: Serializable */
63
+
64
+ /* Excluded from this release type: SharedNumberSequence */
65
+
66
+ /* Excluded from this release type: SharedNumberSequenceFactory */
67
+
68
+ /* Excluded from this release type: SharedObjectSequence */
69
+
70
+ /* Excluded from this release type: SharedObjectSequenceFactory */
71
+
72
+ /* Excluded from this release type: SharedSegmentSequence */
73
+
74
+ /* Excluded from this release type: SharedSequence */
75
+
76
+ /* Excluded from this release type: SparseMatrix */
77
+
78
+ /* Excluded from this release type: SparseMatrixFactory */
79
+
80
+ /* Excluded from this release type: SparseMatrixItem */
81
+
82
+ /* Excluded from this release type: SubSequence */
83
+
84
+ export { }
@@ -0,0 +1,84 @@
1
+ import { BaseSegment } from '@fluidframework/merge-tree';
2
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
3
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
4
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
7
+ import { IJSONRunSegment } from '@fluidframework/sequence';
8
+ import { IJSONSegment } from '@fluidframework/merge-tree';
9
+ import { ISegment } from '@fluidframework/merge-tree';
10
+ import { ISharedObject } from '@fluidframework/shared-object-base';
11
+ import { Jsonable } from '@fluidframework/datastore-definitions';
12
+ import { PropertySet } from '@fluidframework/merge-tree';
13
+ import { Serializable } from '@fluidframework/datastore-definitions';
14
+ import { SharedSegmentSequence } from '@fluidframework/sequence';
15
+ import { SharedSequence } from '@fluidframework/sequence';
16
+ import { SubSequence } from '@fluidframework/sequence';
17
+
18
+ /* Excluded from this release type: BaseSegment */
19
+
20
+ /* Excluded from this release type: IChannelAttributes */
21
+
22
+ /* Excluded from this release type: IChannelFactory */
23
+
24
+ /* Excluded from this release type: IChannelServices */
25
+
26
+ /* Excluded from this release type: IFluidDataStoreRuntime */
27
+
28
+ /* Excluded from this release type: IFluidHandle */
29
+
30
+ /* Excluded from this release type: IJSONRunSegment */
31
+
32
+ /* Excluded from this release type: IJSONSegment */
33
+
34
+ /* Excluded from this release type: ISegment */
35
+
36
+ /* Excluded from this release type: ISharedObject */
37
+
38
+ /* Excluded from this release type: Jsonable */
39
+
40
+ /* Excluded from this release type: MatrixSegment */
41
+
42
+ /* Excluded from this release type: maxCellPosition */
43
+
44
+ /* Excluded from this release type: maxCol */
45
+
46
+ /* Excluded from this release type: maxCols */
47
+
48
+ /* Excluded from this release type: maxRow */
49
+
50
+ /* Excluded from this release type: maxRows */
51
+
52
+ /* Excluded from this release type: PaddingSegment */
53
+
54
+ /* Excluded from this release type: positionToRowCol */
55
+
56
+ /* Excluded from this release type: PropertySet */
57
+
58
+ /* Excluded from this release type: rowColToPosition */
59
+
60
+ /* Excluded from this release type: RunSegment */
61
+
62
+ /* Excluded from this release type: Serializable */
63
+
64
+ /* Excluded from this release type: SharedNumberSequence */
65
+
66
+ /* Excluded from this release type: SharedNumberSequenceFactory */
67
+
68
+ /* Excluded from this release type: SharedObjectSequence */
69
+
70
+ /* Excluded from this release type: SharedObjectSequenceFactory */
71
+
72
+ /* Excluded from this release type: SharedSegmentSequence */
73
+
74
+ /* Excluded from this release type: SharedSequence */
75
+
76
+ /* Excluded from this release type: SparseMatrix */
77
+
78
+ /* Excluded from this release type: SparseMatrixFactory */
79
+
80
+ /* Excluded from this release type: SparseMatrixItem */
81
+
82
+ /* Excluded from this release type: SubSequence */
83
+
84
+ export { }
@@ -0,0 +1,371 @@
1
+ import { BaseSegment } from '@fluidframework/merge-tree';
2
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
3
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
4
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
7
+ import { IJSONRunSegment } from '@fluidframework/sequence';
8
+ import { IJSONSegment } from '@fluidframework/merge-tree';
9
+ import { ISegment } from '@fluidframework/merge-tree';
10
+ import { ISharedObject } from '@fluidframework/shared-object-base';
11
+ import { Jsonable } from '@fluidframework/datastore-definitions';
12
+ import { PropertySet } from '@fluidframework/merge-tree';
13
+ import { Serializable } from '@fluidframework/datastore-definitions';
14
+ import { SharedSegmentSequence } from '@fluidframework/sequence';
15
+ import { SharedSequence } from '@fluidframework/sequence';
16
+ import { SubSequence } from '@fluidframework/sequence';
17
+
18
+ export { IJSONRunSegment }
19
+
20
+ /**
21
+ * @deprecated `MatrixSegment` is part of an abandoned prototype.
22
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
23
+ * @internal
24
+ */
25
+ export declare type MatrixSegment = RunSegment | PaddingSegment;
26
+
27
+ /**
28
+ * @deprecated `maxCellPosition` is part of an abandoned prototype.
29
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
30
+ * @internal
31
+ */
32
+ export declare const maxCellPosition: number;
33
+
34
+ /**
35
+ * @deprecated `maxCol` is part of an abandoned prototype.
36
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
37
+ * @internal
38
+ */
39
+ export declare const maxCol = 2097152;
40
+
41
+ /**
42
+ * @deprecated `maxCols` is part of an abandoned prototype.
43
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
44
+ * @internal
45
+ */
46
+ export declare const maxCols: number;
47
+
48
+ /**
49
+ * @deprecated `maxRow` is part of an abandoned prototype.
50
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
51
+ * @internal
52
+ */
53
+ export declare const maxRow = 4294967295;
54
+
55
+ /**
56
+ * @deprecated `maxRows` is part of an abandoned prototype.
57
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
58
+ * @internal
59
+ */
60
+ export declare const maxRows: number;
61
+
62
+ /**
63
+ * An empty segment that occupies 'cachedLength' positions.
64
+ * {@link SparseMatrix} uses `PaddingSegment` to "pad" a run of unoccupied cells.
65
+ *
66
+ * @deprecated `PaddingSegment` is part of an abandoned prototype.
67
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
68
+ * @internal
69
+ */
70
+ export declare class PaddingSegment extends BaseSegment {
71
+ static readonly typeString = "PaddingSegment";
72
+ static is(segment: ISegment): segment is PaddingSegment;
73
+ static fromJSONObject(spec: any): PaddingSegment | undefined;
74
+ readonly type = "PaddingSegment";
75
+ constructor(size: number);
76
+ toJSONObject(): {
77
+ pad: number;
78
+ props: PropertySet | undefined;
79
+ };
80
+ clone(start?: number, end?: number): PaddingSegment;
81
+ canAppend(segment: ISegment): boolean;
82
+ toString(): string;
83
+ append(segment: ISegment): void;
84
+ removeRange(start: number, end: number): boolean;
85
+ protected createSplitSegmentAt(pos: number): PaddingSegment;
86
+ }
87
+
88
+ /**
89
+ * @deprecated `positionToRowCol` is part of an abandoned prototype.
90
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
91
+ * @internal
92
+ */
93
+ export declare function positionToRowCol(position: number): {
94
+ row: number;
95
+ col: number;
96
+ };
97
+
98
+ /**
99
+ * @deprecated `positionToRowCol` is part of an abandoned prototype.
100
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
101
+ * @internal
102
+ */
103
+ export declare const rowColToPosition: (row: number, col: number) => number;
104
+
105
+ /**
106
+ * @deprecated `RunSegment` is part of an abandoned prototype.
107
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
108
+ * @internal
109
+ */
110
+ export declare class RunSegment extends SubSequence<SparseMatrixItem> {
111
+ items: SparseMatrixItem[];
112
+ static readonly typeString = "RunSegment";
113
+ static is(segment: ISegment): segment is RunSegment;
114
+ static fromJSONObject(spec: any): RunSegment | undefined;
115
+ readonly type = "RunSegment";
116
+ private tags;
117
+ constructor(items: SparseMatrixItem[]);
118
+ clone(start?: number, end?: number): RunSegment;
119
+ append(segment: ISegment): this;
120
+ removeRange(start: number, end: number): boolean;
121
+ getTag(pos: number): any;
122
+ setTag(pos: number, tag: any): void;
123
+ protected createSplitSegmentAt(pos: number): RunSegment | undefined;
124
+ }
125
+
126
+ /**
127
+ * The SharedNumberSequence holds a sequence of numbers. Each number will be stored
128
+ * at a position within the sequence. See the
129
+ * {@link https://fluidframework.com/docs/data-structures/sequences/ | sequence documentation}
130
+ * for details on working with sequences.
131
+ *
132
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
133
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
134
+ * @internal
135
+ */
136
+ export declare class SharedNumberSequence extends SharedSequence<number> {
137
+ id: string;
138
+ /**
139
+ * Create a new shared number sequence
140
+ *
141
+ * @param runtime - data store runtime the new shared number sequence belongs to
142
+ * @param id - optional name of the shared number sequence
143
+ * @returns newly create shared number sequence (but not attached yet)
144
+ *
145
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
146
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
147
+ */
148
+ static create(runtime: IFluidDataStoreRuntime, id?: string): SharedNumberSequence;
149
+ /**
150
+ * Get a factory for SharedNumberSequence to register with the data store.
151
+ *
152
+ * @returns a factory that creates and load SharedNumberSequence
153
+ *
154
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
155
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
156
+ */
157
+ static getFactory(): SharedNumberSequenceFactory;
158
+ /**
159
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
160
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
161
+ */
162
+ constructor(document: IFluidDataStoreRuntime, id: string, attributes: IChannelAttributes);
163
+ /**
164
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
165
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
166
+ */
167
+ getRange(start: number, end?: number): number[];
168
+ }
169
+
170
+ /**
171
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
172
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
173
+ * @internal
174
+ */
175
+ export declare class SharedNumberSequenceFactory implements IChannelFactory {
176
+ /**
177
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
178
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
179
+ */
180
+ static Type: string;
181
+ /**
182
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
183
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
184
+ */
185
+ static readonly Attributes: IChannelAttributes;
186
+ /**
187
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
188
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
189
+ */
190
+ static segmentFromSpec(segSpec: IJSONSegment): SubSequence<number>;
191
+ /**
192
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
193
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
194
+ */
195
+ get type(): string;
196
+ /**
197
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
198
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
199
+ */
200
+ get attributes(): IChannelAttributes;
201
+ /**
202
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
203
+ *
204
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
205
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
206
+ */
207
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
208
+ /**
209
+ * @deprecated SharedNumberSequence is not recommended for use and will be removed in an upcoming release.
210
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
211
+ */
212
+ create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
213
+ }
214
+
215
+ /**
216
+ * The SharedObjectSequence holds a sequence of serializable objects. Each object will be stored
217
+ * at a position within the sequence. See the
218
+ * {@link https://fluidframework.com/docs/data-structures/sequences/ | sequence documentation}
219
+ * for details on working with sequences.
220
+ *
221
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
222
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
223
+ * @internal
224
+ */
225
+ export declare class SharedObjectSequence<T> extends SharedSequence<T> {
226
+ id: string;
227
+ /**
228
+ * Create a new shared object sequence
229
+ *
230
+ * @param runtime - data store runtime the new shared object sequence belongs to
231
+ * @param id - optional name of the shared object sequence
232
+ * @returns newly create shared object sequence (but not attached yet)
233
+ *
234
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
235
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
236
+ */
237
+ static create<T>(runtime: IFluidDataStoreRuntime, id?: string): SharedObjectSequence<T>;
238
+ /**
239
+ * Get a factory for SharedObjectSequence to register with the data store.
240
+ *
241
+ * @returns a factory that creates and load SharedObjectSequence
242
+ *
243
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
244
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
245
+ */
246
+ static getFactory(): SharedObjectSequenceFactory;
247
+ /**
248
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
249
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
250
+ */
251
+ constructor(document: IFluidDataStoreRuntime, id: string, attributes: IChannelAttributes);
252
+ /**
253
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
254
+ * For more info, please see {@link https://github.com/microsoft/FluidFramework/issues/8526 | Github issue 8526}.
255
+ */
256
+ getRange(start: number, end?: number): Serializable<T>[];
257
+ }
258
+
259
+ /**
260
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
261
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
262
+ * @internal
263
+ */
264
+ export declare class SharedObjectSequenceFactory implements IChannelFactory {
265
+ /**
266
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
267
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
268
+ */
269
+ static Type: string;
270
+ /**
271
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
272
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
273
+ */
274
+ static readonly Attributes: IChannelAttributes;
275
+ /**
276
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
277
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
278
+ */
279
+ static segmentFromSpec(segSpec: IJSONSegment): SubSequence<object>;
280
+ /**
281
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
282
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
283
+ */
284
+ get type(): string;
285
+ /**
286
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
287
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
288
+ */
289
+ get attributes(): IChannelAttributes;
290
+ /**
291
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
292
+ *
293
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
294
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
295
+ */
296
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
297
+ /**
298
+ * @deprecated SharedObjectSequence is not recommended for use and will be removed in an upcoming release.
299
+ * For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
300
+ */
301
+ create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
302
+ }
303
+
304
+ export { SharedSequence }
305
+
306
+ /**
307
+ * @deprecated `SparseMatrix` is an abandoned prototype.
308
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
309
+ * @internal
310
+ */
311
+ export declare class SparseMatrix extends SharedSegmentSequence<MatrixSegment> {
312
+ id: string;
313
+ /**
314
+ * Create a new sparse matrix
315
+ *
316
+ * @param runtime - data store runtime the new sparse matrix belongs to
317
+ * @param id - optional name of the sparse matrix
318
+ * @returns newly create sparse matrix (but not attached yet)
319
+ */
320
+ static create(runtime: IFluidDataStoreRuntime, id?: string): SparseMatrix;
321
+ /**
322
+ * Get a factory for SharedMap to register with the data store.
323
+ *
324
+ * @returns a factory that creates and load SharedMap
325
+ */
326
+ static getFactory(): IChannelFactory;
327
+ constructor(document: IFluidDataStoreRuntime, id: string, attributes: IChannelAttributes);
328
+ get numRows(): number;
329
+ setItems(row: number, col: number, values: SparseMatrixItem[], props?: PropertySet): void;
330
+ getItem(row: number, col: number): // The return type is defined explicitly here to prevent TypeScript from generating dynamic imports
331
+ Jsonable<string | number | boolean | IFluidHandle> | undefined;
332
+ getTag(row: number, col: number): any;
333
+ setTag(row: number, col: number, tag: any): void;
334
+ insertRows(row: number, numRows: number): void;
335
+ removeRows(row: number, numRows: number): void;
336
+ insertCols(col: number, numCols: number): void;
337
+ removeCols(col: number, numCols: number): void;
338
+ annotatePosition(row: number, col: number, props: PropertySet): void;
339
+ getPositionProperties(row: number, col: number): PropertySet | undefined;
340
+ private moveAsPadding;
341
+ private getSegment;
342
+ }
343
+
344
+ /**
345
+ * @deprecated `SparseMatrixFactory` is an abandoned prototype.
346
+ * Use {@link @fluidframework/matrix#SharedMatrixFactory} instead.
347
+ * @internal
348
+ */
349
+ export declare class SparseMatrixFactory implements IChannelFactory {
350
+ static Type: string;
351
+ static Attributes: IChannelAttributes;
352
+ static segmentFromSpec(spec: IJSONSegment): ISegment;
353
+ get type(): string;
354
+ get attributes(): IChannelAttributes;
355
+ /**
356
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
357
+ */
358
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
359
+ create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
360
+ }
361
+
362
+ /**
363
+ * @deprecated `SparseMatrixItem` is part of an abandoned prototype.
364
+ * Use {@link @fluidframework/matrix#SharedMatrix} instead.
365
+ * @internal
366
+ */
367
+ export declare type SparseMatrixItem = Serializable;
368
+
369
+ export { SubSequence }
370
+
371
+ export { }
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluid-experimental/sequence-deprecated";
8
- export declare const pkgVersion = "2.0.0-dev.7.4.0.217212";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.221926";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluid-experimental/sequence-deprecated";
8
- export const pkgVersion = "2.0.0-dev.7.4.0.217212";
8
+ export const pkgVersion = "2.0.0-dev.7.4.0.221926";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,yCAAyC,CAAC;AACjE,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/sequence-deprecated\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217212\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,yCAAyC,CAAC;AACjE,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/sequence-deprecated\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.221926\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/sequence-deprecated",
3
- "version": "2.0.0-dev.7.4.0.217212",
3
+ "version": "2.0.0-dev.7.4.0.221926",
4
4
  "description": "Deprecated distributed sequences",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,25 +35,25 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
39
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
40
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217212",
41
- "@fluidframework/merge-tree": "2.0.0-dev.7.4.0.217212",
42
- "@fluidframework/sequence": "2.0.0-dev.7.4.0.217212",
43
- "@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.217212"
38
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.221926",
39
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.221926",
40
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.221926",
41
+ "@fluidframework/merge-tree": "2.0.0-dev.7.4.0.221926",
42
+ "@fluidframework/sequence": "2.0.0-dev.7.4.0.221926",
43
+ "@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.221926"
44
44
  },
45
45
  "devDependencies": {
46
- "@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.217212",
46
+ "@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.221926",
47
47
  "@fluid-tools/build-cli": "^0.28.0",
48
48
  "@fluidframework/build-common": "^2.0.3",
49
49
  "@fluidframework/build-tools": "^0.28.0",
50
50
  "@fluidframework/eslint-config-fluid": "^3.1.0",
51
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217212",
52
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.217212",
51
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.221926",
52
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.221926",
53
53
  "@microsoft/api-extractor": "^7.38.3",
54
54
  "@types/diff": "^3.5.1",
55
55
  "@types/mocha": "^9.1.1",
56
- "@types/node": "^16.18.38",
56
+ "@types/node": "^18.19.0",
57
57
  "c8": "^7.7.1",
58
58
  "cross-env": "^7.0.3",
59
59
  "diff": "^3.5.0",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluid-experimental/sequence-deprecated";
9
- export const pkgVersion = "2.0.0-dev.7.4.0.217212";
9
+ export const pkgVersion = "2.0.0-dev.7.4.0.221926";