fluid-framework 2.0.0-dev-rc.3.0.0.254513 → 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/api-report/fluid-framework.api.md +1 -1
- package/dist/alpha.d.ts +98 -0
- package/dist/beta.d.ts +95 -0
- package/dist/public.d.ts +95 -0
- package/lib/alpha.d.ts +98 -0
- package/lib/beta.d.ts +95 -0
- package/lib/public.d.ts +95 -0
- package/package.json +11 -19
- package/api-extractor-cjs.json +0 -9
- package/dist/fluid-framework-alpha.d.ts +0 -2326
- package/dist/fluid-framework-beta.d.ts +0 -2305
- package/dist/fluid-framework-public.d.ts +0 -2305
- package/dist/fluid-framework-untrimmed.d.ts +0 -2326
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/fluid-framework-alpha.d.ts +0 -2326
- package/lib/fluid-framework-beta.d.ts +0 -2305
- package/lib/fluid-framework-public.d.ts +0 -2305
- package/lib/fluid-framework-untrimmed.d.ts +0 -2326
|
@@ -349,7 +349,7 @@ export class SchemaFactory<out TScope extends string | undefined = string | unde
|
|
|
349
349
|
readonly boolean: TreeNodeSchema<"com.fluidframework.leaf.boolean", NodeKind.Leaf, boolean, boolean>;
|
|
350
350
|
// @deprecated
|
|
351
351
|
fixRecursiveReference<T extends AllowedTypes>(...types: T): void;
|
|
352
|
-
readonly handle: TreeNodeSchema<"com.fluidframework.leaf.handle", NodeKind.Leaf, IFluidHandle<FluidObject
|
|
352
|
+
readonly handle: TreeNodeSchema<"com.fluidframework.leaf.handle", NodeKind.Leaf, IFluidHandle<FluidObject & IFluidLoadable>, IFluidHandle<FluidObject & IFluidLoadable>>;
|
|
353
353
|
get identifier(): FieldSchema<FieldKind.Identifier>;
|
|
354
354
|
map<const T extends TreeNodeSchema | readonly TreeNodeSchema[]>(allowedTypes: T): TreeNodeSchema<ScopedSchemaName<TScope, `Map<${string}>`>, NodeKind.Map, TreeMapNode<T> & WithType<ScopedSchemaName<TScope, `Map<${string}>`>>, Iterable<[string, InsertableTreeNodeFromImplicitAllowedTypes<T>]>, true, T>;
|
|
355
355
|
map<Name extends TName, const T extends ImplicitAllowedTypes>(name: Name, allowedTypes: T): TreeNodeSchemaClass<ScopedSchemaName<TScope, Name>, NodeKind.Map, TreeMapNode<T> & WithType<ScopedSchemaName<TScope, Name>>, Iterable<[string, InsertableTreeNodeFromImplicitAllowedTypes<T>]>, true, T>;
|
package/dist/alpha.d.ts
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
AllowedTypes,
|
|
13
|
+
ApplyKind,
|
|
14
|
+
AttachState,
|
|
15
|
+
CommitKind,
|
|
16
|
+
CommitMetadata,
|
|
17
|
+
ConnectionState,
|
|
18
|
+
ConnectionStateType,
|
|
19
|
+
ContainerAttachProps,
|
|
20
|
+
ContainerSchema,
|
|
21
|
+
DataObjectClass,
|
|
22
|
+
DriverErrorTypes,
|
|
23
|
+
Events,
|
|
24
|
+
ExtractItemType,
|
|
25
|
+
FieldKind,
|
|
26
|
+
FieldProps,
|
|
27
|
+
FieldSchema,
|
|
28
|
+
FlexList,
|
|
29
|
+
FlexListToUnion,
|
|
30
|
+
IConnection,
|
|
31
|
+
ICriticalContainerError,
|
|
32
|
+
IDisposable,
|
|
33
|
+
IFluidContainer,
|
|
34
|
+
IFluidContainerEvents,
|
|
35
|
+
IMember,
|
|
36
|
+
IServiceAudience,
|
|
37
|
+
IServiceAudienceEvents,
|
|
38
|
+
ISharedMap,
|
|
39
|
+
ISharedMapEvents,
|
|
40
|
+
ISubscribable,
|
|
41
|
+
ITree,
|
|
42
|
+
IValueChanged,
|
|
43
|
+
ImplicitAllowedTypes,
|
|
44
|
+
ImplicitFieldSchema,
|
|
45
|
+
InitialObjects,
|
|
46
|
+
InsertableObjectFromSchemaRecord,
|
|
47
|
+
InsertableTreeFieldFromImplicitField,
|
|
48
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
49
|
+
InsertableTypedNode,
|
|
50
|
+
IsEvent,
|
|
51
|
+
IterableTreeArrayContent,
|
|
52
|
+
LazyItem,
|
|
53
|
+
LoadableObjectClass,
|
|
54
|
+
LoadableObjectClassRecord,
|
|
55
|
+
MakeNominal,
|
|
56
|
+
MemberChangedListener,
|
|
57
|
+
Myself,
|
|
58
|
+
NodeBuilderData,
|
|
59
|
+
NodeFromSchema,
|
|
60
|
+
NodeKind,
|
|
61
|
+
ObjectFromSchemaRecord,
|
|
62
|
+
RestrictiveReadonlyRecord,
|
|
63
|
+
Revertible,
|
|
64
|
+
RevertibleFactory,
|
|
65
|
+
RevertibleStatus,
|
|
66
|
+
SchemaFactory,
|
|
67
|
+
SchemaIncompatible,
|
|
68
|
+
ScopedSchemaName,
|
|
69
|
+
SharedMap,
|
|
70
|
+
SharedTree,
|
|
71
|
+
Tree,
|
|
72
|
+
TreeApi,
|
|
73
|
+
TreeArrayNode,
|
|
74
|
+
TreeArrayNodeBase,
|
|
75
|
+
TreeChangeEvents,
|
|
76
|
+
TreeConfiguration,
|
|
77
|
+
TreeFieldFromImplicitField,
|
|
78
|
+
TreeLeafValue,
|
|
79
|
+
TreeMapNode,
|
|
80
|
+
TreeNode,
|
|
81
|
+
TreeNodeApi,
|
|
82
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
83
|
+
TreeNodeSchema,
|
|
84
|
+
TreeNodeSchemaClass,
|
|
85
|
+
TreeNodeSchemaCore,
|
|
86
|
+
TreeNodeSchemaNonClass,
|
|
87
|
+
TreeObjectNode,
|
|
88
|
+
TreeStatus,
|
|
89
|
+
TreeView,
|
|
90
|
+
TreeViewEvents,
|
|
91
|
+
Unhydrated,
|
|
92
|
+
WithType,
|
|
93
|
+
disposeSymbol,
|
|
94
|
+
type,
|
|
95
|
+
|
|
96
|
+
// alpha APIs
|
|
97
|
+
ContainerErrorTypes
|
|
98
|
+
} from "./index.js";
|
package/dist/beta.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
AllowedTypes,
|
|
13
|
+
ApplyKind,
|
|
14
|
+
AttachState,
|
|
15
|
+
CommitKind,
|
|
16
|
+
CommitMetadata,
|
|
17
|
+
ConnectionState,
|
|
18
|
+
ConnectionStateType,
|
|
19
|
+
ContainerAttachProps,
|
|
20
|
+
ContainerSchema,
|
|
21
|
+
DataObjectClass,
|
|
22
|
+
DriverErrorTypes,
|
|
23
|
+
Events,
|
|
24
|
+
ExtractItemType,
|
|
25
|
+
FieldKind,
|
|
26
|
+
FieldProps,
|
|
27
|
+
FieldSchema,
|
|
28
|
+
FlexList,
|
|
29
|
+
FlexListToUnion,
|
|
30
|
+
IConnection,
|
|
31
|
+
ICriticalContainerError,
|
|
32
|
+
IDisposable,
|
|
33
|
+
IFluidContainer,
|
|
34
|
+
IFluidContainerEvents,
|
|
35
|
+
IMember,
|
|
36
|
+
IServiceAudience,
|
|
37
|
+
IServiceAudienceEvents,
|
|
38
|
+
ISharedMap,
|
|
39
|
+
ISharedMapEvents,
|
|
40
|
+
ISubscribable,
|
|
41
|
+
ITree,
|
|
42
|
+
IValueChanged,
|
|
43
|
+
ImplicitAllowedTypes,
|
|
44
|
+
ImplicitFieldSchema,
|
|
45
|
+
InitialObjects,
|
|
46
|
+
InsertableObjectFromSchemaRecord,
|
|
47
|
+
InsertableTreeFieldFromImplicitField,
|
|
48
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
49
|
+
InsertableTypedNode,
|
|
50
|
+
IsEvent,
|
|
51
|
+
IterableTreeArrayContent,
|
|
52
|
+
LazyItem,
|
|
53
|
+
LoadableObjectClass,
|
|
54
|
+
LoadableObjectClassRecord,
|
|
55
|
+
MakeNominal,
|
|
56
|
+
MemberChangedListener,
|
|
57
|
+
Myself,
|
|
58
|
+
NodeBuilderData,
|
|
59
|
+
NodeFromSchema,
|
|
60
|
+
NodeKind,
|
|
61
|
+
ObjectFromSchemaRecord,
|
|
62
|
+
RestrictiveReadonlyRecord,
|
|
63
|
+
Revertible,
|
|
64
|
+
RevertibleFactory,
|
|
65
|
+
RevertibleStatus,
|
|
66
|
+
SchemaFactory,
|
|
67
|
+
SchemaIncompatible,
|
|
68
|
+
ScopedSchemaName,
|
|
69
|
+
SharedMap,
|
|
70
|
+
SharedTree,
|
|
71
|
+
Tree,
|
|
72
|
+
TreeApi,
|
|
73
|
+
TreeArrayNode,
|
|
74
|
+
TreeArrayNodeBase,
|
|
75
|
+
TreeChangeEvents,
|
|
76
|
+
TreeConfiguration,
|
|
77
|
+
TreeFieldFromImplicitField,
|
|
78
|
+
TreeLeafValue,
|
|
79
|
+
TreeMapNode,
|
|
80
|
+
TreeNode,
|
|
81
|
+
TreeNodeApi,
|
|
82
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
83
|
+
TreeNodeSchema,
|
|
84
|
+
TreeNodeSchemaClass,
|
|
85
|
+
TreeNodeSchemaCore,
|
|
86
|
+
TreeNodeSchemaNonClass,
|
|
87
|
+
TreeObjectNode,
|
|
88
|
+
TreeStatus,
|
|
89
|
+
TreeView,
|
|
90
|
+
TreeViewEvents,
|
|
91
|
+
Unhydrated,
|
|
92
|
+
WithType,
|
|
93
|
+
disposeSymbol,
|
|
94
|
+
type
|
|
95
|
+
} from "./index.js";
|
package/dist/public.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
AllowedTypes,
|
|
13
|
+
ApplyKind,
|
|
14
|
+
AttachState,
|
|
15
|
+
CommitKind,
|
|
16
|
+
CommitMetadata,
|
|
17
|
+
ConnectionState,
|
|
18
|
+
ConnectionStateType,
|
|
19
|
+
ContainerAttachProps,
|
|
20
|
+
ContainerSchema,
|
|
21
|
+
DataObjectClass,
|
|
22
|
+
DriverErrorTypes,
|
|
23
|
+
Events,
|
|
24
|
+
ExtractItemType,
|
|
25
|
+
FieldKind,
|
|
26
|
+
FieldProps,
|
|
27
|
+
FieldSchema,
|
|
28
|
+
FlexList,
|
|
29
|
+
FlexListToUnion,
|
|
30
|
+
IConnection,
|
|
31
|
+
ICriticalContainerError,
|
|
32
|
+
IDisposable,
|
|
33
|
+
IFluidContainer,
|
|
34
|
+
IFluidContainerEvents,
|
|
35
|
+
IMember,
|
|
36
|
+
IServiceAudience,
|
|
37
|
+
IServiceAudienceEvents,
|
|
38
|
+
ISharedMap,
|
|
39
|
+
ISharedMapEvents,
|
|
40
|
+
ISubscribable,
|
|
41
|
+
ITree,
|
|
42
|
+
IValueChanged,
|
|
43
|
+
ImplicitAllowedTypes,
|
|
44
|
+
ImplicitFieldSchema,
|
|
45
|
+
InitialObjects,
|
|
46
|
+
InsertableObjectFromSchemaRecord,
|
|
47
|
+
InsertableTreeFieldFromImplicitField,
|
|
48
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
49
|
+
InsertableTypedNode,
|
|
50
|
+
IsEvent,
|
|
51
|
+
IterableTreeArrayContent,
|
|
52
|
+
LazyItem,
|
|
53
|
+
LoadableObjectClass,
|
|
54
|
+
LoadableObjectClassRecord,
|
|
55
|
+
MakeNominal,
|
|
56
|
+
MemberChangedListener,
|
|
57
|
+
Myself,
|
|
58
|
+
NodeBuilderData,
|
|
59
|
+
NodeFromSchema,
|
|
60
|
+
NodeKind,
|
|
61
|
+
ObjectFromSchemaRecord,
|
|
62
|
+
RestrictiveReadonlyRecord,
|
|
63
|
+
Revertible,
|
|
64
|
+
RevertibleFactory,
|
|
65
|
+
RevertibleStatus,
|
|
66
|
+
SchemaFactory,
|
|
67
|
+
SchemaIncompatible,
|
|
68
|
+
ScopedSchemaName,
|
|
69
|
+
SharedMap,
|
|
70
|
+
SharedTree,
|
|
71
|
+
Tree,
|
|
72
|
+
TreeApi,
|
|
73
|
+
TreeArrayNode,
|
|
74
|
+
TreeArrayNodeBase,
|
|
75
|
+
TreeChangeEvents,
|
|
76
|
+
TreeConfiguration,
|
|
77
|
+
TreeFieldFromImplicitField,
|
|
78
|
+
TreeLeafValue,
|
|
79
|
+
TreeMapNode,
|
|
80
|
+
TreeNode,
|
|
81
|
+
TreeNodeApi,
|
|
82
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
83
|
+
TreeNodeSchema,
|
|
84
|
+
TreeNodeSchemaClass,
|
|
85
|
+
TreeNodeSchemaCore,
|
|
86
|
+
TreeNodeSchemaNonClass,
|
|
87
|
+
TreeObjectNode,
|
|
88
|
+
TreeStatus,
|
|
89
|
+
TreeView,
|
|
90
|
+
TreeViewEvents,
|
|
91
|
+
Unhydrated,
|
|
92
|
+
WithType,
|
|
93
|
+
disposeSymbol,
|
|
94
|
+
type
|
|
95
|
+
} from "./index.js";
|
package/lib/alpha.d.ts
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
AllowedTypes,
|
|
13
|
+
ApplyKind,
|
|
14
|
+
AttachState,
|
|
15
|
+
CommitKind,
|
|
16
|
+
CommitMetadata,
|
|
17
|
+
ConnectionState,
|
|
18
|
+
ConnectionStateType,
|
|
19
|
+
ContainerAttachProps,
|
|
20
|
+
ContainerSchema,
|
|
21
|
+
DataObjectClass,
|
|
22
|
+
DriverErrorTypes,
|
|
23
|
+
Events,
|
|
24
|
+
ExtractItemType,
|
|
25
|
+
FieldKind,
|
|
26
|
+
FieldProps,
|
|
27
|
+
FieldSchema,
|
|
28
|
+
FlexList,
|
|
29
|
+
FlexListToUnion,
|
|
30
|
+
IConnection,
|
|
31
|
+
ICriticalContainerError,
|
|
32
|
+
IDisposable,
|
|
33
|
+
IFluidContainer,
|
|
34
|
+
IFluidContainerEvents,
|
|
35
|
+
IMember,
|
|
36
|
+
IServiceAudience,
|
|
37
|
+
IServiceAudienceEvents,
|
|
38
|
+
ISharedMap,
|
|
39
|
+
ISharedMapEvents,
|
|
40
|
+
ISubscribable,
|
|
41
|
+
ITree,
|
|
42
|
+
IValueChanged,
|
|
43
|
+
ImplicitAllowedTypes,
|
|
44
|
+
ImplicitFieldSchema,
|
|
45
|
+
InitialObjects,
|
|
46
|
+
InsertableObjectFromSchemaRecord,
|
|
47
|
+
InsertableTreeFieldFromImplicitField,
|
|
48
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
49
|
+
InsertableTypedNode,
|
|
50
|
+
IsEvent,
|
|
51
|
+
IterableTreeArrayContent,
|
|
52
|
+
LazyItem,
|
|
53
|
+
LoadableObjectClass,
|
|
54
|
+
LoadableObjectClassRecord,
|
|
55
|
+
MakeNominal,
|
|
56
|
+
MemberChangedListener,
|
|
57
|
+
Myself,
|
|
58
|
+
NodeBuilderData,
|
|
59
|
+
NodeFromSchema,
|
|
60
|
+
NodeKind,
|
|
61
|
+
ObjectFromSchemaRecord,
|
|
62
|
+
RestrictiveReadonlyRecord,
|
|
63
|
+
Revertible,
|
|
64
|
+
RevertibleFactory,
|
|
65
|
+
RevertibleStatus,
|
|
66
|
+
SchemaFactory,
|
|
67
|
+
SchemaIncompatible,
|
|
68
|
+
ScopedSchemaName,
|
|
69
|
+
SharedMap,
|
|
70
|
+
SharedTree,
|
|
71
|
+
Tree,
|
|
72
|
+
TreeApi,
|
|
73
|
+
TreeArrayNode,
|
|
74
|
+
TreeArrayNodeBase,
|
|
75
|
+
TreeChangeEvents,
|
|
76
|
+
TreeConfiguration,
|
|
77
|
+
TreeFieldFromImplicitField,
|
|
78
|
+
TreeLeafValue,
|
|
79
|
+
TreeMapNode,
|
|
80
|
+
TreeNode,
|
|
81
|
+
TreeNodeApi,
|
|
82
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
83
|
+
TreeNodeSchema,
|
|
84
|
+
TreeNodeSchemaClass,
|
|
85
|
+
TreeNodeSchemaCore,
|
|
86
|
+
TreeNodeSchemaNonClass,
|
|
87
|
+
TreeObjectNode,
|
|
88
|
+
TreeStatus,
|
|
89
|
+
TreeView,
|
|
90
|
+
TreeViewEvents,
|
|
91
|
+
Unhydrated,
|
|
92
|
+
WithType,
|
|
93
|
+
disposeSymbol,
|
|
94
|
+
type,
|
|
95
|
+
|
|
96
|
+
// alpha APIs
|
|
97
|
+
ContainerErrorTypes
|
|
98
|
+
} from "./index.js";
|
package/lib/beta.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
AllowedTypes,
|
|
13
|
+
ApplyKind,
|
|
14
|
+
AttachState,
|
|
15
|
+
CommitKind,
|
|
16
|
+
CommitMetadata,
|
|
17
|
+
ConnectionState,
|
|
18
|
+
ConnectionStateType,
|
|
19
|
+
ContainerAttachProps,
|
|
20
|
+
ContainerSchema,
|
|
21
|
+
DataObjectClass,
|
|
22
|
+
DriverErrorTypes,
|
|
23
|
+
Events,
|
|
24
|
+
ExtractItemType,
|
|
25
|
+
FieldKind,
|
|
26
|
+
FieldProps,
|
|
27
|
+
FieldSchema,
|
|
28
|
+
FlexList,
|
|
29
|
+
FlexListToUnion,
|
|
30
|
+
IConnection,
|
|
31
|
+
ICriticalContainerError,
|
|
32
|
+
IDisposable,
|
|
33
|
+
IFluidContainer,
|
|
34
|
+
IFluidContainerEvents,
|
|
35
|
+
IMember,
|
|
36
|
+
IServiceAudience,
|
|
37
|
+
IServiceAudienceEvents,
|
|
38
|
+
ISharedMap,
|
|
39
|
+
ISharedMapEvents,
|
|
40
|
+
ISubscribable,
|
|
41
|
+
ITree,
|
|
42
|
+
IValueChanged,
|
|
43
|
+
ImplicitAllowedTypes,
|
|
44
|
+
ImplicitFieldSchema,
|
|
45
|
+
InitialObjects,
|
|
46
|
+
InsertableObjectFromSchemaRecord,
|
|
47
|
+
InsertableTreeFieldFromImplicitField,
|
|
48
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
49
|
+
InsertableTypedNode,
|
|
50
|
+
IsEvent,
|
|
51
|
+
IterableTreeArrayContent,
|
|
52
|
+
LazyItem,
|
|
53
|
+
LoadableObjectClass,
|
|
54
|
+
LoadableObjectClassRecord,
|
|
55
|
+
MakeNominal,
|
|
56
|
+
MemberChangedListener,
|
|
57
|
+
Myself,
|
|
58
|
+
NodeBuilderData,
|
|
59
|
+
NodeFromSchema,
|
|
60
|
+
NodeKind,
|
|
61
|
+
ObjectFromSchemaRecord,
|
|
62
|
+
RestrictiveReadonlyRecord,
|
|
63
|
+
Revertible,
|
|
64
|
+
RevertibleFactory,
|
|
65
|
+
RevertibleStatus,
|
|
66
|
+
SchemaFactory,
|
|
67
|
+
SchemaIncompatible,
|
|
68
|
+
ScopedSchemaName,
|
|
69
|
+
SharedMap,
|
|
70
|
+
SharedTree,
|
|
71
|
+
Tree,
|
|
72
|
+
TreeApi,
|
|
73
|
+
TreeArrayNode,
|
|
74
|
+
TreeArrayNodeBase,
|
|
75
|
+
TreeChangeEvents,
|
|
76
|
+
TreeConfiguration,
|
|
77
|
+
TreeFieldFromImplicitField,
|
|
78
|
+
TreeLeafValue,
|
|
79
|
+
TreeMapNode,
|
|
80
|
+
TreeNode,
|
|
81
|
+
TreeNodeApi,
|
|
82
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
83
|
+
TreeNodeSchema,
|
|
84
|
+
TreeNodeSchemaClass,
|
|
85
|
+
TreeNodeSchemaCore,
|
|
86
|
+
TreeNodeSchemaNonClass,
|
|
87
|
+
TreeObjectNode,
|
|
88
|
+
TreeStatus,
|
|
89
|
+
TreeView,
|
|
90
|
+
TreeViewEvents,
|
|
91
|
+
Unhydrated,
|
|
92
|
+
WithType,
|
|
93
|
+
disposeSymbol,
|
|
94
|
+
type
|
|
95
|
+
} from "./index.js";
|
package/lib/public.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
AllowedTypes,
|
|
13
|
+
ApplyKind,
|
|
14
|
+
AttachState,
|
|
15
|
+
CommitKind,
|
|
16
|
+
CommitMetadata,
|
|
17
|
+
ConnectionState,
|
|
18
|
+
ConnectionStateType,
|
|
19
|
+
ContainerAttachProps,
|
|
20
|
+
ContainerSchema,
|
|
21
|
+
DataObjectClass,
|
|
22
|
+
DriverErrorTypes,
|
|
23
|
+
Events,
|
|
24
|
+
ExtractItemType,
|
|
25
|
+
FieldKind,
|
|
26
|
+
FieldProps,
|
|
27
|
+
FieldSchema,
|
|
28
|
+
FlexList,
|
|
29
|
+
FlexListToUnion,
|
|
30
|
+
IConnection,
|
|
31
|
+
ICriticalContainerError,
|
|
32
|
+
IDisposable,
|
|
33
|
+
IFluidContainer,
|
|
34
|
+
IFluidContainerEvents,
|
|
35
|
+
IMember,
|
|
36
|
+
IServiceAudience,
|
|
37
|
+
IServiceAudienceEvents,
|
|
38
|
+
ISharedMap,
|
|
39
|
+
ISharedMapEvents,
|
|
40
|
+
ISubscribable,
|
|
41
|
+
ITree,
|
|
42
|
+
IValueChanged,
|
|
43
|
+
ImplicitAllowedTypes,
|
|
44
|
+
ImplicitFieldSchema,
|
|
45
|
+
InitialObjects,
|
|
46
|
+
InsertableObjectFromSchemaRecord,
|
|
47
|
+
InsertableTreeFieldFromImplicitField,
|
|
48
|
+
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
49
|
+
InsertableTypedNode,
|
|
50
|
+
IsEvent,
|
|
51
|
+
IterableTreeArrayContent,
|
|
52
|
+
LazyItem,
|
|
53
|
+
LoadableObjectClass,
|
|
54
|
+
LoadableObjectClassRecord,
|
|
55
|
+
MakeNominal,
|
|
56
|
+
MemberChangedListener,
|
|
57
|
+
Myself,
|
|
58
|
+
NodeBuilderData,
|
|
59
|
+
NodeFromSchema,
|
|
60
|
+
NodeKind,
|
|
61
|
+
ObjectFromSchemaRecord,
|
|
62
|
+
RestrictiveReadonlyRecord,
|
|
63
|
+
Revertible,
|
|
64
|
+
RevertibleFactory,
|
|
65
|
+
RevertibleStatus,
|
|
66
|
+
SchemaFactory,
|
|
67
|
+
SchemaIncompatible,
|
|
68
|
+
ScopedSchemaName,
|
|
69
|
+
SharedMap,
|
|
70
|
+
SharedTree,
|
|
71
|
+
Tree,
|
|
72
|
+
TreeApi,
|
|
73
|
+
TreeArrayNode,
|
|
74
|
+
TreeArrayNodeBase,
|
|
75
|
+
TreeChangeEvents,
|
|
76
|
+
TreeConfiguration,
|
|
77
|
+
TreeFieldFromImplicitField,
|
|
78
|
+
TreeLeafValue,
|
|
79
|
+
TreeMapNode,
|
|
80
|
+
TreeNode,
|
|
81
|
+
TreeNodeApi,
|
|
82
|
+
TreeNodeFromImplicitAllowedTypes,
|
|
83
|
+
TreeNodeSchema,
|
|
84
|
+
TreeNodeSchemaClass,
|
|
85
|
+
TreeNodeSchemaCore,
|
|
86
|
+
TreeNodeSchemaNonClass,
|
|
87
|
+
TreeObjectNode,
|
|
88
|
+
TreeStatus,
|
|
89
|
+
TreeView,
|
|
90
|
+
TreeViewEvents,
|
|
91
|
+
Unhydrated,
|
|
92
|
+
WithType,
|
|
93
|
+
disposeSymbol,
|
|
94
|
+
type
|
|
95
|
+
} from "./index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-dev-rc.3.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.3.0.0.254674",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"main": "dist/index.js",
|
|
28
28
|
"types": "dist/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.
|
|
31
|
-
"@fluidframework/container-loader": "2.0.0-dev-rc.3.0.0.
|
|
32
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.
|
|
33
|
-
"@fluidframework/fluid-static": "2.0.0-dev-rc.3.0.0.
|
|
34
|
-
"@fluidframework/map": "2.0.0-dev-rc.3.0.0.
|
|
35
|
-
"@fluidframework/sequence": "2.0.0-dev-rc.3.0.0.
|
|
36
|
-
"@fluidframework/tree": "2.0.0-dev-rc.3.0.0.
|
|
30
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254674",
|
|
31
|
+
"@fluidframework/container-loader": "2.0.0-dev-rc.3.0.0.254674",
|
|
32
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254674",
|
|
33
|
+
"@fluidframework/fluid-static": "2.0.0-dev-rc.3.0.0.254674",
|
|
34
|
+
"@fluidframework/map": "2.0.0-dev-rc.3.0.0.254674",
|
|
35
|
+
"@fluidframework/sequence": "2.0.0-dev-rc.3.0.0.254674",
|
|
36
|
+
"@fluidframework/tree": "2.0.0-dev-rc.3.0.0.254674"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -52,14 +52,6 @@
|
|
|
52
52
|
},
|
|
53
53
|
"fluidBuild": {
|
|
54
54
|
"tasks": {
|
|
55
|
-
"build:docs": {
|
|
56
|
-
"dependsOn": [
|
|
57
|
-
"...",
|
|
58
|
-
"api-extractor:commonjs",
|
|
59
|
-
"api-extractor:esnext"
|
|
60
|
-
],
|
|
61
|
-
"script": false
|
|
62
|
-
},
|
|
63
55
|
"tsc": [
|
|
64
56
|
"...",
|
|
65
57
|
"typetests:gen"
|
|
@@ -72,12 +64,12 @@
|
|
|
72
64
|
},
|
|
73
65
|
"scripts": {
|
|
74
66
|
"api": "fluid-build . --task api",
|
|
75
|
-
"api-extractor:commonjs": "
|
|
76
|
-
"api-extractor:esnext": "
|
|
67
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
68
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
|
|
77
69
|
"build": "fluid-build . --task build",
|
|
78
70
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
79
71
|
"build:compile": "fluid-build . --task compile",
|
|
80
|
-
"build:docs": "
|
|
72
|
+
"build:docs": "api-extractor run --local",
|
|
81
73
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
82
74
|
"check:are-the-types-wrong": "attw --pack . --entrypoints .",
|
|
83
75
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
package/api-extractor-cjs.json
DELETED
|
@@ -1,9 +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
|
-
"bundledPackages": ["@fluidframework/*"],
|
|
5
|
-
// CJS is actually secondary; so, no report.
|
|
6
|
-
"apiReport": {
|
|
7
|
-
"enabled": false
|
|
8
|
-
}
|
|
9
|
-
}
|