@fluid-experimental/sequence-deprecated 2.0.0-dev-rc.3.0.0.254274 → 2.0.0-dev-rc.3.0.0.254674
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/dist/alpha.d.ts +9 -0
- package/dist/beta.d.ts +9 -0
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/public.d.ts +9 -0
- package/lib/alpha.d.ts +9 -0
- package/lib/beta.d.ts +9 -0
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/public.d.ts +9 -0
- package/package.json +17 -29
- package/src/packageVersion.ts +1 -1
- package/api-extractor-cjs.json +0 -8
- package/dist/sequence-deprecated-alpha.d.ts +0 -58
- package/dist/sequence-deprecated-beta.d.ts +0 -72
- package/dist/sequence-deprecated-public.d.ts +0 -72
- package/dist/sequence-deprecated-untrimmed.d.ts +0 -371
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/sequence-deprecated-alpha.d.ts +0 -58
- package/lib/sequence-deprecated-beta.d.ts +0 -72
- package/lib/sequence-deprecated-public.d.ts +0 -72
- package/lib/sequence-deprecated-untrimmed.d.ts +0 -371
package/dist/alpha.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
package/dist/beta.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
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.3.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
|
|
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.3.0.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
|
|
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.3.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.3.0.0.254674\";\n"]}
|
package/dist/public.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
package/lib/alpha.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
package/lib/beta.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
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.3.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
|
|
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.3.0.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
|
|
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.3.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.3.0.0.254674\";\n"]}
|
package/lib/public.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/sequence-deprecated",
|
|
3
|
-
"version": "2.0.0-dev-rc.3.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.3.0.0.254674",
|
|
4
4
|
"description": "Deprecated distributed sequences",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"./public": {
|
|
27
27
|
"import": {
|
|
28
|
-
"types": "./lib/
|
|
28
|
+
"types": "./lib/public.d.ts",
|
|
29
29
|
"default": "./lib/index.js"
|
|
30
30
|
},
|
|
31
31
|
"require": {
|
|
32
|
-
"types": "./dist/
|
|
32
|
+
"types": "./dist/public.d.ts",
|
|
33
33
|
"default": "./dist/index.js"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
@@ -67,23 +67,23 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.
|
|
71
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.
|
|
72
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.
|
|
73
|
-
"@fluidframework/merge-tree": "2.0.0-dev-rc.3.0.0.
|
|
74
|
-
"@fluidframework/sequence": "2.0.0-dev-rc.3.0.0.
|
|
75
|
-
"@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.
|
|
70
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674",
|
|
71
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254674",
|
|
72
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254674",
|
|
73
|
+
"@fluidframework/merge-tree": "2.0.0-dev-rc.3.0.0.254674",
|
|
74
|
+
"@fluidframework/sequence": "2.0.0-dev-rc.3.0.0.254674",
|
|
75
|
+
"@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254674"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
79
79
|
"@biomejs/biome": "^1.6.2",
|
|
80
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.
|
|
81
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.3.0.0.
|
|
82
|
-
"@fluid-tools/build-cli": "^0.
|
|
80
|
+
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254674",
|
|
81
|
+
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.3.0.0.254674",
|
|
82
|
+
"@fluid-tools/build-cli": "^0.35.0",
|
|
83
83
|
"@fluidframework/build-common": "^2.0.3",
|
|
84
|
-
"@fluidframework/build-tools": "^0.
|
|
84
|
+
"@fluidframework/build-tools": "^0.35.0",
|
|
85
85
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
86
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.
|
|
86
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.254674",
|
|
87
87
|
"@microsoft/api-extractor": "^7.42.3",
|
|
88
88
|
"@types/diff": "^3.5.1",
|
|
89
89
|
"@types/mocha": "^9.1.1",
|
|
@@ -101,30 +101,18 @@
|
|
|
101
101
|
"rimraf": "^4.4.0",
|
|
102
102
|
"typescript": "~5.1.6"
|
|
103
103
|
},
|
|
104
|
-
"fluidBuild": {
|
|
105
|
-
"tasks": {
|
|
106
|
-
"build:docs": {
|
|
107
|
-
"dependsOn": [
|
|
108
|
-
"...",
|
|
109
|
-
"api-extractor:commonjs",
|
|
110
|
-
"api-extractor:esnext"
|
|
111
|
-
],
|
|
112
|
-
"script": false
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
104
|
"typeValidation": {
|
|
117
105
|
"disabled": true,
|
|
118
106
|
"broken": {}
|
|
119
107
|
},
|
|
120
108
|
"scripts": {
|
|
121
109
|
"api": "fluid-build . --task api",
|
|
122
|
-
"api-extractor:commonjs": "
|
|
123
|
-
"api-extractor:esnext": "
|
|
110
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
111
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
|
|
124
112
|
"build": "fluid-build . --task build",
|
|
125
113
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
126
114
|
"build:compile": "fluid-build . --task compile",
|
|
127
|
-
"build:docs": "
|
|
115
|
+
"build:docs": "api-extractor run --local",
|
|
128
116
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
129
117
|
"build:genver": "gen-version",
|
|
130
118
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
package/src/packageVersion.ts
CHANGED
package/api-extractor-cjs.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
|
|
4
|
-
// CJS is actually secondary; so, no report.
|
|
5
|
-
"apiReport": {
|
|
6
|
-
"enabled": false
|
|
7
|
-
}
|
|
8
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
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/internal';
|
|
8
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
9
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
10
|
-
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
11
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
13
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
14
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
15
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
16
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
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 { }
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
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/internal';
|
|
8
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
9
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
10
|
-
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
11
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
13
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
14
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
15
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
16
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
17
|
-
|
|
18
|
-
/* Excluded from this release type: BaseSegment */
|
|
19
|
-
|
|
20
|
-
/* Excluded from this release type: IJSONRunSegment */
|
|
21
|
-
|
|
22
|
-
/* Excluded from this release type: IJSONSegment */
|
|
23
|
-
|
|
24
|
-
/* Excluded from this release type: ISegment */
|
|
25
|
-
|
|
26
|
-
/* Excluded from this release type: Jsonable */
|
|
27
|
-
|
|
28
|
-
/* Excluded from this release type: MatrixSegment */
|
|
29
|
-
|
|
30
|
-
/* Excluded from this release type: maxCellPosition */
|
|
31
|
-
|
|
32
|
-
/* Excluded from this release type: maxCol */
|
|
33
|
-
|
|
34
|
-
/* Excluded from this release type: maxCols */
|
|
35
|
-
|
|
36
|
-
/* Excluded from this release type: maxRow */
|
|
37
|
-
|
|
38
|
-
/* Excluded from this release type: maxRows */
|
|
39
|
-
|
|
40
|
-
/* Excluded from this release type: PaddingSegment */
|
|
41
|
-
|
|
42
|
-
/* Excluded from this release type: positionToRowCol */
|
|
43
|
-
|
|
44
|
-
/* Excluded from this release type: PropertySet */
|
|
45
|
-
|
|
46
|
-
/* Excluded from this release type: rowColToPosition */
|
|
47
|
-
|
|
48
|
-
/* Excluded from this release type: RunSegment */
|
|
49
|
-
|
|
50
|
-
/* Excluded from this release type: Serializable */
|
|
51
|
-
|
|
52
|
-
/* Excluded from this release type: SharedNumberSequence */
|
|
53
|
-
|
|
54
|
-
/* Excluded from this release type: SharedNumberSequenceFactory */
|
|
55
|
-
|
|
56
|
-
/* Excluded from this release type: SharedObjectSequence */
|
|
57
|
-
|
|
58
|
-
/* Excluded from this release type: SharedObjectSequenceFactory */
|
|
59
|
-
|
|
60
|
-
/* Excluded from this release type: SharedSegmentSequence */
|
|
61
|
-
|
|
62
|
-
/* Excluded from this release type: SharedSequence */
|
|
63
|
-
|
|
64
|
-
/* Excluded from this release type: SparseMatrix */
|
|
65
|
-
|
|
66
|
-
/* Excluded from this release type: SparseMatrixFactory */
|
|
67
|
-
|
|
68
|
-
/* Excluded from this release type: SparseMatrixItem */
|
|
69
|
-
|
|
70
|
-
/* Excluded from this release type: SubSequence */
|
|
71
|
-
|
|
72
|
-
export { }
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
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/internal';
|
|
8
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
9
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
10
|
-
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
11
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
13
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
14
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
15
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
16
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
17
|
-
|
|
18
|
-
/* Excluded from this release type: BaseSegment */
|
|
19
|
-
|
|
20
|
-
/* Excluded from this release type: IJSONRunSegment */
|
|
21
|
-
|
|
22
|
-
/* Excluded from this release type: IJSONSegment */
|
|
23
|
-
|
|
24
|
-
/* Excluded from this release type: ISegment */
|
|
25
|
-
|
|
26
|
-
/* Excluded from this release type: Jsonable */
|
|
27
|
-
|
|
28
|
-
/* Excluded from this release type: MatrixSegment */
|
|
29
|
-
|
|
30
|
-
/* Excluded from this release type: maxCellPosition */
|
|
31
|
-
|
|
32
|
-
/* Excluded from this release type: maxCol */
|
|
33
|
-
|
|
34
|
-
/* Excluded from this release type: maxCols */
|
|
35
|
-
|
|
36
|
-
/* Excluded from this release type: maxRow */
|
|
37
|
-
|
|
38
|
-
/* Excluded from this release type: maxRows */
|
|
39
|
-
|
|
40
|
-
/* Excluded from this release type: PaddingSegment */
|
|
41
|
-
|
|
42
|
-
/* Excluded from this release type: positionToRowCol */
|
|
43
|
-
|
|
44
|
-
/* Excluded from this release type: PropertySet */
|
|
45
|
-
|
|
46
|
-
/* Excluded from this release type: rowColToPosition */
|
|
47
|
-
|
|
48
|
-
/* Excluded from this release type: RunSegment */
|
|
49
|
-
|
|
50
|
-
/* Excluded from this release type: Serializable */
|
|
51
|
-
|
|
52
|
-
/* Excluded from this release type: SharedNumberSequence */
|
|
53
|
-
|
|
54
|
-
/* Excluded from this release type: SharedNumberSequenceFactory */
|
|
55
|
-
|
|
56
|
-
/* Excluded from this release type: SharedObjectSequence */
|
|
57
|
-
|
|
58
|
-
/* Excluded from this release type: SharedObjectSequenceFactory */
|
|
59
|
-
|
|
60
|
-
/* Excluded from this release type: SharedSegmentSequence */
|
|
61
|
-
|
|
62
|
-
/* Excluded from this release type: SharedSequence */
|
|
63
|
-
|
|
64
|
-
/* Excluded from this release type: SparseMatrix */
|
|
65
|
-
|
|
66
|
-
/* Excluded from this release type: SparseMatrixFactory */
|
|
67
|
-
|
|
68
|
-
/* Excluded from this release type: SparseMatrixItem */
|
|
69
|
-
|
|
70
|
-
/* Excluded from this release type: SubSequence */
|
|
71
|
-
|
|
72
|
-
export { }
|