@fluid-experimental/tree 2.0.0-internal.8.0.0 → 2.0.0-rc.1.0.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.
Files changed (215) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/api-extractor-lint.json +1 -10
  3. package/api-extractor.json +0 -9
  4. package/api-report/experimental-tree.api.md +131 -130
  5. package/dist/ChangeTypes.d.ts +15 -15
  6. package/dist/ChangeTypes.js +4 -4
  7. package/dist/ChangeTypes.js.map +1 -1
  8. package/dist/Checkout.d.ts +4 -4
  9. package/dist/Checkout.js +3 -3
  10. package/dist/Checkout.js.map +1 -1
  11. package/dist/Common.d.ts +1 -1
  12. package/dist/Common.d.ts.map +1 -1
  13. package/dist/Common.js.map +1 -1
  14. package/dist/EagerCheckout.d.ts +1 -1
  15. package/dist/EagerCheckout.js +1 -1
  16. package/dist/EagerCheckout.js.map +1 -1
  17. package/dist/EditLog.d.ts +3 -2
  18. package/dist/EditLog.d.ts.map +1 -1
  19. package/dist/EditLog.js +3 -5
  20. package/dist/EditLog.js.map +1 -1
  21. package/dist/EditUtilities.d.ts +5 -5
  22. package/dist/EditUtilities.js +2 -2
  23. package/dist/EditUtilities.js.map +1 -1
  24. package/dist/EventTypes.d.ts +1 -1
  25. package/dist/EventTypes.js +1 -1
  26. package/dist/EventTypes.js.map +1 -1
  27. package/dist/Forest.d.ts +4 -4
  28. package/dist/Forest.js +3 -6
  29. package/dist/Forest.js.map +1 -1
  30. package/dist/Identifiers.d.ts +14 -14
  31. package/dist/Identifiers.js.map +1 -1
  32. package/dist/InitialTree.d.ts +1 -1
  33. package/dist/InitialTree.js +1 -1
  34. package/dist/InitialTree.js.map +1 -1
  35. package/dist/LogViewer.d.ts +2 -2
  36. package/dist/LogViewer.js +1 -1
  37. package/dist/LogViewer.js.map +1 -1
  38. package/dist/NodeIdUtilities.d.ts +3 -3
  39. package/dist/NodeIdUtilities.js.map +1 -1
  40. package/dist/PayloadUtilities.d.ts +1 -1
  41. package/dist/PayloadUtilities.js +1 -1
  42. package/dist/PayloadUtilities.js.map +1 -1
  43. package/dist/ReconciliationPath.d.ts +3 -3
  44. package/dist/ReconciliationPath.js.map +1 -1
  45. package/dist/RevisionValueCache.d.ts +1 -1
  46. package/dist/RevisionValueCache.js +2 -2
  47. package/dist/RevisionValueCache.js.map +1 -1
  48. package/dist/RevisionView.d.ts +2 -2
  49. package/dist/RevisionView.js +2 -2
  50. package/dist/RevisionView.js.map +1 -1
  51. package/dist/SharedTree.d.ts +14 -14
  52. package/dist/SharedTree.js +2 -2
  53. package/dist/SharedTree.js.map +1 -1
  54. package/dist/Transaction.d.ts +3 -3
  55. package/dist/Transaction.js +2 -2
  56. package/dist/Transaction.js.map +1 -1
  57. package/dist/TransactionInternal.d.ts +17 -17
  58. package/dist/TransactionInternal.js +3 -3
  59. package/dist/TransactionInternal.js.map +1 -1
  60. package/dist/TreeView.d.ts +7 -7
  61. package/dist/TreeView.js +1 -1
  62. package/dist/TreeView.js.map +1 -1
  63. package/dist/id-compressor/IdCompressor.js +2 -5
  64. package/dist/id-compressor/IdCompressor.js.map +1 -1
  65. package/dist/migration-shim/migrationShim.d.ts +3 -3
  66. package/dist/migration-shim/migrationShim.d.ts.map +1 -1
  67. package/dist/migration-shim/migrationShim.js +9 -5
  68. package/dist/migration-shim/migrationShim.js.map +1 -1
  69. package/dist/migration-shim/migrationShimFactory.d.ts +2 -2
  70. package/dist/migration-shim/migrationShimFactory.d.ts.map +1 -1
  71. package/dist/migration-shim/migrationShimFactory.js.map +1 -1
  72. package/dist/migration-shim/sharedTreeShim.d.ts +4 -4
  73. package/dist/migration-shim/sharedTreeShim.d.ts.map +1 -1
  74. package/dist/migration-shim/sharedTreeShim.js +1 -1
  75. package/dist/migration-shim/sharedTreeShim.js.map +1 -1
  76. package/dist/migration-shim/sharedTreeShimFactory.d.ts +1 -2
  77. package/dist/migration-shim/sharedTreeShimFactory.d.ts.map +1 -1
  78. package/dist/migration-shim/sharedTreeShimFactory.js.map +1 -1
  79. package/dist/migration-shim/shimDeltaConnection.d.ts +16 -0
  80. package/dist/migration-shim/shimDeltaConnection.d.ts.map +1 -1
  81. package/dist/migration-shim/shimDeltaConnection.js +16 -2
  82. package/dist/migration-shim/shimDeltaConnection.js.map +1 -1
  83. package/dist/migration-shim/types.d.ts +1 -1
  84. package/dist/migration-shim/types.d.ts.map +1 -1
  85. package/dist/migration-shim/types.js.map +1 -1
  86. package/dist/persisted-types/0.0.2.d.ts +24 -24
  87. package/dist/persisted-types/0.0.2.js +5 -5
  88. package/dist/persisted-types/0.0.2.js.map +1 -1
  89. package/dist/persisted-types/0.1.1.d.ts +14 -14
  90. package/dist/persisted-types/0.1.1.js +3 -3
  91. package/dist/persisted-types/0.1.1.js.map +1 -1
  92. package/dist/tree-alpha.d.ts +2674 -119
  93. package/dist/tree-beta.d.ts +1 -50
  94. package/dist/tree-public.d.ts +1 -52
  95. package/dist/tree-untrimmed.d.ts +142 -143
  96. package/lib/ChangeTypes.d.ts +15 -15
  97. package/lib/ChangeTypes.js +4 -4
  98. package/lib/ChangeTypes.js.map +1 -1
  99. package/lib/Checkout.d.ts +4 -4
  100. package/lib/Checkout.js +3 -3
  101. package/lib/Checkout.js.map +1 -1
  102. package/lib/Common.d.ts +1 -1
  103. package/lib/Common.d.ts.map +1 -1
  104. package/lib/Common.js.map +1 -1
  105. package/lib/EagerCheckout.d.ts +1 -1
  106. package/lib/EagerCheckout.js +1 -1
  107. package/lib/EagerCheckout.js.map +1 -1
  108. package/lib/EditLog.d.ts +3 -2
  109. package/lib/EditLog.d.ts.map +1 -1
  110. package/lib/EditLog.js +2 -1
  111. package/lib/EditLog.js.map +1 -1
  112. package/lib/EditUtilities.d.ts +5 -5
  113. package/lib/EditUtilities.js +2 -2
  114. package/lib/EditUtilities.js.map +1 -1
  115. package/lib/EventTypes.d.ts +1 -1
  116. package/lib/EventTypes.js +1 -1
  117. package/lib/EventTypes.js.map +1 -1
  118. package/lib/Forest.d.ts +4 -4
  119. package/lib/Forest.js +2 -2
  120. package/lib/Forest.js.map +1 -1
  121. package/lib/Identifiers.d.ts +14 -14
  122. package/lib/Identifiers.js.map +1 -1
  123. package/lib/InitialTree.d.ts +1 -1
  124. package/lib/InitialTree.js +1 -1
  125. package/lib/InitialTree.js.map +1 -1
  126. package/lib/LogViewer.d.ts +2 -2
  127. package/lib/LogViewer.js +1 -1
  128. package/lib/LogViewer.js.map +1 -1
  129. package/lib/NodeIdUtilities.d.ts +3 -3
  130. package/lib/NodeIdUtilities.js.map +1 -1
  131. package/lib/PayloadUtilities.d.ts +1 -1
  132. package/lib/PayloadUtilities.js +1 -1
  133. package/lib/PayloadUtilities.js.map +1 -1
  134. package/lib/ReconciliationPath.d.ts +3 -3
  135. package/lib/ReconciliationPath.js.map +1 -1
  136. package/lib/RevisionValueCache.d.ts +1 -1
  137. package/lib/RevisionValueCache.js +1 -1
  138. package/lib/RevisionValueCache.js.map +1 -1
  139. package/lib/RevisionView.d.ts +2 -2
  140. package/lib/RevisionView.js +2 -2
  141. package/lib/RevisionView.js.map +1 -1
  142. package/lib/SharedTree.d.ts +14 -14
  143. package/lib/SharedTree.js +2 -2
  144. package/lib/SharedTree.js.map +1 -1
  145. package/lib/Transaction.d.ts +3 -3
  146. package/lib/Transaction.js +2 -2
  147. package/lib/Transaction.js.map +1 -1
  148. package/lib/TransactionInternal.d.ts +17 -17
  149. package/lib/TransactionInternal.js +3 -3
  150. package/lib/TransactionInternal.js.map +1 -1
  151. package/lib/TreeView.d.ts +7 -7
  152. package/lib/TreeView.js +1 -1
  153. package/lib/TreeView.js.map +1 -1
  154. package/lib/id-compressor/IdCompressor.js +1 -1
  155. package/lib/id-compressor/IdCompressor.js.map +1 -1
  156. package/lib/migration-shim/migrationShim.d.ts +3 -3
  157. package/lib/migration-shim/migrationShim.d.ts.map +1 -1
  158. package/lib/migration-shim/migrationShim.js +9 -5
  159. package/lib/migration-shim/migrationShim.js.map +1 -1
  160. package/lib/migration-shim/migrationShimFactory.d.ts +2 -2
  161. package/lib/migration-shim/migrationShimFactory.d.ts.map +1 -1
  162. package/lib/migration-shim/migrationShimFactory.js.map +1 -1
  163. package/lib/migration-shim/sharedTreeShim.d.ts +4 -4
  164. package/lib/migration-shim/sharedTreeShim.d.ts.map +1 -1
  165. package/lib/migration-shim/sharedTreeShim.js +1 -1
  166. package/lib/migration-shim/sharedTreeShim.js.map +1 -1
  167. package/lib/migration-shim/sharedTreeShimFactory.d.ts +1 -2
  168. package/lib/migration-shim/sharedTreeShimFactory.d.ts.map +1 -1
  169. package/lib/migration-shim/sharedTreeShimFactory.js.map +1 -1
  170. package/lib/migration-shim/shimDeltaConnection.d.ts +16 -0
  171. package/lib/migration-shim/shimDeltaConnection.d.ts.map +1 -1
  172. package/lib/migration-shim/shimDeltaConnection.js +16 -2
  173. package/lib/migration-shim/shimDeltaConnection.js.map +1 -1
  174. package/lib/migration-shim/types.d.ts +1 -1
  175. package/lib/migration-shim/types.d.ts.map +1 -1
  176. package/lib/migration-shim/types.js.map +1 -1
  177. package/lib/persisted-types/0.0.2.d.ts +24 -24
  178. package/lib/persisted-types/0.0.2.js +5 -5
  179. package/lib/persisted-types/0.0.2.js.map +1 -1
  180. package/lib/persisted-types/0.1.1.d.ts +14 -14
  181. package/lib/persisted-types/0.1.1.js +3 -3
  182. package/lib/persisted-types/0.1.1.js.map +1 -1
  183. package/lib/test/utilities/TestUtilities.d.ts +1 -2
  184. package/lib/test/utilities/TestUtilities.d.ts.map +1 -1
  185. package/lib/test/utilities/TestUtilities.js.map +1 -1
  186. package/package.json +25 -25
  187. package/src/ChangeTypes.ts +15 -15
  188. package/src/Checkout.ts +4 -4
  189. package/src/Common.ts +1 -1
  190. package/src/EagerCheckout.ts +1 -1
  191. package/src/EditLog.ts +4 -3
  192. package/src/EditUtilities.ts +5 -5
  193. package/src/EventTypes.ts +1 -1
  194. package/src/Forest.ts +5 -5
  195. package/src/Identifiers.ts +14 -14
  196. package/src/InitialTree.ts +1 -1
  197. package/src/LogViewer.ts +2 -2
  198. package/src/NodeIdUtilities.ts +3 -3
  199. package/src/PayloadUtilities.ts +1 -1
  200. package/src/ReconciliationPath.ts +3 -3
  201. package/src/RevisionValueCache.ts +2 -2
  202. package/src/RevisionView.ts +2 -2
  203. package/src/SharedTree.ts +14 -14
  204. package/src/Transaction.ts +3 -3
  205. package/src/TransactionInternal.ts +17 -17
  206. package/src/TreeView.ts +7 -7
  207. package/src/id-compressor/IdCompressor.ts +1 -1
  208. package/src/migration-shim/migrationShim.ts +17 -9
  209. package/src/migration-shim/migrationShimFactory.ts +2 -2
  210. package/src/migration-shim/sharedTreeShim.ts +6 -5
  211. package/src/migration-shim/sharedTreeShimFactory.ts +1 -2
  212. package/src/migration-shim/shimDeltaConnection.ts +16 -2
  213. package/src/migration-shim/types.ts +1 -1
  214. package/src/persisted-types/0.0.2.ts +24 -24
  215. package/src/persisted-types/0.1.1.ts +14 -14
@@ -25,9 +25,8 @@ import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
25
25
  import { ITelemetryContext } from '@fluidframework/runtime-definitions';
26
26
  import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
27
27
  import { ITelemetryProperties } from '@fluidframework/core-interfaces';
28
- import { ITree } from '@fluid-experimental/tree2';
28
+ import { ITree } from '@fluidframework/tree';
29
29
  import { SharedObject } from '@fluidframework/shared-object-base';
30
- import { TreeFactory } from '@fluid-experimental/tree2';
31
30
  import { TypedEventEmitter } from '@fluid-internal/client-utils';
32
31
 
33
32
  /* Excluded from this release type: areRevisionViewsSemanticallyEqual */
@@ -122,8 +121,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
122
121
 
123
122
  /* Excluded from this release type: EditWithoutId */
124
123
 
125
- /* Excluded from this release type: EventEmitterWithErrorHandling */
126
-
127
124
  /* Excluded from this release type: FailedEditingResult */
128
125
 
129
126
  /* Excluded from this release type: FailingTransactionState */
@@ -148,36 +145,8 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
148
145
 
149
146
  /* Excluded from this release type: HasVariadicTraits */
150
147
 
151
- /* Excluded from this release type: IChannel */
152
-
153
- /* Excluded from this release type: IChannelAttributes */
154
-
155
- /* Excluded from this release type: IChannelFactory */
156
-
157
- /* Excluded from this release type: IChannelServices */
158
-
159
- /* Excluded from this release type: IChannelStorageService */
160
-
161
148
  /* Excluded from this release type: ICheckoutEvents */
162
149
 
163
- /* Excluded from this release type: IDisposable */
164
-
165
- /* Excluded from this release type: IErrorEvent */
166
-
167
- /* Excluded from this release type: IEvent */
168
-
169
- /* Excluded from this release type: IExperimentalIncrementalSummaryContext */
170
-
171
- /* Excluded from this release type: IFluidDataStoreRuntime */
172
-
173
- /* Excluded from this release type: IFluidHandle */
174
-
175
- /* Excluded from this release type: IFluidLoadable */
176
-
177
- /* Excluded from this release type: IFluidSerializer */
178
-
179
- /* Excluded from this release type: IGarbageCollectionData */
180
-
181
150
  /* Excluded from this release type: IMigrationEvent */
182
151
 
183
152
  /* Excluded from this release type: initialTree */
@@ -194,24 +163,12 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
194
163
 
195
164
  /* Excluded from this release type: isDetachedSequenceId */
196
165
 
197
- /* Excluded from this release type: ISharedObjectEvents */
198
-
199
166
  /* Excluded from this release type: ISharedTreeEvents */
200
167
 
201
168
  /* Excluded from this release type: IShim */
202
169
 
203
170
  /* Excluded from this release type: isSharedTreeEvent */
204
171
 
205
- /* Excluded from this release type: ISummaryTreeWithStats */
206
-
207
- /* Excluded from this release type: ITelemetryBaseEvent */
208
-
209
- /* Excluded from this release type: ITelemetryContext */
210
-
211
- /* Excluded from this release type: ITelemetryLoggerExt */
212
-
213
- /* Excluded from this release type: ITelemetryProperties */
214
-
215
172
  /* Excluded from this release type: LazyCheckout */
216
173
 
217
174
  /* Excluded from this release type: LocalCompressedId */
@@ -286,8 +243,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
286
243
 
287
244
  /* Excluded from this release type: SetValueInternal_0_0_2 */
288
245
 
289
- /* Excluded from this release type: SharedObject */
290
-
291
246
  /* Excluded from this release type: SharedTree */
292
247
 
293
248
  /* Excluded from this release type: SharedTreeArgs */
@@ -364,8 +319,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
364
319
 
365
320
  /* Excluded from this release type: TransactionView */
366
321
 
367
- /* Excluded from this release type: TreeFactory */
368
-
369
322
  /* Excluded from this release type: TreeNode */
370
323
 
371
324
  /* Excluded from this release type: TreeNodeHandle */
@@ -380,8 +333,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
380
333
 
381
334
  /* Excluded from this release type: TreeViewRange */
382
335
 
383
- /* Excluded from this release type: TypedEventEmitter */
384
-
385
336
  /* Excluded from this release type: useFailedSequencedEditTelemetry */
386
337
 
387
338
  /* Excluded from this release type: UuidString */
@@ -25,9 +25,8 @@ import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
25
25
  import { ITelemetryContext } from '@fluidframework/runtime-definitions';
26
26
  import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
27
27
  import { ITelemetryProperties } from '@fluidframework/core-interfaces';
28
- import { ITree } from '@fluid-experimental/tree2';
28
+ import { ITree } from '@fluidframework/tree';
29
29
  import { SharedObject } from '@fluidframework/shared-object-base';
30
- import { TreeFactory } from '@fluid-experimental/tree2';
31
30
  import { TypedEventEmitter } from '@fluid-internal/client-utils';
32
31
 
33
32
  /* Excluded from this release type: areRevisionViewsSemanticallyEqual */
@@ -122,8 +121,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
122
121
 
123
122
  /* Excluded from this release type: EditWithoutId */
124
123
 
125
- /* Excluded from this release type: EventEmitterWithErrorHandling */
126
-
127
124
  /* Excluded from this release type: FailedEditingResult */
128
125
 
129
126
  /* Excluded from this release type: FailingTransactionState */
@@ -148,36 +145,8 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
148
145
 
149
146
  /* Excluded from this release type: HasVariadicTraits */
150
147
 
151
- /* Excluded from this release type: IChannel */
152
-
153
- /* Excluded from this release type: IChannelAttributes */
154
-
155
- /* Excluded from this release type: IChannelFactory */
156
-
157
- /* Excluded from this release type: IChannelServices */
158
-
159
- /* Excluded from this release type: IChannelStorageService */
160
-
161
148
  /* Excluded from this release type: ICheckoutEvents */
162
149
 
163
- /* Excluded from this release type: IDisposable */
164
-
165
- /* Excluded from this release type: IErrorEvent */
166
-
167
- /* Excluded from this release type: IEvent */
168
-
169
- /* Excluded from this release type: IExperimentalIncrementalSummaryContext */
170
-
171
- /* Excluded from this release type: IFluidDataStoreRuntime */
172
-
173
- /* Excluded from this release type: IFluidHandle */
174
-
175
- /* Excluded from this release type: IFluidLoadable */
176
-
177
- /* Excluded from this release type: IFluidSerializer */
178
-
179
- /* Excluded from this release type: IGarbageCollectionData */
180
-
181
150
  /* Excluded from this release type: IMigrationEvent */
182
151
 
183
152
  /* Excluded from this release type: initialTree */
@@ -194,26 +163,12 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
194
163
 
195
164
  /* Excluded from this release type: isDetachedSequenceId */
196
165
 
197
- /* Excluded from this release type: ISharedObjectEvents */
198
-
199
166
  /* Excluded from this release type: ISharedTreeEvents */
200
167
 
201
168
  /* Excluded from this release type: IShim */
202
169
 
203
170
  /* Excluded from this release type: isSharedTreeEvent */
204
171
 
205
- /* Excluded from this release type: ISummaryTreeWithStats */
206
-
207
- /* Excluded from this release type: ITelemetryBaseEvent */
208
-
209
- /* Excluded from this release type: ITelemetryContext */
210
-
211
- /* Excluded from this release type: ITelemetryLoggerExt */
212
-
213
- /* Excluded from this release type: ITelemetryProperties */
214
-
215
- /* Excluded from this release type: ITree */
216
-
217
172
  /* Excluded from this release type: LazyCheckout */
218
173
 
219
174
  /* Excluded from this release type: LocalCompressedId */
@@ -288,8 +243,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
288
243
 
289
244
  /* Excluded from this release type: SetValueInternal_0_0_2 */
290
245
 
291
- /* Excluded from this release type: SharedObject */
292
-
293
246
  /* Excluded from this release type: SharedTree */
294
247
 
295
248
  /* Excluded from this release type: SharedTreeArgs */
@@ -366,8 +319,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
366
319
 
367
320
  /* Excluded from this release type: TransactionView */
368
321
 
369
- /* Excluded from this release type: TreeFactory */
370
-
371
322
  /* Excluded from this release type: TreeNode */
372
323
 
373
324
  /* Excluded from this release type: TreeNodeHandle */
@@ -382,8 +333,6 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
382
333
 
383
334
  /* Excluded from this release type: TreeViewRange */
384
335
 
385
- /* Excluded from this release type: TypedEventEmitter */
386
-
387
336
  /* Excluded from this release type: useFailedSequencedEditTelemetry */
388
337
 
389
338
  /* Excluded from this release type: UuidString */