@elyx-code/project-logic-tree 0.0.6596 → 0.0.6597
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/dist/index.d.ts +6 -0
- package/dist/index.js +894 -840
- package/dist/index.umd.cjs +38 -38
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -17646,6 +17646,12 @@ export declare class ProjectState extends UserManagedVersionedState implements I
|
|
|
17646
17646
|
get off(): Events['off'];
|
|
17647
17647
|
get on(): Events['on'];
|
|
17648
17648
|
get emit(): Events['emit'];
|
|
17649
|
+
get emitAsync(): Events['emitAsync'];
|
|
17650
|
+
get emitAsyncAll(): Events['emitAsyncAll'];
|
|
17651
|
+
get emitAsyncAllSettled(): Events['emitAsyncAllSettled'];
|
|
17652
|
+
get emitAsyncSequentially(): Events['emitAsyncSequentially'];
|
|
17653
|
+
get emitAsyncSequentiallyAll(): Events['emitAsyncSequentiallyAll'];
|
|
17654
|
+
get emitAsyncSequentiallyAllSettled(): Events['emitAsyncSequentiallyAllSettled'];
|
|
17649
17655
|
closePendingChangeSets(): Promise<void>;
|
|
17650
17656
|
onCloseChangeSet(callback: (changeSet: ChangeSet) => Promise<{
|
|
17651
17657
|
success: boolean;
|