@elyx-code/project-logic-tree 0.0.6749 → 0.0.6751
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.cjs +109 -109
- package/dist/index.d.ts +4 -2
- package/dist/index.js +22622 -22612
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11517,7 +11517,7 @@ export declare class DefaultEditorContext extends ExtensionContextBase<Extension
|
|
|
11517
11517
|
removeTest(options: YieldOptions & {
|
|
11518
11518
|
skipValidate?: boolean;
|
|
11519
11519
|
}): Promise<ITest>;
|
|
11520
|
-
copyEntities(entities:
|
|
11520
|
+
copyEntities(entities: UserManagedElementShallowTransfer[], options?: YieldOptions): Promise<ChangeSet>;
|
|
11521
11521
|
resolveInitialChildrenPositions(parent: CanvasEntityState | null, children: CanvasEntityState[], changeSet: ChangeSet | null): CanvasEntityState[];
|
|
11522
11522
|
publish(): Promise<void>;
|
|
11523
11523
|
loadGivenPublication(publicationId: string): Promise<IPublication>;
|
|
@@ -14886,6 +14886,8 @@ export declare function generateNewRowMigrationDefinition(project: ProjectState,
|
|
|
14886
14886
|
y?: number;
|
|
14887
14887
|
}): DefinitionEntityState;
|
|
14888
14888
|
|
|
14889
|
+
export declare function generatePlaceholderValueResolutionContext(project: ProjectState): IValueResolutionContext;
|
|
14890
|
+
|
|
14889
14891
|
export declare function generatePlaceholderValueStore(id: string, project: ProjectState): IValueStoreClient;
|
|
14890
14892
|
|
|
14891
14893
|
export declare const generateRandomAlphanumericOperation: IActionDescriptorTransfer;
|
|
@@ -21165,7 +21167,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
21165
21167
|
removeTest(options: YieldOptions & {
|
|
21166
21168
|
skipValidate?: boolean;
|
|
21167
21169
|
}): Promise<ITest>;
|
|
21168
|
-
copyEntities(entities:
|
|
21170
|
+
copyEntities(entities: UserManagedElementShallowTransfer[], options?: YieldOptions): Promise<ChangeSet>;
|
|
21169
21171
|
resolveInitialChildrenPositions(parent: CanvasEntityState | null, children: CanvasEntityState[], changeSet: ChangeSet | null): CanvasEntityState[];
|
|
21170
21172
|
publish(): Promise<void>;
|
|
21171
21173
|
loadGivenPublication(publicationId: string): Promise<IPublication>;
|