@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.
- package/CHANGELOG.md +34 -0
- package/api-extractor-lint.json +1 -10
- package/api-extractor.json +0 -9
- package/api-report/experimental-tree.api.md +131 -130
- package/dist/ChangeTypes.d.ts +15 -15
- package/dist/ChangeTypes.js +4 -4
- package/dist/ChangeTypes.js.map +1 -1
- package/dist/Checkout.d.ts +4 -4
- package/dist/Checkout.js +3 -3
- package/dist/Checkout.js.map +1 -1
- package/dist/Common.d.ts +1 -1
- package/dist/Common.d.ts.map +1 -1
- package/dist/Common.js.map +1 -1
- package/dist/EagerCheckout.d.ts +1 -1
- package/dist/EagerCheckout.js +1 -1
- package/dist/EagerCheckout.js.map +1 -1
- package/dist/EditLog.d.ts +3 -2
- package/dist/EditLog.d.ts.map +1 -1
- package/dist/EditLog.js +3 -5
- package/dist/EditLog.js.map +1 -1
- package/dist/EditUtilities.d.ts +5 -5
- package/dist/EditUtilities.js +2 -2
- package/dist/EditUtilities.js.map +1 -1
- package/dist/EventTypes.d.ts +1 -1
- package/dist/EventTypes.js +1 -1
- package/dist/EventTypes.js.map +1 -1
- package/dist/Forest.d.ts +4 -4
- package/dist/Forest.js +3 -6
- package/dist/Forest.js.map +1 -1
- package/dist/Identifiers.d.ts +14 -14
- package/dist/Identifiers.js.map +1 -1
- package/dist/InitialTree.d.ts +1 -1
- package/dist/InitialTree.js +1 -1
- package/dist/InitialTree.js.map +1 -1
- package/dist/LogViewer.d.ts +2 -2
- package/dist/LogViewer.js +1 -1
- package/dist/LogViewer.js.map +1 -1
- package/dist/NodeIdUtilities.d.ts +3 -3
- package/dist/NodeIdUtilities.js.map +1 -1
- package/dist/PayloadUtilities.d.ts +1 -1
- package/dist/PayloadUtilities.js +1 -1
- package/dist/PayloadUtilities.js.map +1 -1
- package/dist/ReconciliationPath.d.ts +3 -3
- package/dist/ReconciliationPath.js.map +1 -1
- package/dist/RevisionValueCache.d.ts +1 -1
- package/dist/RevisionValueCache.js +2 -2
- package/dist/RevisionValueCache.js.map +1 -1
- package/dist/RevisionView.d.ts +2 -2
- package/dist/RevisionView.js +2 -2
- package/dist/RevisionView.js.map +1 -1
- package/dist/SharedTree.d.ts +14 -14
- package/dist/SharedTree.js +2 -2
- package/dist/SharedTree.js.map +1 -1
- package/dist/Transaction.d.ts +3 -3
- package/dist/Transaction.js +2 -2
- package/dist/Transaction.js.map +1 -1
- package/dist/TransactionInternal.d.ts +17 -17
- package/dist/TransactionInternal.js +3 -3
- package/dist/TransactionInternal.js.map +1 -1
- package/dist/TreeView.d.ts +7 -7
- package/dist/TreeView.js +1 -1
- package/dist/TreeView.js.map +1 -1
- package/dist/id-compressor/IdCompressor.js +2 -5
- package/dist/id-compressor/IdCompressor.js.map +1 -1
- package/dist/migration-shim/migrationShim.d.ts +3 -3
- package/dist/migration-shim/migrationShim.d.ts.map +1 -1
- package/dist/migration-shim/migrationShim.js +9 -5
- package/dist/migration-shim/migrationShim.js.map +1 -1
- package/dist/migration-shim/migrationShimFactory.d.ts +2 -2
- package/dist/migration-shim/migrationShimFactory.d.ts.map +1 -1
- package/dist/migration-shim/migrationShimFactory.js.map +1 -1
- package/dist/migration-shim/sharedTreeShim.d.ts +4 -4
- package/dist/migration-shim/sharedTreeShim.d.ts.map +1 -1
- package/dist/migration-shim/sharedTreeShim.js +1 -1
- package/dist/migration-shim/sharedTreeShim.js.map +1 -1
- package/dist/migration-shim/sharedTreeShimFactory.d.ts +1 -2
- package/dist/migration-shim/sharedTreeShimFactory.d.ts.map +1 -1
- package/dist/migration-shim/sharedTreeShimFactory.js.map +1 -1
- package/dist/migration-shim/shimDeltaConnection.d.ts +16 -0
- package/dist/migration-shim/shimDeltaConnection.d.ts.map +1 -1
- package/dist/migration-shim/shimDeltaConnection.js +16 -2
- package/dist/migration-shim/shimDeltaConnection.js.map +1 -1
- package/dist/migration-shim/types.d.ts +1 -1
- package/dist/migration-shim/types.d.ts.map +1 -1
- package/dist/migration-shim/types.js.map +1 -1
- package/dist/persisted-types/0.0.2.d.ts +24 -24
- package/dist/persisted-types/0.0.2.js +5 -5
- package/dist/persisted-types/0.0.2.js.map +1 -1
- package/dist/persisted-types/0.1.1.d.ts +14 -14
- package/dist/persisted-types/0.1.1.js +3 -3
- package/dist/persisted-types/0.1.1.js.map +1 -1
- package/dist/tree-alpha.d.ts +2674 -119
- package/dist/tree-beta.d.ts +1 -50
- package/dist/tree-public.d.ts +1 -52
- package/dist/tree-untrimmed.d.ts +142 -143
- package/lib/ChangeTypes.d.ts +15 -15
- package/lib/ChangeTypes.js +4 -4
- package/lib/ChangeTypes.js.map +1 -1
- package/lib/Checkout.d.ts +4 -4
- package/lib/Checkout.js +3 -3
- package/lib/Checkout.js.map +1 -1
- package/lib/Common.d.ts +1 -1
- package/lib/Common.d.ts.map +1 -1
- package/lib/Common.js.map +1 -1
- package/lib/EagerCheckout.d.ts +1 -1
- package/lib/EagerCheckout.js +1 -1
- package/lib/EagerCheckout.js.map +1 -1
- package/lib/EditLog.d.ts +3 -2
- package/lib/EditLog.d.ts.map +1 -1
- package/lib/EditLog.js +2 -1
- package/lib/EditLog.js.map +1 -1
- package/lib/EditUtilities.d.ts +5 -5
- package/lib/EditUtilities.js +2 -2
- package/lib/EditUtilities.js.map +1 -1
- package/lib/EventTypes.d.ts +1 -1
- package/lib/EventTypes.js +1 -1
- package/lib/EventTypes.js.map +1 -1
- package/lib/Forest.d.ts +4 -4
- package/lib/Forest.js +2 -2
- package/lib/Forest.js.map +1 -1
- package/lib/Identifiers.d.ts +14 -14
- package/lib/Identifiers.js.map +1 -1
- package/lib/InitialTree.d.ts +1 -1
- package/lib/InitialTree.js +1 -1
- package/lib/InitialTree.js.map +1 -1
- package/lib/LogViewer.d.ts +2 -2
- package/lib/LogViewer.js +1 -1
- package/lib/LogViewer.js.map +1 -1
- package/lib/NodeIdUtilities.d.ts +3 -3
- package/lib/NodeIdUtilities.js.map +1 -1
- package/lib/PayloadUtilities.d.ts +1 -1
- package/lib/PayloadUtilities.js +1 -1
- package/lib/PayloadUtilities.js.map +1 -1
- package/lib/ReconciliationPath.d.ts +3 -3
- package/lib/ReconciliationPath.js.map +1 -1
- package/lib/RevisionValueCache.d.ts +1 -1
- package/lib/RevisionValueCache.js +1 -1
- package/lib/RevisionValueCache.js.map +1 -1
- package/lib/RevisionView.d.ts +2 -2
- package/lib/RevisionView.js +2 -2
- package/lib/RevisionView.js.map +1 -1
- package/lib/SharedTree.d.ts +14 -14
- package/lib/SharedTree.js +2 -2
- package/lib/SharedTree.js.map +1 -1
- package/lib/Transaction.d.ts +3 -3
- package/lib/Transaction.js +2 -2
- package/lib/Transaction.js.map +1 -1
- package/lib/TransactionInternal.d.ts +17 -17
- package/lib/TransactionInternal.js +3 -3
- package/lib/TransactionInternal.js.map +1 -1
- package/lib/TreeView.d.ts +7 -7
- package/lib/TreeView.js +1 -1
- package/lib/TreeView.js.map +1 -1
- package/lib/id-compressor/IdCompressor.js +1 -1
- package/lib/id-compressor/IdCompressor.js.map +1 -1
- package/lib/migration-shim/migrationShim.d.ts +3 -3
- package/lib/migration-shim/migrationShim.d.ts.map +1 -1
- package/lib/migration-shim/migrationShim.js +9 -5
- package/lib/migration-shim/migrationShim.js.map +1 -1
- package/lib/migration-shim/migrationShimFactory.d.ts +2 -2
- package/lib/migration-shim/migrationShimFactory.d.ts.map +1 -1
- package/lib/migration-shim/migrationShimFactory.js.map +1 -1
- package/lib/migration-shim/sharedTreeShim.d.ts +4 -4
- package/lib/migration-shim/sharedTreeShim.d.ts.map +1 -1
- package/lib/migration-shim/sharedTreeShim.js +1 -1
- package/lib/migration-shim/sharedTreeShim.js.map +1 -1
- package/lib/migration-shim/sharedTreeShimFactory.d.ts +1 -2
- package/lib/migration-shim/sharedTreeShimFactory.d.ts.map +1 -1
- package/lib/migration-shim/sharedTreeShimFactory.js.map +1 -1
- package/lib/migration-shim/shimDeltaConnection.d.ts +16 -0
- package/lib/migration-shim/shimDeltaConnection.d.ts.map +1 -1
- package/lib/migration-shim/shimDeltaConnection.js +16 -2
- package/lib/migration-shim/shimDeltaConnection.js.map +1 -1
- package/lib/migration-shim/types.d.ts +1 -1
- package/lib/migration-shim/types.d.ts.map +1 -1
- package/lib/migration-shim/types.js.map +1 -1
- package/lib/persisted-types/0.0.2.d.ts +24 -24
- package/lib/persisted-types/0.0.2.js +5 -5
- package/lib/persisted-types/0.0.2.js.map +1 -1
- package/lib/persisted-types/0.1.1.d.ts +14 -14
- package/lib/persisted-types/0.1.1.js +3 -3
- package/lib/persisted-types/0.1.1.js.map +1 -1
- package/lib/test/utilities/TestUtilities.d.ts +1 -2
- package/lib/test/utilities/TestUtilities.d.ts.map +1 -1
- package/lib/test/utilities/TestUtilities.js.map +1 -1
- package/package.json +25 -25
- package/src/ChangeTypes.ts +15 -15
- package/src/Checkout.ts +4 -4
- package/src/Common.ts +1 -1
- package/src/EagerCheckout.ts +1 -1
- package/src/EditLog.ts +4 -3
- package/src/EditUtilities.ts +5 -5
- package/src/EventTypes.ts +1 -1
- package/src/Forest.ts +5 -5
- package/src/Identifiers.ts +14 -14
- package/src/InitialTree.ts +1 -1
- package/src/LogViewer.ts +2 -2
- package/src/NodeIdUtilities.ts +3 -3
- package/src/PayloadUtilities.ts +1 -1
- package/src/ReconciliationPath.ts +3 -3
- package/src/RevisionValueCache.ts +2 -2
- package/src/RevisionView.ts +2 -2
- package/src/SharedTree.ts +14 -14
- package/src/Transaction.ts +3 -3
- package/src/TransactionInternal.ts +17 -17
- package/src/TreeView.ts +7 -7
- package/src/id-compressor/IdCompressor.ts +1 -1
- package/src/migration-shim/migrationShim.ts +17 -9
- package/src/migration-shim/migrationShimFactory.ts +2 -2
- package/src/migration-shim/sharedTreeShim.ts +6 -5
- package/src/migration-shim/sharedTreeShimFactory.ts +1 -2
- package/src/migration-shim/shimDeltaConnection.ts +16 -2
- package/src/migration-shim/types.ts +1 -1
- package/src/persisted-types/0.0.2.ts +24 -24
- package/src/persisted-types/0.1.1.ts +14 -14
package/dist/tree-beta.d.ts
CHANGED
|
@@ -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 '@
|
|
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 */
|
package/dist/tree-public.d.ts
CHANGED
|
@@ -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 '@
|
|
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 */
|