@elyx-code/project-logic-tree 0.0.6358 → 0.0.6360
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 +3 -2
- package/dist/index.js +77 -4
- package/dist/index.umd.cjs +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10559,6 +10559,7 @@ export declare interface IProperty_meta extends IProperty_base, IBaseVariable_me
|
|
|
10559
10559
|
hidden: boolean;
|
|
10560
10560
|
private: boolean;
|
|
10561
10561
|
abstract: boolean;
|
|
10562
|
+
interactive: boolean;
|
|
10562
10563
|
static: boolean;
|
|
10563
10564
|
required: boolean;
|
|
10564
10565
|
constant: boolean;
|
|
@@ -10571,6 +10572,7 @@ export declare interface IPropertyGenerationTarget extends IProperty_base, IBase
|
|
|
10571
10572
|
static?: boolean;
|
|
10572
10573
|
required?: boolean;
|
|
10573
10574
|
implements?: EntityId;
|
|
10575
|
+
interactive?: boolean;
|
|
10574
10576
|
extends?: EntityId;
|
|
10575
10577
|
parent: EntityId;
|
|
10576
10578
|
}
|
|
@@ -10581,7 +10583,6 @@ export declare interface IPropertyReference extends IGenericReference {
|
|
|
10581
10583
|
|
|
10582
10584
|
export declare interface IPropertyShallowTransfer extends IProperty_meta, IBaseVariableShallowTransfer {
|
|
10583
10585
|
type: EntityType.Property;
|
|
10584
|
-
constant: boolean;
|
|
10585
10586
|
implements: IPropertyReference | null;
|
|
10586
10587
|
extends: IPropertyReference | null;
|
|
10587
10588
|
parent: IDefinitionEntityReference | IBuiltInBaseEntityReference | IPrimitiveEntityReference;
|
|
@@ -10589,7 +10590,6 @@ export declare interface IPropertyShallowTransfer extends IProperty_meta, IBaseV
|
|
|
10589
10590
|
|
|
10590
10591
|
export declare interface IPropertyTransfer extends IProperty_meta, IBaseVariableTransfer {
|
|
10591
10592
|
type: EntityType.Property;
|
|
10592
|
-
constant: boolean;
|
|
10593
10593
|
implements: IProperty | IPropertyTransfer | null;
|
|
10594
10594
|
extends: IProperty | IPropertyTransfer | null;
|
|
10595
10595
|
defaultValue: ILiteralValue | ILiteralValueTransfer | null;
|
|
@@ -12898,6 +12898,7 @@ export declare class PropertyState extends VersionedState implements IProperty,
|
|
|
12898
12898
|
static: boolean;
|
|
12899
12899
|
required: boolean;
|
|
12900
12900
|
constant: boolean;
|
|
12901
|
+
interactive: boolean;
|
|
12901
12902
|
readonly type: EntityType.Property;
|
|
12902
12903
|
hidden: boolean;
|
|
12903
12904
|
defaultValue: LiteralValueState | null;
|
package/dist/index.js
CHANGED
|
@@ -1055,6 +1055,7 @@ const me = {
|
|
|
1055
1055
|
version: "1",
|
|
1056
1056
|
entityType: f.PrimitiveEntity
|
|
1057
1057
|
}, W5e = {
|
|
1058
|
+
interactive: !1,
|
|
1058
1059
|
extends: null,
|
|
1059
1060
|
constant: !1,
|
|
1060
1061
|
hidden: !1,
|
|
@@ -7200,6 +7201,7 @@ const t7e = {
|
|
|
7200
7201
|
entityType: f.BuiltInBaseEntity,
|
|
7201
7202
|
entityId: $e.HTTP_ENDPOINT
|
|
7202
7203
|
}, xqe = {
|
|
7204
|
+
interactive: !1,
|
|
7203
7205
|
extends: null,
|
|
7204
7206
|
constant: !0,
|
|
7205
7207
|
hidden: !0,
|
|
@@ -7278,6 +7280,7 @@ const t7e = {
|
|
|
7278
7280
|
entityType: f.BuiltInBaseEntity,
|
|
7279
7281
|
entityId: $e.HTTP_ENDPOINT
|
|
7280
7282
|
}, yO = {
|
|
7283
|
+
interactive: !1,
|
|
7281
7284
|
extends: null,
|
|
7282
7285
|
constant: !0,
|
|
7283
7286
|
id: Fa.path.id,
|
|
@@ -7367,6 +7370,7 @@ const t7e = {
|
|
|
7367
7370
|
entityType: f.BuiltInBaseEntity,
|
|
7368
7371
|
entityId: $e.HTTP_ENDPOINT
|
|
7369
7372
|
}, mO = {
|
|
7373
|
+
interactive: !1,
|
|
7370
7374
|
extends: null,
|
|
7371
7375
|
constant: !0,
|
|
7372
7376
|
hidden: !1,
|
|
@@ -7958,6 +7962,7 @@ const t7e = {
|
|
|
7958
7962
|
version: "1",
|
|
7959
7963
|
entityType: f.BuiltInBaseEntity
|
|
7960
7964
|
}, QT = {
|
|
7965
|
+
interactive: !1,
|
|
7961
7966
|
extends: null,
|
|
7962
7967
|
constant: !0,
|
|
7963
7968
|
id: ii.properties.identifier.id,
|
|
@@ -8034,6 +8039,7 @@ const t7e = {
|
|
|
8034
8039
|
asType: !1,
|
|
8035
8040
|
parent: IZe
|
|
8036
8041
|
}, eb = {
|
|
8042
|
+
interactive: !1,
|
|
8037
8043
|
extends: null,
|
|
8038
8044
|
constant: !0,
|
|
8039
8045
|
hidden: !1,
|
|
@@ -8118,6 +8124,7 @@ const t7e = {
|
|
|
8118
8124
|
version: "1",
|
|
8119
8125
|
entityType: f.Property
|
|
8120
8126
|
}, tb = {
|
|
8127
|
+
interactive: !1,
|
|
8121
8128
|
extends: null,
|
|
8122
8129
|
constant: !0,
|
|
8123
8130
|
hidden: !1,
|
|
@@ -8190,6 +8197,7 @@ const t7e = {
|
|
|
8190
8197
|
asType: !1,
|
|
8191
8198
|
parent: CZe
|
|
8192
8199
|
}, rb = {
|
|
8200
|
+
interactive: !1,
|
|
8193
8201
|
extends: null,
|
|
8194
8202
|
constant: !0,
|
|
8195
8203
|
hidden: !0,
|
|
@@ -8262,6 +8270,7 @@ const t7e = {
|
|
|
8262
8270
|
asType: !1,
|
|
8263
8271
|
parent: PZe
|
|
8264
8272
|
}, _O = {
|
|
8273
|
+
interactive: !1,
|
|
8265
8274
|
extends: null,
|
|
8266
8275
|
constant: !0,
|
|
8267
8276
|
hidden: !0,
|
|
@@ -8340,6 +8349,7 @@ const t7e = {
|
|
|
8340
8349
|
version: "1",
|
|
8341
8350
|
entityType: f.BuiltInBaseEntity
|
|
8342
8351
|
}, gO = {
|
|
8352
|
+
interactive: !1,
|
|
8343
8353
|
extends: null,
|
|
8344
8354
|
constant: !0,
|
|
8345
8355
|
hidden: !0,
|
|
@@ -8469,6 +8479,7 @@ const t7e = {
|
|
|
8469
8479
|
version: "1",
|
|
8470
8480
|
entityType: f.BuiltInBaseEntity
|
|
8471
8481
|
}, Ap = {
|
|
8482
|
+
interactive: !1,
|
|
8472
8483
|
extends: null,
|
|
8473
8484
|
constant: !0,
|
|
8474
8485
|
hidden: !0,
|
|
@@ -8483,7 +8494,7 @@ const t7e = {
|
|
|
8483
8494
|
deleted: !1,
|
|
8484
8495
|
type: f.Property,
|
|
8485
8496
|
defaultValue: null,
|
|
8486
|
-
private: !
|
|
8497
|
+
private: !0,
|
|
8487
8498
|
abstract: !0,
|
|
8488
8499
|
implements: null,
|
|
8489
8500
|
static: !0,
|
|
@@ -8614,6 +8625,7 @@ const t7e = {
|
|
|
8614
8625
|
version: "1",
|
|
8615
8626
|
entityType: f.BuiltInBaseEntity
|
|
8616
8627
|
}, Ip = {
|
|
8628
|
+
interactive: !0,
|
|
8617
8629
|
extends: null,
|
|
8618
8630
|
constant: !1,
|
|
8619
8631
|
hidden: !1,
|
|
@@ -8749,6 +8761,7 @@ const t7e = {
|
|
|
8749
8761
|
version: "1",
|
|
8750
8762
|
entityType: f.BuiltInBaseEntity
|
|
8751
8763
|
}, rSe = {
|
|
8764
|
+
interactive: !1,
|
|
8752
8765
|
extends: null,
|
|
8753
8766
|
constant: !1,
|
|
8754
8767
|
hidden: !1,
|
|
@@ -12345,6 +12358,7 @@ const at = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", JO = "global-user-variable-id
|
|
|
12345
12358
|
version: "1",
|
|
12346
12359
|
entityType: f.DefinitionEntity
|
|
12347
12360
|
}, XJe = {
|
|
12361
|
+
interactive: !1,
|
|
12348
12362
|
extends: null,
|
|
12349
12363
|
constant: !1,
|
|
12350
12364
|
hidden: !1,
|
|
@@ -12417,6 +12431,7 @@ const QJe = {
|
|
|
12417
12431
|
asType: !1,
|
|
12418
12432
|
parent: QJe
|
|
12419
12433
|
}, tWe = {
|
|
12434
|
+
interactive: !1,
|
|
12420
12435
|
extends: null,
|
|
12421
12436
|
constant: !1,
|
|
12422
12437
|
hidden: !1,
|
|
@@ -12470,6 +12485,7 @@ const rWe = {
|
|
|
12470
12485
|
asType: !1,
|
|
12471
12486
|
parent: rWe
|
|
12472
12487
|
}, sWe = {
|
|
12488
|
+
interactive: !1,
|
|
12473
12489
|
extends: null,
|
|
12474
12490
|
constant: !1,
|
|
12475
12491
|
hidden: !1,
|
|
@@ -12527,6 +12543,7 @@ const rWe = {
|
|
|
12527
12543
|
asType: !1,
|
|
12528
12544
|
parent: aWe
|
|
12529
12545
|
}, lWe = {
|
|
12546
|
+
interactive: !1,
|
|
12530
12547
|
extends: null,
|
|
12531
12548
|
constant: !1,
|
|
12532
12549
|
hidden: !1,
|
|
@@ -12639,6 +12656,7 @@ const rWe = {
|
|
|
12639
12656
|
version: "1",
|
|
12640
12657
|
entityType: f.DefinitionEntity
|
|
12641
12658
|
}, hWe = {
|
|
12659
|
+
interactive: !1,
|
|
12642
12660
|
extends: null,
|
|
12643
12661
|
constant: !1,
|
|
12644
12662
|
hidden: !1,
|
|
@@ -12732,6 +12750,7 @@ const rWe = {
|
|
|
12732
12750
|
autogeneration: null,
|
|
12733
12751
|
parent: EWe
|
|
12734
12752
|
}, bWe = {
|
|
12753
|
+
interactive: !0,
|
|
12735
12754
|
extends: null,
|
|
12736
12755
|
constant: !1,
|
|
12737
12756
|
hidden: !1,
|
|
@@ -12862,6 +12881,7 @@ const DWe = {
|
|
|
12862
12881
|
version: "1",
|
|
12863
12882
|
entityType: f.DefinitionEntity
|
|
12864
12883
|
}, OWe = {
|
|
12884
|
+
interactive: !0,
|
|
12865
12885
|
extends: null,
|
|
12866
12886
|
constant: !1,
|
|
12867
12887
|
hidden: !0,
|
|
@@ -12921,6 +12941,7 @@ const PWe = {
|
|
|
12921
12941
|
version: "1",
|
|
12922
12942
|
entityType: f.DefinitionEntity
|
|
12923
12943
|
}, MWe = {
|
|
12944
|
+
interactive: !0,
|
|
12924
12945
|
extends: null,
|
|
12925
12946
|
constant: !1,
|
|
12926
12947
|
hidden: !0,
|
|
@@ -12980,6 +13001,7 @@ const LWe = {
|
|
|
12980
13001
|
version: "1",
|
|
12981
13002
|
entityType: f.DefinitionEntity
|
|
12982
13003
|
}, UWe = {
|
|
13004
|
+
interactive: !0,
|
|
12983
13005
|
extends: null,
|
|
12984
13006
|
constant: !1,
|
|
12985
13007
|
hidden: !0,
|
|
@@ -13075,6 +13097,7 @@ const LWe = {
|
|
|
13075
13097
|
version: "1",
|
|
13076
13098
|
entityType: f.DefinitionEntity
|
|
13077
13099
|
}, kWe = {
|
|
13100
|
+
interactive: !1,
|
|
13078
13101
|
extends: null,
|
|
13079
13102
|
constant: !1,
|
|
13080
13103
|
id: "default-relational-database-entity-identifier-property-id",
|
|
@@ -13153,6 +13176,7 @@ const qWe = {
|
|
|
13153
13176
|
asType: !1,
|
|
13154
13177
|
parent: qWe
|
|
13155
13178
|
}, JWe = {
|
|
13179
|
+
interactive: !1,
|
|
13156
13180
|
extends: null,
|
|
13157
13181
|
constant: !1,
|
|
13158
13182
|
hidden: !1,
|
|
@@ -13227,6 +13251,7 @@ const WWe = {
|
|
|
13227
13251
|
asType: !1,
|
|
13228
13252
|
parent: WWe
|
|
13229
13253
|
}, zWe = {
|
|
13254
|
+
interactive: !1,
|
|
13230
13255
|
extends: null,
|
|
13231
13256
|
constant: !1,
|
|
13232
13257
|
hidden: !1,
|
|
@@ -13299,6 +13324,7 @@ const WWe = {
|
|
|
13299
13324
|
asType: !1,
|
|
13300
13325
|
parent: QWe
|
|
13301
13326
|
}, tHe = {
|
|
13327
|
+
interactive: !1,
|
|
13302
13328
|
extends: null,
|
|
13303
13329
|
constant: !1,
|
|
13304
13330
|
hidden: !1,
|
|
@@ -13371,6 +13397,7 @@ const WWe = {
|
|
|
13371
13397
|
asType: !1,
|
|
13372
13398
|
parent: iHe
|
|
13373
13399
|
}, nHe = {
|
|
13400
|
+
interactive: !1,
|
|
13374
13401
|
extends: null,
|
|
13375
13402
|
constant: !0,
|
|
13376
13403
|
id: "default-relational-database-entity-default-property-id",
|
|
@@ -13443,6 +13470,7 @@ const WWe = {
|
|
|
13443
13470
|
asType: !1,
|
|
13444
13471
|
parent: oHe
|
|
13445
13472
|
}, dHe = {
|
|
13473
|
+
interactive: !1,
|
|
13446
13474
|
extends: null,
|
|
13447
13475
|
constant: !1,
|
|
13448
13476
|
id: "default-relational-database-entity-autoscaling-property-id",
|
|
@@ -13555,6 +13583,7 @@ const WWe = {
|
|
|
13555
13583
|
version: "1",
|
|
13556
13584
|
entityType: f.DefinitionEntity
|
|
13557
13585
|
}, yHe = {
|
|
13586
|
+
interactive: !1,
|
|
13558
13587
|
extends: null,
|
|
13559
13588
|
constant: !1,
|
|
13560
13589
|
hidden: !1,
|
|
@@ -13639,6 +13668,7 @@ const WWe = {
|
|
|
13639
13668
|
version: "1",
|
|
13640
13669
|
entityType: f.DefinitionEntity
|
|
13641
13670
|
}, AHe = {
|
|
13671
|
+
interactive: !0,
|
|
13642
13672
|
extends: null,
|
|
13643
13673
|
constant: !1,
|
|
13644
13674
|
hidden: !1,
|
|
@@ -13736,6 +13766,7 @@ const WWe = {
|
|
|
13736
13766
|
entityType: f.DefinitionEntity,
|
|
13737
13767
|
entityId: "c9bc312a-10d3-48a7-9ab4-ea483a9e2416"
|
|
13738
13768
|
}, _He = {
|
|
13769
|
+
interactive: !0,
|
|
13739
13770
|
extends: null,
|
|
13740
13771
|
constant: !1,
|
|
13741
13772
|
hidden: !1,
|
|
@@ -13793,6 +13824,7 @@ const WWe = {
|
|
|
13793
13824
|
entityType: f.DefinitionEntity,
|
|
13794
13825
|
entityId: "c9bc312a-10d3-48a7-9ab4-ea483a9e2416"
|
|
13795
13826
|
}, $He = {
|
|
13827
|
+
interactive: !0,
|
|
13796
13828
|
extends: null,
|
|
13797
13829
|
constant: !1,
|
|
13798
13830
|
hidden: !1,
|
|
@@ -14341,6 +14373,7 @@ const WWe = {
|
|
|
14341
14373
|
entityType: f.DefinitionEntity,
|
|
14342
14374
|
entityId: "506946aa-30da-48e6-918f-ffd9eac58813"
|
|
14343
14375
|
}, hYe = {
|
|
14376
|
+
interactive: !0,
|
|
14344
14377
|
extends: null,
|
|
14345
14378
|
constant: !1,
|
|
14346
14379
|
hidden: !1,
|
|
@@ -14398,6 +14431,7 @@ const WWe = {
|
|
|
14398
14431
|
entityType: f.DefinitionEntity,
|
|
14399
14432
|
entityId: "506946aa-30da-48e6-918f-ffd9eac58813"
|
|
14400
14433
|
}, EYe = {
|
|
14434
|
+
interactive: !0,
|
|
14401
14435
|
extends: null,
|
|
14402
14436
|
constant: !1,
|
|
14403
14437
|
hidden: !1,
|
|
@@ -14482,6 +14516,7 @@ const WWe = {
|
|
|
14482
14516
|
entityType: f.DefinitionEntity,
|
|
14483
14517
|
entityId: Bd
|
|
14484
14518
|
}, wYe = {
|
|
14519
|
+
interactive: !0,
|
|
14485
14520
|
extends: null,
|
|
14486
14521
|
constant: !1,
|
|
14487
14522
|
hidden: !1,
|
|
@@ -14539,6 +14574,7 @@ const WWe = {
|
|
|
14539
14574
|
entityType: f.DefinitionEntity,
|
|
14540
14575
|
entityId: Bd
|
|
14541
14576
|
}, DYe = {
|
|
14577
|
+
interactive: !0,
|
|
14542
14578
|
extends: null,
|
|
14543
14579
|
constant: !1,
|
|
14544
14580
|
hidden: !1,
|
|
@@ -14596,6 +14632,7 @@ const WWe = {
|
|
|
14596
14632
|
entityType: f.DefinitionEntity,
|
|
14597
14633
|
entityId: Bd
|
|
14598
14634
|
}, PYe = {
|
|
14635
|
+
interactive: !0,
|
|
14599
14636
|
extends: null,
|
|
14600
14637
|
constant: !1,
|
|
14601
14638
|
hidden: !1,
|
|
@@ -14653,6 +14690,7 @@ const WWe = {
|
|
|
14653
14690
|
entityType: f.DefinitionEntity,
|
|
14654
14691
|
entityId: Bd
|
|
14655
14692
|
}, LYe = {
|
|
14693
|
+
interactive: !0,
|
|
14656
14694
|
extends: null,
|
|
14657
14695
|
constant: !1,
|
|
14658
14696
|
hidden: !1,
|
|
@@ -14710,6 +14748,7 @@ const WWe = {
|
|
|
14710
14748
|
entityType: f.DefinitionEntity,
|
|
14711
14749
|
entityId: Bd
|
|
14712
14750
|
}, jYe = {
|
|
14751
|
+
interactive: !0,
|
|
14713
14752
|
extends: null,
|
|
14714
14753
|
constant: !1,
|
|
14715
14754
|
hidden: !1,
|
|
@@ -14800,6 +14839,7 @@ const WWe = {
|
|
|
14800
14839
|
entityType: f.DefinitionEntity,
|
|
14801
14840
|
entityId: Ny
|
|
14802
14841
|
}, qYe = {
|
|
14842
|
+
interactive: !0,
|
|
14803
14843
|
extends: null,
|
|
14804
14844
|
constant: !1,
|
|
14805
14845
|
hidden: !1,
|
|
@@ -14857,6 +14897,7 @@ const WWe = {
|
|
|
14857
14897
|
entityType: f.DefinitionEntity,
|
|
14858
14898
|
entityId: Ny
|
|
14859
14899
|
}, WYe = {
|
|
14900
|
+
interactive: !0,
|
|
14860
14901
|
extends: null,
|
|
14861
14902
|
constant: !1,
|
|
14862
14903
|
hidden: !1,
|
|
@@ -14914,6 +14955,7 @@ const WWe = {
|
|
|
14914
14955
|
entityType: f.DefinitionEntity,
|
|
14915
14956
|
entityId: Ny
|
|
14916
14957
|
}, XYe = {
|
|
14958
|
+
interactive: !0,
|
|
14917
14959
|
extends: null,
|
|
14918
14960
|
constant: !1,
|
|
14919
14961
|
hidden: !1,
|
|
@@ -14998,6 +15040,7 @@ const WWe = {
|
|
|
14998
15040
|
entityType: f.DefinitionEntity,
|
|
14999
15041
|
entityId: gp
|
|
15000
15042
|
}, ize = {
|
|
15043
|
+
interactive: !0,
|
|
15001
15044
|
extends: null,
|
|
15002
15045
|
constant: !1,
|
|
15003
15046
|
hidden: !1,
|
|
@@ -15055,6 +15098,7 @@ const WWe = {
|
|
|
15055
15098
|
entityType: f.DefinitionEntity,
|
|
15056
15099
|
entityId: gp
|
|
15057
15100
|
}, oze = {
|
|
15101
|
+
interactive: !0,
|
|
15058
15102
|
extends: null,
|
|
15059
15103
|
constant: !1,
|
|
15060
15104
|
hidden: !1,
|
|
@@ -15112,6 +15156,7 @@ const WWe = {
|
|
|
15112
15156
|
entityType: f.DefinitionEntity,
|
|
15113
15157
|
entityId: gp
|
|
15114
15158
|
}, cze = {
|
|
15159
|
+
interactive: !0,
|
|
15115
15160
|
extends: null,
|
|
15116
15161
|
constant: !1,
|
|
15117
15162
|
hidden: !1,
|
|
@@ -15169,6 +15214,7 @@ const WWe = {
|
|
|
15169
15214
|
entityType: f.DefinitionEntity,
|
|
15170
15215
|
entityId: gp
|
|
15171
15216
|
}, yze = {
|
|
15217
|
+
interactive: !0,
|
|
15172
15218
|
extends: null,
|
|
15173
15219
|
constant: !1,
|
|
15174
15220
|
hidden: !1,
|
|
@@ -16633,6 +16679,7 @@ const WWe = {
|
|
|
16633
16679
|
entityType: f.DefinitionEntity,
|
|
16634
16680
|
entityId: "employee-entity-id"
|
|
16635
16681
|
}, vQe = {
|
|
16682
|
+
interactive: !0,
|
|
16636
16683
|
extends: null,
|
|
16637
16684
|
constant: !1,
|
|
16638
16685
|
required: !0,
|
|
@@ -16690,6 +16737,7 @@ const WWe = {
|
|
|
16690
16737
|
entityType: f.DefinitionEntity,
|
|
16691
16738
|
entityId: "employee-entity-id"
|
|
16692
16739
|
}, AQe = {
|
|
16740
|
+
interactive: !0,
|
|
16693
16741
|
extends: null,
|
|
16694
16742
|
constant: !1,
|
|
16695
16743
|
hidden: !1,
|
|
@@ -16756,6 +16804,7 @@ const WWe = {
|
|
|
16756
16804
|
entityType: f.DefinitionEntity,
|
|
16757
16805
|
entityId: "employee-entity-id"
|
|
16758
16806
|
}, _Qe = {
|
|
16807
|
+
interactive: !0,
|
|
16759
16808
|
extends: null,
|
|
16760
16809
|
constant: !1,
|
|
16761
16810
|
hidden: !1,
|
|
@@ -16844,6 +16893,7 @@ const WWe = {
|
|
|
16844
16893
|
entityType: f.DefinitionEntity,
|
|
16845
16894
|
entityId: "ed3a6098-12ee-4632-a6dd-c2e6c542f66d"
|
|
16846
16895
|
}, OQe = {
|
|
16896
|
+
interactive: !0,
|
|
16847
16897
|
extends: null,
|
|
16848
16898
|
constant: !1,
|
|
16849
16899
|
hidden: !1,
|
|
@@ -16901,6 +16951,7 @@ const WWe = {
|
|
|
16901
16951
|
entityType: f.DefinitionEntity,
|
|
16902
16952
|
entityId: "ed3a6098-12ee-4632-a6dd-c2e6c542f66d"
|
|
16903
16953
|
}, Tb = {
|
|
16954
|
+
interactive: !0,
|
|
16904
16955
|
extends: null,
|
|
16905
16956
|
constant: !1,
|
|
16906
16957
|
hidden: !1,
|
|
@@ -16958,6 +17009,7 @@ const WWe = {
|
|
|
16958
17009
|
entityType: f.DefinitionEntity,
|
|
16959
17010
|
entityId: "ed3a6098-12ee-4632-a6dd-c2e6c542f66d"
|
|
16960
17011
|
}, xQe = {
|
|
17012
|
+
interactive: !0,
|
|
16961
17013
|
extends: null,
|
|
16962
17014
|
constant: !1,
|
|
16963
17015
|
hidden: !1,
|
|
@@ -17015,6 +17067,7 @@ const WWe = {
|
|
|
17015
17067
|
entityType: f.DefinitionEntity,
|
|
17016
17068
|
entityId: "ed3a6098-12ee-4632-a6dd-c2e6c542f66d"
|
|
17017
17069
|
}, FQe = {
|
|
17070
|
+
interactive: !0,
|
|
17018
17071
|
extends: null,
|
|
17019
17072
|
constant: !1,
|
|
17020
17073
|
hidden: !1,
|
|
@@ -17078,6 +17131,7 @@ const WWe = {
|
|
|
17078
17131
|
version: "1",
|
|
17079
17132
|
entityType: f.DefinitionEntity
|
|
17080
17133
|
}, SQe = {
|
|
17134
|
+
interactive: !0,
|
|
17081
17135
|
extends: null,
|
|
17082
17136
|
constant: !1,
|
|
17083
17137
|
hidden: !1,
|
|
@@ -17216,6 +17270,7 @@ const HQe = {
|
|
|
17216
17270
|
version: "1",
|
|
17217
17271
|
entityType: f.DefinitionEntity
|
|
17218
17272
|
}, XQe = {
|
|
17273
|
+
interactive: !0,
|
|
17219
17274
|
extends: null,
|
|
17220
17275
|
constant: !1,
|
|
17221
17276
|
hidden: !1,
|
|
@@ -17897,6 +17952,7 @@ const ket = {
|
|
|
17897
17952
|
entityType: f.DefinitionEntity,
|
|
17898
17953
|
entityId: Ly
|
|
17899
17954
|
}, Yet = {
|
|
17955
|
+
interactive: !0,
|
|
17900
17956
|
extends: null,
|
|
17901
17957
|
constant: !1,
|
|
17902
17958
|
id: "getCompanyByIdEndpointPathProperty",
|
|
@@ -17986,6 +18042,7 @@ const ket = {
|
|
|
17986
18042
|
entityType: f.DefinitionEntity,
|
|
17987
18043
|
entityId: Ly
|
|
17988
18044
|
}, ttt = {
|
|
18045
|
+
interactive: !0,
|
|
17989
18046
|
extends: null,
|
|
17990
18047
|
constant: !1,
|
|
17991
18048
|
hidden: !1,
|
|
@@ -18094,6 +18151,7 @@ const ket = {
|
|
|
18094
18151
|
version: "1",
|
|
18095
18152
|
entityType: f.DefinitionEntity
|
|
18096
18153
|
}, ltt = {
|
|
18154
|
+
interactive: !1,
|
|
18097
18155
|
extends: null,
|
|
18098
18156
|
constant: !1,
|
|
18099
18157
|
hidden: !1,
|
|
@@ -18166,6 +18224,7 @@ const ket = {
|
|
|
18166
18224
|
entityType: f.DefinitionEntity,
|
|
18167
18225
|
entityId: "plant-entity-id"
|
|
18168
18226
|
}, ptt = {
|
|
18227
|
+
interactive: !0,
|
|
18169
18228
|
extends: null,
|
|
18170
18229
|
constant: !1,
|
|
18171
18230
|
hidden: !1,
|
|
@@ -18256,6 +18315,7 @@ const ket = {
|
|
|
18256
18315
|
version: "1",
|
|
18257
18316
|
entityType: f.DefinitionEntity
|
|
18258
18317
|
}, Ttt = {
|
|
18318
|
+
interactive: !1,
|
|
18259
18319
|
extends: null,
|
|
18260
18320
|
constant: !1,
|
|
18261
18321
|
hidden: !1,
|
|
@@ -18328,6 +18388,7 @@ const ket = {
|
|
|
18328
18388
|
entityType: f.DefinitionEntity,
|
|
18329
18389
|
entityId: "a2d0ec83-72ce-4f54-b059-a39e018fa86c"
|
|
18330
18390
|
}, wtt = {
|
|
18391
|
+
interactive: !0,
|
|
18331
18392
|
extends: null,
|
|
18332
18393
|
constant: !1,
|
|
18333
18394
|
hidden: !1,
|
|
@@ -18397,6 +18458,7 @@ const ket = {
|
|
|
18397
18458
|
version: "1",
|
|
18398
18459
|
entityType: f.DefinitionEntity
|
|
18399
18460
|
}, $tt = {
|
|
18461
|
+
interactive: !0,
|
|
18400
18462
|
extends: null,
|
|
18401
18463
|
constant: !1,
|
|
18402
18464
|
hidden: !1,
|
|
@@ -33863,6 +33925,7 @@ const ft = class ft extends mr {
|
|
|
33863
33925
|
D(this, "static");
|
|
33864
33926
|
D(this, "required");
|
|
33865
33927
|
D(this, "constant", !1);
|
|
33928
|
+
D(this, "interactive", !1);
|
|
33866
33929
|
D(this, "type", f.Property);
|
|
33867
33930
|
D(this, "hidden", !1);
|
|
33868
33931
|
// Nested entities
|
|
@@ -33883,7 +33946,7 @@ const ft = class ft extends mr {
|
|
|
33883
33946
|
D(this, "startedInitialization", !1);
|
|
33884
33947
|
D(this, "suggestion", !1);
|
|
33885
33948
|
D(this, "_codeNativeValueValidation", null);
|
|
33886
|
-
this.initialData = i, this.project = a, this.id = i.id, this.name = i.name, this.description = i.description, this.private = i.private, this.abstract = i.abstract, this.index = i.index, this.static = i.static, this.required = i.required || !1, this.codeName = i.codeName, this.hidden = i.hidden || !1, this.constant = i.constant || !1, this.onProjectInitialized = this.onProjectInitialized.bind(this);
|
|
33949
|
+
this.initialData = i, this.project = a, this.id = i.id, this.name = i.name, this.description = i.description, this.private = i.private, this.abstract = i.abstract, this.index = i.index, this.static = i.static, this.required = i.required || !1, this.codeName = i.codeName, this.hidden = i.hidden || !1, this.constant = i.constant || !1, this.interactive = i.interactive || !1, this.onProjectInitialized = this.onProjectInitialized.bind(this);
|
|
33887
33950
|
}
|
|
33888
33951
|
// Creates a new empty entity transfer object
|
|
33889
33952
|
static new(i = null) {
|
|
@@ -33905,6 +33968,7 @@ const ft = class ft extends mr {
|
|
|
33905
33968
|
abstract: !1,
|
|
33906
33969
|
static: !1,
|
|
33907
33970
|
constant: !1,
|
|
33971
|
+
interactive: !0,
|
|
33908
33972
|
hidden: !1,
|
|
33909
33973
|
index: 0,
|
|
33910
33974
|
required: !1,
|
|
@@ -33954,6 +34018,7 @@ const ft = class ft extends mr {
|
|
|
33954
34018
|
static: i.static || !1,
|
|
33955
34019
|
required: i.required || !1,
|
|
33956
34020
|
constant: i.constant || !1,
|
|
34021
|
+
interactive: i.interactive || !1,
|
|
33957
34022
|
hidden: !1,
|
|
33958
34023
|
codeName: i.codeName || null,
|
|
33959
34024
|
description: i.description || null,
|
|
@@ -34512,7 +34577,7 @@ ${bT}`,
|
|
|
34512
34577
|
)
|
|
34513
34578
|
)) {
|
|
34514
34579
|
const l = Ir(this, i), p = this.toMeta();
|
|
34515
|
-
return this.name = i.name !== void 0 ? i.name : p.name, this.codeName = i.codeName !== void 0 ? i.codeName : p.codeName, this.description = i.description !== void 0 ? i.description : p.description, this.abstract = i.abstract !== void 0 ? i.abstract : p.abstract, this.private = i.private !== void 0 ? i.private : p.private, this.index = i.index || (i.index !== 0 ? p.index : 0), this.static = i.static !== void 0 ? i.static : p.static, this.hidden = i.hidden !== void 0 ? i.hidden : p.hidden, this.constant = i.constant !== void 0 ? i.constant : p.constant, this.required = i.required !== void 0 ? i.required : p.required, super.metaSync(i), i.deleted === !0 && !p.deleted ? a == null || a.add(this, F.Removed) : i.deleted === !1 && p.deleted ? a == null || a.add(this, F.Added) : l && (a == null || a.add(this, F.Updated)), a == null || a.attemptAutoclose("meta-sync", this.id), this;
|
|
34580
|
+
return this.name = i.name !== void 0 ? i.name : p.name, this.codeName = i.codeName !== void 0 ? i.codeName : p.codeName, this.description = i.description !== void 0 ? i.description : p.description, this.abstract = i.abstract !== void 0 ? i.abstract : p.abstract, this.private = i.private !== void 0 ? i.private : p.private, this.index = i.index || (i.index !== 0 ? p.index : 0), this.static = i.static !== void 0 ? i.static : p.static, this.hidden = i.hidden !== void 0 ? i.hidden : p.hidden, this.constant = i.constant !== void 0 ? i.constant : p.constant, this.interactive = i.interactive !== void 0 ? i.interactive : p.interactive, this.required = i.required !== void 0 ? i.required : p.required, super.metaSync(i), i.deleted === !0 && !p.deleted ? a == null || a.add(this, F.Removed) : i.deleted === !1 && p.deleted ? a == null || a.add(this, F.Added) : l && (a == null || a.add(this, F.Updated)), a == null || a.attemptAutoclose("meta-sync", this.id), this;
|
|
34516
34581
|
}
|
|
34517
34582
|
async APILoad(i = he, ...a) {
|
|
34518
34583
|
return await ft.repository.APILoad(this.id, ...a), this;
|
|
@@ -34720,6 +34785,7 @@ ${bT}`,
|
|
|
34720
34785
|
abstract: this.abstract,
|
|
34721
34786
|
required: this.required,
|
|
34722
34787
|
constant: this.constant,
|
|
34788
|
+
interactive: this.interactive,
|
|
34723
34789
|
static: this.static,
|
|
34724
34790
|
type: this.type,
|
|
34725
34791
|
name: this.name
|
|
@@ -34743,6 +34809,7 @@ ${bT}`,
|
|
|
34743
34809
|
required: this.required,
|
|
34744
34810
|
static: this.static,
|
|
34745
34811
|
constant: this.constant,
|
|
34812
|
+
interactive: this.interactive,
|
|
34746
34813
|
abstract: this.abstract,
|
|
34747
34814
|
hidden: this.hidden,
|
|
34748
34815
|
defaultValue: ((a = this.defaultValue) == null ? void 0 : a.toJSON(i)) || null,
|
|
@@ -34771,6 +34838,7 @@ ${bT}`,
|
|
|
34771
34838
|
required: this.required,
|
|
34772
34839
|
static: this.static,
|
|
34773
34840
|
constant: this.constant,
|
|
34841
|
+
interactive: this.interactive,
|
|
34774
34842
|
abstract: this.abstract,
|
|
34775
34843
|
hidden: this.hidden,
|
|
34776
34844
|
defaultValue: ((b = this.defaultValue) == null ? void 0 : b.toJSONClone({
|
|
@@ -34831,6 +34899,7 @@ ${bT}`,
|
|
|
34831
34899
|
abstract: this.abstract,
|
|
34832
34900
|
static: this.static,
|
|
34833
34901
|
constant: this.constant,
|
|
34902
|
+
interactive: this.interactive,
|
|
34834
34903
|
hidden: this.hidden,
|
|
34835
34904
|
defaultValue: ((p = this.defaultValue) == null ? void 0 : p.toReference(i)) || null,
|
|
34836
34905
|
dataType: ((t = this.dataType) == null ? void 0 : t.toReference(i)) || null,
|
|
@@ -34941,6 +35010,7 @@ ${bT}`,
|
|
|
34941
35010
|
index: this.index,
|
|
34942
35011
|
private: this.private,
|
|
34943
35012
|
constant: this.constant,
|
|
35013
|
+
interactive: this.interactive,
|
|
34944
35014
|
required: this.required,
|
|
34945
35015
|
abstract: this.abstract,
|
|
34946
35016
|
static: this.static,
|
|
@@ -35081,7 +35151,8 @@ D(ft, "repository", {
|
|
|
35081
35151
|
"abstract",
|
|
35082
35152
|
"static",
|
|
35083
35153
|
"required",
|
|
35084
|
-
"constant"
|
|
35154
|
+
"constant",
|
|
35155
|
+
"interactive"
|
|
35085
35156
|
]), D(ft, "INMUTABLE_BASE_PROPERTIES", [
|
|
35086
35157
|
"id",
|
|
35087
35158
|
"type",
|
|
@@ -90779,6 +90850,7 @@ function rT(d, u, i, a, l) {
|
|
|
90779
90850
|
abstract: !1,
|
|
90780
90851
|
defaultValue: null,
|
|
90781
90852
|
constant: !1,
|
|
90853
|
+
interactive: !0,
|
|
90782
90854
|
dataType: null,
|
|
90783
90855
|
implements: null,
|
|
90784
90856
|
extends: null,
|
|
@@ -95826,6 +95898,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
95826
95898
|
hidden: !1,
|
|
95827
95899
|
required: !1,
|
|
95828
95900
|
constant: !0,
|
|
95901
|
+
interactive: !0,
|
|
95829
95902
|
index: A.index,
|
|
95830
95903
|
implements: null,
|
|
95831
95904
|
extends: null,
|