@fluid-experimental/sequence-deprecated 2.0.0-dev-rc.5.0.0.265721 → 2.0.0-dev-rc.5.0.0.268409
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/api-report/sequence-deprecated.alpha.api.md +35 -0
- package/api-report/sequence-deprecated.beta.api.md +35 -0
- package/api-report/sequence-deprecated.public.api.md +35 -0
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +14 -14
- package/src/packageVersion.ts +1 -1
- package/api-report/sequence-deprecated.api.md +0 -243
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
## Alpha API Report File for "@fluid-experimental/sequence-deprecated"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
+
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
+
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
+
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
+
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
+
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
+
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
+
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
+
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
+
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
+
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
+
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
+
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
+
|
|
27
|
+
export { IJSONRunSegment }
|
|
28
|
+
|
|
29
|
+
export { SharedSequence }
|
|
30
|
+
|
|
31
|
+
export { SubSequence }
|
|
32
|
+
|
|
33
|
+
// (No @packageDocumentation comment for this package)
|
|
34
|
+
|
|
35
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
## Beta API Report File for "@fluid-experimental/sequence-deprecated"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
+
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
+
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
+
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
+
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
+
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
+
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
+
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
+
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
+
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
+
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
+
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
+
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
+
|
|
27
|
+
export { IJSONRunSegment }
|
|
28
|
+
|
|
29
|
+
export { SharedSequence }
|
|
30
|
+
|
|
31
|
+
export { SubSequence }
|
|
32
|
+
|
|
33
|
+
// (No @packageDocumentation comment for this package)
|
|
34
|
+
|
|
35
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
## Public API Report File for "@fluid-experimental/sequence-deprecated"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
+
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
+
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
+
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
+
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
+
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
+
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
+
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
+
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
+
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
+
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
+
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
+
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
+
|
|
27
|
+
export { IJSONRunSegment }
|
|
28
|
+
|
|
29
|
+
export { SharedSequence }
|
|
30
|
+
|
|
31
|
+
export { SubSequence }
|
|
32
|
+
|
|
33
|
+
// (No @packageDocumentation comment for this package)
|
|
34
|
+
|
|
35
|
+
```
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -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-rc.5.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.268409";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -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-rc.5.0.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev-rc.5.0.0.268409";
|
|
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,2BAA2B,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-rc.5.0.0.
|
|
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,2BAA2B,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-rc.5.0.0.268409\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -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-rc.5.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.268409";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -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-rc.5.0.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev-rc.5.0.0.268409";
|
|
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,2BAA2B,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-rc.5.0.0.
|
|
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,2BAA2B,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-rc.5.0.0.268409\";\n"]}
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/sequence-deprecated",
|
|
3
|
-
"version": "2.0.0-dev-rc.5.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.5.0.0.268409",
|
|
4
4
|
"description": "Deprecated distributed sequences",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"temp-directory": "nyc/.nyc_output"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.
|
|
51
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.
|
|
52
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.
|
|
53
|
-
"@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.
|
|
54
|
-
"@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.
|
|
55
|
-
"@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.
|
|
50
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.268409",
|
|
51
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.268409",
|
|
52
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.268409",
|
|
53
|
+
"@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.268409",
|
|
54
|
+
"@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.268409",
|
|
55
|
+
"@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.268409"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
59
|
-
"@biomejs/biome": "^1.
|
|
60
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.
|
|
61
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.
|
|
59
|
+
"@biomejs/biome": "^1.7.3",
|
|
60
|
+
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.268409",
|
|
61
|
+
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.268409",
|
|
62
62
|
"@fluid-tools/build-cli": "^0.39.0-264124",
|
|
63
63
|
"@fluidframework/build-common": "^2.0.3",
|
|
64
64
|
"@fluidframework/build-tools": "^0.39.0-264124",
|
|
65
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
66
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.
|
|
67
|
-
"@microsoft/api-extractor": "^7.
|
|
65
|
+
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
66
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.268409",
|
|
67
|
+
"@microsoft/api-extractor": "^7.45.1",
|
|
68
68
|
"@types/diff": "^3.5.1",
|
|
69
69
|
"@types/mocha": "^9.1.1",
|
|
70
70
|
"@types/node": "^18.19.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"moment": "^2.21.0",
|
|
80
80
|
"prettier": "~3.0.3",
|
|
81
81
|
"rimraf": "^4.4.0",
|
|
82
|
-
"typescript": "~5.
|
|
82
|
+
"typescript": "~5.4.5"
|
|
83
83
|
},
|
|
84
84
|
"typeValidation": {
|
|
85
85
|
"disabled": true,
|
package/src/packageVersion.ts
CHANGED
|
@@ -1,243 +0,0 @@
|
|
|
1
|
-
## API Report File for "@fluid-experimental/sequence-deprecated"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
-
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
-
|
|
27
|
-
export { IJSONRunSegment }
|
|
28
|
-
|
|
29
|
-
// @internal @deprecated (undocumented)
|
|
30
|
-
export type MatrixSegment = RunSegment | PaddingSegment;
|
|
31
|
-
|
|
32
|
-
// @internal @deprecated (undocumented)
|
|
33
|
-
export const maxCellPosition: number;
|
|
34
|
-
|
|
35
|
-
// @internal @deprecated (undocumented)
|
|
36
|
-
export const maxCol = 2097152;
|
|
37
|
-
|
|
38
|
-
// @internal @deprecated (undocumented)
|
|
39
|
-
export const maxCols: number;
|
|
40
|
-
|
|
41
|
-
// @internal @deprecated (undocumented)
|
|
42
|
-
export const maxRow = 4294967295;
|
|
43
|
-
|
|
44
|
-
// @internal @deprecated (undocumented)
|
|
45
|
-
export const maxRows: number;
|
|
46
|
-
|
|
47
|
-
// @internal @deprecated
|
|
48
|
-
export class PaddingSegment extends BaseSegment {
|
|
49
|
-
constructor(size: number);
|
|
50
|
-
// (undocumented)
|
|
51
|
-
append(segment: ISegment): void;
|
|
52
|
-
// (undocumented)
|
|
53
|
-
canAppend(segment: ISegment): boolean;
|
|
54
|
-
// (undocumented)
|
|
55
|
-
clone(start?: number, end?: number): PaddingSegment;
|
|
56
|
-
// (undocumented)
|
|
57
|
-
protected createSplitSegmentAt(pos: number): PaddingSegment;
|
|
58
|
-
// (undocumented)
|
|
59
|
-
static fromJSONObject(spec: any): PaddingSegment | undefined;
|
|
60
|
-
// (undocumented)
|
|
61
|
-
static is(segment: ISegment): segment is PaddingSegment;
|
|
62
|
-
// (undocumented)
|
|
63
|
-
removeRange(start: number, end: number): boolean;
|
|
64
|
-
// (undocumented)
|
|
65
|
-
toJSONObject(): {
|
|
66
|
-
pad: number;
|
|
67
|
-
props: PropertySet | undefined;
|
|
68
|
-
};
|
|
69
|
-
// (undocumented)
|
|
70
|
-
toString(): string;
|
|
71
|
-
// (undocumented)
|
|
72
|
-
readonly type = "PaddingSegment";
|
|
73
|
-
// (undocumented)
|
|
74
|
-
static readonly typeString = "PaddingSegment";
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// @internal @deprecated (undocumented)
|
|
78
|
-
export function positionToRowCol(position: number): {
|
|
79
|
-
row: number;
|
|
80
|
-
col: number;
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
// @internal @deprecated (undocumented)
|
|
84
|
-
export const rowColToPosition: (row: number, col: number) => number;
|
|
85
|
-
|
|
86
|
-
// @internal @deprecated (undocumented)
|
|
87
|
-
export class RunSegment extends SubSequence<SparseMatrixItem> {
|
|
88
|
-
constructor(items: SparseMatrixItem[]);
|
|
89
|
-
// (undocumented)
|
|
90
|
-
append(segment: ISegment): this;
|
|
91
|
-
// (undocumented)
|
|
92
|
-
clone(start?: number, end?: number): RunSegment;
|
|
93
|
-
// (undocumented)
|
|
94
|
-
protected createSplitSegmentAt(pos: number): RunSegment | undefined;
|
|
95
|
-
// (undocumented)
|
|
96
|
-
static fromJSONObject(spec: any): RunSegment | undefined;
|
|
97
|
-
// (undocumented)
|
|
98
|
-
getTag(pos: number): any;
|
|
99
|
-
// (undocumented)
|
|
100
|
-
static is(segment: ISegment): segment is RunSegment;
|
|
101
|
-
// (undocumented)
|
|
102
|
-
items: SparseMatrixItem[];
|
|
103
|
-
// (undocumented)
|
|
104
|
-
removeRange(start: number, end: number): boolean;
|
|
105
|
-
// (undocumented)
|
|
106
|
-
setTag(pos: number, tag: any): void;
|
|
107
|
-
// (undocumented)
|
|
108
|
-
readonly type = "RunSegment";
|
|
109
|
-
// (undocumented)
|
|
110
|
-
static readonly typeString = "RunSegment";
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
// @internal
|
|
114
|
-
export const SharedNumberSequence: ISharedObjectKind<ISharedObject<ISharedObjectEvents>> & SharedObjectKind<ISharedObject<ISharedObjectEvents>>;
|
|
115
|
-
|
|
116
|
-
// @internal
|
|
117
|
-
export type SharedNumberSequence = SharedNumberSequenceClass;
|
|
118
|
-
|
|
119
|
-
// @internal @deprecated
|
|
120
|
-
export class SharedNumberSequenceClass extends SharedSequence<number> {
|
|
121
|
-
// @deprecated
|
|
122
|
-
constructor(document: IFluidDataStoreRuntime, id: string, attributes: IChannelAttributes);
|
|
123
|
-
// @deprecated (undocumented)
|
|
124
|
-
getRange(start: number, end?: number): number[];
|
|
125
|
-
// (undocumented)
|
|
126
|
-
id: string;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @internal @deprecated (undocumented)
|
|
130
|
-
export class SharedNumberSequenceFactory implements IChannelFactory {
|
|
131
|
-
// @deprecated (undocumented)
|
|
132
|
-
static readonly Attributes: IChannelAttributes;
|
|
133
|
-
// @deprecated (undocumented)
|
|
134
|
-
get attributes(): IChannelAttributes;
|
|
135
|
-
// @deprecated (undocumented)
|
|
136
|
-
create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
|
|
137
|
-
// @deprecated
|
|
138
|
-
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
|
|
139
|
-
// @deprecated (undocumented)
|
|
140
|
-
static segmentFromSpec(segSpec: IJSONSegment): SubSequence<number>;
|
|
141
|
-
// @deprecated (undocumented)
|
|
142
|
-
static Type: string;
|
|
143
|
-
// @deprecated (undocumented)
|
|
144
|
-
get type(): string;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
// @internal
|
|
148
|
-
export const SharedObjectSequence: ISharedObjectKind<ISharedObject<ISharedObjectEvents>> & SharedObjectKind<ISharedObject<ISharedObjectEvents>>;
|
|
149
|
-
|
|
150
|
-
// @internal
|
|
151
|
-
export type SharedObjectSequence<T> = SharedObjectSequenceClass<T>;
|
|
152
|
-
|
|
153
|
-
// @internal @deprecated
|
|
154
|
-
export class SharedObjectSequenceClass<T> extends SharedSequence<T> {
|
|
155
|
-
// @deprecated
|
|
156
|
-
constructor(document: IFluidDataStoreRuntime, id: string, attributes: IChannelAttributes);
|
|
157
|
-
// @deprecated (undocumented)
|
|
158
|
-
getRange(start: number, end?: number): Serializable<T>[];
|
|
159
|
-
// (undocumented)
|
|
160
|
-
id: string;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @internal @deprecated (undocumented)
|
|
164
|
-
export class SharedObjectSequenceFactory implements IChannelFactory {
|
|
165
|
-
// @deprecated (undocumented)
|
|
166
|
-
static readonly Attributes: IChannelAttributes;
|
|
167
|
-
// @deprecated (undocumented)
|
|
168
|
-
get attributes(): IChannelAttributes;
|
|
169
|
-
// @deprecated (undocumented)
|
|
170
|
-
create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
|
|
171
|
-
// @deprecated
|
|
172
|
-
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
|
|
173
|
-
// @deprecated (undocumented)
|
|
174
|
-
static segmentFromSpec(segSpec: IJSONSegment): SubSequence<object>;
|
|
175
|
-
// @deprecated (undocumented)
|
|
176
|
-
static Type: string;
|
|
177
|
-
// @deprecated (undocumented)
|
|
178
|
-
get type(): string;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
export { SharedSequence }
|
|
182
|
-
|
|
183
|
-
// @internal @deprecated (undocumented)
|
|
184
|
-
export const SparseMatrix: ISharedObjectKind<SparseMatrixClass> & SharedObjectKind<SparseMatrixClass>;
|
|
185
|
-
|
|
186
|
-
// @internal (undocumented)
|
|
187
|
-
export type SparseMatrix = SparseMatrixClass;
|
|
188
|
-
|
|
189
|
-
// @internal (undocumented)
|
|
190
|
-
export class SparseMatrixClass extends SharedSegmentSequence<MatrixSegment> {
|
|
191
|
-
constructor(document: IFluidDataStoreRuntime, id: string, attributes: IChannelAttributes);
|
|
192
|
-
// (undocumented)
|
|
193
|
-
annotatePosition(row: number, col: number, props: PropertySet): void;
|
|
194
|
-
// (undocumented)
|
|
195
|
-
getItem(row: number, col: number): // The return type is defined explicitly here to prevent TypeScript from generating dynamic imports
|
|
196
|
-
Jsonable<string | number | boolean | IFluidHandle> | undefined;
|
|
197
|
-
// (undocumented)
|
|
198
|
-
getPositionProperties(row: number, col: number): PropertySet | undefined;
|
|
199
|
-
// (undocumented)
|
|
200
|
-
getTag(row: number, col: number): any;
|
|
201
|
-
// (undocumented)
|
|
202
|
-
id: string;
|
|
203
|
-
// (undocumented)
|
|
204
|
-
insertCols(col: number, numCols: number): void;
|
|
205
|
-
// (undocumented)
|
|
206
|
-
insertRows(row: number, numRows: number): void;
|
|
207
|
-
// (undocumented)
|
|
208
|
-
get numRows(): number;
|
|
209
|
-
// (undocumented)
|
|
210
|
-
removeCols(col: number, numCols: number): void;
|
|
211
|
-
// (undocumented)
|
|
212
|
-
removeRows(row: number, numRows: number): void;
|
|
213
|
-
// (undocumented)
|
|
214
|
-
setItems(row: number, col: number, values: SparseMatrixItem[], props?: PropertySet): void;
|
|
215
|
-
// (undocumented)
|
|
216
|
-
setTag(row: number, col: number, tag: any): void;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// @internal @deprecated (undocumented)
|
|
220
|
-
export class SparseMatrixFactory implements IChannelFactory<SparseMatrix> {
|
|
221
|
-
// (undocumented)
|
|
222
|
-
static Attributes: IChannelAttributes;
|
|
223
|
-
// (undocumented)
|
|
224
|
-
get attributes(): IChannelAttributes;
|
|
225
|
-
// (undocumented)
|
|
226
|
-
create(document: IFluidDataStoreRuntime, id: string): SparseMatrix;
|
|
227
|
-
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<SparseMatrix>;
|
|
228
|
-
// (undocumented)
|
|
229
|
-
static segmentFromSpec(spec: IJSONSegment): ISegment;
|
|
230
|
-
// (undocumented)
|
|
231
|
-
static Type: string;
|
|
232
|
-
// (undocumented)
|
|
233
|
-
get type(): string;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
// @internal @deprecated (undocumented)
|
|
237
|
-
export type SparseMatrixItem = any;
|
|
238
|
-
|
|
239
|
-
export { SubSequence }
|
|
240
|
-
|
|
241
|
-
// (No @packageDocumentation comment for this package)
|
|
242
|
-
|
|
243
|
-
```
|