@elyx-code/project-logic-tree 0.0.6717 → 0.0.6719
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 +65 -65
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3362 -3341
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10811,6 +10811,7 @@ export declare class DataTypeState extends UserManagedVersionedState implements
|
|
|
10811
10811
|
isIndependentlyUserDeclaredEntity(): boolean;
|
|
10812
10812
|
canModifyObjectStructure(): boolean;
|
|
10813
10813
|
inferFromInputs(inputs: VariableInputMapState[], changeSet?: ChangeSet | null): IChangeSet<DataTypeState>;
|
|
10814
|
+
bestEffortClearIncompatibleProperties(changeSet?: ChangeSet | null): IChangeSet<DataTypeState>;
|
|
10814
10815
|
}
|
|
10815
10816
|
|
|
10816
10817
|
export declare type DataTypeStateEntityOption = DefinitionEntityState | PrimitiveEntityState | ActionDescriptorState | BuiltInBaseEntityState | LiteralValueState;
|
|
@@ -18664,7 +18665,7 @@ export declare function getRecordOrderForTraversalAsync(entities: Record<EntityI
|
|
|
18664
18665
|
allBuiltInEntityIds?: Set<EntityId>;
|
|
18665
18666
|
} & YieldOptions): Promise<EntityId[]>;
|
|
18666
18667
|
|
|
18667
|
-
export declare function
|
|
18668
|
+
export declare function getRecursiveParentsIds(entity: Element_2 | ElementTransfer | ElementShallowTransfer | EntityState, allKnownEntities?: Record<EntityId, Element_2 | ElementTransfer | ElementShallowTransfer | EntityState>): EntityId[];
|
|
18668
18669
|
|
|
18669
18670
|
export declare function getReferencedEntitiesStateOrErrors(data: ElementGenerationTarget, propertyKey: string, project: ProjectState): {
|
|
18670
18671
|
entities: {
|