@bigbinary/neeto-rules-frontend 0.1.0 → 0.1.2
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.js +398 -389
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +398 -389
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5747,16 +5747,8 @@ var common$1 = {
|
|
|
5747
5747
|
actions: "Actions",
|
|
5748
5748
|
saveChange: "Save changes",
|
|
5749
5749
|
value: "Value",
|
|
5750
|
-
integer: "integer",
|
|
5751
|
-
number: "number",
|
|
5752
5750
|
email: "Email",
|
|
5753
|
-
field: "Field",
|
|
5754
|
-
verb: "Verb",
|
|
5755
|
-
tag: "tag",
|
|
5756
|
-
option: "option",
|
|
5757
5751
|
action: "Action",
|
|
5758
|
-
content: "Content",
|
|
5759
|
-
ruleName: "Rule name",
|
|
5760
5752
|
addItem: "Add Item",
|
|
5761
5753
|
emailId: "Email id",
|
|
5762
5754
|
emailIds: "Email ids",
|
|
@@ -5770,24 +5762,17 @@ var common$1 = {
|
|
|
5770
5762
|
or: "or",
|
|
5771
5763
|
search: "Search",
|
|
5772
5764
|
as: "as",
|
|
5773
|
-
on: "on",
|
|
5774
5765
|
"delete": "Delete"
|
|
5775
5766
|
};
|
|
5776
5767
|
var form = {
|
|
5777
5768
|
noEvents: "A rule without events will run hourly.",
|
|
5778
|
-
chooseEvent: "Choose event",
|
|
5779
5769
|
addEvent: "Add Event",
|
|
5780
|
-
preview: "Preview",
|
|
5781
5770
|
noCondition: "No tickets matching specified conditions",
|
|
5782
|
-
addLogicBlock: "Add Logic Block",
|
|
5783
|
-
eventPerformer: "Events Performer",
|
|
5784
5771
|
subjectText: "Will be generated from the ticket's subject.",
|
|
5785
5772
|
note: "Note",
|
|
5786
|
-
message: "Message",
|
|
5787
5773
|
thisHappens: "this happens",
|
|
5788
5774
|
addValue: "add value",
|
|
5789
5775
|
doThis: "do this",
|
|
5790
|
-
addEmails: "add emails",
|
|
5791
5776
|
selectValues: "select values",
|
|
5792
5777
|
selectValue: "select value",
|
|
5793
5778
|
list: "List",
|
|
@@ -5797,7 +5782,6 @@ var form = {
|
|
|
5797
5782
|
selectDate: "Select date"
|
|
5798
5783
|
};
|
|
5799
5784
|
var labels = {
|
|
5800
|
-
manageTags: "Manage tags",
|
|
5801
5785
|
body: "Body",
|
|
5802
5786
|
selectValues: "Select values",
|
|
5803
5787
|
multipleValues: "Multiple values",
|
|
@@ -5879,17 +5863,13 @@ var labels = {
|
|
|
5879
5863
|
checked: "Checked",
|
|
5880
5864
|
unchecked: "Unchecked"
|
|
5881
5865
|
};
|
|
5882
|
-
var alerts$1 = {
|
|
5883
|
-
};
|
|
5884
5866
|
var placeholders$1 = {
|
|
5885
5867
|
"if": "If",
|
|
5886
|
-
"in": "In",
|
|
5887
5868
|
multiSelect: "Example: urgent, billing",
|
|
5888
5869
|
select: "Select",
|
|
5889
5870
|
emailField: "Type email and press enter",
|
|
5890
5871
|
selectTags: "Select Tags",
|
|
5891
5872
|
selectOption: "Select option",
|
|
5892
|
-
chooseAction: "Choose action",
|
|
5893
5873
|
value: "Value"
|
|
5894
5874
|
};
|
|
5895
5875
|
var buttons$1 = {
|
|
@@ -5910,7 +5890,6 @@ var validations$1 = {
|
|
|
5910
5890
|
name: "Name is required",
|
|
5911
5891
|
subject: "Subject is required",
|
|
5912
5892
|
content: "Content is required",
|
|
5913
|
-
number: "Number is required",
|
|
5914
5893
|
decimal: "Decimal is required",
|
|
5915
5894
|
url: "URL is required",
|
|
5916
5895
|
body: "Body is required"
|
|
@@ -5925,7 +5904,6 @@ var validations$1 = {
|
|
|
5925
5904
|
tag: "At least one tag is required"
|
|
5926
5905
|
},
|
|
5927
5906
|
atLeastOneValue: "At least one value is required",
|
|
5928
|
-
cantBeEmpty: "Can't be empty",
|
|
5929
5907
|
emailList: "Please make sure all emails are valid.",
|
|
5930
5908
|
positiveInteger: "Value must be a positive integer.",
|
|
5931
5909
|
positiveNumber: "Value must be a positive number.",
|
|
@@ -5933,18 +5911,7 @@ var validations$1 = {
|
|
|
5933
5911
|
slack: {
|
|
5934
5912
|
invalidChannel: "Could not connect to the channel, please select other options.",
|
|
5935
5913
|
errorInIntegration: "Could not connect to Slack! Please check the integration or remove this action otherwise the automation rule will not be able to function as intended."
|
|
5936
|
-
}
|
|
5937
|
-
number: "Value must be a number."
|
|
5938
|
-
};
|
|
5939
|
-
var navLinkLabels = {
|
|
5940
|
-
profile: "Profile",
|
|
5941
|
-
organizationSettings: "Organization Settings",
|
|
5942
|
-
logout: "Logout",
|
|
5943
|
-
tickets: "Tickets",
|
|
5944
|
-
settings: "Settings",
|
|
5945
|
-
reports: "Reports",
|
|
5946
|
-
members: "Members",
|
|
5947
|
-
customers: "Customers"
|
|
5914
|
+
}
|
|
5948
5915
|
};
|
|
5949
5916
|
var conditionVerbs = {
|
|
5950
5917
|
is: "Is",
|
|
@@ -6047,11 +6014,9 @@ var en = {
|
|
|
6047
6014
|
common: common$1,
|
|
6048
6015
|
form: form,
|
|
6049
6016
|
labels: labels,
|
|
6050
|
-
alerts: alerts$1,
|
|
6051
6017
|
placeholders: placeholders$1,
|
|
6052
6018
|
buttons: buttons$1,
|
|
6053
6019
|
validations: validations$1,
|
|
6054
|
-
navLinkLabels: navLinkLabels,
|
|
6055
6020
|
conditionVerbs: conditionVerbs,
|
|
6056
6021
|
operators: operators,
|
|
6057
6022
|
note: note,
|
|
@@ -51564,7 +51529,7 @@ cov_1lt42kj0z1().s[2]++;
|
|
|
51564
51529
|
|
|
51565
51530
|
function cov_1s0frck14v() {
|
|
51566
51531
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Actions/index.jsx";
|
|
51567
|
-
var hash = "
|
|
51532
|
+
var hash = "8229dd4b3662d8c8d683aa547099e9da87ecebbb";
|
|
51568
51533
|
var global = new Function("return this")();
|
|
51569
51534
|
var gcv = "__coverage__";
|
|
51570
51535
|
var coverageData = {
|
|
@@ -51576,7 +51541,7 @@ function cov_1s0frck14v() {
|
|
|
51576
51541
|
column: 16
|
|
51577
51542
|
},
|
|
51578
51543
|
end: {
|
|
51579
|
-
line:
|
|
51544
|
+
line: 115,
|
|
51580
51545
|
column: 1
|
|
51581
51546
|
}
|
|
51582
51547
|
},
|
|
@@ -51686,7 +51651,7 @@ function cov_1s0frck14v() {
|
|
|
51686
51651
|
column: 2
|
|
51687
51652
|
},
|
|
51688
51653
|
end: {
|
|
51689
|
-
line:
|
|
51654
|
+
line: 114,
|
|
51690
51655
|
column: 4
|
|
51691
51656
|
}
|
|
51692
51657
|
},
|
|
@@ -51696,7 +51661,7 @@ function cov_1s0frck14v() {
|
|
|
51696
51661
|
column: 10
|
|
51697
51662
|
},
|
|
51698
51663
|
end: {
|
|
51699
|
-
line:
|
|
51664
|
+
line: 110,
|
|
51700
51665
|
column: 13
|
|
51701
51666
|
}
|
|
51702
51667
|
},
|
|
@@ -51706,7 +51671,7 @@ function cov_1s0frck14v() {
|
|
|
51706
51671
|
column: 14
|
|
51707
51672
|
},
|
|
51708
51673
|
end: {
|
|
51709
|
-
line:
|
|
51674
|
+
line: 108,
|
|
51710
51675
|
column: 20
|
|
51711
51676
|
}
|
|
51712
51677
|
},
|
|
@@ -51722,31 +51687,31 @@ function cov_1s0frck14v() {
|
|
|
51722
51687
|
},
|
|
51723
51688
|
"15": {
|
|
51724
51689
|
start: {
|
|
51725
|
-
line:
|
|
51690
|
+
line: 89,
|
|
51726
51691
|
column: 37
|
|
51727
51692
|
},
|
|
51728
51693
|
end: {
|
|
51729
|
-
line:
|
|
51694
|
+
line: 89,
|
|
51730
51695
|
column: 75
|
|
51731
51696
|
}
|
|
51732
51697
|
},
|
|
51733
51698
|
"16": {
|
|
51734
51699
|
start: {
|
|
51735
|
-
line:
|
|
51700
|
+
line: 103,
|
|
51736
51701
|
column: 24
|
|
51737
51702
|
},
|
|
51738
51703
|
end: {
|
|
51739
|
-
line:
|
|
51704
|
+
line: 103,
|
|
51740
51705
|
column: 71
|
|
51741
51706
|
}
|
|
51742
51707
|
},
|
|
51743
51708
|
"17": {
|
|
51744
51709
|
start: {
|
|
51745
|
-
line:
|
|
51710
|
+
line: 117,
|
|
51746
51711
|
column: 0
|
|
51747
51712
|
},
|
|
51748
51713
|
end: {
|
|
51749
|
-
line:
|
|
51714
|
+
line: 124,
|
|
51750
51715
|
column: 2
|
|
51751
51716
|
}
|
|
51752
51717
|
}
|
|
@@ -51770,7 +51735,7 @@ function cov_1s0frck14v() {
|
|
|
51770
51735
|
column: 6
|
|
51771
51736
|
},
|
|
51772
51737
|
end: {
|
|
51773
|
-
line:
|
|
51738
|
+
line: 115,
|
|
51774
51739
|
column: 1
|
|
51775
51740
|
}
|
|
51776
51741
|
},
|
|
@@ -51842,7 +51807,7 @@ function cov_1s0frck14v() {
|
|
|
51842
51807
|
column: 10
|
|
51843
51808
|
},
|
|
51844
51809
|
end: {
|
|
51845
|
-
line:
|
|
51810
|
+
line: 110,
|
|
51846
51811
|
column: 13
|
|
51847
51812
|
}
|
|
51848
51813
|
},
|
|
@@ -51866,7 +51831,7 @@ function cov_1s0frck14v() {
|
|
|
51866
51831
|
column: 14
|
|
51867
51832
|
},
|
|
51868
51833
|
end: {
|
|
51869
|
-
line:
|
|
51834
|
+
line: 108,
|
|
51870
51835
|
column: 20
|
|
51871
51836
|
}
|
|
51872
51837
|
},
|
|
@@ -51900,49 +51865,49 @@ function cov_1s0frck14v() {
|
|
|
51900
51865
|
name: "(anonymous_6)",
|
|
51901
51866
|
decl: {
|
|
51902
51867
|
start: {
|
|
51903
|
-
line:
|
|
51868
|
+
line: 89,
|
|
51904
51869
|
column: 31
|
|
51905
51870
|
},
|
|
51906
51871
|
end: {
|
|
51907
|
-
line:
|
|
51872
|
+
line: 89,
|
|
51908
51873
|
column: 32
|
|
51909
51874
|
}
|
|
51910
51875
|
},
|
|
51911
51876
|
loc: {
|
|
51912
51877
|
start: {
|
|
51913
|
-
line:
|
|
51878
|
+
line: 89,
|
|
51914
51879
|
column: 37
|
|
51915
51880
|
},
|
|
51916
51881
|
end: {
|
|
51917
|
-
line:
|
|
51882
|
+
line: 89,
|
|
51918
51883
|
column: 75
|
|
51919
51884
|
}
|
|
51920
51885
|
},
|
|
51921
|
-
line:
|
|
51886
|
+
line: 89
|
|
51922
51887
|
},
|
|
51923
51888
|
"7": {
|
|
51924
51889
|
name: "(anonymous_7)",
|
|
51925
51890
|
decl: {
|
|
51926
51891
|
start: {
|
|
51927
|
-
line:
|
|
51892
|
+
line: 102,
|
|
51928
51893
|
column: 31
|
|
51929
51894
|
},
|
|
51930
51895
|
end: {
|
|
51931
|
-
line:
|
|
51896
|
+
line: 102,
|
|
51932
51897
|
column: 32
|
|
51933
51898
|
}
|
|
51934
51899
|
},
|
|
51935
51900
|
loc: {
|
|
51936
51901
|
start: {
|
|
51937
|
-
line:
|
|
51902
|
+
line: 103,
|
|
51938
51903
|
column: 24
|
|
51939
51904
|
},
|
|
51940
51905
|
end: {
|
|
51941
|
-
line:
|
|
51906
|
+
line: 103,
|
|
51942
51907
|
column: 71
|
|
51943
51908
|
}
|
|
51944
51909
|
},
|
|
51945
|
-
line:
|
|
51910
|
+
line: 103
|
|
51946
51911
|
}
|
|
51947
51912
|
},
|
|
51948
51913
|
branchMap: {
|
|
@@ -52250,7 +52215,7 @@ function cov_1s0frck14v() {
|
|
|
52250
52215
|
column: 19
|
|
52251
52216
|
},
|
|
52252
52217
|
end: {
|
|
52253
|
-
line:
|
|
52218
|
+
line: 91,
|
|
52254
52219
|
column: 19
|
|
52255
52220
|
}
|
|
52256
52221
|
},
|
|
@@ -52279,7 +52244,7 @@ function cov_1s0frck14v() {
|
|
|
52279
52244
|
column: 20
|
|
52280
52245
|
},
|
|
52281
52246
|
end: {
|
|
52282
|
-
line:
|
|
52247
|
+
line: 90,
|
|
52283
52248
|
column: 22
|
|
52284
52249
|
}
|
|
52285
52250
|
}],
|
|
@@ -52288,35 +52253,35 @@ function cov_1s0frck14v() {
|
|
|
52288
52253
|
"10": {
|
|
52289
52254
|
loc: {
|
|
52290
52255
|
start: {
|
|
52291
|
-
line:
|
|
52256
|
+
line: 92,
|
|
52292
52257
|
column: 19
|
|
52293
52258
|
},
|
|
52294
52259
|
end: {
|
|
52295
|
-
line:
|
|
52260
|
+
line: 106,
|
|
52296
52261
|
column: 19
|
|
52297
52262
|
}
|
|
52298
52263
|
},
|
|
52299
52264
|
type: "binary-expr",
|
|
52300
52265
|
locations: [{
|
|
52301
52266
|
start: {
|
|
52302
|
-
line:
|
|
52267
|
+
line: 92,
|
|
52303
52268
|
column: 19
|
|
52304
52269
|
},
|
|
52305
52270
|
end: {
|
|
52306
|
-
line:
|
|
52271
|
+
line: 92,
|
|
52307
52272
|
column: 37
|
|
52308
52273
|
}
|
|
52309
52274
|
}, {
|
|
52310
52275
|
start: {
|
|
52311
|
-
line:
|
|
52276
|
+
line: 93,
|
|
52312
52277
|
column: 20
|
|
52313
52278
|
},
|
|
52314
52279
|
end: {
|
|
52315
|
-
line:
|
|
52280
|
+
line: 105,
|
|
52316
52281
|
column: 22
|
|
52317
52282
|
}
|
|
52318
52283
|
}],
|
|
52319
|
-
line:
|
|
52284
|
+
line: 92
|
|
52320
52285
|
}
|
|
52321
52286
|
},
|
|
52322
52287
|
s: {
|
|
@@ -52363,7 +52328,7 @@ function cov_1s0frck14v() {
|
|
|
52363
52328
|
"10": [0, 0]
|
|
52364
52329
|
},
|
|
52365
52330
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
52366
|
-
hash: "
|
|
52331
|
+
hash: "8229dd4b3662d8c8d683aa547099e9da87ecebbb"
|
|
52367
52332
|
};
|
|
52368
52333
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
52369
52334
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -52465,6 +52430,10 @@ var Actions = function Actions(_ref) {
|
|
|
52465
52430
|
icon: Plus,
|
|
52466
52431
|
size: 24,
|
|
52467
52432
|
style: "icon",
|
|
52433
|
+
tooltipProps: {
|
|
52434
|
+
content: t("common.addAction"),
|
|
52435
|
+
position: "top"
|
|
52436
|
+
},
|
|
52468
52437
|
onClick: function onClick() {
|
|
52469
52438
|
cov_1s0frck14v().f[6]++;
|
|
52470
52439
|
cov_1s0frck14v().s[15]++;
|
|
@@ -52475,6 +52444,10 @@ var Actions = function Actions(_ref) {
|
|
|
52475
52444
|
icon: Delete,
|
|
52476
52445
|
size: 24,
|
|
52477
52446
|
style: "icon",
|
|
52447
|
+
tooltipProps: {
|
|
52448
|
+
content: t("common.delete"),
|
|
52449
|
+
position: "top"
|
|
52450
|
+
},
|
|
52478
52451
|
onClick: function onClick() {
|
|
52479
52452
|
cov_1s0frck14v().f[7]++;
|
|
52480
52453
|
cov_1s0frck14v().s[16]++;
|
|
@@ -60185,7 +60158,7 @@ cov_1gortvh2t9().s[4]++;
|
|
|
60185
60158
|
|
|
60186
60159
|
function cov_3y6x9ivpd() {
|
|
60187
60160
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Conditions/index.jsx";
|
|
60188
|
-
var hash = "
|
|
60161
|
+
var hash = "97636618cd21ec2dc40f382939ba5a7753c02972";
|
|
60189
60162
|
var global = new Function("return this")();
|
|
60190
60163
|
var gcv = "__coverage__";
|
|
60191
60164
|
var coverageData = {
|
|
@@ -60197,7 +60170,7 @@ function cov_3y6x9ivpd() {
|
|
|
60197
60170
|
column: 19
|
|
60198
60171
|
},
|
|
60199
60172
|
end: {
|
|
60200
|
-
line:
|
|
60173
|
+
line: 141,
|
|
60201
60174
|
column: 1
|
|
60202
60175
|
}
|
|
60203
60176
|
},
|
|
@@ -60357,7 +60330,7 @@ function cov_3y6x9ivpd() {
|
|
|
60357
60330
|
column: 2
|
|
60358
60331
|
},
|
|
60359
60332
|
end: {
|
|
60360
|
-
line:
|
|
60333
|
+
line: 140,
|
|
60361
60334
|
column: 4
|
|
60362
60335
|
}
|
|
60363
60336
|
},
|
|
@@ -60367,7 +60340,7 @@ function cov_3y6x9ivpd() {
|
|
|
60367
60340
|
column: 8
|
|
60368
60341
|
},
|
|
60369
60342
|
end: {
|
|
60370
|
-
line:
|
|
60343
|
+
line: 137,
|
|
60371
60344
|
column: 14
|
|
60372
60345
|
}
|
|
60373
60346
|
},
|
|
@@ -60377,57 +60350,57 @@ function cov_3y6x9ivpd() {
|
|
|
60377
60350
|
column: 12
|
|
60378
60351
|
},
|
|
60379
60352
|
end: {
|
|
60380
|
-
line:
|
|
60353
|
+
line: 114,
|
|
60381
60354
|
column: 18
|
|
60382
60355
|
}
|
|
60383
60356
|
},
|
|
60384
60357
|
"19": {
|
|
60385
60358
|
start: {
|
|
60386
|
-
line:
|
|
60359
|
+
line: 96,
|
|
60387
60360
|
column: 22
|
|
60388
60361
|
},
|
|
60389
60362
|
end: {
|
|
60390
|
-
line:
|
|
60363
|
+
line: 96,
|
|
60391
60364
|
column: 74
|
|
60392
60365
|
}
|
|
60393
60366
|
},
|
|
60394
60367
|
"20": {
|
|
60395
60368
|
start: {
|
|
60396
|
-
line:
|
|
60369
|
+
line: 110,
|
|
60397
60370
|
column: 20
|
|
60398
60371
|
},
|
|
60399
60372
|
end: {
|
|
60400
|
-
line:
|
|
60373
|
+
line: 110,
|
|
60401
60374
|
column: 73
|
|
60402
60375
|
}
|
|
60403
60376
|
},
|
|
60404
60377
|
"21": {
|
|
60405
60378
|
start: {
|
|
60406
|
-
line:
|
|
60379
|
+
line: 122,
|
|
60407
60380
|
column: 29
|
|
60408
60381
|
},
|
|
60409
60382
|
end: {
|
|
60410
|
-
line:
|
|
60383
|
+
line: 122,
|
|
60411
60384
|
column: 75
|
|
60412
60385
|
}
|
|
60413
60386
|
},
|
|
60414
60387
|
"22": {
|
|
60415
60388
|
start: {
|
|
60416
|
-
line:
|
|
60389
|
+
line: 133,
|
|
60417
60390
|
column: 31
|
|
60418
60391
|
},
|
|
60419
60392
|
end: {
|
|
60420
|
-
line:
|
|
60393
|
+
line: 133,
|
|
60421
60394
|
column: 58
|
|
60422
60395
|
}
|
|
60423
60396
|
},
|
|
60424
60397
|
"23": {
|
|
60425
60398
|
start: {
|
|
60426
|
-
line:
|
|
60399
|
+
line: 143,
|
|
60427
60400
|
column: 0
|
|
60428
60401
|
},
|
|
60429
60402
|
end: {
|
|
60430
|
-
line:
|
|
60403
|
+
line: 150,
|
|
60431
60404
|
column: 2
|
|
60432
60405
|
}
|
|
60433
60406
|
}
|
|
@@ -60451,7 +60424,7 @@ function cov_3y6x9ivpd() {
|
|
|
60451
60424
|
column: 6
|
|
60452
60425
|
},
|
|
60453
60426
|
end: {
|
|
60454
|
-
line:
|
|
60427
|
+
line: 141,
|
|
60455
60428
|
column: 1
|
|
60456
60429
|
}
|
|
60457
60430
|
},
|
|
@@ -60547,7 +60520,7 @@ function cov_3y6x9ivpd() {
|
|
|
60547
60520
|
column: 8
|
|
60548
60521
|
},
|
|
60549
60522
|
end: {
|
|
60550
|
-
line:
|
|
60523
|
+
line: 137,
|
|
60551
60524
|
column: 14
|
|
60552
60525
|
}
|
|
60553
60526
|
},
|
|
@@ -60571,7 +60544,7 @@ function cov_3y6x9ivpd() {
|
|
|
60571
60544
|
column: 12
|
|
60572
60545
|
},
|
|
60573
60546
|
end: {
|
|
60574
|
-
line:
|
|
60547
|
+
line: 114,
|
|
60575
60548
|
column: 18
|
|
60576
60549
|
}
|
|
60577
60550
|
},
|
|
@@ -60581,97 +60554,97 @@ function cov_3y6x9ivpd() {
|
|
|
60581
60554
|
name: "(anonymous_6)",
|
|
60582
60555
|
decl: {
|
|
60583
60556
|
start: {
|
|
60584
|
-
line:
|
|
60557
|
+
line: 95,
|
|
60585
60558
|
column: 29
|
|
60586
60559
|
},
|
|
60587
60560
|
end: {
|
|
60588
|
-
line:
|
|
60561
|
+
line: 95,
|
|
60589
60562
|
column: 30
|
|
60590
60563
|
}
|
|
60591
60564
|
},
|
|
60592
60565
|
loc: {
|
|
60593
60566
|
start: {
|
|
60594
|
-
line:
|
|
60567
|
+
line: 96,
|
|
60595
60568
|
column: 22
|
|
60596
60569
|
},
|
|
60597
60570
|
end: {
|
|
60598
|
-
line:
|
|
60571
|
+
line: 96,
|
|
60599
60572
|
column: 74
|
|
60600
60573
|
}
|
|
60601
60574
|
},
|
|
60602
|
-
line:
|
|
60575
|
+
line: 96
|
|
60603
60576
|
},
|
|
60604
60577
|
"7": {
|
|
60605
60578
|
name: "(anonymous_7)",
|
|
60606
60579
|
decl: {
|
|
60607
60580
|
start: {
|
|
60608
|
-
line:
|
|
60581
|
+
line: 109,
|
|
60609
60582
|
column: 27
|
|
60610
60583
|
},
|
|
60611
60584
|
end: {
|
|
60612
|
-
line:
|
|
60585
|
+
line: 109,
|
|
60613
60586
|
column: 28
|
|
60614
60587
|
}
|
|
60615
60588
|
},
|
|
60616
60589
|
loc: {
|
|
60617
60590
|
start: {
|
|
60618
|
-
line:
|
|
60591
|
+
line: 110,
|
|
60619
60592
|
column: 20
|
|
60620
60593
|
},
|
|
60621
60594
|
end: {
|
|
60622
|
-
line:
|
|
60595
|
+
line: 110,
|
|
60623
60596
|
column: 73
|
|
60624
60597
|
}
|
|
60625
60598
|
},
|
|
60626
|
-
line:
|
|
60599
|
+
line: 110
|
|
60627
60600
|
},
|
|
60628
60601
|
"8": {
|
|
60629
60602
|
name: "(anonymous_8)",
|
|
60630
60603
|
decl: {
|
|
60631
60604
|
start: {
|
|
60632
|
-
line:
|
|
60605
|
+
line: 122,
|
|
60633
60606
|
column: 23
|
|
60634
60607
|
},
|
|
60635
60608
|
end: {
|
|
60636
|
-
line:
|
|
60609
|
+
line: 122,
|
|
60637
60610
|
column: 24
|
|
60638
60611
|
}
|
|
60639
60612
|
},
|
|
60640
60613
|
loc: {
|
|
60641
60614
|
start: {
|
|
60642
|
-
line:
|
|
60615
|
+
line: 122,
|
|
60643
60616
|
column: 29
|
|
60644
60617
|
},
|
|
60645
60618
|
end: {
|
|
60646
|
-
line:
|
|
60619
|
+
line: 122,
|
|
60647
60620
|
column: 75
|
|
60648
60621
|
}
|
|
60649
60622
|
},
|
|
60650
|
-
line:
|
|
60623
|
+
line: 122
|
|
60651
60624
|
},
|
|
60652
60625
|
"9": {
|
|
60653
60626
|
name: "(anonymous_9)",
|
|
60654
60627
|
decl: {
|
|
60655
60628
|
start: {
|
|
60656
|
-
line:
|
|
60629
|
+
line: 133,
|
|
60657
60630
|
column: 25
|
|
60658
60631
|
},
|
|
60659
60632
|
end: {
|
|
60660
|
-
line:
|
|
60633
|
+
line: 133,
|
|
60661
60634
|
column: 26
|
|
60662
60635
|
}
|
|
60663
60636
|
},
|
|
60664
60637
|
loc: {
|
|
60665
60638
|
start: {
|
|
60666
|
-
line:
|
|
60639
|
+
line: 133,
|
|
60667
60640
|
column: 31
|
|
60668
60641
|
},
|
|
60669
60642
|
end: {
|
|
60670
|
-
line:
|
|
60643
|
+
line: 133,
|
|
60671
60644
|
column: 58
|
|
60672
60645
|
}
|
|
60673
60646
|
},
|
|
60674
|
-
line:
|
|
60647
|
+
line: 133
|
|
60675
60648
|
}
|
|
60676
60649
|
},
|
|
60677
60650
|
branchMap: {
|
|
@@ -60928,7 +60901,7 @@ function cov_3y6x9ivpd() {
|
|
|
60928
60901
|
column: 17
|
|
60929
60902
|
},
|
|
60930
60903
|
end: {
|
|
60931
|
-
line:
|
|
60904
|
+
line: 99,
|
|
60932
60905
|
column: 17
|
|
60933
60906
|
}
|
|
60934
60907
|
},
|
|
@@ -60948,7 +60921,7 @@ function cov_3y6x9ivpd() {
|
|
|
60948
60921
|
column: 18
|
|
60949
60922
|
},
|
|
60950
60923
|
end: {
|
|
60951
|
-
line:
|
|
60924
|
+
line: 98,
|
|
60952
60925
|
column: 20
|
|
60953
60926
|
}
|
|
60954
60927
|
}],
|
|
@@ -60957,77 +60930,77 @@ function cov_3y6x9ivpd() {
|
|
|
60957
60930
|
"9": {
|
|
60958
60931
|
loc: {
|
|
60959
60932
|
start: {
|
|
60960
|
-
line:
|
|
60933
|
+
line: 116,
|
|
60961
60934
|
column: 11
|
|
60962
60935
|
},
|
|
60963
60936
|
end: {
|
|
60964
|
-
line:
|
|
60937
|
+
line: 124,
|
|
60965
60938
|
column: 11
|
|
60966
60939
|
}
|
|
60967
60940
|
},
|
|
60968
60941
|
type: "binary-expr",
|
|
60969
60942
|
locations: [{
|
|
60970
60943
|
start: {
|
|
60971
|
-
line:
|
|
60944
|
+
line: 116,
|
|
60972
60945
|
column: 11
|
|
60973
60946
|
},
|
|
60974
60947
|
end: {
|
|
60975
|
-
line:
|
|
60948
|
+
line: 116,
|
|
60976
60949
|
column: 30
|
|
60977
60950
|
}
|
|
60978
60951
|
}, {
|
|
60979
60952
|
start: {
|
|
60980
|
-
line:
|
|
60953
|
+
line: 117,
|
|
60981
60954
|
column: 12
|
|
60982
60955
|
},
|
|
60983
60956
|
end: {
|
|
60984
|
-
line:
|
|
60957
|
+
line: 123,
|
|
60985
60958
|
column: 14
|
|
60986
60959
|
}
|
|
60987
60960
|
}],
|
|
60988
|
-
line:
|
|
60961
|
+
line: 116
|
|
60989
60962
|
},
|
|
60990
60963
|
"10": {
|
|
60991
60964
|
loc: {
|
|
60992
60965
|
start: {
|
|
60993
|
-
line:
|
|
60966
|
+
line: 125,
|
|
60994
60967
|
column: 11
|
|
60995
60968
|
},
|
|
60996
60969
|
end: {
|
|
60997
|
-
line:
|
|
60970
|
+
line: 136,
|
|
60998
60971
|
column: 11
|
|
60999
60972
|
}
|
|
61000
60973
|
},
|
|
61001
60974
|
type: "binary-expr",
|
|
61002
60975
|
locations: [{
|
|
61003
60976
|
start: {
|
|
61004
|
-
line:
|
|
60977
|
+
line: 125,
|
|
61005
60978
|
column: 11
|
|
61006
60979
|
},
|
|
61007
60980
|
end: {
|
|
61008
|
-
line:
|
|
60981
|
+
line: 125,
|
|
61009
60982
|
column: 21
|
|
61010
60983
|
}
|
|
61011
60984
|
}, {
|
|
61012
60985
|
start: {
|
|
61013
|
-
line:
|
|
60986
|
+
line: 125,
|
|
61014
60987
|
column: 25
|
|
61015
60988
|
},
|
|
61016
60989
|
end: {
|
|
61017
|
-
line:
|
|
60990
|
+
line: 125,
|
|
61018
60991
|
column: 47
|
|
61019
60992
|
}
|
|
61020
60993
|
}, {
|
|
61021
60994
|
start: {
|
|
61022
|
-
line:
|
|
60995
|
+
line: 126,
|
|
61023
60996
|
column: 12
|
|
61024
60997
|
},
|
|
61025
60998
|
end: {
|
|
61026
|
-
line:
|
|
60999
|
+
line: 135,
|
|
61027
61000
|
column: 18
|
|
61028
61001
|
}
|
|
61029
61002
|
}],
|
|
61030
|
-
line:
|
|
61003
|
+
line: 125
|
|
61031
61004
|
}
|
|
61032
61005
|
},
|
|
61033
61006
|
s: {
|
|
@@ -61082,7 +61055,7 @@ function cov_3y6x9ivpd() {
|
|
|
61082
61055
|
"10": [0, 0, 0]
|
|
61083
61056
|
},
|
|
61084
61057
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
61085
|
-
hash: "
|
|
61058
|
+
hash: "97636618cd21ec2dc40f382939ba5a7753c02972"
|
|
61086
61059
|
};
|
|
61087
61060
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
61088
61061
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -61197,6 +61170,10 @@ var Conditions = function Conditions(_ref) {
|
|
|
61197
61170
|
icon: Plus,
|
|
61198
61171
|
size: 24,
|
|
61199
61172
|
style: "icon",
|
|
61173
|
+
tooltipProps: {
|
|
61174
|
+
content: t("form.addCondition"),
|
|
61175
|
+
position: "top"
|
|
61176
|
+
},
|
|
61200
61177
|
onClick: function onClick() {
|
|
61201
61178
|
cov_3y6x9ivpd().f[6]++;
|
|
61202
61179
|
cov_3y6x9ivpd().s[19]++;
|
|
@@ -61207,6 +61184,10 @@ var Conditions = function Conditions(_ref) {
|
|
|
61207
61184
|
icon: Delete,
|
|
61208
61185
|
size: 24,
|
|
61209
61186
|
style: "icon",
|
|
61187
|
+
tooltipProps: {
|
|
61188
|
+
content: t("common.delete"),
|
|
61189
|
+
position: "top"
|
|
61190
|
+
},
|
|
61210
61191
|
onClick: function onClick() {
|
|
61211
61192
|
cov_3y6x9ivpd().f[7]++;
|
|
61212
61193
|
cov_3y6x9ivpd().s[20]++;
|
|
@@ -62535,7 +62516,7 @@ cov_1rz7url808().s[31]++;
|
|
|
62535
62516
|
|
|
62536
62517
|
function cov_2kupegl7ql() {
|
|
62537
62518
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/EventConditions/Events.jsx";
|
|
62538
|
-
var hash = "
|
|
62519
|
+
var hash = "23483456014f72294d9cd81bf25d9ebd1044ebf1";
|
|
62539
62520
|
var global = new Function("return this")();
|
|
62540
62521
|
var gcv = "__coverage__";
|
|
62541
62522
|
var coverageData = {
|
|
@@ -62557,7 +62538,7 @@ function cov_2kupegl7ql() {
|
|
|
62557
62538
|
column: 15
|
|
62558
62539
|
},
|
|
62559
62540
|
end: {
|
|
62560
|
-
line:
|
|
62541
|
+
line: 247,
|
|
62561
62542
|
column: 1
|
|
62562
62543
|
}
|
|
62563
62544
|
},
|
|
@@ -62807,7 +62788,7 @@ function cov_2kupegl7ql() {
|
|
|
62807
62788
|
column: 34
|
|
62808
62789
|
},
|
|
62809
62790
|
end: {
|
|
62810
|
-
line:
|
|
62791
|
+
line: 87,
|
|
62811
62792
|
column: 3
|
|
62812
62793
|
}
|
|
62813
62794
|
},
|
|
@@ -62948,27 +62929,27 @@ function cov_2kupegl7ql() {
|
|
|
62948
62929
|
},
|
|
62949
62930
|
end: {
|
|
62950
62931
|
line: 85,
|
|
62951
|
-
column:
|
|
62932
|
+
column: 35
|
|
62952
62933
|
}
|
|
62953
62934
|
},
|
|
62954
62935
|
"41": {
|
|
62955
62936
|
start: {
|
|
62956
|
-
line:
|
|
62957
|
-
column:
|
|
62937
|
+
line: 86,
|
|
62938
|
+
column: 4
|
|
62958
62939
|
},
|
|
62959
62940
|
end: {
|
|
62960
|
-
line:
|
|
62961
|
-
column:
|
|
62941
|
+
line: 86,
|
|
62942
|
+
column: 44
|
|
62962
62943
|
}
|
|
62963
62944
|
},
|
|
62964
62945
|
"42": {
|
|
62965
62946
|
start: {
|
|
62966
62947
|
line: 89,
|
|
62967
|
-
column:
|
|
62948
|
+
column: 22
|
|
62968
62949
|
},
|
|
62969
62950
|
end: {
|
|
62970
|
-
line:
|
|
62971
|
-
column:
|
|
62951
|
+
line: 92,
|
|
62952
|
+
column: 3
|
|
62972
62953
|
}
|
|
62973
62954
|
},
|
|
62974
62955
|
"43": {
|
|
@@ -62978,106 +62959,116 @@ function cov_2kupegl7ql() {
|
|
|
62978
62959
|
},
|
|
62979
62960
|
end: {
|
|
62980
62961
|
line: 90,
|
|
62981
|
-
column:
|
|
62962
|
+
column: 26
|
|
62982
62963
|
}
|
|
62983
62964
|
},
|
|
62984
62965
|
"44": {
|
|
62985
62966
|
start: {
|
|
62986
|
-
line:
|
|
62967
|
+
line: 91,
|
|
62968
|
+
column: 4
|
|
62969
|
+
},
|
|
62970
|
+
end: {
|
|
62971
|
+
line: 91,
|
|
62972
|
+
column: 22
|
|
62973
|
+
}
|
|
62974
|
+
},
|
|
62975
|
+
"45": {
|
|
62976
|
+
start: {
|
|
62977
|
+
line: 94,
|
|
62987
62978
|
column: 2
|
|
62988
62979
|
},
|
|
62989
62980
|
end: {
|
|
62990
|
-
line:
|
|
62981
|
+
line: 246,
|
|
62991
62982
|
column: 4
|
|
62992
62983
|
}
|
|
62993
62984
|
},
|
|
62994
|
-
"
|
|
62985
|
+
"46": {
|
|
62995
62986
|
start: {
|
|
62996
|
-
line:
|
|
62987
|
+
line: 105,
|
|
62997
62988
|
column: 10
|
|
62998
62989
|
},
|
|
62999
62990
|
end: {
|
|
63000
|
-
line:
|
|
62991
|
+
line: 172,
|
|
63001
62992
|
column: 27
|
|
63002
62993
|
}
|
|
63003
62994
|
},
|
|
63004
|
-
"
|
|
62995
|
+
"47": {
|
|
63005
62996
|
start: {
|
|
63006
|
-
line:
|
|
62997
|
+
line: 131,
|
|
63007
62998
|
column: 20
|
|
63008
62999
|
},
|
|
63009
63000
|
end: {
|
|
63010
|
-
line:
|
|
63001
|
+
line: 131,
|
|
63011
63002
|
column: 70
|
|
63012
63003
|
}
|
|
63013
63004
|
},
|
|
63014
|
-
"
|
|
63005
|
+
"48": {
|
|
63015
63006
|
start: {
|
|
63016
|
-
line:
|
|
63007
|
+
line: 147,
|
|
63017
63008
|
column: 35
|
|
63018
63009
|
},
|
|
63019
63010
|
end: {
|
|
63020
|
-
line:
|
|
63011
|
+
line: 147,
|
|
63021
63012
|
column: 64
|
|
63022
63013
|
}
|
|
63023
63014
|
},
|
|
63024
|
-
"
|
|
63015
|
+
"49": {
|
|
63025
63016
|
start: {
|
|
63026
|
-
line:
|
|
63017
|
+
line: 154,
|
|
63027
63018
|
column: 20
|
|
63028
63019
|
},
|
|
63029
63020
|
end: {
|
|
63030
|
-
line:
|
|
63021
|
+
line: 167,
|
|
63031
63022
|
column: 38
|
|
63032
63023
|
}
|
|
63033
63024
|
},
|
|
63034
|
-
"
|
|
63025
|
+
"50": {
|
|
63035
63026
|
start: {
|
|
63036
|
-
line:
|
|
63027
|
+
line: 164,
|
|
63037
63028
|
column: 37
|
|
63038
63029
|
},
|
|
63039
63030
|
end: {
|
|
63040
|
-
line:
|
|
63031
|
+
line: 164,
|
|
63041
63032
|
column: 68
|
|
63042
63033
|
}
|
|
63043
63034
|
},
|
|
63044
|
-
"
|
|
63035
|
+
"51": {
|
|
63045
63036
|
start: {
|
|
63046
|
-
line:
|
|
63037
|
+
line: 193,
|
|
63047
63038
|
column: 16
|
|
63048
63039
|
},
|
|
63049
63040
|
end: {
|
|
63050
|
-
line:
|
|
63041
|
+
line: 193,
|
|
63051
63042
|
column: 67
|
|
63052
63043
|
}
|
|
63053
63044
|
},
|
|
63054
|
-
"
|
|
63045
|
+
"52": {
|
|
63055
63046
|
start: {
|
|
63056
|
-
line:
|
|
63047
|
+
line: 209,
|
|
63057
63048
|
column: 31
|
|
63058
63049
|
},
|
|
63059
63050
|
end: {
|
|
63060
|
-
line:
|
|
63051
|
+
line: 209,
|
|
63061
63052
|
column: 60
|
|
63062
63053
|
}
|
|
63063
63054
|
},
|
|
63064
|
-
"
|
|
63055
|
+
"53": {
|
|
63065
63056
|
start: {
|
|
63066
|
-
line:
|
|
63057
|
+
line: 216,
|
|
63067
63058
|
column: 16
|
|
63068
63059
|
},
|
|
63069
63060
|
end: {
|
|
63070
|
-
line:
|
|
63061
|
+
line: 229,
|
|
63071
63062
|
column: 34
|
|
63072
63063
|
}
|
|
63073
63064
|
},
|
|
63074
|
-
"
|
|
63065
|
+
"54": {
|
|
63075
63066
|
start: {
|
|
63076
|
-
line:
|
|
63067
|
+
line: 226,
|
|
63077
63068
|
column: 33
|
|
63078
63069
|
},
|
|
63079
63070
|
end: {
|
|
63080
|
-
line:
|
|
63071
|
+
line: 226,
|
|
63081
63072
|
column: 64
|
|
63082
63073
|
}
|
|
63083
63074
|
}
|
|
@@ -63098,10 +63089,10 @@ function cov_2kupegl7ql() {
|
|
|
63098
63089
|
loc: {
|
|
63099
63090
|
start: {
|
|
63100
63091
|
line: 20,
|
|
63101
|
-
column:
|
|
63092
|
+
column: 65
|
|
63102
63093
|
},
|
|
63103
63094
|
end: {
|
|
63104
|
-
line:
|
|
63095
|
+
line: 247,
|
|
63105
63096
|
column: 1
|
|
63106
63097
|
}
|
|
63107
63098
|
},
|
|
@@ -63149,7 +63140,7 @@ function cov_2kupegl7ql() {
|
|
|
63149
63140
|
column: 44
|
|
63150
63141
|
},
|
|
63151
63142
|
end: {
|
|
63152
|
-
line:
|
|
63143
|
+
line: 87,
|
|
63153
63144
|
column: 3
|
|
63154
63145
|
}
|
|
63155
63146
|
},
|
|
@@ -63159,241 +63150,241 @@ function cov_2kupegl7ql() {
|
|
|
63159
63150
|
name: "(anonymous_3)",
|
|
63160
63151
|
decl: {
|
|
63161
63152
|
start: {
|
|
63162
|
-
line:
|
|
63153
|
+
line: 89,
|
|
63163
63154
|
column: 22
|
|
63164
63155
|
},
|
|
63165
63156
|
end: {
|
|
63166
|
-
line:
|
|
63157
|
+
line: 89,
|
|
63167
63158
|
column: 23
|
|
63168
63159
|
}
|
|
63169
63160
|
},
|
|
63170
63161
|
loc: {
|
|
63171
63162
|
start: {
|
|
63172
|
-
line:
|
|
63163
|
+
line: 89,
|
|
63173
63164
|
column: 28
|
|
63174
63165
|
},
|
|
63175
63166
|
end: {
|
|
63176
|
-
line:
|
|
63167
|
+
line: 92,
|
|
63177
63168
|
column: 3
|
|
63178
63169
|
}
|
|
63179
63170
|
},
|
|
63180
|
-
line:
|
|
63171
|
+
line: 89
|
|
63181
63172
|
},
|
|
63182
63173
|
"4": {
|
|
63183
63174
|
name: "(anonymous_4)",
|
|
63184
63175
|
decl: {
|
|
63185
63176
|
start: {
|
|
63186
|
-
line:
|
|
63177
|
+
line: 104,
|
|
63187
63178
|
column: 22
|
|
63188
63179
|
},
|
|
63189
63180
|
end: {
|
|
63190
|
-
line:
|
|
63181
|
+
line: 104,
|
|
63191
63182
|
column: 23
|
|
63192
63183
|
}
|
|
63193
63184
|
},
|
|
63194
63185
|
loc: {
|
|
63195
63186
|
start: {
|
|
63196
|
-
line:
|
|
63187
|
+
line: 105,
|
|
63197
63188
|
column: 10
|
|
63198
63189
|
},
|
|
63199
63190
|
end: {
|
|
63200
|
-
line:
|
|
63191
|
+
line: 172,
|
|
63201
63192
|
column: 27
|
|
63202
63193
|
}
|
|
63203
63194
|
},
|
|
63204
|
-
line:
|
|
63195
|
+
line: 105
|
|
63205
63196
|
},
|
|
63206
63197
|
"5": {
|
|
63207
63198
|
name: "(anonymous_5)",
|
|
63208
63199
|
decl: {
|
|
63209
63200
|
start: {
|
|
63210
|
-
line:
|
|
63201
|
+
line: 130,
|
|
63211
63202
|
column: 27
|
|
63212
63203
|
},
|
|
63213
63204
|
end: {
|
|
63214
|
-
line:
|
|
63205
|
+
line: 130,
|
|
63215
63206
|
column: 28
|
|
63216
63207
|
}
|
|
63217
63208
|
},
|
|
63218
63209
|
loc: {
|
|
63219
63210
|
start: {
|
|
63220
|
-
line:
|
|
63211
|
+
line: 131,
|
|
63221
63212
|
column: 20
|
|
63222
63213
|
},
|
|
63223
63214
|
end: {
|
|
63224
|
-
line:
|
|
63215
|
+
line: 131,
|
|
63225
63216
|
column: 70
|
|
63226
63217
|
}
|
|
63227
63218
|
},
|
|
63228
|
-
line:
|
|
63219
|
+
line: 131
|
|
63229
63220
|
},
|
|
63230
63221
|
"6": {
|
|
63231
63222
|
name: "(anonymous_6)",
|
|
63232
63223
|
decl: {
|
|
63233
63224
|
start: {
|
|
63234
|
-
line:
|
|
63225
|
+
line: 147,
|
|
63235
63226
|
column: 30
|
|
63236
63227
|
},
|
|
63237
63228
|
end: {
|
|
63238
|
-
line:
|
|
63229
|
+
line: 147,
|
|
63239
63230
|
column: 31
|
|
63240
63231
|
}
|
|
63241
63232
|
},
|
|
63242
63233
|
loc: {
|
|
63243
63234
|
start: {
|
|
63244
|
-
line:
|
|
63235
|
+
line: 147,
|
|
63245
63236
|
column: 35
|
|
63246
63237
|
},
|
|
63247
63238
|
end: {
|
|
63248
|
-
line:
|
|
63239
|
+
line: 147,
|
|
63249
63240
|
column: 64
|
|
63250
63241
|
}
|
|
63251
63242
|
},
|
|
63252
|
-
line:
|
|
63243
|
+
line: 147
|
|
63253
63244
|
},
|
|
63254
63245
|
"7": {
|
|
63255
63246
|
name: "(anonymous_7)",
|
|
63256
63247
|
decl: {
|
|
63257
63248
|
start: {
|
|
63258
|
-
line:
|
|
63249
|
+
line: 153,
|
|
63259
63250
|
column: 39
|
|
63260
63251
|
},
|
|
63261
63252
|
end: {
|
|
63262
|
-
line:
|
|
63253
|
+
line: 153,
|
|
63263
63254
|
column: 40
|
|
63264
63255
|
}
|
|
63265
63256
|
},
|
|
63266
63257
|
loc: {
|
|
63267
63258
|
start: {
|
|
63268
|
-
line:
|
|
63259
|
+
line: 154,
|
|
63269
63260
|
column: 20
|
|
63270
63261
|
},
|
|
63271
63262
|
end: {
|
|
63272
|
-
line:
|
|
63263
|
+
line: 167,
|
|
63273
63264
|
column: 38
|
|
63274
63265
|
}
|
|
63275
63266
|
},
|
|
63276
|
-
line:
|
|
63267
|
+
line: 154
|
|
63277
63268
|
},
|
|
63278
63269
|
"8": {
|
|
63279
63270
|
name: "(anonymous_8)",
|
|
63280
63271
|
decl: {
|
|
63281
63272
|
start: {
|
|
63282
|
-
line:
|
|
63273
|
+
line: 164,
|
|
63283
63274
|
column: 31
|
|
63284
63275
|
},
|
|
63285
63276
|
end: {
|
|
63286
|
-
line:
|
|
63277
|
+
line: 164,
|
|
63287
63278
|
column: 32
|
|
63288
63279
|
}
|
|
63289
63280
|
},
|
|
63290
63281
|
loc: {
|
|
63291
63282
|
start: {
|
|
63292
|
-
line:
|
|
63283
|
+
line: 164,
|
|
63293
63284
|
column: 37
|
|
63294
63285
|
},
|
|
63295
63286
|
end: {
|
|
63296
|
-
line:
|
|
63287
|
+
line: 164,
|
|
63297
63288
|
column: 68
|
|
63298
63289
|
}
|
|
63299
63290
|
},
|
|
63300
|
-
line:
|
|
63291
|
+
line: 164
|
|
63301
63292
|
},
|
|
63302
63293
|
"9": {
|
|
63303
63294
|
name: "(anonymous_9)",
|
|
63304
63295
|
decl: {
|
|
63305
63296
|
start: {
|
|
63306
|
-
line:
|
|
63297
|
+
line: 192,
|
|
63307
63298
|
column: 23
|
|
63308
63299
|
},
|
|
63309
63300
|
end: {
|
|
63310
|
-
line:
|
|
63301
|
+
line: 192,
|
|
63311
63302
|
column: 24
|
|
63312
63303
|
}
|
|
63313
63304
|
},
|
|
63314
63305
|
loc: {
|
|
63315
63306
|
start: {
|
|
63316
|
-
line:
|
|
63307
|
+
line: 193,
|
|
63317
63308
|
column: 16
|
|
63318
63309
|
},
|
|
63319
63310
|
end: {
|
|
63320
|
-
line:
|
|
63311
|
+
line: 193,
|
|
63321
63312
|
column: 67
|
|
63322
63313
|
}
|
|
63323
63314
|
},
|
|
63324
|
-
line:
|
|
63315
|
+
line: 193
|
|
63325
63316
|
},
|
|
63326
63317
|
"10": {
|
|
63327
63318
|
name: "(anonymous_10)",
|
|
63328
63319
|
decl: {
|
|
63329
63320
|
start: {
|
|
63330
|
-
line:
|
|
63321
|
+
line: 209,
|
|
63331
63322
|
column: 26
|
|
63332
63323
|
},
|
|
63333
63324
|
end: {
|
|
63334
|
-
line:
|
|
63325
|
+
line: 209,
|
|
63335
63326
|
column: 27
|
|
63336
63327
|
}
|
|
63337
63328
|
},
|
|
63338
63329
|
loc: {
|
|
63339
63330
|
start: {
|
|
63340
|
-
line:
|
|
63331
|
+
line: 209,
|
|
63341
63332
|
column: 31
|
|
63342
63333
|
},
|
|
63343
63334
|
end: {
|
|
63344
|
-
line:
|
|
63335
|
+
line: 209,
|
|
63345
63336
|
column: 60
|
|
63346
63337
|
}
|
|
63347
63338
|
},
|
|
63348
|
-
line:
|
|
63339
|
+
line: 209
|
|
63349
63340
|
},
|
|
63350
63341
|
"11": {
|
|
63351
63342
|
name: "(anonymous_11)",
|
|
63352
63343
|
decl: {
|
|
63353
63344
|
start: {
|
|
63354
|
-
line:
|
|
63345
|
+
line: 215,
|
|
63355
63346
|
column: 35
|
|
63356
63347
|
},
|
|
63357
63348
|
end: {
|
|
63358
|
-
line:
|
|
63349
|
+
line: 215,
|
|
63359
63350
|
column: 36
|
|
63360
63351
|
}
|
|
63361
63352
|
},
|
|
63362
63353
|
loc: {
|
|
63363
63354
|
start: {
|
|
63364
|
-
line:
|
|
63355
|
+
line: 216,
|
|
63365
63356
|
column: 16
|
|
63366
63357
|
},
|
|
63367
63358
|
end: {
|
|
63368
|
-
line:
|
|
63359
|
+
line: 229,
|
|
63369
63360
|
column: 34
|
|
63370
63361
|
}
|
|
63371
63362
|
},
|
|
63372
|
-
line:
|
|
63363
|
+
line: 216
|
|
63373
63364
|
},
|
|
63374
63365
|
"12": {
|
|
63375
63366
|
name: "(anonymous_12)",
|
|
63376
63367
|
decl: {
|
|
63377
63368
|
start: {
|
|
63378
|
-
line:
|
|
63369
|
+
line: 226,
|
|
63379
63370
|
column: 27
|
|
63380
63371
|
},
|
|
63381
63372
|
end: {
|
|
63382
|
-
line:
|
|
63373
|
+
line: 226,
|
|
63383
63374
|
column: 28
|
|
63384
63375
|
}
|
|
63385
63376
|
},
|
|
63386
63377
|
loc: {
|
|
63387
63378
|
start: {
|
|
63388
|
-
line:
|
|
63379
|
+
line: 226,
|
|
63389
63380
|
column: 33
|
|
63390
63381
|
},
|
|
63391
63382
|
end: {
|
|
63392
|
-
line:
|
|
63383
|
+
line: 226,
|
|
63393
63384
|
column: 64
|
|
63394
63385
|
}
|
|
63395
63386
|
},
|
|
63396
|
-
line:
|
|
63387
|
+
line: 226
|
|
63397
63388
|
}
|
|
63398
63389
|
},
|
|
63399
63390
|
branchMap: {
|
|
@@ -63862,233 +63853,233 @@ function cov_2kupegl7ql() {
|
|
|
63862
63853
|
"14": {
|
|
63863
63854
|
loc: {
|
|
63864
63855
|
start: {
|
|
63865
|
-
line:
|
|
63856
|
+
line: 103,
|
|
63866
63857
|
column: 7
|
|
63867
63858
|
},
|
|
63868
63859
|
end: {
|
|
63869
|
-
line:
|
|
63860
|
+
line: 239,
|
|
63870
63861
|
column: 7
|
|
63871
63862
|
}
|
|
63872
63863
|
},
|
|
63873
63864
|
type: "cond-expr",
|
|
63874
63865
|
locations: [{
|
|
63875
63866
|
start: {
|
|
63876
|
-
line:
|
|
63867
|
+
line: 104,
|
|
63877
63868
|
column: 8
|
|
63878
63869
|
},
|
|
63879
63870
|
end: {
|
|
63880
|
-
line:
|
|
63871
|
+
line: 173,
|
|
63881
63872
|
column: 10
|
|
63882
63873
|
}
|
|
63883
63874
|
}, {
|
|
63884
63875
|
start: {
|
|
63885
|
-
line:
|
|
63876
|
+
line: 175,
|
|
63886
63877
|
column: 8
|
|
63887
63878
|
},
|
|
63888
63879
|
end: {
|
|
63889
|
-
line:
|
|
63880
|
+
line: 238,
|
|
63890
63881
|
column: 19
|
|
63891
63882
|
}
|
|
63892
63883
|
}],
|
|
63893
|
-
line:
|
|
63884
|
+
line: 103
|
|
63894
63885
|
},
|
|
63895
63886
|
"15": {
|
|
63896
63887
|
loc: {
|
|
63897
63888
|
start: {
|
|
63898
|
-
line:
|
|
63889
|
+
line: 106,
|
|
63899
63890
|
column: 13
|
|
63900
63891
|
},
|
|
63901
63892
|
end: {
|
|
63902
|
-
line:
|
|
63893
|
+
line: 114,
|
|
63903
63894
|
column: 13
|
|
63904
63895
|
}
|
|
63905
63896
|
},
|
|
63906
63897
|
type: "binary-expr",
|
|
63907
63898
|
locations: [{
|
|
63908
63899
|
start: {
|
|
63909
|
-
line:
|
|
63900
|
+
line: 106,
|
|
63910
63901
|
column: 13
|
|
63911
63902
|
},
|
|
63912
63903
|
end: {
|
|
63913
|
-
line:
|
|
63904
|
+
line: 106,
|
|
63914
63905
|
column: 18
|
|
63915
63906
|
}
|
|
63916
63907
|
}, {
|
|
63917
63908
|
start: {
|
|
63918
|
-
line:
|
|
63909
|
+
line: 107,
|
|
63919
63910
|
column: 14
|
|
63920
63911
|
},
|
|
63921
63912
|
end: {
|
|
63922
|
-
line:
|
|
63913
|
+
line: 113,
|
|
63923
63914
|
column: 27
|
|
63924
63915
|
}
|
|
63925
63916
|
}],
|
|
63926
|
-
line:
|
|
63917
|
+
line: 106
|
|
63927
63918
|
},
|
|
63928
63919
|
"16": {
|
|
63929
63920
|
loc: {
|
|
63930
63921
|
start: {
|
|
63931
|
-
line:
|
|
63922
|
+
line: 131,
|
|
63932
63923
|
column: 36
|
|
63933
63924
|
},
|
|
63934
63925
|
end: {
|
|
63935
|
-
line:
|
|
63926
|
+
line: 131,
|
|
63936
63927
|
column: 69
|
|
63937
63928
|
}
|
|
63938
63929
|
},
|
|
63939
63930
|
type: "cond-expr",
|
|
63940
63931
|
locations: [{
|
|
63941
63932
|
start: {
|
|
63942
|
-
line:
|
|
63933
|
+
line: 131,
|
|
63943
63934
|
column: 51
|
|
63944
63935
|
},
|
|
63945
63936
|
end: {
|
|
63946
|
-
line:
|
|
63937
|
+
line: 131,
|
|
63947
63938
|
column: 55
|
|
63948
63939
|
}
|
|
63949
63940
|
}, {
|
|
63950
63941
|
start: {
|
|
63951
|
-
line:
|
|
63942
|
+
line: 131,
|
|
63952
63943
|
column: 58
|
|
63953
63944
|
},
|
|
63954
63945
|
end: {
|
|
63955
|
-
line:
|
|
63946
|
+
line: 131,
|
|
63956
63947
|
column: 69
|
|
63957
63948
|
}
|
|
63958
63949
|
}],
|
|
63959
|
-
line:
|
|
63950
|
+
line: 131
|
|
63960
63951
|
},
|
|
63961
63952
|
"17": {
|
|
63962
63953
|
loc: {
|
|
63963
63954
|
start: {
|
|
63964
|
-
line:
|
|
63955
|
+
line: 140,
|
|
63965
63956
|
column: 17
|
|
63966
63957
|
},
|
|
63967
63958
|
end: {
|
|
63968
|
-
line:
|
|
63959
|
+
line: 149,
|
|
63969
63960
|
column: 17
|
|
63970
63961
|
}
|
|
63971
63962
|
},
|
|
63972
63963
|
type: "binary-expr",
|
|
63973
63964
|
locations: [{
|
|
63974
63965
|
start: {
|
|
63975
|
-
line:
|
|
63966
|
+
line: 140,
|
|
63976
63967
|
column: 17
|
|
63977
63968
|
},
|
|
63978
63969
|
end: {
|
|
63979
|
-
line:
|
|
63970
|
+
line: 140,
|
|
63980
63971
|
column: 63
|
|
63981
63972
|
}
|
|
63982
63973
|
}, {
|
|
63983
63974
|
start: {
|
|
63984
|
-
line:
|
|
63975
|
+
line: 141,
|
|
63985
63976
|
column: 18
|
|
63986
63977
|
},
|
|
63987
63978
|
end: {
|
|
63988
|
-
line:
|
|
63979
|
+
line: 148,
|
|
63989
63980
|
column: 20
|
|
63990
63981
|
}
|
|
63991
63982
|
}],
|
|
63992
|
-
line:
|
|
63983
|
+
line: 140
|
|
63993
63984
|
},
|
|
63994
63985
|
"18": {
|
|
63995
63986
|
loc: {
|
|
63996
63987
|
start: {
|
|
63997
|
-
line:
|
|
63988
|
+
line: 193,
|
|
63998
63989
|
column: 32
|
|
63999
63990
|
},
|
|
64000
63991
|
end: {
|
|
64001
|
-
line:
|
|
63992
|
+
line: 193,
|
|
64002
63993
|
column: 66
|
|
64003
63994
|
}
|
|
64004
63995
|
},
|
|
64005
63996
|
type: "cond-expr",
|
|
64006
63997
|
locations: [{
|
|
64007
63998
|
start: {
|
|
64008
|
-
line:
|
|
63999
|
+
line: 193,
|
|
64009
64000
|
column: 47
|
|
64010
64001
|
},
|
|
64011
64002
|
end: {
|
|
64012
|
-
line:
|
|
64003
|
+
line: 193,
|
|
64013
64004
|
column: 51
|
|
64014
64005
|
}
|
|
64015
64006
|
}, {
|
|
64016
64007
|
start: {
|
|
64017
|
-
line:
|
|
64008
|
+
line: 193,
|
|
64018
64009
|
column: 54
|
|
64019
64010
|
},
|
|
64020
64011
|
end: {
|
|
64021
|
-
line:
|
|
64012
|
+
line: 193,
|
|
64022
64013
|
column: 66
|
|
64023
64014
|
}
|
|
64024
64015
|
}],
|
|
64025
|
-
line:
|
|
64016
|
+
line: 193
|
|
64026
64017
|
},
|
|
64027
64018
|
"19": {
|
|
64028
64019
|
loc: {
|
|
64029
64020
|
start: {
|
|
64030
|
-
line:
|
|
64021
|
+
line: 202,
|
|
64031
64022
|
column: 13
|
|
64032
64023
|
},
|
|
64033
64024
|
end: {
|
|
64034
|
-
line:
|
|
64025
|
+
line: 211,
|
|
64035
64026
|
column: 13
|
|
64036
64027
|
}
|
|
64037
64028
|
},
|
|
64038
64029
|
type: "binary-expr",
|
|
64039
64030
|
locations: [{
|
|
64040
64031
|
start: {
|
|
64041
|
-
line:
|
|
64032
|
+
line: 202,
|
|
64042
64033
|
column: 13
|
|
64043
64034
|
},
|
|
64044
64035
|
end: {
|
|
64045
|
-
line:
|
|
64036
|
+
line: 202,
|
|
64046
64037
|
column: 59
|
|
64047
64038
|
}
|
|
64048
64039
|
}, {
|
|
64049
64040
|
start: {
|
|
64050
|
-
line:
|
|
64041
|
+
line: 203,
|
|
64051
64042
|
column: 14
|
|
64052
64043
|
},
|
|
64053
64044
|
end: {
|
|
64054
|
-
line:
|
|
64045
|
+
line: 210,
|
|
64055
64046
|
column: 16
|
|
64056
64047
|
}
|
|
64057
64048
|
}],
|
|
64058
|
-
line:
|
|
64049
|
+
line: 202
|
|
64059
64050
|
},
|
|
64060
64051
|
"20": {
|
|
64061
64052
|
loc: {
|
|
64062
64053
|
start: {
|
|
64063
|
-
line:
|
|
64054
|
+
line: 232,
|
|
64064
64055
|
column: 13
|
|
64065
64056
|
},
|
|
64066
64057
|
end: {
|
|
64067
|
-
line:
|
|
64058
|
+
line: 236,
|
|
64068
64059
|
column: 13
|
|
64069
64060
|
}
|
|
64070
64061
|
},
|
|
64071
64062
|
type: "binary-expr",
|
|
64072
64063
|
locations: [{
|
|
64073
64064
|
start: {
|
|
64074
|
-
line:
|
|
64065
|
+
line: 232,
|
|
64075
64066
|
column: 13
|
|
64076
64067
|
},
|
|
64077
64068
|
end: {
|
|
64078
|
-
line:
|
|
64069
|
+
line: 232,
|
|
64079
64070
|
column: 37
|
|
64080
64071
|
}
|
|
64081
64072
|
}, {
|
|
64082
64073
|
start: {
|
|
64083
|
-
line:
|
|
64074
|
+
line: 233,
|
|
64084
64075
|
column: 14
|
|
64085
64076
|
},
|
|
64086
64077
|
end: {
|
|
64087
|
-
line:
|
|
64078
|
+
line: 235,
|
|
64088
64079
|
column: 32
|
|
64089
64080
|
}
|
|
64090
64081
|
}],
|
|
64091
|
-
line:
|
|
64082
|
+
line: 232
|
|
64092
64083
|
}
|
|
64093
64084
|
},
|
|
64094
64085
|
s: {
|
|
@@ -64145,7 +64136,8 @@ function cov_2kupegl7ql() {
|
|
|
64145
64136
|
"50": 0,
|
|
64146
64137
|
"51": 0,
|
|
64147
64138
|
"52": 0,
|
|
64148
|
-
"53": 0
|
|
64139
|
+
"53": 0,
|
|
64140
|
+
"54": 0
|
|
64149
64141
|
},
|
|
64150
64142
|
f: {
|
|
64151
64143
|
"0": 0,
|
|
@@ -64186,7 +64178,7 @@ function cov_2kupegl7ql() {
|
|
|
64186
64178
|
"20": [0, 0]
|
|
64187
64179
|
},
|
|
64188
64180
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
64189
|
-
hash: "
|
|
64181
|
+
hash: "23483456014f72294d9cd81bf25d9ebd1044ebf1"
|
|
64190
64182
|
};
|
|
64191
64183
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
64192
64184
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -64211,6 +64203,7 @@ cov_2kupegl7ql().s[1]++;
|
|
|
64211
64203
|
var Events$1 = function Events(_ref2) {
|
|
64212
64204
|
var name = _ref2.name,
|
|
64213
64205
|
data = _ref2.data,
|
|
64206
|
+
onSelectEvent = _ref2.onSelectEvent,
|
|
64214
64207
|
performerName = _ref2.performerName;
|
|
64215
64208
|
cov_2kupegl7ql().f[0]++;
|
|
64216
64209
|
var _ref3 = (cov_2kupegl7ql().s[2]++, useFormikContext()),
|
|
@@ -64329,17 +64322,19 @@ var Events$1 = function Events(_ref2) {
|
|
|
64329
64322
|
name: option.value
|
|
64330
64323
|
}]));
|
|
64331
64324
|
cov_2kupegl7ql().s[40]++;
|
|
64325
|
+
onSelectEvent === null || onSelectEvent === void 0 ? void 0 : onSelectEvent(name, options);
|
|
64326
|
+
cov_2kupegl7ql().s[41]++;
|
|
64332
64327
|
setFieldValue("".concat(name, ".value"), options);
|
|
64333
64328
|
};
|
|
64334
|
-
cov_2kupegl7ql().s[
|
|
64329
|
+
cov_2kupegl7ql().s[42]++;
|
|
64335
64330
|
var handleClose = function handleClose() {
|
|
64336
64331
|
cov_2kupegl7ql().f[3]++;
|
|
64337
|
-
cov_2kupegl7ql().s[42]++;
|
|
64338
|
-
setActiveOption(null);
|
|
64339
64332
|
cov_2kupegl7ql().s[43]++;
|
|
64333
|
+
setActiveOption(null);
|
|
64334
|
+
cov_2kupegl7ql().s[44]++;
|
|
64340
64335
|
setSearchTerm("");
|
|
64341
64336
|
};
|
|
64342
|
-
cov_2kupegl7ql().s[
|
|
64337
|
+
cov_2kupegl7ql().s[45]++;
|
|
64343
64338
|
return /*#__PURE__*/React.createElement("div", {
|
|
64344
64339
|
className: "my-auto flex flex-wrap gap-x-2 gap-y-3"
|
|
64345
64340
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
@@ -64349,7 +64344,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64349
64344
|
}, t("common.when")), allEvents.length ? (cov_2kupegl7ql().b[14][0]++, allEvents.map(function (event, idx) {
|
|
64350
64345
|
var _event$label;
|
|
64351
64346
|
cov_2kupegl7ql().f[4]++;
|
|
64352
|
-
cov_2kupegl7ql().s[
|
|
64347
|
+
cov_2kupegl7ql().s[46]++;
|
|
64353
64348
|
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
64354
64349
|
key: idx
|
|
64355
64350
|
}, (cov_2kupegl7ql().b[15][0]++, !!idx) && (cov_2kupegl7ql().b[15][1]++, /*#__PURE__*/React.createElement(Typography, {
|
|
@@ -64369,7 +64364,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64369
64364
|
}),
|
|
64370
64365
|
onClick: function onClick() {
|
|
64371
64366
|
cov_2kupegl7ql().f[5]++;
|
|
64372
|
-
cov_2kupegl7ql().s[
|
|
64367
|
+
cov_2kupegl7ql().s[47]++;
|
|
64373
64368
|
return setActiveOption(activeOption ? (cov_2kupegl7ql().b[16][0]++, null) : (cov_2kupegl7ql().b[16][1]++, event.value));
|
|
64374
64369
|
}
|
|
64375
64370
|
}, event === null || event === void 0 ? void 0 : (_event$label = event.label) === null || _event$label === void 0 ? void 0 : _event$label.toLowerCase()),
|
|
@@ -64384,14 +64379,14 @@ var Events$1 = function Events(_ref2) {
|
|
|
64384
64379
|
value: searchTerm,
|
|
64385
64380
|
onChange: function onChange(e) {
|
|
64386
64381
|
cov_2kupegl7ql().f[6]++;
|
|
64387
|
-
cov_2kupegl7ql().s[
|
|
64382
|
+
cov_2kupegl7ql().s[48]++;
|
|
64388
64383
|
return setSearchTerm(e.target.value);
|
|
64389
64384
|
}
|
|
64390
64385
|
})), /*#__PURE__*/React.createElement(OptionsWrapper, {
|
|
64391
64386
|
hasScroll: dropdownOptions.length > MAXIMUM_OPTION_LENGTH
|
|
64392
64387
|
}, searchedOptions.map(function (option, idx) {
|
|
64393
64388
|
cov_2kupegl7ql().f[7]++;
|
|
64394
|
-
cov_2kupegl7ql().s[
|
|
64389
|
+
cov_2kupegl7ql().s[49]++;
|
|
64395
64390
|
return /*#__PURE__*/React.createElement(MenuItem$2.Button, {
|
|
64396
64391
|
"data-cy": "".concat(joinHyphenCase(option.label), "-menu-item"),
|
|
64397
64392
|
key: idx,
|
|
@@ -64402,7 +64397,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64402
64397
|
}),
|
|
64403
64398
|
onClick: function onClick() {
|
|
64404
64399
|
cov_2kupegl7ql().f[8]++;
|
|
64405
|
-
cov_2kupegl7ql().s[
|
|
64400
|
+
cov_2kupegl7ql().s[50]++;
|
|
64406
64401
|
return handleMultiSelectOption(option);
|
|
64407
64402
|
}
|
|
64408
64403
|
}, option.label);
|
|
@@ -64422,7 +64417,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64422
64417
|
}),
|
|
64423
64418
|
onClick: function onClick() {
|
|
64424
64419
|
cov_2kupegl7ql().f[9]++;
|
|
64425
|
-
cov_2kupegl7ql().s[
|
|
64420
|
+
cov_2kupegl7ql().s[51]++;
|
|
64426
64421
|
return setActiveOption(activeOption ? (cov_2kupegl7ql().b[18][0]++, null) : (cov_2kupegl7ql().b[18][1]++, defaultLabel));
|
|
64427
64422
|
}
|
|
64428
64423
|
}, defaultLabel),
|
|
@@ -64437,14 +64432,14 @@ var Events$1 = function Events(_ref2) {
|
|
|
64437
64432
|
value: searchTerm,
|
|
64438
64433
|
onChange: function onChange(e) {
|
|
64439
64434
|
cov_2kupegl7ql().f[10]++;
|
|
64440
|
-
cov_2kupegl7ql().s[
|
|
64435
|
+
cov_2kupegl7ql().s[52]++;
|
|
64441
64436
|
return setSearchTerm(e.target.value);
|
|
64442
64437
|
}
|
|
64443
64438
|
})), /*#__PURE__*/React.createElement(OptionsWrapper, {
|
|
64444
64439
|
hasScroll: dropdownOptions.length > MAXIMUM_OPTION_LENGTH
|
|
64445
64440
|
}, searchedOptions.map(function (option, idx) {
|
|
64446
64441
|
cov_2kupegl7ql().f[11]++;
|
|
64447
|
-
cov_2kupegl7ql().s[
|
|
64442
|
+
cov_2kupegl7ql().s[53]++;
|
|
64448
64443
|
return /*#__PURE__*/React.createElement(MenuItem$2.Button, {
|
|
64449
64444
|
"data-cy": "".concat(joinHyphenCase(option.label), "-menu-item"),
|
|
64450
64445
|
key: idx,
|
|
@@ -64455,7 +64450,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64455
64450
|
}),
|
|
64456
64451
|
onClick: function onClick() {
|
|
64457
64452
|
cov_2kupegl7ql().f[12]++;
|
|
64458
|
-
cov_2kupegl7ql().s[
|
|
64453
|
+
cov_2kupegl7ql().s[54]++;
|
|
64459
64454
|
return handleMultiSelectOption(option);
|
|
64460
64455
|
}
|
|
64461
64456
|
}, option.label);
|
|
@@ -64468,10 +64463,10 @@ var Events$1 = function Events(_ref2) {
|
|
|
64468
64463
|
}));
|
|
64469
64464
|
};
|
|
64470
64465
|
|
|
64471
|
-
var _excluded$5 = ["data", "label", "name", "performerName", "conditionsName"];
|
|
64466
|
+
var _excluded$5 = ["data", "label", "name", "performerName", "conditionsName", "onSelectEvent"];
|
|
64472
64467
|
function cov_12u811mcez() {
|
|
64473
64468
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/EventConditions/index.jsx";
|
|
64474
|
-
var hash = "
|
|
64469
|
+
var hash = "47a7986f3811e066550f22ba4d54668f6d538b0b";
|
|
64475
64470
|
var global = new Function("return this")();
|
|
64476
64471
|
var gcv = "__coverage__";
|
|
64477
64472
|
var coverageData = {
|
|
@@ -64479,91 +64474,91 @@ function cov_12u811mcez() {
|
|
|
64479
64474
|
statementMap: {
|
|
64480
64475
|
"0": {
|
|
64481
64476
|
start: {
|
|
64482
|
-
line:
|
|
64477
|
+
line: 16,
|
|
64483
64478
|
column: 24
|
|
64484
64479
|
},
|
|
64485
64480
|
end: {
|
|
64486
|
-
line:
|
|
64481
|
+
line: 87,
|
|
64487
64482
|
column: 1
|
|
64488
64483
|
}
|
|
64489
64484
|
},
|
|
64490
64485
|
"1": {
|
|
64491
64486
|
start: {
|
|
64492
|
-
line:
|
|
64487
|
+
line: 25,
|
|
64493
64488
|
column: 36
|
|
64494
64489
|
},
|
|
64495
64490
|
end: {
|
|
64496
|
-
line:
|
|
64491
|
+
line: 25,
|
|
64497
64492
|
column: 54
|
|
64498
64493
|
}
|
|
64499
64494
|
},
|
|
64500
64495
|
"2": {
|
|
64501
64496
|
start: {
|
|
64502
|
-
line:
|
|
64497
|
+
line: 27,
|
|
64503
64498
|
column: 23
|
|
64504
64499
|
},
|
|
64505
64500
|
end: {
|
|
64506
|
-
line:
|
|
64501
|
+
line: 27,
|
|
64507
64502
|
column: 39
|
|
64508
64503
|
}
|
|
64509
64504
|
},
|
|
64510
64505
|
"3": {
|
|
64511
64506
|
start: {
|
|
64512
|
-
line:
|
|
64507
|
+
line: 28,
|
|
64513
64508
|
column: 25
|
|
64514
64509
|
},
|
|
64515
64510
|
end: {
|
|
64516
|
-
line:
|
|
64511
|
+
line: 28,
|
|
64517
64512
|
column: 51
|
|
64518
64513
|
}
|
|
64519
64514
|
},
|
|
64520
64515
|
"4": {
|
|
64521
64516
|
start: {
|
|
64522
|
-
line:
|
|
64517
|
+
line: 29,
|
|
64523
64518
|
column: 21
|
|
64524
64519
|
},
|
|
64525
64520
|
end: {
|
|
64526
|
-
line:
|
|
64521
|
+
line: 29,
|
|
64527
64522
|
column: 55
|
|
64528
64523
|
}
|
|
64529
64524
|
},
|
|
64530
64525
|
"5": {
|
|
64531
64526
|
start: {
|
|
64532
|
-
line:
|
|
64527
|
+
line: 30,
|
|
64533
64528
|
column: 24
|
|
64534
64529
|
},
|
|
64535
64530
|
end: {
|
|
64536
|
-
line:
|
|
64531
|
+
line: 30,
|
|
64537
64532
|
column: 43
|
|
64538
64533
|
}
|
|
64539
64534
|
},
|
|
64540
64535
|
"6": {
|
|
64541
64536
|
start: {
|
|
64542
|
-
line:
|
|
64537
|
+
line: 32,
|
|
64543
64538
|
column: 29
|
|
64544
64539
|
},
|
|
64545
64540
|
end: {
|
|
64546
|
-
line:
|
|
64541
|
+
line: 41,
|
|
64547
64542
|
column: 3
|
|
64548
64543
|
}
|
|
64549
64544
|
},
|
|
64550
64545
|
"7": {
|
|
64551
64546
|
start: {
|
|
64552
|
-
line:
|
|
64547
|
+
line: 33,
|
|
64553
64548
|
column: 4
|
|
64554
64549
|
},
|
|
64555
64550
|
end: {
|
|
64556
|
-
line:
|
|
64551
|
+
line: 40,
|
|
64557
64552
|
column: 7
|
|
64558
64553
|
}
|
|
64559
64554
|
},
|
|
64560
64555
|
"8": {
|
|
64561
64556
|
start: {
|
|
64562
|
-
line:
|
|
64557
|
+
line: 43,
|
|
64563
64558
|
column: 2
|
|
64564
64559
|
},
|
|
64565
64560
|
end: {
|
|
64566
|
-
line:
|
|
64561
|
+
line: 86,
|
|
64567
64562
|
column: 4
|
|
64568
64563
|
}
|
|
64569
64564
|
}
|
|
@@ -64573,249 +64568,249 @@ function cov_12u811mcez() {
|
|
|
64573
64568
|
name: "(anonymous_0)",
|
|
64574
64569
|
decl: {
|
|
64575
64570
|
start: {
|
|
64576
|
-
line:
|
|
64571
|
+
line: 16,
|
|
64577
64572
|
column: 24
|
|
64578
64573
|
},
|
|
64579
64574
|
end: {
|
|
64580
|
-
line:
|
|
64575
|
+
line: 16,
|
|
64581
64576
|
column: 25
|
|
64582
64577
|
}
|
|
64583
64578
|
},
|
|
64584
64579
|
loc: {
|
|
64585
64580
|
start: {
|
|
64586
|
-
line:
|
|
64581
|
+
line: 24,
|
|
64587
64582
|
column: 6
|
|
64588
64583
|
},
|
|
64589
64584
|
end: {
|
|
64590
|
-
line:
|
|
64585
|
+
line: 87,
|
|
64591
64586
|
column: 1
|
|
64592
64587
|
}
|
|
64593
64588
|
},
|
|
64594
|
-
line:
|
|
64589
|
+
line: 24
|
|
64595
64590
|
},
|
|
64596
64591
|
"1": {
|
|
64597
64592
|
name: "(anonymous_1)",
|
|
64598
64593
|
decl: {
|
|
64599
64594
|
start: {
|
|
64600
|
-
line:
|
|
64595
|
+
line: 32,
|
|
64601
64596
|
column: 29
|
|
64602
64597
|
},
|
|
64603
64598
|
end: {
|
|
64604
|
-
line:
|
|
64599
|
+
line: 32,
|
|
64605
64600
|
column: 30
|
|
64606
64601
|
}
|
|
64607
64602
|
},
|
|
64608
64603
|
loc: {
|
|
64609
64604
|
start: {
|
|
64610
|
-
line:
|
|
64605
|
+
line: 32,
|
|
64611
64606
|
column: 35
|
|
64612
64607
|
},
|
|
64613
64608
|
end: {
|
|
64614
|
-
line:
|
|
64609
|
+
line: 41,
|
|
64615
64610
|
column: 3
|
|
64616
64611
|
}
|
|
64617
64612
|
},
|
|
64618
|
-
line:
|
|
64613
|
+
line: 32
|
|
64619
64614
|
}
|
|
64620
64615
|
},
|
|
64621
64616
|
branchMap: {
|
|
64622
64617
|
"0": {
|
|
64623
64618
|
loc: {
|
|
64624
64619
|
start: {
|
|
64625
|
-
line:
|
|
64620
|
+
line: 27,
|
|
64626
64621
|
column: 23
|
|
64627
64622
|
},
|
|
64628
64623
|
end: {
|
|
64629
|
-
line:
|
|
64624
|
+
line: 27,
|
|
64630
64625
|
column: 39
|
|
64631
64626
|
}
|
|
64632
64627
|
},
|
|
64633
64628
|
type: "binary-expr",
|
|
64634
64629
|
locations: [{
|
|
64635
64630
|
start: {
|
|
64636
|
-
line:
|
|
64631
|
+
line: 27,
|
|
64637
64632
|
column: 23
|
|
64638
64633
|
},
|
|
64639
64634
|
end: {
|
|
64640
|
-
line:
|
|
64635
|
+
line: 27,
|
|
64641
64636
|
column: 33
|
|
64642
64637
|
}
|
|
64643
64638
|
}, {
|
|
64644
64639
|
start: {
|
|
64645
|
-
line:
|
|
64640
|
+
line: 27,
|
|
64646
64641
|
column: 37
|
|
64647
64642
|
},
|
|
64648
64643
|
end: {
|
|
64649
|
-
line:
|
|
64644
|
+
line: 27,
|
|
64650
64645
|
column: 39
|
|
64651
64646
|
}
|
|
64652
64647
|
}],
|
|
64653
|
-
line:
|
|
64648
|
+
line: 27
|
|
64654
64649
|
},
|
|
64655
64650
|
"1": {
|
|
64656
64651
|
loc: {
|
|
64657
64652
|
start: {
|
|
64658
|
-
line:
|
|
64653
|
+
line: 28,
|
|
64659
64654
|
column: 25
|
|
64660
64655
|
},
|
|
64661
64656
|
end: {
|
|
64662
|
-
line:
|
|
64657
|
+
line: 28,
|
|
64663
64658
|
column: 51
|
|
64664
64659
|
}
|
|
64665
64660
|
},
|
|
64666
64661
|
type: "binary-expr",
|
|
64667
64662
|
locations: [{
|
|
64668
64663
|
start: {
|
|
64669
|
-
line:
|
|
64664
|
+
line: 28,
|
|
64670
64665
|
column: 25
|
|
64671
64666
|
},
|
|
64672
64667
|
end: {
|
|
64673
|
-
line:
|
|
64668
|
+
line: 28,
|
|
64674
64669
|
column: 45
|
|
64675
64670
|
}
|
|
64676
64671
|
}, {
|
|
64677
64672
|
start: {
|
|
64678
|
-
line:
|
|
64673
|
+
line: 28,
|
|
64679
64674
|
column: 49
|
|
64680
64675
|
},
|
|
64681
64676
|
end: {
|
|
64682
|
-
line:
|
|
64677
|
+
line: 28,
|
|
64683
64678
|
column: 51
|
|
64684
64679
|
}
|
|
64685
64680
|
}],
|
|
64686
|
-
line:
|
|
64681
|
+
line: 28
|
|
64687
64682
|
},
|
|
64688
64683
|
"2": {
|
|
64689
64684
|
loc: {
|
|
64690
64685
|
start: {
|
|
64691
|
-
line:
|
|
64686
|
+
line: 29,
|
|
64692
64687
|
column: 21
|
|
64693
64688
|
},
|
|
64694
64689
|
end: {
|
|
64695
|
-
line:
|
|
64690
|
+
line: 29,
|
|
64696
64691
|
column: 55
|
|
64697
64692
|
}
|
|
64698
64693
|
},
|
|
64699
64694
|
type: "binary-expr",
|
|
64700
64695
|
locations: [{
|
|
64701
64696
|
start: {
|
|
64702
|
-
line:
|
|
64697
|
+
line: 29,
|
|
64703
64698
|
column: 21
|
|
64704
64699
|
},
|
|
64705
64700
|
end: {
|
|
64706
|
-
line:
|
|
64701
|
+
line: 29,
|
|
64707
64702
|
column: 49
|
|
64708
64703
|
}
|
|
64709
64704
|
}, {
|
|
64710
64705
|
start: {
|
|
64711
|
-
line:
|
|
64706
|
+
line: 29,
|
|
64712
64707
|
column: 53
|
|
64713
64708
|
},
|
|
64714
64709
|
end: {
|
|
64715
|
-
line:
|
|
64710
|
+
line: 29,
|
|
64716
64711
|
column: 55
|
|
64717
64712
|
}
|
|
64718
64713
|
}],
|
|
64719
|
-
line:
|
|
64714
|
+
line: 29
|
|
64720
64715
|
},
|
|
64721
64716
|
"3": {
|
|
64722
64717
|
loc: {
|
|
64723
64718
|
start: {
|
|
64724
|
-
line:
|
|
64719
|
+
line: 45,
|
|
64725
64720
|
column: 19
|
|
64726
64721
|
},
|
|
64727
64722
|
end: {
|
|
64728
|
-
line:
|
|
64723
|
+
line: 45,
|
|
64729
64724
|
column: 47
|
|
64730
64725
|
}
|
|
64731
64726
|
},
|
|
64732
64727
|
type: "binary-expr",
|
|
64733
64728
|
locations: [{
|
|
64734
64729
|
start: {
|
|
64735
|
-
line:
|
|
64730
|
+
line: 45,
|
|
64736
64731
|
column: 19
|
|
64737
64732
|
},
|
|
64738
64733
|
end: {
|
|
64739
|
-
line:
|
|
64734
|
+
line: 45,
|
|
64740
64735
|
column: 24
|
|
64741
64736
|
}
|
|
64742
64737
|
}, {
|
|
64743
64738
|
start: {
|
|
64744
|
-
line:
|
|
64739
|
+
line: 45,
|
|
64745
64740
|
column: 28
|
|
64746
64741
|
},
|
|
64747
64742
|
end: {
|
|
64748
|
-
line:
|
|
64743
|
+
line: 45,
|
|
64749
64744
|
column: 47
|
|
64750
64745
|
}
|
|
64751
64746
|
}],
|
|
64752
|
-
line:
|
|
64747
|
+
line: 45
|
|
64753
64748
|
},
|
|
64754
64749
|
"4": {
|
|
64755
64750
|
loc: {
|
|
64756
64751
|
start: {
|
|
64757
|
-
line:
|
|
64752
|
+
line: 59,
|
|
64758
64753
|
column: 11
|
|
64759
64754
|
},
|
|
64760
64755
|
end: {
|
|
64761
|
-
line:
|
|
64756
|
+
line: 72,
|
|
64762
64757
|
column: 11
|
|
64763
64758
|
}
|
|
64764
64759
|
},
|
|
64765
64760
|
type: "binary-expr",
|
|
64766
64761
|
locations: [{
|
|
64767
64762
|
start: {
|
|
64768
|
-
line:
|
|
64763
|
+
line: 59,
|
|
64769
64764
|
column: 11
|
|
64770
64765
|
},
|
|
64771
64766
|
end: {
|
|
64772
|
-
line:
|
|
64767
|
+
line: 59,
|
|
64773
64768
|
column: 24
|
|
64774
64769
|
}
|
|
64775
64770
|
}, {
|
|
64776
64771
|
start: {
|
|
64777
|
-
line:
|
|
64772
|
+
line: 60,
|
|
64778
64773
|
column: 12
|
|
64779
64774
|
},
|
|
64780
64775
|
end: {
|
|
64781
|
-
line:
|
|
64776
|
+
line: 71,
|
|
64782
64777
|
column: 14
|
|
64783
64778
|
}
|
|
64784
64779
|
}],
|
|
64785
|
-
line:
|
|
64780
|
+
line: 59
|
|
64786
64781
|
},
|
|
64787
64782
|
"5": {
|
|
64788
64783
|
loc: {
|
|
64789
64784
|
start: {
|
|
64790
|
-
line:
|
|
64785
|
+
line: 74,
|
|
64791
64786
|
column: 9
|
|
64792
64787
|
},
|
|
64793
64788
|
end: {
|
|
64794
|
-
line:
|
|
64789
|
+
line: 83,
|
|
64795
64790
|
column: 9
|
|
64796
64791
|
}
|
|
64797
64792
|
},
|
|
64798
64793
|
type: "binary-expr",
|
|
64799
64794
|
locations: [{
|
|
64800
64795
|
start: {
|
|
64801
|
-
line:
|
|
64796
|
+
line: 74,
|
|
64802
64797
|
column: 9
|
|
64803
64798
|
},
|
|
64804
64799
|
end: {
|
|
64805
|
-
line:
|
|
64800
|
+
line: 74,
|
|
64806
64801
|
column: 23
|
|
64807
64802
|
}
|
|
64808
64803
|
}, {
|
|
64809
64804
|
start: {
|
|
64810
|
-
line:
|
|
64805
|
+
line: 75,
|
|
64811
64806
|
column: 10
|
|
64812
64807
|
},
|
|
64813
64808
|
end: {
|
|
64814
|
-
line:
|
|
64809
|
+
line: 82,
|
|
64815
64810
|
column: 16
|
|
64816
64811
|
}
|
|
64817
64812
|
}],
|
|
64818
|
-
line:
|
|
64813
|
+
line: 74
|
|
64819
64814
|
}
|
|
64820
64815
|
},
|
|
64821
64816
|
s: {
|
|
@@ -64842,7 +64837,7 @@ function cov_12u811mcez() {
|
|
|
64842
64837
|
"5": [0, 0]
|
|
64843
64838
|
},
|
|
64844
64839
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
64845
|
-
hash: "
|
|
64840
|
+
hash: "47a7986f3811e066550f22ba4d54668f6d538b0b"
|
|
64846
64841
|
};
|
|
64847
64842
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
64848
64843
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -64865,6 +64860,7 @@ var EventConditions = function EventConditions(_ref) {
|
|
|
64865
64860
|
name = _ref.name,
|
|
64866
64861
|
performerName = _ref.performerName,
|
|
64867
64862
|
conditionsName = _ref.conditionsName,
|
|
64863
|
+
onSelectEvent = _ref.onSelectEvent,
|
|
64868
64864
|
config = _objectWithoutProperties(_ref, _excluded$5);
|
|
64869
64865
|
cov_12u811mcez().f[0]++;
|
|
64870
64866
|
var _ref2 = (cov_12u811mcez().s[1]++, useFormikContext()),
|
|
@@ -64898,13 +64894,18 @@ var EventConditions = function EventConditions(_ref) {
|
|
|
64898
64894
|
}, /*#__PURE__*/React.createElement(Events$1, {
|
|
64899
64895
|
data: data,
|
|
64900
64896
|
name: name,
|
|
64901
|
-
performerName: performerName
|
|
64897
|
+
performerName: performerName,
|
|
64898
|
+
onSelectEvent: onSelectEvent
|
|
64902
64899
|
})), (cov_12u811mcez().b[4][0]++, showAddButton) && (cov_12u811mcez().b[4][1]++, /*#__PURE__*/React.createElement(Button, {
|
|
64903
64900
|
"data-cy": "add-condition-button",
|
|
64904
64901
|
"data-test-id": "automation-rules-add-events-button",
|
|
64905
64902
|
icon: Plus,
|
|
64906
64903
|
size: 32,
|
|
64907
64904
|
style: "icon",
|
|
64905
|
+
tooltipProps: {
|
|
64906
|
+
content: t("form.addCondition"),
|
|
64907
|
+
position: "top"
|
|
64908
|
+
},
|
|
64908
64909
|
onClick: handleAddCondition
|
|
64909
64910
|
}))), (cov_12u811mcez().b[5][0]++, !showAddButton) && (cov_12u811mcez().b[5][1]++, /*#__PURE__*/React.createElement("div", {
|
|
64910
64911
|
className: "mt-3"
|
|
@@ -67287,7 +67288,7 @@ cov_1iurb38lu4().s[31]++;
|
|
|
67287
67288
|
|
|
67288
67289
|
function cov_12g9t40vga() {
|
|
67289
67290
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Events/index.jsx";
|
|
67290
|
-
var hash = "
|
|
67291
|
+
var hash = "b65cdc0f395fa677c6b7990e9f8e6988cab04d6b";
|
|
67291
67292
|
var global = new Function("return this")();
|
|
67292
67293
|
var gcv = "__coverage__";
|
|
67293
67294
|
var coverageData = {
|
|
@@ -67299,7 +67300,7 @@ function cov_12g9t40vga() {
|
|
|
67299
67300
|
column: 15
|
|
67300
67301
|
},
|
|
67301
67302
|
end: {
|
|
67302
|
-
line:
|
|
67303
|
+
line: 157,
|
|
67303
67304
|
column: 1
|
|
67304
67305
|
}
|
|
67305
67306
|
},
|
|
@@ -67599,7 +67600,7 @@ function cov_12g9t40vga() {
|
|
|
67599
67600
|
column: 2
|
|
67600
67601
|
},
|
|
67601
67602
|
end: {
|
|
67602
|
-
line:
|
|
67603
|
+
line: 156,
|
|
67603
67604
|
column: 4
|
|
67604
67605
|
}
|
|
67605
67606
|
},
|
|
@@ -67609,7 +67610,7 @@ function cov_12g9t40vga() {
|
|
|
67609
67610
|
column: 10
|
|
67610
67611
|
},
|
|
67611
67612
|
end: {
|
|
67612
|
-
line:
|
|
67613
|
+
line: 152,
|
|
67613
67614
|
column: 16
|
|
67614
67615
|
}
|
|
67615
67616
|
},
|
|
@@ -67635,21 +67636,21 @@ function cov_12g9t40vga() {
|
|
|
67635
67636
|
},
|
|
67636
67637
|
"34": {
|
|
67637
67638
|
start: {
|
|
67638
|
-
line:
|
|
67639
|
+
line: 135,
|
|
67639
67640
|
column: 33
|
|
67640
67641
|
},
|
|
67641
67642
|
end: {
|
|
67642
|
-
line:
|
|
67643
|
+
line: 135,
|
|
67643
67644
|
column: 61
|
|
67644
67645
|
}
|
|
67645
67646
|
},
|
|
67646
67647
|
"35": {
|
|
67647
67648
|
start: {
|
|
67648
|
-
line:
|
|
67649
|
+
line: 148,
|
|
67649
67650
|
column: 33
|
|
67650
67651
|
},
|
|
67651
67652
|
end: {
|
|
67652
|
-
line:
|
|
67653
|
+
line: 148,
|
|
67653
67654
|
column: 55
|
|
67654
67655
|
}
|
|
67655
67656
|
}
|
|
@@ -67673,7 +67674,7 @@ function cov_12g9t40vga() {
|
|
|
67673
67674
|
column: 72
|
|
67674
67675
|
},
|
|
67675
67676
|
end: {
|
|
67676
|
-
line:
|
|
67677
|
+
line: 157,
|
|
67677
67678
|
column: 1
|
|
67678
67679
|
}
|
|
67679
67680
|
},
|
|
@@ -67817,7 +67818,7 @@ function cov_12g9t40vga() {
|
|
|
67817
67818
|
column: 10
|
|
67818
67819
|
},
|
|
67819
67820
|
end: {
|
|
67820
|
-
line:
|
|
67821
|
+
line: 152,
|
|
67821
67822
|
column: 16
|
|
67822
67823
|
}
|
|
67823
67824
|
},
|
|
@@ -67875,49 +67876,49 @@ function cov_12g9t40vga() {
|
|
|
67875
67876
|
name: "(anonymous_9)",
|
|
67876
67877
|
decl: {
|
|
67877
67878
|
start: {
|
|
67878
|
-
line:
|
|
67879
|
+
line: 135,
|
|
67879
67880
|
column: 27
|
|
67880
67881
|
},
|
|
67881
67882
|
end: {
|
|
67882
|
-
line:
|
|
67883
|
+
line: 135,
|
|
67883
67884
|
column: 28
|
|
67884
67885
|
}
|
|
67885
67886
|
},
|
|
67886
67887
|
loc: {
|
|
67887
67888
|
start: {
|
|
67888
|
-
line:
|
|
67889
|
+
line: 135,
|
|
67889
67890
|
column: 33
|
|
67890
67891
|
},
|
|
67891
67892
|
end: {
|
|
67892
|
-
line:
|
|
67893
|
+
line: 135,
|
|
67893
67894
|
column: 61
|
|
67894
67895
|
}
|
|
67895
67896
|
},
|
|
67896
|
-
line:
|
|
67897
|
+
line: 135
|
|
67897
67898
|
},
|
|
67898
67899
|
"10": {
|
|
67899
67900
|
name: "(anonymous_10)",
|
|
67900
67901
|
decl: {
|
|
67901
67902
|
start: {
|
|
67902
|
-
line:
|
|
67903
|
+
line: 148,
|
|
67903
67904
|
column: 27
|
|
67904
67905
|
},
|
|
67905
67906
|
end: {
|
|
67906
|
-
line:
|
|
67907
|
+
line: 148,
|
|
67907
67908
|
column: 28
|
|
67908
67909
|
}
|
|
67909
67910
|
},
|
|
67910
67911
|
loc: {
|
|
67911
67912
|
start: {
|
|
67912
|
-
line:
|
|
67913
|
+
line: 148,
|
|
67913
67914
|
column: 33
|
|
67914
67915
|
},
|
|
67915
67916
|
end: {
|
|
67916
|
-
line:
|
|
67917
|
+
line: 148,
|
|
67917
67918
|
column: 55
|
|
67918
67919
|
}
|
|
67919
67920
|
},
|
|
67920
|
-
line:
|
|
67921
|
+
line: 148
|
|
67921
67922
|
}
|
|
67922
67923
|
},
|
|
67923
67924
|
branchMap: {
|
|
@@ -68564,7 +68565,7 @@ function cov_12g9t40vga() {
|
|
|
68564
68565
|
column: 15
|
|
68565
68566
|
},
|
|
68566
68567
|
end: {
|
|
68567
|
-
line:
|
|
68568
|
+
line: 137,
|
|
68568
68569
|
column: 15
|
|
68569
68570
|
}
|
|
68570
68571
|
},
|
|
@@ -68584,7 +68585,7 @@ function cov_12g9t40vga() {
|
|
|
68584
68585
|
column: 16
|
|
68585
68586
|
},
|
|
68586
68587
|
end: {
|
|
68587
|
-
line:
|
|
68588
|
+
line: 136,
|
|
68588
68589
|
column: 18
|
|
68589
68590
|
}
|
|
68590
68591
|
}],
|
|
@@ -68593,35 +68594,35 @@ function cov_12g9t40vga() {
|
|
|
68593
68594
|
"20": {
|
|
68594
68595
|
loc: {
|
|
68595
68596
|
start: {
|
|
68596
|
-
line:
|
|
68597
|
+
line: 138,
|
|
68597
68598
|
column: 15
|
|
68598
68599
|
},
|
|
68599
68600
|
end: {
|
|
68600
|
-
line:
|
|
68601
|
+
line: 150,
|
|
68601
68602
|
column: 15
|
|
68602
68603
|
}
|
|
68603
68604
|
},
|
|
68604
68605
|
type: "binary-expr",
|
|
68605
68606
|
locations: [{
|
|
68606
68607
|
start: {
|
|
68607
|
-
line:
|
|
68608
|
+
line: 138,
|
|
68608
68609
|
column: 15
|
|
68609
68610
|
},
|
|
68610
68611
|
end: {
|
|
68611
|
-
line:
|
|
68612
|
+
line: 138,
|
|
68612
68613
|
column: 27
|
|
68613
68614
|
}
|
|
68614
68615
|
}, {
|
|
68615
68616
|
start: {
|
|
68616
|
-
line:
|
|
68617
|
+
line: 139,
|
|
68617
68618
|
column: 16
|
|
68618
68619
|
},
|
|
68619
68620
|
end: {
|
|
68620
|
-
line:
|
|
68621
|
+
line: 149,
|
|
68621
68622
|
column: 18
|
|
68622
68623
|
}
|
|
68623
68624
|
}],
|
|
68624
|
-
line:
|
|
68625
|
+
line: 138
|
|
68625
68626
|
}
|
|
68626
68627
|
},
|
|
68627
68628
|
s: {
|
|
@@ -68699,7 +68700,7 @@ function cov_12g9t40vga() {
|
|
|
68699
68700
|
"20": [0, 0]
|
|
68700
68701
|
},
|
|
68701
68702
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
68702
|
-
hash: "
|
|
68703
|
+
hash: "b65cdc0f395fa677c6b7990e9f8e6988cab04d6b"
|
|
68703
68704
|
};
|
|
68704
68705
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
68705
68706
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -68873,6 +68874,10 @@ var Events = function Events(_ref) {
|
|
|
68873
68874
|
icon: Plus,
|
|
68874
68875
|
size: 32,
|
|
68875
68876
|
style: "icon",
|
|
68877
|
+
tooltipProps: {
|
|
68878
|
+
content: t("form.addEvent"),
|
|
68879
|
+
position: "top"
|
|
68880
|
+
},
|
|
68876
68881
|
onClick: function onClick() {
|
|
68877
68882
|
cov_12g9t40vga().f[9]++;
|
|
68878
68883
|
cov_12g9t40vga().s[34]++;
|
|
@@ -68883,6 +68888,10 @@ var Events = function Events(_ref) {
|
|
|
68883
68888
|
icon: Delete,
|
|
68884
68889
|
size: 32,
|
|
68885
68890
|
style: "icon",
|
|
68891
|
+
tooltipProps: {
|
|
68892
|
+
content: t("common.delete"),
|
|
68893
|
+
position: "top"
|
|
68894
|
+
},
|
|
68886
68895
|
onClick: function onClick() {
|
|
68887
68896
|
cov_12g9t40vga().f[10]++;
|
|
68888
68897
|
cov_12g9t40vga().s[35]++;
|