fluid-framework 2.3.0-288113 → 2.4.0-294316
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 +84 -0
- package/README.md +4 -0
- package/alpha.d.ts +11 -0
- package/api-extractor/api-extractor-lint-alpha.cjs.json +6 -0
- package/api-extractor/api-extractor-lint-alpha.esm.json +6 -0
- package/api-extractor/api-extractor-lint-beta.cjs.json +6 -0
- package/api-extractor/api-extractor-lint-beta.esm.json +6 -0
- package/api-extractor/api-extractor.current.json +4 -1
- package/api-report/fluid-framework.alpha.api.md +1021 -0
- package/api-report/fluid-framework.beta.api.md +35 -16
- package/api-report/fluid-framework.legacy.alpha.api.md +22 -18
- package/api-report/fluid-framework.legacy.public.api.md +22 -18
- package/api-report/fluid-framework.public.api.md +22 -18
- package/beta.d.ts +11 -0
- package/dist/alpha.d.ts +147 -0
- package/dist/beta.d.ts +130 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/legacy.d.ts +1 -1
- package/dist/public.d.ts +1 -1
- package/lib/alpha.d.ts +147 -0
- package/lib/beta.d.ts +130 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -6
- package/lib/index.js.map +1 -1
- package/lib/legacy.d.ts +1 -1
- package/lib/public.d.ts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +46 -16
- package/src/index.ts +7 -9
package/dist/alpha.d.ts
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
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 @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
|
|
13
|
+
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
|
|
14
|
+
*
|
|
15
|
+
* @packageDocumentation
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
// Unrestricted APIs
|
|
20
|
+
InternalTypes,
|
|
21
|
+
|
|
22
|
+
// @public APIs
|
|
23
|
+
AllowedTypes,
|
|
24
|
+
AttachState,
|
|
25
|
+
CommitKind,
|
|
26
|
+
CommitMetadata,
|
|
27
|
+
ConnectionState,
|
|
28
|
+
ConnectionStateType,
|
|
29
|
+
ContainerAttachProps,
|
|
30
|
+
ContainerSchema,
|
|
31
|
+
ErasedType,
|
|
32
|
+
FieldKind,
|
|
33
|
+
FieldProps,
|
|
34
|
+
FieldSchema,
|
|
35
|
+
FieldSchemaMetadata,
|
|
36
|
+
FieldSchemaUnsafe,
|
|
37
|
+
FluidObject,
|
|
38
|
+
FluidObjectProviderKeys,
|
|
39
|
+
IConnection,
|
|
40
|
+
ICriticalContainerError,
|
|
41
|
+
IDisposable,
|
|
42
|
+
IErrorBase,
|
|
43
|
+
IErrorEvent,
|
|
44
|
+
IEvent,
|
|
45
|
+
IEventProvider,
|
|
46
|
+
IEventThisPlaceHolder,
|
|
47
|
+
IEventTransformer,
|
|
48
|
+
IFluidContainer,
|
|
49
|
+
IFluidContainerEvents,
|
|
50
|
+
IFluidHandle,
|
|
51
|
+
IFluidHandleErased,
|
|
52
|
+
IFluidLoadable,
|
|
53
|
+
IMember,
|
|
54
|
+
IProvideFluidLoadable,
|
|
55
|
+
IServiceAudience,
|
|
56
|
+
IServiceAudienceEvents,
|
|
57
|
+
ITelemetryBaseProperties,
|
|
58
|
+
ITree,
|
|
59
|
+
ITreeConfigurationOptions,
|
|
60
|
+
ITreeViewConfiguration,
|
|
61
|
+
ImplicitAllowedTypes,
|
|
62
|
+
ImplicitFieldSchema,
|
|
63
|
+
InitialObjects,
|
|
64
|
+
InsertableObjectFromSchemaRecordUnsafe,
|
|
65
|
+
InsertableTreeFieldFromImplicitField,
|
|
66
|
+
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
67
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
68
|
+
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
69
|
+
InsertableTypedNode,
|
|
70
|
+
InternalTreeNode,
|
|
71
|
+
IsListener,
|
|
72
|
+
IterableTreeArrayContent,
|
|
73
|
+
LazyItem,
|
|
74
|
+
Listenable,
|
|
75
|
+
Listeners,
|
|
76
|
+
MakeNominal,
|
|
77
|
+
MapNodeInsertableData,
|
|
78
|
+
MemberChangedListener,
|
|
79
|
+
Myself,
|
|
80
|
+
NodeFromSchema,
|
|
81
|
+
NodeInDocumentConstraint,
|
|
82
|
+
NodeKind,
|
|
83
|
+
Off,
|
|
84
|
+
ReplaceIEventThisPlaceHolder,
|
|
85
|
+
RestrictiveReadonlyRecord,
|
|
86
|
+
Revertible,
|
|
87
|
+
RevertibleFactory,
|
|
88
|
+
RevertibleStatus,
|
|
89
|
+
RunTransaction,
|
|
90
|
+
SchemaCompatibilityStatus,
|
|
91
|
+
SchemaFactory,
|
|
92
|
+
SharedObjectKind,
|
|
93
|
+
SharedTree,
|
|
94
|
+
Tagged,
|
|
95
|
+
TelemetryBaseEventPropertyType,
|
|
96
|
+
TransactionConstraint,
|
|
97
|
+
TransformedEvent,
|
|
98
|
+
Tree,
|
|
99
|
+
TreeArrayNode,
|
|
100
|
+
TreeArrayNodeUnsafe,
|
|
101
|
+
TreeChangeEvents,
|
|
102
|
+
TreeFieldFromImplicitField,
|
|
103
|
+
TreeLeafValue,
|
|
104
|
+
TreeMapNode,
|
|
105
|
+
TreeMapNodeUnsafe,
|
|
106
|
+
TreeNode,
|
|
107
|
+
TreeNodeApi,
|
|
108
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
109
|
+
TreeNodeSchema,
|
|
110
|
+
TreeNodeSchemaClass,
|
|
111
|
+
TreeNodeSchemaCore,
|
|
112
|
+
TreeObjectNode,
|
|
113
|
+
TreeObjectNodeUnsafe,
|
|
114
|
+
TreeStatus,
|
|
115
|
+
TreeView,
|
|
116
|
+
TreeViewConfiguration,
|
|
117
|
+
TreeViewEvents,
|
|
118
|
+
Unenforced,
|
|
119
|
+
Unhydrated,
|
|
120
|
+
ValidateRecursiveSchema,
|
|
121
|
+
WithType,
|
|
122
|
+
isFluidHandle,
|
|
123
|
+
rollback,
|
|
124
|
+
typeSchemaSymbol,
|
|
125
|
+
|
|
126
|
+
// @beta APIs
|
|
127
|
+
NodeChangedData,
|
|
128
|
+
TreeBeta,
|
|
129
|
+
TreeChangeEventsBeta,
|
|
130
|
+
|
|
131
|
+
// @alpha APIs
|
|
132
|
+
FixRecursiveArraySchema,
|
|
133
|
+
JsonArrayNodeSchema,
|
|
134
|
+
JsonFieldSchema,
|
|
135
|
+
JsonLeafNodeSchema,
|
|
136
|
+
JsonLeafSchemaType,
|
|
137
|
+
JsonMapNodeSchema,
|
|
138
|
+
JsonNodeSchema,
|
|
139
|
+
JsonNodeSchemaBase,
|
|
140
|
+
JsonObjectNodeSchema,
|
|
141
|
+
JsonRefPath,
|
|
142
|
+
JsonSchemaId,
|
|
143
|
+
JsonSchemaRef,
|
|
144
|
+
JsonSchemaType,
|
|
145
|
+
JsonTreeSchema,
|
|
146
|
+
getJsonSchema
|
|
147
|
+
} from "./index.js";
|
package/dist/beta.d.ts
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
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 @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
|
|
13
|
+
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
|
|
14
|
+
*
|
|
15
|
+
* @packageDocumentation
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
// Unrestricted APIs
|
|
20
|
+
InternalTypes,
|
|
21
|
+
|
|
22
|
+
// @public APIs
|
|
23
|
+
AllowedTypes,
|
|
24
|
+
AttachState,
|
|
25
|
+
CommitKind,
|
|
26
|
+
CommitMetadata,
|
|
27
|
+
ConnectionState,
|
|
28
|
+
ConnectionStateType,
|
|
29
|
+
ContainerAttachProps,
|
|
30
|
+
ContainerSchema,
|
|
31
|
+
ErasedType,
|
|
32
|
+
FieldKind,
|
|
33
|
+
FieldProps,
|
|
34
|
+
FieldSchema,
|
|
35
|
+
FieldSchemaMetadata,
|
|
36
|
+
FieldSchemaUnsafe,
|
|
37
|
+
FluidObject,
|
|
38
|
+
FluidObjectProviderKeys,
|
|
39
|
+
IConnection,
|
|
40
|
+
ICriticalContainerError,
|
|
41
|
+
IDisposable,
|
|
42
|
+
IErrorBase,
|
|
43
|
+
IErrorEvent,
|
|
44
|
+
IEvent,
|
|
45
|
+
IEventProvider,
|
|
46
|
+
IEventThisPlaceHolder,
|
|
47
|
+
IEventTransformer,
|
|
48
|
+
IFluidContainer,
|
|
49
|
+
IFluidContainerEvents,
|
|
50
|
+
IFluidHandle,
|
|
51
|
+
IFluidHandleErased,
|
|
52
|
+
IFluidLoadable,
|
|
53
|
+
IMember,
|
|
54
|
+
IProvideFluidLoadable,
|
|
55
|
+
IServiceAudience,
|
|
56
|
+
IServiceAudienceEvents,
|
|
57
|
+
ITelemetryBaseProperties,
|
|
58
|
+
ITree,
|
|
59
|
+
ITreeConfigurationOptions,
|
|
60
|
+
ITreeViewConfiguration,
|
|
61
|
+
ImplicitAllowedTypes,
|
|
62
|
+
ImplicitFieldSchema,
|
|
63
|
+
InitialObjects,
|
|
64
|
+
InsertableObjectFromSchemaRecordUnsafe,
|
|
65
|
+
InsertableTreeFieldFromImplicitField,
|
|
66
|
+
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
67
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
68
|
+
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
69
|
+
InsertableTypedNode,
|
|
70
|
+
InternalTreeNode,
|
|
71
|
+
IsListener,
|
|
72
|
+
IterableTreeArrayContent,
|
|
73
|
+
LazyItem,
|
|
74
|
+
Listenable,
|
|
75
|
+
Listeners,
|
|
76
|
+
MakeNominal,
|
|
77
|
+
MapNodeInsertableData,
|
|
78
|
+
MemberChangedListener,
|
|
79
|
+
Myself,
|
|
80
|
+
NodeFromSchema,
|
|
81
|
+
NodeInDocumentConstraint,
|
|
82
|
+
NodeKind,
|
|
83
|
+
Off,
|
|
84
|
+
ReplaceIEventThisPlaceHolder,
|
|
85
|
+
RestrictiveReadonlyRecord,
|
|
86
|
+
Revertible,
|
|
87
|
+
RevertibleFactory,
|
|
88
|
+
RevertibleStatus,
|
|
89
|
+
RunTransaction,
|
|
90
|
+
SchemaCompatibilityStatus,
|
|
91
|
+
SchemaFactory,
|
|
92
|
+
SharedObjectKind,
|
|
93
|
+
SharedTree,
|
|
94
|
+
Tagged,
|
|
95
|
+
TelemetryBaseEventPropertyType,
|
|
96
|
+
TransactionConstraint,
|
|
97
|
+
TransformedEvent,
|
|
98
|
+
Tree,
|
|
99
|
+
TreeArrayNode,
|
|
100
|
+
TreeArrayNodeUnsafe,
|
|
101
|
+
TreeChangeEvents,
|
|
102
|
+
TreeFieldFromImplicitField,
|
|
103
|
+
TreeLeafValue,
|
|
104
|
+
TreeMapNode,
|
|
105
|
+
TreeMapNodeUnsafe,
|
|
106
|
+
TreeNode,
|
|
107
|
+
TreeNodeApi,
|
|
108
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
109
|
+
TreeNodeSchema,
|
|
110
|
+
TreeNodeSchemaClass,
|
|
111
|
+
TreeNodeSchemaCore,
|
|
112
|
+
TreeObjectNode,
|
|
113
|
+
TreeObjectNodeUnsafe,
|
|
114
|
+
TreeStatus,
|
|
115
|
+
TreeView,
|
|
116
|
+
TreeViewConfiguration,
|
|
117
|
+
TreeViewEvents,
|
|
118
|
+
Unenforced,
|
|
119
|
+
Unhydrated,
|
|
120
|
+
ValidateRecursiveSchema,
|
|
121
|
+
WithType,
|
|
122
|
+
isFluidHandle,
|
|
123
|
+
rollback,
|
|
124
|
+
typeSchemaSymbol,
|
|
125
|
+
|
|
126
|
+
// @beta APIs
|
|
127
|
+
NodeChangedData,
|
|
128
|
+
TreeBeta,
|
|
129
|
+
TreeChangeEventsBeta
|
|
130
|
+
} from "./index.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export type { SharedObjectKind } from "@fluidframework/shared-object-base";
|
|
|
17
17
|
export type { IErrorBase, IEventProvider, IDisposable, IEvent, IEventThisPlaceHolder, IErrorEvent, ErasedType, IFluidHandle, IFluidLoadable, ITelemetryBaseProperties, IEventTransformer, IProvideFluidLoadable, IFluidHandleErased, TransformedEvent, TelemetryBaseEventPropertyType, Tagged, ReplaceIEventThisPlaceHolder, FluidObject, // Linked in doc comment
|
|
18
18
|
FluidObjectProviderKeys, } from "@fluidframework/core-interfaces";
|
|
19
19
|
export type { isFluidHandle } from "@fluidframework/runtime-utils";
|
|
20
|
-
export * from "@fluidframework/tree";
|
|
20
|
+
export * from "@fluidframework/tree/alpha";
|
|
21
21
|
import type { SharedObjectKind } from "@fluidframework/shared-object-base";
|
|
22
22
|
import type { ITree } from "@fluidframework/tree";
|
|
23
23
|
/**
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AAMH,YAAY,EACX,eAAe,IAAI,mBAAmB,EAAE,0CAA0C;AAClF,uBAAuB,GACvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,YAAY,EACX,oBAAoB,EACpB,eAAe,EACf,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,OAAO,EACP,cAAc,EACd,gBAAgB,EAChB,sBAAsB,EACtB,qBAAqB,EACrB,MAAM,GACN,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EACX,UAAU,EACV,cAAc,EACd,WAAW,EACX,MAAM,EACN,qBAAqB,EACrB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,cAAc,EACd,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,8BAA8B,EAC9B,MAAM,EACN,4BAA4B,EAC5B,WAAW,EAAE,wBAAwB;AACrC,uBAAuB,GACvB,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AAMH,YAAY,EACX,eAAe,IAAI,mBAAmB,EAAE,0CAA0C;AAClF,uBAAuB,GACvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,YAAY,EACX,oBAAoB,EACpB,eAAe,EACf,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,OAAO,EACP,cAAc,EACd,gBAAgB,EAChB,sBAAsB,EACtB,qBAAqB,EACrB,MAAM,GACN,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EACX,UAAU,EACV,cAAc,EACd,WAAW,EACX,MAAM,EACN,qBAAqB,EACrB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,cAAc,EACd,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,8BAA8B,EAC9B,MAAM,EACN,4BAA4B,EAC5B,WAAW,EAAE,wBAAwB;AACrC,uBAAuB,GACvB,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAKnE,cAAc,4BAA4B,CAAC;AAQ3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAGlD;;;;;;;;;GASG;AACH,eAAO,MAAM,UAAU,EAAE,gBAAgB,CAAC,KAAK,CAAsB,CAAC;AAQtE,YAAY,EACX,UAAU,EACV,gBAAgB,EAChB,sBAAsB,EACtB,gBAAgB,EAChB,sBAAsB,EACtB,UAAU,EACV,gBAAgB,EAChB,aAAa,GACb,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAE1E,YAAY,EACX,mBAAmB,EACnB,qBAAqB,EACrB,SAAS,EACT,wBAAwB,EACxB,mBAAmB,EACnB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,IAAI,EACJ,sBAAsB,GACtB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EACN,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,YAAY,GACZ,MAAM,mCAAmC,CAAC;AAE3C,YAAY,EACX,aAAa,EACb,mBAAmB,GACnB,MAAM,6CAA6C,CAAC;AAErD,YAAY,EACX,yBAAyB,EAAE,iCAAiC;AAC5D,aAAa,EAAE,yCAAyC;AACxD,MAAM,GACN,MAAM,6CAA6C,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -23,12 +23,10 @@ var container_definitions_1 = require("@fluidframework/container-definitions");
|
|
|
23
23
|
Object.defineProperty(exports, "AttachState", { enumerable: true, get: function () { return container_definitions_1.AttachState; } });
|
|
24
24
|
var container_loader_1 = require("@fluidframework/container-loader");
|
|
25
25
|
Object.defineProperty(exports, "ConnectionState", { enumerable: true, get: function () { return container_loader_1.ConnectionState; } });
|
|
26
|
-
// Let the tree package manage its own API surface
|
|
27
|
-
// Note: this only surfaces the `@public` API items from the tree package.
|
|
28
|
-
//
|
|
29
|
-
|
|
30
|
-
// eslint-disable-next-line no-restricted-syntax, import/export
|
|
31
|
-
__exportStar(require("@fluidframework/tree"), exports);
|
|
26
|
+
// Let the tree package manage its own API surface.
|
|
27
|
+
// Note: this only surfaces the `@public, @beta and @alpha` API items from the tree package.
|
|
28
|
+
// eslint-disable-next-line no-restricted-syntax, import/no-internal-modules
|
|
29
|
+
__exportStar(require("@fluidframework/tree/alpha"), exports);
|
|
32
30
|
const internal_1 = require("@fluidframework/tree/internal");
|
|
33
31
|
/**
|
|
34
32
|
* A hierarchical data structure for collaboratively editing strongly typed JSON-like trees
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;AAiBH,+EAAoE;AAA3D,oHAAA,WAAW,OAAA;AACpB,qEAAmE;AAA1D,mHAAA,eAAe,OAAA;AAuCxB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;AAiBH,+EAAoE;AAA3D,oHAAA,WAAW,OAAA;AACpB,qEAAmE;AAA1D,mHAAA,eAAe,OAAA;AAuCxB,mDAAmD;AACnD,4FAA4F;AAC5F,4EAA4E;AAC5E,6DAA2C;AAU3C,4DAAiF;AAEjF;;;;;;;;;GASG;AACU,QAAA,UAAU,GAA4B,qBAAkB,CAAC;AAmBtE,yDAA0E;AAAjE,2GAAA,eAAe,OAAA;AAAE,qGAAA,SAAS,OAAA;AAsBnC,8DAO2C;AAN1C,wGAAA,YAAY,OAAA;AACZ,8GAAA,kBAAkB,OAAA;AAClB,yGAAA,aAAa,OAAA;AACb,4GAAA,gBAAgB,OAAA;AAChB,oHAAA,wBAAwB,OAAA;AACxB,wGAAA,YAAY,OAAA;AAcb,4BAA4B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client\n * package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).\n *\n * @packageDocumentation\n */\n\n// ===============================================================\n// #region Public, Beta and Alpha (non-legacy) exports\n// #region Basic re-exports\n\nexport type {\n\tConnectionState as ConnectionStateType, // TODO: deduplicate ConnectionState types\n\tICriticalContainerError,\n} from \"@fluidframework/container-definitions\";\nexport { AttachState } from \"@fluidframework/container-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport type {\n\tContainerAttachProps,\n\tContainerSchema,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tInitialObjects,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tMemberChangedListener,\n\tMyself,\n} from \"@fluidframework/fluid-static\";\nexport type { SharedObjectKind } from \"@fluidframework/shared-object-base\";\nexport type {\n\tIErrorBase,\n\tIEventProvider,\n\tIDisposable,\n\tIEvent,\n\tIEventThisPlaceHolder,\n\tIErrorEvent,\n\tErasedType,\n\tIFluidHandle,\n\tIFluidLoadable,\n\tITelemetryBaseProperties,\n\tIEventTransformer,\n\tIProvideFluidLoadable,\n\tIFluidHandleErased,\n\tTransformedEvent,\n\tTelemetryBaseEventPropertyType,\n\tTagged,\n\tReplaceIEventThisPlaceHolder,\n\tFluidObject, // Linked in doc comment\n\tFluidObjectProviderKeys, // Used by FluidObject\n} from \"@fluidframework/core-interfaces\";\n\nexport type { isFluidHandle } from \"@fluidframework/runtime-utils\";\n\n// Let the tree package manage its own API surface.\n// Note: this only surfaces the `@public, @beta and @alpha` API items from the tree package.\n// eslint-disable-next-line no-restricted-syntax, import/no-internal-modules\nexport * from \"@fluidframework/tree/alpha\";\n\n// End of basic public+beta+alpha exports - nothing above this line should\n// depend on an /internal path.\n// #endregion Basic re-exports\n// ---------------------------------------------------------------\n// #region Custom re-exports\n\nimport type { SharedObjectKind } from \"@fluidframework/shared-object-base\";\nimport type { ITree } from \"@fluidframework/tree\";\nimport { SharedTree as OriginalSharedTree } from \"@fluidframework/tree/internal\";\n\n/**\n * A hierarchical data structure for collaboratively editing strongly typed JSON-like trees\n * of objects, arrays, and other data types.\n * @privateRemarks\n * Here we reexport SharedTree, but with the `@alpha` types (`ISharedObjectKind`) removed, just keeping the `SharedObjectKind`.\n * Doing this requires creating this new typed export rather than relying on a reexport directly from the tree package.\n * The tree package itself does not do this because it's API needs to be usable from the encapsulated API which requires `ISharedObjectKind`.\n * This package however is not intended for use by users of the encapsulated API, and therefor it can discard that interface.\n * @public\n */\nexport const SharedTree: SharedObjectKind<ITree> = OriginalSharedTree;\n\n// #endregion Custom re-exports\n// #endregion\n\n// ===============================================================\n// #region Legacy exports\n\nexport type {\n\tIDirectory,\n\tIDirectoryEvents,\n\tIDirectoryValueChanged,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n} from \"@fluidframework/map/internal\";\n\nexport { SharedDirectory, SharedMap } from \"@fluidframework/map/internal\";\n\nexport type {\n\tDeserializeCallback,\n\tInteriorSequencePlace,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalCollection,\n\tIntervalIndex,\n\tIntervalStickiness,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tSequencePlace,\n\tSharedStringSegment,\n\tSide,\n\tISharedSegmentSequence,\n} from \"@fluidframework/sequence/internal\";\n\nexport {\n\tIntervalType,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSharedString,\n} from \"@fluidframework/sequence/internal\";\n\nexport type {\n\tISharedObject,\n\tISharedObjectEvents,\n} from \"@fluidframework/shared-object-base/internal\";\n\nexport type {\n\tISequencedDocumentMessage, // Leaked via ISharedObjectEvents\n\tIBranchOrigin, // Required for ISequencedDocumentMessage\n\tITrace, // Required for ISequencedDocumentMessage\n} from \"@fluidframework/driver-definitions/internal\";\n\n// #endregion Legacy exports\n"]}
|
package/dist/legacy.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export {
|
|
|
32
32
|
FieldKind,
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
|
+
FieldSchemaMetadata,
|
|
35
36
|
FieldSchemaUnsafe,
|
|
36
37
|
FluidObject,
|
|
37
38
|
FluidObjectProviderKeys,
|
|
@@ -76,7 +77,6 @@ export {
|
|
|
76
77
|
MapNodeInsertableData,
|
|
77
78
|
MemberChangedListener,
|
|
78
79
|
Myself,
|
|
79
|
-
NodeChangedData,
|
|
80
80
|
NodeFromSchema,
|
|
81
81
|
NodeInDocumentConstraint,
|
|
82
82
|
NodeKind,
|
package/dist/public.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export {
|
|
|
32
32
|
FieldKind,
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
|
+
FieldSchemaMetadata,
|
|
35
36
|
FieldSchemaUnsafe,
|
|
36
37
|
FluidObject,
|
|
37
38
|
FluidObjectProviderKeys,
|
|
@@ -76,7 +77,6 @@ export {
|
|
|
76
77
|
MapNodeInsertableData,
|
|
77
78
|
MemberChangedListener,
|
|
78
79
|
Myself,
|
|
79
|
-
NodeChangedData,
|
|
80
80
|
NodeFromSchema,
|
|
81
81
|
NodeInDocumentConstraint,
|
|
82
82
|
NodeKind,
|
package/lib/alpha.d.ts
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
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 @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
|
|
13
|
+
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
|
|
14
|
+
*
|
|
15
|
+
* @packageDocumentation
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
// Unrestricted APIs
|
|
20
|
+
InternalTypes,
|
|
21
|
+
|
|
22
|
+
// @public APIs
|
|
23
|
+
AllowedTypes,
|
|
24
|
+
AttachState,
|
|
25
|
+
CommitKind,
|
|
26
|
+
CommitMetadata,
|
|
27
|
+
ConnectionState,
|
|
28
|
+
ConnectionStateType,
|
|
29
|
+
ContainerAttachProps,
|
|
30
|
+
ContainerSchema,
|
|
31
|
+
ErasedType,
|
|
32
|
+
FieldKind,
|
|
33
|
+
FieldProps,
|
|
34
|
+
FieldSchema,
|
|
35
|
+
FieldSchemaMetadata,
|
|
36
|
+
FieldSchemaUnsafe,
|
|
37
|
+
FluidObject,
|
|
38
|
+
FluidObjectProviderKeys,
|
|
39
|
+
IConnection,
|
|
40
|
+
ICriticalContainerError,
|
|
41
|
+
IDisposable,
|
|
42
|
+
IErrorBase,
|
|
43
|
+
IErrorEvent,
|
|
44
|
+
IEvent,
|
|
45
|
+
IEventProvider,
|
|
46
|
+
IEventThisPlaceHolder,
|
|
47
|
+
IEventTransformer,
|
|
48
|
+
IFluidContainer,
|
|
49
|
+
IFluidContainerEvents,
|
|
50
|
+
IFluidHandle,
|
|
51
|
+
IFluidHandleErased,
|
|
52
|
+
IFluidLoadable,
|
|
53
|
+
IMember,
|
|
54
|
+
IProvideFluidLoadable,
|
|
55
|
+
IServiceAudience,
|
|
56
|
+
IServiceAudienceEvents,
|
|
57
|
+
ITelemetryBaseProperties,
|
|
58
|
+
ITree,
|
|
59
|
+
ITreeConfigurationOptions,
|
|
60
|
+
ITreeViewConfiguration,
|
|
61
|
+
ImplicitAllowedTypes,
|
|
62
|
+
ImplicitFieldSchema,
|
|
63
|
+
InitialObjects,
|
|
64
|
+
InsertableObjectFromSchemaRecordUnsafe,
|
|
65
|
+
InsertableTreeFieldFromImplicitField,
|
|
66
|
+
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
67
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
68
|
+
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
69
|
+
InsertableTypedNode,
|
|
70
|
+
InternalTreeNode,
|
|
71
|
+
IsListener,
|
|
72
|
+
IterableTreeArrayContent,
|
|
73
|
+
LazyItem,
|
|
74
|
+
Listenable,
|
|
75
|
+
Listeners,
|
|
76
|
+
MakeNominal,
|
|
77
|
+
MapNodeInsertableData,
|
|
78
|
+
MemberChangedListener,
|
|
79
|
+
Myself,
|
|
80
|
+
NodeFromSchema,
|
|
81
|
+
NodeInDocumentConstraint,
|
|
82
|
+
NodeKind,
|
|
83
|
+
Off,
|
|
84
|
+
ReplaceIEventThisPlaceHolder,
|
|
85
|
+
RestrictiveReadonlyRecord,
|
|
86
|
+
Revertible,
|
|
87
|
+
RevertibleFactory,
|
|
88
|
+
RevertibleStatus,
|
|
89
|
+
RunTransaction,
|
|
90
|
+
SchemaCompatibilityStatus,
|
|
91
|
+
SchemaFactory,
|
|
92
|
+
SharedObjectKind,
|
|
93
|
+
SharedTree,
|
|
94
|
+
Tagged,
|
|
95
|
+
TelemetryBaseEventPropertyType,
|
|
96
|
+
TransactionConstraint,
|
|
97
|
+
TransformedEvent,
|
|
98
|
+
Tree,
|
|
99
|
+
TreeArrayNode,
|
|
100
|
+
TreeArrayNodeUnsafe,
|
|
101
|
+
TreeChangeEvents,
|
|
102
|
+
TreeFieldFromImplicitField,
|
|
103
|
+
TreeLeafValue,
|
|
104
|
+
TreeMapNode,
|
|
105
|
+
TreeMapNodeUnsafe,
|
|
106
|
+
TreeNode,
|
|
107
|
+
TreeNodeApi,
|
|
108
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
109
|
+
TreeNodeSchema,
|
|
110
|
+
TreeNodeSchemaClass,
|
|
111
|
+
TreeNodeSchemaCore,
|
|
112
|
+
TreeObjectNode,
|
|
113
|
+
TreeObjectNodeUnsafe,
|
|
114
|
+
TreeStatus,
|
|
115
|
+
TreeView,
|
|
116
|
+
TreeViewConfiguration,
|
|
117
|
+
TreeViewEvents,
|
|
118
|
+
Unenforced,
|
|
119
|
+
Unhydrated,
|
|
120
|
+
ValidateRecursiveSchema,
|
|
121
|
+
WithType,
|
|
122
|
+
isFluidHandle,
|
|
123
|
+
rollback,
|
|
124
|
+
typeSchemaSymbol,
|
|
125
|
+
|
|
126
|
+
// @beta APIs
|
|
127
|
+
NodeChangedData,
|
|
128
|
+
TreeBeta,
|
|
129
|
+
TreeChangeEventsBeta,
|
|
130
|
+
|
|
131
|
+
// @alpha APIs
|
|
132
|
+
FixRecursiveArraySchema,
|
|
133
|
+
JsonArrayNodeSchema,
|
|
134
|
+
JsonFieldSchema,
|
|
135
|
+
JsonLeafNodeSchema,
|
|
136
|
+
JsonLeafSchemaType,
|
|
137
|
+
JsonMapNodeSchema,
|
|
138
|
+
JsonNodeSchema,
|
|
139
|
+
JsonNodeSchemaBase,
|
|
140
|
+
JsonObjectNodeSchema,
|
|
141
|
+
JsonRefPath,
|
|
142
|
+
JsonSchemaId,
|
|
143
|
+
JsonSchemaRef,
|
|
144
|
+
JsonSchemaType,
|
|
145
|
+
JsonTreeSchema,
|
|
146
|
+
getJsonSchema
|
|
147
|
+
} from "./index.js";
|
package/lib/beta.d.ts
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
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 @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
|
|
13
|
+
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
|
|
14
|
+
*
|
|
15
|
+
* @packageDocumentation
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
// Unrestricted APIs
|
|
20
|
+
InternalTypes,
|
|
21
|
+
|
|
22
|
+
// @public APIs
|
|
23
|
+
AllowedTypes,
|
|
24
|
+
AttachState,
|
|
25
|
+
CommitKind,
|
|
26
|
+
CommitMetadata,
|
|
27
|
+
ConnectionState,
|
|
28
|
+
ConnectionStateType,
|
|
29
|
+
ContainerAttachProps,
|
|
30
|
+
ContainerSchema,
|
|
31
|
+
ErasedType,
|
|
32
|
+
FieldKind,
|
|
33
|
+
FieldProps,
|
|
34
|
+
FieldSchema,
|
|
35
|
+
FieldSchemaMetadata,
|
|
36
|
+
FieldSchemaUnsafe,
|
|
37
|
+
FluidObject,
|
|
38
|
+
FluidObjectProviderKeys,
|
|
39
|
+
IConnection,
|
|
40
|
+
ICriticalContainerError,
|
|
41
|
+
IDisposable,
|
|
42
|
+
IErrorBase,
|
|
43
|
+
IErrorEvent,
|
|
44
|
+
IEvent,
|
|
45
|
+
IEventProvider,
|
|
46
|
+
IEventThisPlaceHolder,
|
|
47
|
+
IEventTransformer,
|
|
48
|
+
IFluidContainer,
|
|
49
|
+
IFluidContainerEvents,
|
|
50
|
+
IFluidHandle,
|
|
51
|
+
IFluidHandleErased,
|
|
52
|
+
IFluidLoadable,
|
|
53
|
+
IMember,
|
|
54
|
+
IProvideFluidLoadable,
|
|
55
|
+
IServiceAudience,
|
|
56
|
+
IServiceAudienceEvents,
|
|
57
|
+
ITelemetryBaseProperties,
|
|
58
|
+
ITree,
|
|
59
|
+
ITreeConfigurationOptions,
|
|
60
|
+
ITreeViewConfiguration,
|
|
61
|
+
ImplicitAllowedTypes,
|
|
62
|
+
ImplicitFieldSchema,
|
|
63
|
+
InitialObjects,
|
|
64
|
+
InsertableObjectFromSchemaRecordUnsafe,
|
|
65
|
+
InsertableTreeFieldFromImplicitField,
|
|
66
|
+
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
67
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
68
|
+
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
69
|
+
InsertableTypedNode,
|
|
70
|
+
InternalTreeNode,
|
|
71
|
+
IsListener,
|
|
72
|
+
IterableTreeArrayContent,
|
|
73
|
+
LazyItem,
|
|
74
|
+
Listenable,
|
|
75
|
+
Listeners,
|
|
76
|
+
MakeNominal,
|
|
77
|
+
MapNodeInsertableData,
|
|
78
|
+
MemberChangedListener,
|
|
79
|
+
Myself,
|
|
80
|
+
NodeFromSchema,
|
|
81
|
+
NodeInDocumentConstraint,
|
|
82
|
+
NodeKind,
|
|
83
|
+
Off,
|
|
84
|
+
ReplaceIEventThisPlaceHolder,
|
|
85
|
+
RestrictiveReadonlyRecord,
|
|
86
|
+
Revertible,
|
|
87
|
+
RevertibleFactory,
|
|
88
|
+
RevertibleStatus,
|
|
89
|
+
RunTransaction,
|
|
90
|
+
SchemaCompatibilityStatus,
|
|
91
|
+
SchemaFactory,
|
|
92
|
+
SharedObjectKind,
|
|
93
|
+
SharedTree,
|
|
94
|
+
Tagged,
|
|
95
|
+
TelemetryBaseEventPropertyType,
|
|
96
|
+
TransactionConstraint,
|
|
97
|
+
TransformedEvent,
|
|
98
|
+
Tree,
|
|
99
|
+
TreeArrayNode,
|
|
100
|
+
TreeArrayNodeUnsafe,
|
|
101
|
+
TreeChangeEvents,
|
|
102
|
+
TreeFieldFromImplicitField,
|
|
103
|
+
TreeLeafValue,
|
|
104
|
+
TreeMapNode,
|
|
105
|
+
TreeMapNodeUnsafe,
|
|
106
|
+
TreeNode,
|
|
107
|
+
TreeNodeApi,
|
|
108
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
109
|
+
TreeNodeSchema,
|
|
110
|
+
TreeNodeSchemaClass,
|
|
111
|
+
TreeNodeSchemaCore,
|
|
112
|
+
TreeObjectNode,
|
|
113
|
+
TreeObjectNodeUnsafe,
|
|
114
|
+
TreeStatus,
|
|
115
|
+
TreeView,
|
|
116
|
+
TreeViewConfiguration,
|
|
117
|
+
TreeViewEvents,
|
|
118
|
+
Unenforced,
|
|
119
|
+
Unhydrated,
|
|
120
|
+
ValidateRecursiveSchema,
|
|
121
|
+
WithType,
|
|
122
|
+
isFluidHandle,
|
|
123
|
+
rollback,
|
|
124
|
+
typeSchemaSymbol,
|
|
125
|
+
|
|
126
|
+
// @beta APIs
|
|
127
|
+
NodeChangedData,
|
|
128
|
+
TreeBeta,
|
|
129
|
+
TreeChangeEventsBeta
|
|
130
|
+
} from "./index.js";
|
package/lib/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export type { SharedObjectKind } from "@fluidframework/shared-object-base";
|
|
|
17
17
|
export type { IErrorBase, IEventProvider, IDisposable, IEvent, IEventThisPlaceHolder, IErrorEvent, ErasedType, IFluidHandle, IFluidLoadable, ITelemetryBaseProperties, IEventTransformer, IProvideFluidLoadable, IFluidHandleErased, TransformedEvent, TelemetryBaseEventPropertyType, Tagged, ReplaceIEventThisPlaceHolder, FluidObject, // Linked in doc comment
|
|
18
18
|
FluidObjectProviderKeys, } from "@fluidframework/core-interfaces";
|
|
19
19
|
export type { isFluidHandle } from "@fluidframework/runtime-utils";
|
|
20
|
-
export * from "@fluidframework/tree";
|
|
20
|
+
export * from "@fluidframework/tree/alpha";
|
|
21
21
|
import type { SharedObjectKind } from "@fluidframework/shared-object-base";
|
|
22
22
|
import type { ITree } from "@fluidframework/tree";
|
|
23
23
|
/**
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AAMH,YAAY,EACX,eAAe,IAAI,mBAAmB,EAAE,0CAA0C;AAClF,uBAAuB,GACvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,YAAY,EACX,oBAAoB,EACpB,eAAe,EACf,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,OAAO,EACP,cAAc,EACd,gBAAgB,EAChB,sBAAsB,EACtB,qBAAqB,EACrB,MAAM,GACN,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EACX,UAAU,EACV,cAAc,EACd,WAAW,EACX,MAAM,EACN,qBAAqB,EACrB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,cAAc,EACd,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,8BAA8B,EAC9B,MAAM,EACN,4BAA4B,EAC5B,WAAW,EAAE,wBAAwB;AACrC,uBAAuB,GACvB,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AAMH,YAAY,EACX,eAAe,IAAI,mBAAmB,EAAE,0CAA0C;AAClF,uBAAuB,GACvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,YAAY,EACX,oBAAoB,EACpB,eAAe,EACf,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,OAAO,EACP,cAAc,EACd,gBAAgB,EAChB,sBAAsB,EACtB,qBAAqB,EACrB,MAAM,GACN,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EACX,UAAU,EACV,cAAc,EACd,WAAW,EACX,MAAM,EACN,qBAAqB,EACrB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,cAAc,EACd,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,8BAA8B,EAC9B,MAAM,EACN,4BAA4B,EAC5B,WAAW,EAAE,wBAAwB;AACrC,uBAAuB,GACvB,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAKnE,cAAc,4BAA4B,CAAC;AAQ3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAGlD;;;;;;;;;GASG;AACH,eAAO,MAAM,UAAU,EAAE,gBAAgB,CAAC,KAAK,CAAsB,CAAC;AAQtE,YAAY,EACX,UAAU,EACV,gBAAgB,EAChB,sBAAsB,EACtB,gBAAgB,EAChB,sBAAsB,EACtB,UAAU,EACV,gBAAgB,EAChB,aAAa,GACb,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAE1E,YAAY,EACX,mBAAmB,EACnB,qBAAqB,EACrB,SAAS,EACT,wBAAwB,EACxB,mBAAmB,EACnB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,IAAI,EACJ,sBAAsB,GACtB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EACN,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,YAAY,GACZ,MAAM,mCAAmC,CAAC;AAE3C,YAAY,EACX,aAAa,EACb,mBAAmB,GACnB,MAAM,6CAA6C,CAAC;AAErD,YAAY,EACX,yBAAyB,EAAE,iCAAiC;AAC5D,aAAa,EAAE,yCAAyC;AACxD,MAAM,GACN,MAAM,6CAA6C,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export { AttachState } from "@fluidframework/container-definitions";
|
|
6
6
|
export { ConnectionState } from "@fluidframework/container-loader";
|
|
7
|
-
// Let the tree package manage its own API surface
|
|
8
|
-
// Note: this only surfaces the `@public` API items from the tree package.
|
|
9
|
-
//
|
|
10
|
-
|
|
11
|
-
// eslint-disable-next-line no-restricted-syntax, import/export
|
|
12
|
-
export * from "@fluidframework/tree";
|
|
7
|
+
// Let the tree package manage its own API surface.
|
|
8
|
+
// Note: this only surfaces the `@public, @beta and @alpha` API items from the tree package.
|
|
9
|
+
// eslint-disable-next-line no-restricted-syntax, import/no-internal-modules
|
|
10
|
+
export * from "@fluidframework/tree/alpha";
|
|
13
11
|
import { SharedTree as OriginalSharedTree } from "@fluidframework/tree/internal";
|
|
14
12
|
/**
|
|
15
13
|
* A hierarchical data structure for collaboratively editing strongly typed JSON-like trees
|