@elyx-code/project-logic-tree 0.0.7016 → 0.0.7017
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 +269 -269
- package/dist/index.d.ts +2 -0
- package/dist/index.js +38157 -38003
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10078,6 +10078,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10078
10078
|
|
|
10079
10079
|
export declare const clampToRangeOperation: IActionDescriptorTransfer;
|
|
10080
10080
|
|
|
10081
|
+
export declare function cloneLiteralValueAsStandaloneIfBelongsToProject(entity: LiteralValueState, parent: EntityWithValueState): LiteralValueState;
|
|
10082
|
+
|
|
10081
10083
|
export declare function cloneOntoExistingProject(source: ProjectState, target: ProjectState, changeSet?: ChangeSet | null, { enrich, shallowErrors, ...other }?: {
|
|
10082
10084
|
enrich?: boolean;
|
|
10083
10085
|
shallowErrors?: boolean;
|