@elyx-code/project-logic-tree 0.0.6917 → 0.0.6919
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 +168 -168
- package/dist/index.d.ts +5 -0
- package/dist/index.js +13600 -13491
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -21787,6 +21787,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
21787
21787
|
removed: Record<EntityId, UserManagedElementShallowTransfer>;
|
|
21788
21788
|
affected: EntityId[];
|
|
21789
21789
|
actionName?: StateMutationAction | string;
|
|
21790
|
+
self: EntityId;
|
|
21790
21791
|
}
|
|
21791
21792
|
|
|
21792
21793
|
export declare interface IChannelConnections {
|
|
@@ -33512,9 +33513,13 @@ export declare enum BaseValueDescriptorIds {
|
|
|
33512
33513
|
ChangeSearchDescription = "changed-search-description",
|
|
33513
33514
|
ChangeSearchQuery = "changed-search-query",
|
|
33514
33515
|
MakeValueDescriptorRequired = "make-value-descriptor-required",
|
|
33516
|
+
MakeSearchInputRequired = "make-search-input-required",
|
|
33515
33517
|
MakeValueDescriptorNonRequired = "make-value-descriptor-non-required",
|
|
33518
|
+
MakeSearchInputNonRequired = "make-search-input-non-required",
|
|
33516
33519
|
RenameValueDescriptor = "rename-value-descriptor",
|
|
33520
|
+
RenameSearchInput = "rename-search-input",
|
|
33517
33521
|
ChangeValueDescriptorDescription = "changed-value-descriptor-description",
|
|
33522
|
+
ChangeSearchInputDescription = "changed-search-input-description",
|
|
33518
33523
|
ChangeValueDescriptorDataType = "change-value-descriptor-data-type",
|
|
33519
33524
|
RecalculateVarDecl = "recalculate-variable-declaration",
|
|
33520
33525
|
MakeVarDeclConstant = "make-variable-declaration-constant",
|