@elyx-code/project-logic-tree 0.0.6370 → 0.0.6372
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 +2 -0
- package/dist/index.js +388 -383
- package/dist/index.umd.cjs +29 -29
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7717,6 +7717,8 @@ declare function getRawLimitFromLimitClause(limitClause: LimitClause | null): nu
|
|
|
7717
7717
|
|
|
7718
7718
|
declare function getRawOffetFromLimitClause(limitClause: LimitClause | null): number;
|
|
7719
7719
|
|
|
7720
|
+
export declare function getRecordOrderForTraversal(entities: Record<EntityId, Element_2 | ElementTransfer | EntityState | ElementShallowTransfer>): EntityId[];
|
|
7721
|
+
|
|
7720
7722
|
export declare function getRecusriveParentsIds(entity: Element_2 | ElementTransfer | ElementShallowTransfer | EntityState, allKnownEntities?: Record<EntityId, Element_2 | ElementTransfer | ElementShallowTransfer | EntityState>): EntityId[];
|
|
7721
7723
|
|
|
7722
7724
|
export declare function getReferencedEntitiesStateOrErrors(data: ElementGenerationTarget, propertyKey: string, project: ProjectState): {
|