fluid-framework 2.33.0-333010 → 2.33.0
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 +65 -0
- package/api-report/fluid-framework.alpha.api.md +169 -192
- package/api-report/fluid-framework.beta.api.md +135 -164
- package/api-report/fluid-framework.legacy.alpha.api.md +177 -206
- package/api-report/fluid-framework.legacy.public.api.md +139 -168
- package/api-report/fluid-framework.public.api.md +135 -164
- package/dist/alpha.d.ts +3 -11
- package/dist/beta.d.ts +2 -11
- package/dist/legacy.d.ts +2 -11
- package/dist/public.d.ts +2 -11
- package/lib/alpha.d.ts +3 -11
- package/lib/beta.d.ts +2 -11
- package/lib/legacy.d.ts +2 -11
- package/lib/public.d.ts +2 -11
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +13 -13
package/dist/alpha.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
|
@@ -239,6 +230,7 @@ export {
|
|
|
239
230
|
ViewContent,
|
|
240
231
|
VoidTransactionCallbackStatus,
|
|
241
232
|
adaptEnum,
|
|
233
|
+
allowUnused,
|
|
242
234
|
asTreeViewAlpha,
|
|
243
235
|
cloneWithReplacements,
|
|
244
236
|
comparePersistedSchema,
|
package/dist/beta.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
package/dist/legacy.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
package/dist/public.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
package/lib/alpha.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
|
@@ -239,6 +230,7 @@ export {
|
|
|
239
230
|
ViewContent,
|
|
240
231
|
VoidTransactionCallbackStatus,
|
|
241
232
|
adaptEnum,
|
|
233
|
+
allowUnused,
|
|
242
234
|
asTreeViewAlpha,
|
|
243
235
|
cloneWithReplacements,
|
|
244
236
|
comparePersistedSchema,
|
package/lib/beta.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
package/lib/legacy.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
package/lib/public.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export {
|
|
|
33
33
|
FieldProps,
|
|
34
34
|
FieldSchema,
|
|
35
35
|
FieldSchemaMetadata,
|
|
36
|
-
FieldSchemaUnsafe,
|
|
37
36
|
FluidObject,
|
|
38
37
|
FluidObjectProviderKeys,
|
|
39
38
|
IConnection,
|
|
@@ -59,18 +58,12 @@ export {
|
|
|
59
58
|
ITreeConfigurationOptions,
|
|
60
59
|
ITreeViewConfiguration,
|
|
61
60
|
ImplicitAllowedTypes,
|
|
62
|
-
ImplicitAllowedTypesUnsafe,
|
|
63
61
|
ImplicitFieldSchema,
|
|
64
|
-
ImplicitFieldSchemaUnsafe,
|
|
65
62
|
InitialObjects,
|
|
66
63
|
Input,
|
|
67
|
-
InsertableObjectFromSchemaRecordUnsafe,
|
|
68
64
|
InsertableTreeFieldFromImplicitField,
|
|
69
|
-
InsertableTreeFieldFromImplicitFieldUnsafe,
|
|
70
65
|
InsertableTreeNodeFromAllowedTypes,
|
|
71
|
-
InsertableTreeNodeFromAllowedTypesUnsafe,
|
|
72
66
|
InsertableTreeNodeFromImplicitAllowedTypes,
|
|
73
|
-
InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
74
67
|
InsertableTypedNode,
|
|
75
68
|
InternalTreeNode,
|
|
76
69
|
IsListener,
|
|
@@ -88,6 +81,7 @@ export {
|
|
|
88
81
|
NodeKind,
|
|
89
82
|
NodeSchemaMetadata,
|
|
90
83
|
NodeSchemaOptions,
|
|
84
|
+
ObjectFromSchemaRecord,
|
|
91
85
|
Off,
|
|
92
86
|
ReadonlyArrayNode,
|
|
93
87
|
ReplaceIEventThisPlaceHolder,
|
|
@@ -103,28 +97,25 @@ export {
|
|
|
103
97
|
SharedObjectKind,
|
|
104
98
|
SharedTree,
|
|
105
99
|
SimpleNodeSchemaBase,
|
|
100
|
+
System_Unsafe,
|
|
106
101
|
Tagged,
|
|
107
102
|
TelemetryBaseEventPropertyType,
|
|
108
103
|
TransactionConstraint,
|
|
109
104
|
TransformedEvent,
|
|
110
105
|
Tree,
|
|
111
106
|
TreeArrayNode,
|
|
112
|
-
TreeArrayNodeUnsafe,
|
|
113
107
|
TreeChangeEvents,
|
|
114
108
|
TreeFieldFromImplicitField,
|
|
115
109
|
TreeLeafValue,
|
|
116
110
|
TreeMapNode,
|
|
117
|
-
TreeMapNodeUnsafe,
|
|
118
111
|
TreeNode,
|
|
119
112
|
TreeNodeApi,
|
|
120
113
|
TreeNodeFromImplicitAllowedTypes,
|
|
121
114
|
TreeNodeSchema,
|
|
122
115
|
TreeNodeSchemaClass,
|
|
123
|
-
TreeNodeSchemaClassUnsafe,
|
|
124
116
|
TreeNodeSchemaCore,
|
|
125
117
|
TreeNodeSchemaNonClass,
|
|
126
118
|
TreeObjectNode,
|
|
127
|
-
TreeObjectNodeUnsafe,
|
|
128
119
|
TreeStatus,
|
|
129
120
|
TreeView,
|
|
130
121
|
TreeViewConfiguration,
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.33.0
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"main": "lib/index.js",
|
|
58
58
|
"types": "lib/public.d.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluidframework/container-definitions": "2.33.0
|
|
61
|
-
"@fluidframework/container-loader": "2.33.0
|
|
62
|
-
"@fluidframework/core-interfaces": "2.33.0
|
|
63
|
-
"@fluidframework/core-utils": "2.33.0
|
|
64
|
-
"@fluidframework/driver-definitions": "2.33.0
|
|
65
|
-
"@fluidframework/fluid-static": "2.33.0
|
|
66
|
-
"@fluidframework/map": "2.33.0
|
|
67
|
-
"@fluidframework/runtime-utils": "2.33.0
|
|
68
|
-
"@fluidframework/sequence": "2.33.0
|
|
69
|
-
"@fluidframework/shared-object-base": "2.33.0
|
|
70
|
-
"@fluidframework/tree": "2.33.0
|
|
60
|
+
"@fluidframework/container-definitions": "~2.33.0",
|
|
61
|
+
"@fluidframework/container-loader": "~2.33.0",
|
|
62
|
+
"@fluidframework/core-interfaces": "~2.33.0",
|
|
63
|
+
"@fluidframework/core-utils": "~2.33.0",
|
|
64
|
+
"@fluidframework/driver-definitions": "~2.33.0",
|
|
65
|
+
"@fluidframework/fluid-static": "~2.33.0",
|
|
66
|
+
"@fluidframework/map": "~2.33.0",
|
|
67
|
+
"@fluidframework/runtime-utils": "~2.33.0",
|
|
68
|
+
"@fluidframework/sequence": "~2.33.0",
|
|
69
|
+
"@fluidframework/shared-object-base": "~2.33.0",
|
|
70
|
+
"@fluidframework/tree": "~2.33.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@fluidframework/build-common": "^2.0.3",
|
|
77
77
|
"@fluidframework/build-tools": "^0.55.0",
|
|
78
78
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
79
|
-
"@microsoft/api-extractor": "7.
|
|
79
|
+
"@microsoft/api-extractor": "7.52.5",
|
|
80
80
|
"@types/node": "^18.19.0",
|
|
81
81
|
"concurrently": "^8.2.1",
|
|
82
82
|
"copyfiles": "^2.4.1",
|