@elyx-code/project-logic-tree 0.0.6617 → 0.0.6620
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 +277 -11
- package/dist/index.js +22117 -20591
- package/dist/index.umd.cjs +213 -213
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1341,7 +1341,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1341
1341
|
id: string;
|
|
1342
1342
|
};
|
|
1343
1343
|
};
|
|
1344
|
-
"string-split": {
|
|
1344
|
+
"string-split-at-index": {
|
|
1345
1345
|
id: StringOperations;
|
|
1346
1346
|
inputs: {
|
|
1347
1347
|
stringValue: {
|
|
@@ -1357,6 +1357,126 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1357
1357
|
};
|
|
1358
1358
|
};
|
|
1359
1359
|
};
|
|
1360
|
+
dataType: {
|
|
1361
|
+
id: string;
|
|
1362
|
+
entity: {
|
|
1363
|
+
id: string;
|
|
1364
|
+
properties: {
|
|
1365
|
+
firstPart: {
|
|
1366
|
+
id: string;
|
|
1367
|
+
dataType: {
|
|
1368
|
+
id: string;
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
secondPart: {
|
|
1372
|
+
id: string;
|
|
1373
|
+
dataType: {
|
|
1374
|
+
id: string;
|
|
1375
|
+
};
|
|
1376
|
+
};
|
|
1377
|
+
};
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
error: {
|
|
1381
|
+
id: string;
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
"string-split-at-first-separator": {
|
|
1385
|
+
id: StringOperations;
|
|
1386
|
+
inputs: {
|
|
1387
|
+
stringValue: {
|
|
1388
|
+
id: string;
|
|
1389
|
+
dataType: {
|
|
1390
|
+
id: string;
|
|
1391
|
+
};
|
|
1392
|
+
};
|
|
1393
|
+
separator: {
|
|
1394
|
+
id: string;
|
|
1395
|
+
dataType: {
|
|
1396
|
+
id: string;
|
|
1397
|
+
};
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
dataType: {
|
|
1401
|
+
id: string;
|
|
1402
|
+
entity: {
|
|
1403
|
+
id: string;
|
|
1404
|
+
properties: {
|
|
1405
|
+
firstPart: {
|
|
1406
|
+
id: string;
|
|
1407
|
+
dataType: {
|
|
1408
|
+
id: string;
|
|
1409
|
+
};
|
|
1410
|
+
};
|
|
1411
|
+
secondPart: {
|
|
1412
|
+
id: string;
|
|
1413
|
+
dataType: {
|
|
1414
|
+
id: string;
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
};
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
error: {
|
|
1421
|
+
id: string;
|
|
1422
|
+
};
|
|
1423
|
+
};
|
|
1424
|
+
"string-split-at-last-separator": {
|
|
1425
|
+
id: StringOperations;
|
|
1426
|
+
inputs: {
|
|
1427
|
+
stringValue: {
|
|
1428
|
+
id: string;
|
|
1429
|
+
dataType: {
|
|
1430
|
+
id: string;
|
|
1431
|
+
};
|
|
1432
|
+
};
|
|
1433
|
+
separator: {
|
|
1434
|
+
id: string;
|
|
1435
|
+
dataType: {
|
|
1436
|
+
id: string;
|
|
1437
|
+
};
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1440
|
+
dataType: {
|
|
1441
|
+
id: string;
|
|
1442
|
+
entity: {
|
|
1443
|
+
id: string;
|
|
1444
|
+
properties: {
|
|
1445
|
+
firstPart: {
|
|
1446
|
+
id: string;
|
|
1447
|
+
dataType: {
|
|
1448
|
+
id: string;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
secondPart: {
|
|
1452
|
+
id: string;
|
|
1453
|
+
dataType: {
|
|
1454
|
+
id: string;
|
|
1455
|
+
};
|
|
1456
|
+
};
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
};
|
|
1460
|
+
error: {
|
|
1461
|
+
id: string;
|
|
1462
|
+
};
|
|
1463
|
+
};
|
|
1464
|
+
"string-split-at-all-separators": {
|
|
1465
|
+
id: StringOperations;
|
|
1466
|
+
inputs: {
|
|
1467
|
+
stringValue: {
|
|
1468
|
+
id: string;
|
|
1469
|
+
dataType: {
|
|
1470
|
+
id: string;
|
|
1471
|
+
};
|
|
1472
|
+
};
|
|
1473
|
+
separator: {
|
|
1474
|
+
id: string;
|
|
1475
|
+
dataType: {
|
|
1476
|
+
id: string;
|
|
1477
|
+
};
|
|
1478
|
+
};
|
|
1479
|
+
};
|
|
1360
1480
|
dataType: {
|
|
1361
1481
|
id: string;
|
|
1362
1482
|
};
|
|
@@ -4573,6 +4693,15 @@ export { dataTypeValidation }
|
|
|
4573
4693
|
|
|
4574
4694
|
export declare type DateAutogenerationOptions = IAutogenerationRandomDateFrom | IAutogenerationRandomDateUntil | IAutogenerationRandomDateRange | IAutogenerationCurrentDateAndTime;
|
|
4575
4695
|
|
|
4696
|
+
export declare enum DateOperations {
|
|
4697
|
+
GetCurrentTimestamp = "get-current-timestamp",
|
|
4698
|
+
FormatDate = "format-date",
|
|
4699
|
+
ParseDate = "parse-date",
|
|
4700
|
+
AddToDate = "add-to-date",
|
|
4701
|
+
SubtractFromDate = "subtract-from-date",
|
|
4702
|
+
DifferenceBetweenDates = "difference-between-dates"
|
|
4703
|
+
}
|
|
4704
|
+
|
|
4576
4705
|
export declare const datePrototype: IPrimitiveEntity;
|
|
4577
4706
|
|
|
4578
4707
|
export declare const dateValueAutogenerationSchema: z_2.ZodUnion<[z_2.ZodObject<{
|
|
@@ -4662,7 +4791,10 @@ export declare const DEFAULT_MODULE_IDS: {
|
|
|
4662
4791
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_TO_LOWER_CASE: string;
|
|
4663
4792
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_TO_UPPER_CASE: string;
|
|
4664
4793
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_JOIN: string;
|
|
4665
|
-
|
|
4794
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_SPLIT_AT_INDEX: string;
|
|
4795
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_SPLIT_AT_ALL_SEPARATORS: string;
|
|
4796
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_SPLIT_AT_FIRST_SEPARATOR: string;
|
|
4797
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_SPLIT_AT_LAST_SEPARATOR: string;
|
|
4666
4798
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_DELETE_LAST: string;
|
|
4667
4799
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_DELETE_FIRST: string;
|
|
4668
4800
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_DELETE_INDEX: string;
|
|
@@ -17041,7 +17173,31 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
17041
17173
|
};
|
|
17042
17174
|
}
|
|
17043
17175
|
|
|
17044
|
-
export declare class
|
|
17176
|
+
export declare class OperationsImplementationsStringSplitAtAllSeparatorsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
17177
|
+
manifest: ExtensionManifest;
|
|
17178
|
+
module: {
|
|
17179
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
17180
|
+
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
17181
|
+
};
|
|
17182
|
+
}
|
|
17183
|
+
|
|
17184
|
+
export declare class OperationsImplementationsStringSplitAtFirstSeparatorModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
17185
|
+
manifest: ExtensionManifest;
|
|
17186
|
+
module: {
|
|
17187
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
17188
|
+
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
17189
|
+
};
|
|
17190
|
+
}
|
|
17191
|
+
|
|
17192
|
+
export declare class OperationsImplementationsStringSplitAtIndexModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
17193
|
+
manifest: ExtensionManifest;
|
|
17194
|
+
module: {
|
|
17195
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
17196
|
+
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
17197
|
+
};
|
|
17198
|
+
}
|
|
17199
|
+
|
|
17200
|
+
export declare class OperationsImplementationsStringSplitAtLastSeparatorModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
17045
17201
|
manifest: ExtensionManifest;
|
|
17046
17202
|
module: {
|
|
17047
17203
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -19583,20 +19739,127 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19583
19739
|
/** index: number */
|
|
19584
19740
|
export declare const splitListOperationSplitIndexDataType: IDataTypeTransfer;
|
|
19585
19741
|
|
|
19586
|
-
export declare const
|
|
19742
|
+
export declare const splitStringAtAllSeparatorsOperation: IActionDescriptorTransfer;
|
|
19743
|
+
|
|
19744
|
+
export declare const splitStringAtAllSeparatorsOperationError: IValueDescriptorTransfer;
|
|
19745
|
+
|
|
19746
|
+
/** New schema: success output -> single action-level dataType (list<string>) */
|
|
19747
|
+
export declare const splitStringAtAllSeparatorsOperationResponseDataType: IDataTypeTransfer;
|
|
19748
|
+
|
|
19749
|
+
export declare const splitStringAtAllSeparatorsOperationSeparatorArgument: IValueDescriptorTransfer;
|
|
19750
|
+
|
|
19751
|
+
export declare const splitStringAtAllSeparatorsOperationSeparatorDataType: IDataTypeTransfer;
|
|
19752
|
+
|
|
19753
|
+
export declare const splitStringAtAllSeparatorsOperationSeparatorDataTypeParentRef: IValueDescriptorReference;
|
|
19754
|
+
|
|
19755
|
+
export declare const splitStringAtAllSeparatorsOperationStringArgument: IValueDescriptorTransfer;
|
|
19587
19756
|
|
|
19588
|
-
export declare const
|
|
19757
|
+
export declare const splitStringAtAllSeparatorsOperationStringDataType: IDataTypeTransfer;
|
|
19589
19758
|
|
|
19590
|
-
export declare const
|
|
19759
|
+
export declare const splitStringAtFirstSeparatorOperation: IActionDescriptorTransfer;
|
|
19591
19760
|
|
|
19592
|
-
export declare const
|
|
19761
|
+
export declare const splitStringAtFirstSeparatorOperationError: IValueDescriptorTransfer;
|
|
19762
|
+
|
|
19763
|
+
export declare const splitStringAtFirstSeparatorOperationFirstSeparatorArgument: IValueDescriptorTransfer;
|
|
19764
|
+
|
|
19765
|
+
export declare const splitStringAtFirstSeparatorOperationFirstSeparatorDataType: IDataTypeTransfer;
|
|
19766
|
+
|
|
19767
|
+
/** New schema: success output -> single action-level dataType (list<string>) */
|
|
19768
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataType: IDataTypeTransfer;
|
|
19769
|
+
|
|
19770
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntity: IDefinitionEntityTransfer;
|
|
19771
|
+
|
|
19772
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntityFirstPartProperty: IPropertyTransfer;
|
|
19773
|
+
|
|
19774
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntityFirstPartPropertyDataType: IDataTypeTransfer;
|
|
19775
|
+
|
|
19776
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntityFirstPartPropertyDataTypeParentRef: IPropertyReference;
|
|
19777
|
+
|
|
19778
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntityFirstPartPropertyParentRef: IDefinitionEntityReference;
|
|
19779
|
+
|
|
19780
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntityParentRef: IDataTypeReference;
|
|
19781
|
+
|
|
19782
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntitySecondPartProperty: IPropertyTransfer;
|
|
19783
|
+
|
|
19784
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntitySecondPartPropertyDataType: IDataTypeTransfer;
|
|
19785
|
+
|
|
19786
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntitySecondPartPropertyDataTypeParentRef: IPropertyReference;
|
|
19787
|
+
|
|
19788
|
+
export declare const splitStringAtFirstSeparatorOperationResponseDataTypeEntitySecondPartPropertyParentRef: IDefinitionEntityReference;
|
|
19789
|
+
|
|
19790
|
+
export declare const splitStringAtFirstSeparatorOperationStringArgument: IValueDescriptorTransfer;
|
|
19791
|
+
|
|
19792
|
+
export declare const splitStringAtFirstSeparatorOperationStringDataType: IDataTypeTransfer;
|
|
19793
|
+
|
|
19794
|
+
export declare const splitStringAtIndexOperation: IActionDescriptorTransfer;
|
|
19795
|
+
|
|
19796
|
+
export declare const splitStringAtIndexOperationError: IValueDescriptorTransfer;
|
|
19797
|
+
|
|
19798
|
+
export declare const splitStringAtIndexOperationIndexArgument: IValueDescriptorTransfer;
|
|
19799
|
+
|
|
19800
|
+
export declare const splitStringAtIndexOperationIndexDataType: IDataTypeTransfer;
|
|
19801
|
+
|
|
19802
|
+
/** New schema: success output -> single action-level dataType (list<string>) */
|
|
19803
|
+
export declare const splitStringAtIndexOperationResponseDataType: IDataTypeTransfer;
|
|
19804
|
+
|
|
19805
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntity: IDefinitionEntityTransfer;
|
|
19806
|
+
|
|
19807
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntityFirstPartProperty: IPropertyTransfer;
|
|
19808
|
+
|
|
19809
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntityFirstPartPropertyDataType: IDataTypeTransfer;
|
|
19810
|
+
|
|
19811
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntityFirstPartPropertyDataTypeParentRef: IPropertyReference;
|
|
19812
|
+
|
|
19813
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntityFirstPartPropertyParentRef: IDefinitionEntityReference;
|
|
19814
|
+
|
|
19815
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntityParentRef: IDataTypeReference;
|
|
19816
|
+
|
|
19817
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntitySecondPartProperty: IPropertyTransfer;
|
|
19818
|
+
|
|
19819
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntitySecondPartPropertyDataType: IDataTypeTransfer;
|
|
19820
|
+
|
|
19821
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntitySecondPartPropertyDataTypeParentRef: IPropertyReference;
|
|
19822
|
+
|
|
19823
|
+
export declare const splitStringAtIndexOperationResponseDataTypeEntitySecondPartPropertyParentRef: IDefinitionEntityReference;
|
|
19824
|
+
|
|
19825
|
+
export declare const splitStringAtIndexOperationStringArgument: IValueDescriptorTransfer;
|
|
19826
|
+
|
|
19827
|
+
export declare const splitStringAtIndexOperationStringDataType: IDataTypeTransfer;
|
|
19828
|
+
|
|
19829
|
+
export declare const splitStringAtLastSeparatorOperation: IActionDescriptorTransfer;
|
|
19830
|
+
|
|
19831
|
+
export declare const splitStringAtLastSeparatorOperationError: IValueDescriptorTransfer;
|
|
19832
|
+
|
|
19833
|
+
export declare const splitStringAtLastSeparatorOperationFirstSeparatorArgument: IValueDescriptorTransfer;
|
|
19834
|
+
|
|
19835
|
+
export declare const splitStringAtLastSeparatorOperationFirstSeparatorDataType: IDataTypeTransfer;
|
|
19593
19836
|
|
|
19594
19837
|
/** New schema: success output -> single action-level dataType (list<string>) */
|
|
19595
|
-
export declare const
|
|
19838
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataType: IDataTypeTransfer;
|
|
19839
|
+
|
|
19840
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntity: IDefinitionEntityTransfer;
|
|
19841
|
+
|
|
19842
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntityFirstPartProperty: IPropertyTransfer;
|
|
19843
|
+
|
|
19844
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntityFirstPartPropertyDataType: IDataTypeTransfer;
|
|
19845
|
+
|
|
19846
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntityFirstPartPropertyDataTypeParentRef: IPropertyReference;
|
|
19847
|
+
|
|
19848
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntityFirstPartPropertyParentRef: IDefinitionEntityReference;
|
|
19849
|
+
|
|
19850
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntityParentRef: IDataTypeReference;
|
|
19851
|
+
|
|
19852
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntitySecondPartProperty: IPropertyTransfer;
|
|
19853
|
+
|
|
19854
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntitySecondPartPropertyDataType: IDataTypeTransfer;
|
|
19855
|
+
|
|
19856
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntitySecondPartPropertyDataTypeParentRef: IPropertyReference;
|
|
19857
|
+
|
|
19858
|
+
export declare const splitStringAtLastSeparatorOperationResponseDataTypeEntitySecondPartPropertyParentRef: IDefinitionEntityReference;
|
|
19596
19859
|
|
|
19597
|
-
export declare const
|
|
19860
|
+
export declare const splitStringAtLastSeparatorOperationStringArgument: IValueDescriptorTransfer;
|
|
19598
19861
|
|
|
19599
|
-
export declare const
|
|
19862
|
+
export declare const splitStringAtLastSeparatorOperationStringDataType: IDataTypeTransfer;
|
|
19600
19863
|
|
|
19601
19864
|
export { SQLAST }
|
|
19602
19865
|
|
|
@@ -19708,7 +19971,10 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19708
19971
|
|
|
19709
19972
|
export declare enum StringOperations {
|
|
19710
19973
|
Join = "string-join",
|
|
19711
|
-
|
|
19974
|
+
SplitAtIndex = "string-split-at-index",
|
|
19975
|
+
SplitAtAllSeparators = "string-split-at-all-separators",
|
|
19976
|
+
SplitAtFirstSeparator = "string-split-at-first-separator",
|
|
19977
|
+
SplitAtLastSeparator = "string-split-at-last-separator",
|
|
19712
19978
|
DeleteLast = "string-delete-last",
|
|
19713
19979
|
DeleteFirst = "string-delete-first",
|
|
19714
19980
|
DeleteIndex = "string-delete-index",
|