@elyx-code/project-logic-tree 0.0.6621 → 0.0.6623
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 +232 -3
- package/dist/index.js +39348 -37594
- package/dist/index.umd.cjs +228 -228
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5517,6 +5517,29 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
5517
5517
|
id: string;
|
|
5518
5518
|
};
|
|
5519
5519
|
};
|
|
5520
|
+
"op-date-to-date": {
|
|
5521
|
+
id: DateOperations;
|
|
5522
|
+
inputs: {
|
|
5523
|
+
inputValue: {
|
|
5524
|
+
id: string;
|
|
5525
|
+
dataType: {
|
|
5526
|
+
id: string;
|
|
5527
|
+
orString: {
|
|
5528
|
+
id: string;
|
|
5529
|
+
};
|
|
5530
|
+
orNumber: {
|
|
5531
|
+
id: string;
|
|
5532
|
+
};
|
|
5533
|
+
};
|
|
5534
|
+
};
|
|
5535
|
+
};
|
|
5536
|
+
dataType: {
|
|
5537
|
+
id: string;
|
|
5538
|
+
};
|
|
5539
|
+
error: {
|
|
5540
|
+
id: string;
|
|
5541
|
+
};
|
|
5542
|
+
};
|
|
5520
5543
|
"op-date-to-unix": {
|
|
5521
5544
|
id: DateOperations;
|
|
5522
5545
|
inputs: {
|
|
@@ -8497,6 +8520,9 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
8497
8520
|
dataType: {
|
|
8498
8521
|
id: string;
|
|
8499
8522
|
};
|
|
8523
|
+
error: {
|
|
8524
|
+
id: string;
|
|
8525
|
+
};
|
|
8500
8526
|
};
|
|
8501
8527
|
"op-object-key-value-equals": {
|
|
8502
8528
|
id: ObjectOperations;
|
|
@@ -8523,6 +8549,9 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
8523
8549
|
dataType: {
|
|
8524
8550
|
id: string;
|
|
8525
8551
|
};
|
|
8552
|
+
error: {
|
|
8553
|
+
id: string;
|
|
8554
|
+
};
|
|
8526
8555
|
};
|
|
8527
8556
|
"op-object-has-nested-key": {
|
|
8528
8557
|
id: ObjectOperations;
|
|
@@ -8555,6 +8584,9 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
8555
8584
|
dataType: {
|
|
8556
8585
|
id: string;
|
|
8557
8586
|
};
|
|
8587
|
+
error: {
|
|
8588
|
+
id: string;
|
|
8589
|
+
};
|
|
8558
8590
|
};
|
|
8559
8591
|
"op-object-nested-key-value-equals": {
|
|
8560
8592
|
id: ObjectOperations;
|
|
@@ -8593,6 +8625,9 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
8593
8625
|
dataType: {
|
|
8594
8626
|
id: string;
|
|
8595
8627
|
};
|
|
8628
|
+
error: {
|
|
8629
|
+
id: string;
|
|
8630
|
+
};
|
|
8596
8631
|
};
|
|
8597
8632
|
"op-object-is-instance-of-type": {
|
|
8598
8633
|
id: ObjectOperations;
|
|
@@ -8613,6 +8648,83 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
8613
8648
|
dataType: {
|
|
8614
8649
|
id: string;
|
|
8615
8650
|
};
|
|
8651
|
+
error: {
|
|
8652
|
+
id: string;
|
|
8653
|
+
};
|
|
8654
|
+
};
|
|
8655
|
+
"op-object-keys": {
|
|
8656
|
+
id: ObjectOperations;
|
|
8657
|
+
inputs: {
|
|
8658
|
+
objectValue: {
|
|
8659
|
+
id: string;
|
|
8660
|
+
dataType: {
|
|
8661
|
+
id: string;
|
|
8662
|
+
};
|
|
8663
|
+
};
|
|
8664
|
+
};
|
|
8665
|
+
dataType: {
|
|
8666
|
+
id: string;
|
|
8667
|
+
};
|
|
8668
|
+
error: {
|
|
8669
|
+
id: string;
|
|
8670
|
+
};
|
|
8671
|
+
};
|
|
8672
|
+
"op-object-values": {
|
|
8673
|
+
id: ObjectOperations;
|
|
8674
|
+
inputs: {
|
|
8675
|
+
objectValue: {
|
|
8676
|
+
id: string;
|
|
8677
|
+
dataType: {
|
|
8678
|
+
id: string;
|
|
8679
|
+
};
|
|
8680
|
+
};
|
|
8681
|
+
};
|
|
8682
|
+
dataType: {
|
|
8683
|
+
id: string;
|
|
8684
|
+
};
|
|
8685
|
+
error: {
|
|
8686
|
+
id: string;
|
|
8687
|
+
};
|
|
8688
|
+
};
|
|
8689
|
+
"op-object-entries": {
|
|
8690
|
+
id: ObjectOperations;
|
|
8691
|
+
inputs: {
|
|
8692
|
+
objectValue: {
|
|
8693
|
+
id: string;
|
|
8694
|
+
dataType: {
|
|
8695
|
+
id: string;
|
|
8696
|
+
};
|
|
8697
|
+
};
|
|
8698
|
+
};
|
|
8699
|
+
dataType: {
|
|
8700
|
+
id: string;
|
|
8701
|
+
};
|
|
8702
|
+
error: {
|
|
8703
|
+
id: string;
|
|
8704
|
+
};
|
|
8705
|
+
};
|
|
8706
|
+
"op-object-merge": {
|
|
8707
|
+
id: ObjectOperations;
|
|
8708
|
+
inputs: {
|
|
8709
|
+
left: {
|
|
8710
|
+
id: string;
|
|
8711
|
+
dataType: {
|
|
8712
|
+
id: string;
|
|
8713
|
+
};
|
|
8714
|
+
};
|
|
8715
|
+
right: {
|
|
8716
|
+
id: string;
|
|
8717
|
+
dataType: {
|
|
8718
|
+
id: string;
|
|
8719
|
+
};
|
|
8720
|
+
};
|
|
8721
|
+
};
|
|
8722
|
+
dataType: {
|
|
8723
|
+
id: string;
|
|
8724
|
+
};
|
|
8725
|
+
error: {
|
|
8726
|
+
id: string;
|
|
8727
|
+
};
|
|
8616
8728
|
};
|
|
8617
8729
|
};
|
|
8618
8730
|
loop: {
|
|
@@ -9100,7 +9212,7 @@ export declare const CANVAS_VERTICAL_BUFFER_BETWEEN_CARDS = 90;
|
|
|
9100
9212
|
|
|
9101
9213
|
export declare enum CanvasEntityConnectionDisabledReason {
|
|
9102
9214
|
ValuesAlreadyConnected = "values-already-connected",
|
|
9103
|
-
|
|
9215
|
+
CannotReadMoreThanOneValue = "cannot-read-more-than-one-value",
|
|
9104
9216
|
CannotReadValueFromChildren = "cannot-read-value-from-children",
|
|
9105
9217
|
CannotWriteValueToChildren = "cannot-write-value-to-children",
|
|
9106
9218
|
CannotBeCalledByChildren = "cannot-be-called-by-children",
|
|
@@ -9161,6 +9273,7 @@ export declare class ChangeSet extends Events {
|
|
|
9161
9273
|
open: boolean;
|
|
9162
9274
|
dirty: boolean;
|
|
9163
9275
|
startedClose: boolean;
|
|
9276
|
+
lockedVersions: boolean;
|
|
9164
9277
|
type: ChangeSetChangeCaptureType;
|
|
9165
9278
|
autoclose: boolean;
|
|
9166
9279
|
autoCloseActionName: string;
|
|
@@ -10540,6 +10653,7 @@ export declare enum DateOperations {
|
|
|
10540
10653
|
AddToDate = "op-date-add-to-date",
|
|
10541
10654
|
SubtractFromDate = "op-date-subtract-from-date",
|
|
10542
10655
|
DifferenceBetweenDates = "op-date-difference-between-dates",
|
|
10656
|
+
ToDate = "op-date-to-date",
|
|
10543
10657
|
ToUnix = "op-date-to-unix",
|
|
10544
10658
|
FromUnix = "op-date-from-unix",
|
|
10545
10659
|
ToISOString = "op-date-to-iso-string",
|
|
@@ -10593,6 +10707,18 @@ export declare enum DateOperations {
|
|
|
10593
10707
|
|
|
10594
10708
|
export declare const datePrototype: IPrimitiveEntity;
|
|
10595
10709
|
|
|
10710
|
+
export declare const dateToDateOperation: IActionDescriptorTransfer;
|
|
10711
|
+
|
|
10712
|
+
export declare const dateToDateOperationError: IValueDescriptorTransfer;
|
|
10713
|
+
|
|
10714
|
+
/** Output data type: datePrototype (ISO 8601 string in your system) */
|
|
10715
|
+
export declare const dateToDateOperationResultDT: IDataTypeTransfer;
|
|
10716
|
+
|
|
10717
|
+
export declare const dateToDateOperationValueArg: IValueDescriptorTransfer;
|
|
10718
|
+
|
|
10719
|
+
/** Input data type: "any" → entity: null */
|
|
10720
|
+
export declare const dateToDateOperationValueDT: IDataTypeTransfer;
|
|
10721
|
+
|
|
10596
10722
|
export declare const dateValueAutogenerationSchema: z_2.ZodUnion<[z_2.ZodObject<{
|
|
10597
10723
|
type: z_2.ZodLiteral<ValueAutogenerationType.Random>;
|
|
10598
10724
|
} & {
|
|
@@ -10806,6 +10932,7 @@ export declare const DEFAULT_MODULE_IDS: {
|
|
|
10806
10932
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_ADD_TO_DATE: string;
|
|
10807
10933
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_SUBTRACT_FROM_DATE: string;
|
|
10808
10934
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_DIFFERENCE_BETWEEN_DATES: string;
|
|
10935
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_TO_DATE: string;
|
|
10809
10936
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_TO_UNIX: string;
|
|
10810
10937
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_FROM_UNIX: string;
|
|
10811
10938
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATE_TO_ISO_STRING: string;
|
|
@@ -10867,6 +10994,10 @@ export declare const DEFAULT_MODULE_IDS: {
|
|
|
10867
10994
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_KEY_VALUE_EQUALS: string;
|
|
10868
10995
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_NESTED_KEY_VALUE_EQUALS: string;
|
|
10869
10996
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_IS_INSTANCE_OF_TYPE: string;
|
|
10997
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_MERGE: string;
|
|
10998
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_KEYS: string;
|
|
10999
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_VALUES: string;
|
|
11000
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__OBJECT_ENTRIES: string;
|
|
10870
11001
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_GET_TYPE_OF: string;
|
|
10871
11002
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CRYPTO_HASH: string;
|
|
10872
11003
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CRYPTO_HMAC: string;
|
|
@@ -24523,8 +24654,20 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24523
24654
|
|
|
24524
24655
|
export declare const objectDeleteNestedKeyOperationResponseDT: IDataTypeTransfer;
|
|
24525
24656
|
|
|
24657
|
+
export declare const objectEntriesOperation: IActionDescriptorTransfer;
|
|
24658
|
+
|
|
24659
|
+
export declare const objectEntriesOperationError: IValueDescriptorTransfer;
|
|
24660
|
+
|
|
24661
|
+
export declare const objectEntriesOperationObjArg: IValueDescriptorTransfer;
|
|
24662
|
+
|
|
24663
|
+
export declare const objectEntriesOperationObjDT: IDataTypeTransfer;
|
|
24664
|
+
|
|
24665
|
+
export declare const objectEntriesOperationResultDT: IDataTypeTransfer;
|
|
24666
|
+
|
|
24526
24667
|
export declare const objectHasKeyOperation: IActionDescriptorTransfer;
|
|
24527
24668
|
|
|
24669
|
+
export declare const objectHasKeyOperationError: IValueDescriptorTransfer;
|
|
24670
|
+
|
|
24528
24671
|
export declare const objectHasKeyOperationKeyArg: IValueDescriptorTransfer;
|
|
24529
24672
|
|
|
24530
24673
|
export declare const objectHasKeyOperationKeyDT: IDataTypeTransfer;
|
|
@@ -24537,6 +24680,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24537
24680
|
|
|
24538
24681
|
export declare const objectHasNestedKeyOperation: IActionDescriptorTransfer;
|
|
24539
24682
|
|
|
24683
|
+
export declare const objectHasNestedKeyOperationError: IValueDescriptorTransfer;
|
|
24684
|
+
|
|
24540
24685
|
export declare const objectHasNestedKeyOperationKeyArg: IValueDescriptorTransfer;
|
|
24541
24686
|
|
|
24542
24687
|
export declare const objectHasNestedKeyOperationKeyDT: IDataTypeTransfer;
|
|
@@ -24565,10 +24710,24 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24565
24710
|
|
|
24566
24711
|
export declare const objectIsInstanceOfTypeOperationBDT: IDataTypeTransfer;
|
|
24567
24712
|
|
|
24713
|
+
export declare const objectIsInstanceOfTypeOperationError: IValueDescriptorTransfer;
|
|
24714
|
+
|
|
24568
24715
|
export declare const objectIsInstanceOfTypeOperationResultVoidDT: IDataTypeTransfer;
|
|
24569
24716
|
|
|
24717
|
+
export declare const objectKeysOperation: IActionDescriptorTransfer;
|
|
24718
|
+
|
|
24719
|
+
export declare const objectKeysOperationError: IValueDescriptorTransfer;
|
|
24720
|
+
|
|
24721
|
+
export declare const objectKeysOperationObjArg: IValueDescriptorTransfer;
|
|
24722
|
+
|
|
24723
|
+
export declare const objectKeysOperationObjDT: IDataTypeTransfer;
|
|
24724
|
+
|
|
24725
|
+
export declare const objectKeysOperationResultDT: IDataTypeTransfer;
|
|
24726
|
+
|
|
24570
24727
|
export declare const objectKeyValueEqualsOperation: IActionDescriptorTransfer;
|
|
24571
24728
|
|
|
24729
|
+
export declare const objectKeyValueEqualsOperationError: IValueDescriptorTransfer;
|
|
24730
|
+
|
|
24572
24731
|
export declare const objectKeyValueEqualsOperationKeyArg: IValueDescriptorTransfer;
|
|
24573
24732
|
|
|
24574
24733
|
export declare const objectKeyValueEqualsOperationKeyDT: IDataTypeTransfer;
|
|
@@ -24579,8 +24738,24 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24579
24738
|
|
|
24580
24739
|
export declare const objectKeyValueEqualsOperationResultVoidDT: IDataTypeTransfer;
|
|
24581
24740
|
|
|
24741
|
+
export declare const objectMergeOperation: IActionDescriptorTransfer;
|
|
24742
|
+
|
|
24743
|
+
export declare const objectMergeOperationError: IValueDescriptorTransfer;
|
|
24744
|
+
|
|
24745
|
+
export declare const objectMergeOperationLeftArg: IValueDescriptorTransfer;
|
|
24746
|
+
|
|
24747
|
+
export declare const objectMergeOperationLeftDT: IDataTypeTransfer;
|
|
24748
|
+
|
|
24749
|
+
export declare const objectMergeOperationResultDT: IDataTypeTransfer;
|
|
24750
|
+
|
|
24751
|
+
export declare const objectMergeOperationRightArg: IValueDescriptorTransfer;
|
|
24752
|
+
|
|
24753
|
+
export declare const objectMergeOperationRightDT: IDataTypeTransfer;
|
|
24754
|
+
|
|
24582
24755
|
export declare const objectNestedKeyValueEqualsOperation: IActionDescriptorTransfer;
|
|
24583
24756
|
|
|
24757
|
+
export declare const objectNestedKeyValueEqualsOperationError: IValueDescriptorTransfer;
|
|
24758
|
+
|
|
24584
24759
|
export declare const objectNestedKeyValueEqualsOperationKeyArg: IValueDescriptorTransfer;
|
|
24585
24760
|
|
|
24586
24761
|
export declare const objectNestedKeyValueEqualsOperationKeyDT: IDataTypeTransfer;
|
|
@@ -24612,7 +24787,11 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24612
24787
|
KeyValueEquals = "op-object-key-value-equals",
|
|
24613
24788
|
HasNestedKey = "op-object-has-nested-key",
|
|
24614
24789
|
NestedKeyValueEquals = "op-object-nested-key-value-equals",
|
|
24615
|
-
IsInstanceOfType = "op-object-is-instance-of-type"
|
|
24790
|
+
IsInstanceOfType = "op-object-is-instance-of-type",
|
|
24791
|
+
Merge = "op-object-merge",
|
|
24792
|
+
Keys = "op-object-keys",
|
|
24793
|
+
Values = "op-object-values",
|
|
24794
|
+
Entries = "op-object-entries"
|
|
24616
24795
|
}
|
|
24617
24796
|
|
|
24618
24797
|
export declare const objectReadKeyOperation: IActionDescriptorTransfer;
|
|
@@ -24651,6 +24830,16 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24651
24830
|
|
|
24652
24831
|
export declare const objectReadNestedKeyOperationResponseDT: IDataTypeTransfer;
|
|
24653
24832
|
|
|
24833
|
+
export declare const objectValuesOperation: IActionDescriptorTransfer;
|
|
24834
|
+
|
|
24835
|
+
export declare const objectValuesOperationError: IValueDescriptorTransfer;
|
|
24836
|
+
|
|
24837
|
+
export declare const objectValuesOperationObjArg: IValueDescriptorTransfer;
|
|
24838
|
+
|
|
24839
|
+
export declare const objectValuesOperationObjDT: IDataTypeTransfer;
|
|
24840
|
+
|
|
24841
|
+
export declare const objectValuesOperationResultDT: IDataTypeTransfer;
|
|
24842
|
+
|
|
24654
24843
|
export declare const objectWriteKeyOperation: IActionDescriptorTransfer;
|
|
24655
24844
|
|
|
24656
24845
|
export declare const objectWriteKeyOperationError: IValueDescriptorTransfer;
|
|
@@ -25400,6 +25589,14 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
25400
25589
|
};
|
|
25401
25590
|
}
|
|
25402
25591
|
|
|
25592
|
+
export declare class OperationsImplementationsDateToDateModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25593
|
+
manifest: ExtensionManifest;
|
|
25594
|
+
module: {
|
|
25595
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25596
|
+
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25597
|
+
};
|
|
25598
|
+
}
|
|
25599
|
+
|
|
25403
25600
|
export declare class OperationsImplementationsDateToISOStringModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25404
25601
|
manifest: ExtensionManifest;
|
|
25405
25602
|
module: {
|
|
@@ -26656,6 +26853,14 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
26656
26853
|
};
|
|
26657
26854
|
}
|
|
26658
26855
|
|
|
26856
|
+
export declare class OperationsImplementationsObjectMergeObjectsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26857
|
+
manifest: ExtensionManifest;
|
|
26858
|
+
module: {
|
|
26859
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
26860
|
+
main: (_entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
26861
|
+
};
|
|
26862
|
+
}
|
|
26863
|
+
|
|
26659
26864
|
export declare class OperationsImplementationsObjectNestedKeyValueEqualsModule extends BaseRegisteredExtension implements IRegisteredExtension {
|
|
26660
26865
|
manifest: ExtensionManifest;
|
|
26661
26866
|
module: {
|
|
@@ -26672,6 +26877,30 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
26672
26877
|
};
|
|
26673
26878
|
}
|
|
26674
26879
|
|
|
26880
|
+
export declare class OperationsImplementationsObjectObjectEntriesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26881
|
+
manifest: ExtensionManifest;
|
|
26882
|
+
module: {
|
|
26883
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
26884
|
+
main: (_entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
26885
|
+
};
|
|
26886
|
+
}
|
|
26887
|
+
|
|
26888
|
+
export declare class OperationsImplementationsObjectObjectKeysModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26889
|
+
manifest: ExtensionManifest;
|
|
26890
|
+
module: {
|
|
26891
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
26892
|
+
main: (_entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
26893
|
+
};
|
|
26894
|
+
}
|
|
26895
|
+
|
|
26896
|
+
export declare class OperationsImplementationsObjectObjectValuesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26897
|
+
manifest: ExtensionManifest;
|
|
26898
|
+
module: {
|
|
26899
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
26900
|
+
main: (_entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
26901
|
+
};
|
|
26902
|
+
}
|
|
26903
|
+
|
|
26675
26904
|
export declare class OperationsImplementationsObjectReadKeyModule extends BaseRegisteredExtension implements IRegisteredExtension {
|
|
26676
26905
|
manifest: ExtensionManifest;
|
|
26677
26906
|
module: {
|
|
@@ -28960,7 +29189,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
28960
29189
|
|
|
28961
29190
|
export declare function resolveClonedEntityProject(newParent: EntityState | null, self: EntityState): ProjectState;
|
|
28962
29191
|
|
|
28963
|
-
export declare function resolveConditionOperatorLabel(condition: ConditionState): "is equal to" | "is not equal to" | "is
|
|
29192
|
+
export declare function resolveConditionOperatorLabel(condition: ConditionState): "is equal to" | "is not equal to" | "is empty" | "is present" | "is greater than" | "is greater than or equal to" | "is less than" | "is less than or equal to" | "contains" | "starts with" | "ends with" | "is false" | "is true" | "and" | "or" | undefined;
|
|
28964
29193
|
|
|
28965
29194
|
export declare function resolveDataType(entity: EntityWithValueState | PropertyState | ValueDescriptorState | TerminationEntityState, changeSet?: ChangeSet | null): DataTypeState | null;
|
|
28966
29195
|
|