@elyx-code/project-logic-tree 0.0.6365 → 0.0.6366
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 +0 -3
- package/dist/index.js +420 -413
- package/dist/index.umd.cjs +57 -57
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12691,7 +12691,6 @@ export declare class ProjectState extends VersionedState implements IProject, Us
|
|
|
12691
12691
|
}>) | null;
|
|
12692
12692
|
onAddChangeSetCallback: ((changeSet: ChangeSet, undoableStackValueIndex: number) => void) | null;
|
|
12693
12693
|
onDiscardChangeSetCallback: ((changeSet: ChangeSet) => void) | null;
|
|
12694
|
-
onRequestActiveValueCallback: ((valueOwner: EntityWithValueState) => LiteralValueState | null) | null;
|
|
12695
12694
|
onRequestActiveDynamicValueCallback: ((valueOwner: EntityWithValueState) => IDynamicValue | null) | null;
|
|
12696
12695
|
constructor(initialData: IProject | IProjectTransfer);
|
|
12697
12696
|
private static _UUIDModule;
|
|
@@ -12724,7 +12723,6 @@ export declare class ProjectState extends VersionedState implements IProject, Us
|
|
|
12724
12723
|
get on(): Events['on'];
|
|
12725
12724
|
get emit(): Events['emit'];
|
|
12726
12725
|
closePendingChangeSets(): Promise<void>;
|
|
12727
|
-
onRequestActiveValue(callback: (valueOwner: EntityWithValueState) => LiteralValueState | null): void;
|
|
12728
12726
|
onRequestActiveDynamicValue(callback: (valueOwner: EntityWithValueState) => IDynamicValue | null): void;
|
|
12729
12727
|
onCloseChangeSet(callback: (changeSet: ChangeSet) => Promise<{
|
|
12730
12728
|
success: boolean;
|
|
@@ -12864,7 +12862,6 @@ export declare class ProjectState extends VersionedState implements IProject, Us
|
|
|
12864
12862
|
getSearches(): SearchState[];
|
|
12865
12863
|
attachOrphanReferences(): ProjectState;
|
|
12866
12864
|
getBuiltInPersistedEntity(): BuiltInBaseEntityState | null;
|
|
12867
|
-
requestActiveValue(valueOwner: EntityWithValueState): LiteralValueState | null;
|
|
12868
12865
|
requestActiveDynamicValue(valueOwner: EntityWithValueState): IDynamicValue | null;
|
|
12869
12866
|
undo(): IProjectVersionTransitionConfig;
|
|
12870
12867
|
redo(): IProjectVersionTransitionConfig;
|