@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.cjs.js
CHANGED
|
@@ -5777,16 +5777,8 @@ var common$1 = {
|
|
|
5777
5777
|
actions: "Actions",
|
|
5778
5778
|
saveChange: "Save changes",
|
|
5779
5779
|
value: "Value",
|
|
5780
|
-
integer: "integer",
|
|
5781
|
-
number: "number",
|
|
5782
5780
|
email: "Email",
|
|
5783
|
-
field: "Field",
|
|
5784
|
-
verb: "Verb",
|
|
5785
|
-
tag: "tag",
|
|
5786
|
-
option: "option",
|
|
5787
5781
|
action: "Action",
|
|
5788
|
-
content: "Content",
|
|
5789
|
-
ruleName: "Rule name",
|
|
5790
5782
|
addItem: "Add Item",
|
|
5791
5783
|
emailId: "Email id",
|
|
5792
5784
|
emailIds: "Email ids",
|
|
@@ -5800,24 +5792,17 @@ var common$1 = {
|
|
|
5800
5792
|
or: "or",
|
|
5801
5793
|
search: "Search",
|
|
5802
5794
|
as: "as",
|
|
5803
|
-
on: "on",
|
|
5804
5795
|
"delete": "Delete"
|
|
5805
5796
|
};
|
|
5806
5797
|
var form = {
|
|
5807
5798
|
noEvents: "A rule without events will run hourly.",
|
|
5808
|
-
chooseEvent: "Choose event",
|
|
5809
5799
|
addEvent: "Add Event",
|
|
5810
|
-
preview: "Preview",
|
|
5811
5800
|
noCondition: "No tickets matching specified conditions",
|
|
5812
|
-
addLogicBlock: "Add Logic Block",
|
|
5813
|
-
eventPerformer: "Events Performer",
|
|
5814
5801
|
subjectText: "Will be generated from the ticket's subject.",
|
|
5815
5802
|
note: "Note",
|
|
5816
|
-
message: "Message",
|
|
5817
5803
|
thisHappens: "this happens",
|
|
5818
5804
|
addValue: "add value",
|
|
5819
5805
|
doThis: "do this",
|
|
5820
|
-
addEmails: "add emails",
|
|
5821
5806
|
selectValues: "select values",
|
|
5822
5807
|
selectValue: "select value",
|
|
5823
5808
|
list: "List",
|
|
@@ -5827,7 +5812,6 @@ var form = {
|
|
|
5827
5812
|
selectDate: "Select date"
|
|
5828
5813
|
};
|
|
5829
5814
|
var labels = {
|
|
5830
|
-
manageTags: "Manage tags",
|
|
5831
5815
|
body: "Body",
|
|
5832
5816
|
selectValues: "Select values",
|
|
5833
5817
|
multipleValues: "Multiple values",
|
|
@@ -5909,17 +5893,13 @@ var labels = {
|
|
|
5909
5893
|
checked: "Checked",
|
|
5910
5894
|
unchecked: "Unchecked"
|
|
5911
5895
|
};
|
|
5912
|
-
var alerts$1 = {
|
|
5913
|
-
};
|
|
5914
5896
|
var placeholders$1 = {
|
|
5915
5897
|
"if": "If",
|
|
5916
|
-
"in": "In",
|
|
5917
5898
|
multiSelect: "Example: urgent, billing",
|
|
5918
5899
|
select: "Select",
|
|
5919
5900
|
emailField: "Type email and press enter",
|
|
5920
5901
|
selectTags: "Select Tags",
|
|
5921
5902
|
selectOption: "Select option",
|
|
5922
|
-
chooseAction: "Choose action",
|
|
5923
5903
|
value: "Value"
|
|
5924
5904
|
};
|
|
5925
5905
|
var buttons$1 = {
|
|
@@ -5940,7 +5920,6 @@ var validations$1 = {
|
|
|
5940
5920
|
name: "Name is required",
|
|
5941
5921
|
subject: "Subject is required",
|
|
5942
5922
|
content: "Content is required",
|
|
5943
|
-
number: "Number is required",
|
|
5944
5923
|
decimal: "Decimal is required",
|
|
5945
5924
|
url: "URL is required",
|
|
5946
5925
|
body: "Body is required"
|
|
@@ -5955,7 +5934,6 @@ var validations$1 = {
|
|
|
5955
5934
|
tag: "At least one tag is required"
|
|
5956
5935
|
},
|
|
5957
5936
|
atLeastOneValue: "At least one value is required",
|
|
5958
|
-
cantBeEmpty: "Can't be empty",
|
|
5959
5937
|
emailList: "Please make sure all emails are valid.",
|
|
5960
5938
|
positiveInteger: "Value must be a positive integer.",
|
|
5961
5939
|
positiveNumber: "Value must be a positive number.",
|
|
@@ -5963,18 +5941,7 @@ var validations$1 = {
|
|
|
5963
5941
|
slack: {
|
|
5964
5942
|
invalidChannel: "Could not connect to the channel, please select other options.",
|
|
5965
5943
|
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."
|
|
5966
|
-
}
|
|
5967
|
-
number: "Value must be a number."
|
|
5968
|
-
};
|
|
5969
|
-
var navLinkLabels = {
|
|
5970
|
-
profile: "Profile",
|
|
5971
|
-
organizationSettings: "Organization Settings",
|
|
5972
|
-
logout: "Logout",
|
|
5973
|
-
tickets: "Tickets",
|
|
5974
|
-
settings: "Settings",
|
|
5975
|
-
reports: "Reports",
|
|
5976
|
-
members: "Members",
|
|
5977
|
-
customers: "Customers"
|
|
5944
|
+
}
|
|
5978
5945
|
};
|
|
5979
5946
|
var conditionVerbs = {
|
|
5980
5947
|
is: "Is",
|
|
@@ -6077,11 +6044,9 @@ var en = {
|
|
|
6077
6044
|
common: common$1,
|
|
6078
6045
|
form: form,
|
|
6079
6046
|
labels: labels,
|
|
6080
|
-
alerts: alerts$1,
|
|
6081
6047
|
placeholders: placeholders$1,
|
|
6082
6048
|
buttons: buttons$1,
|
|
6083
6049
|
validations: validations$1,
|
|
6084
|
-
navLinkLabels: navLinkLabels,
|
|
6085
6050
|
conditionVerbs: conditionVerbs,
|
|
6086
6051
|
operators: operators,
|
|
6087
6052
|
note: note,
|
|
@@ -51594,7 +51559,7 @@ cov_1lt42kj0z1().s[2]++;
|
|
|
51594
51559
|
|
|
51595
51560
|
function cov_1s0frck14v() {
|
|
51596
51561
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Actions/index.jsx";
|
|
51597
|
-
var hash = "
|
|
51562
|
+
var hash = "8229dd4b3662d8c8d683aa547099e9da87ecebbb";
|
|
51598
51563
|
var global = new Function("return this")();
|
|
51599
51564
|
var gcv = "__coverage__";
|
|
51600
51565
|
var coverageData = {
|
|
@@ -51606,7 +51571,7 @@ function cov_1s0frck14v() {
|
|
|
51606
51571
|
column: 16
|
|
51607
51572
|
},
|
|
51608
51573
|
end: {
|
|
51609
|
-
line:
|
|
51574
|
+
line: 115,
|
|
51610
51575
|
column: 1
|
|
51611
51576
|
}
|
|
51612
51577
|
},
|
|
@@ -51716,7 +51681,7 @@ function cov_1s0frck14v() {
|
|
|
51716
51681
|
column: 2
|
|
51717
51682
|
},
|
|
51718
51683
|
end: {
|
|
51719
|
-
line:
|
|
51684
|
+
line: 114,
|
|
51720
51685
|
column: 4
|
|
51721
51686
|
}
|
|
51722
51687
|
},
|
|
@@ -51726,7 +51691,7 @@ function cov_1s0frck14v() {
|
|
|
51726
51691
|
column: 10
|
|
51727
51692
|
},
|
|
51728
51693
|
end: {
|
|
51729
|
-
line:
|
|
51694
|
+
line: 110,
|
|
51730
51695
|
column: 13
|
|
51731
51696
|
}
|
|
51732
51697
|
},
|
|
@@ -51736,7 +51701,7 @@ function cov_1s0frck14v() {
|
|
|
51736
51701
|
column: 14
|
|
51737
51702
|
},
|
|
51738
51703
|
end: {
|
|
51739
|
-
line:
|
|
51704
|
+
line: 108,
|
|
51740
51705
|
column: 20
|
|
51741
51706
|
}
|
|
51742
51707
|
},
|
|
@@ -51752,31 +51717,31 @@ function cov_1s0frck14v() {
|
|
|
51752
51717
|
},
|
|
51753
51718
|
"15": {
|
|
51754
51719
|
start: {
|
|
51755
|
-
line:
|
|
51720
|
+
line: 89,
|
|
51756
51721
|
column: 37
|
|
51757
51722
|
},
|
|
51758
51723
|
end: {
|
|
51759
|
-
line:
|
|
51724
|
+
line: 89,
|
|
51760
51725
|
column: 75
|
|
51761
51726
|
}
|
|
51762
51727
|
},
|
|
51763
51728
|
"16": {
|
|
51764
51729
|
start: {
|
|
51765
|
-
line:
|
|
51730
|
+
line: 103,
|
|
51766
51731
|
column: 24
|
|
51767
51732
|
},
|
|
51768
51733
|
end: {
|
|
51769
|
-
line:
|
|
51734
|
+
line: 103,
|
|
51770
51735
|
column: 71
|
|
51771
51736
|
}
|
|
51772
51737
|
},
|
|
51773
51738
|
"17": {
|
|
51774
51739
|
start: {
|
|
51775
|
-
line:
|
|
51740
|
+
line: 117,
|
|
51776
51741
|
column: 0
|
|
51777
51742
|
},
|
|
51778
51743
|
end: {
|
|
51779
|
-
line:
|
|
51744
|
+
line: 124,
|
|
51780
51745
|
column: 2
|
|
51781
51746
|
}
|
|
51782
51747
|
}
|
|
@@ -51800,7 +51765,7 @@ function cov_1s0frck14v() {
|
|
|
51800
51765
|
column: 6
|
|
51801
51766
|
},
|
|
51802
51767
|
end: {
|
|
51803
|
-
line:
|
|
51768
|
+
line: 115,
|
|
51804
51769
|
column: 1
|
|
51805
51770
|
}
|
|
51806
51771
|
},
|
|
@@ -51872,7 +51837,7 @@ function cov_1s0frck14v() {
|
|
|
51872
51837
|
column: 10
|
|
51873
51838
|
},
|
|
51874
51839
|
end: {
|
|
51875
|
-
line:
|
|
51840
|
+
line: 110,
|
|
51876
51841
|
column: 13
|
|
51877
51842
|
}
|
|
51878
51843
|
},
|
|
@@ -51896,7 +51861,7 @@ function cov_1s0frck14v() {
|
|
|
51896
51861
|
column: 14
|
|
51897
51862
|
},
|
|
51898
51863
|
end: {
|
|
51899
|
-
line:
|
|
51864
|
+
line: 108,
|
|
51900
51865
|
column: 20
|
|
51901
51866
|
}
|
|
51902
51867
|
},
|
|
@@ -51930,49 +51895,49 @@ function cov_1s0frck14v() {
|
|
|
51930
51895
|
name: "(anonymous_6)",
|
|
51931
51896
|
decl: {
|
|
51932
51897
|
start: {
|
|
51933
|
-
line:
|
|
51898
|
+
line: 89,
|
|
51934
51899
|
column: 31
|
|
51935
51900
|
},
|
|
51936
51901
|
end: {
|
|
51937
|
-
line:
|
|
51902
|
+
line: 89,
|
|
51938
51903
|
column: 32
|
|
51939
51904
|
}
|
|
51940
51905
|
},
|
|
51941
51906
|
loc: {
|
|
51942
51907
|
start: {
|
|
51943
|
-
line:
|
|
51908
|
+
line: 89,
|
|
51944
51909
|
column: 37
|
|
51945
51910
|
},
|
|
51946
51911
|
end: {
|
|
51947
|
-
line:
|
|
51912
|
+
line: 89,
|
|
51948
51913
|
column: 75
|
|
51949
51914
|
}
|
|
51950
51915
|
},
|
|
51951
|
-
line:
|
|
51916
|
+
line: 89
|
|
51952
51917
|
},
|
|
51953
51918
|
"7": {
|
|
51954
51919
|
name: "(anonymous_7)",
|
|
51955
51920
|
decl: {
|
|
51956
51921
|
start: {
|
|
51957
|
-
line:
|
|
51922
|
+
line: 102,
|
|
51958
51923
|
column: 31
|
|
51959
51924
|
},
|
|
51960
51925
|
end: {
|
|
51961
|
-
line:
|
|
51926
|
+
line: 102,
|
|
51962
51927
|
column: 32
|
|
51963
51928
|
}
|
|
51964
51929
|
},
|
|
51965
51930
|
loc: {
|
|
51966
51931
|
start: {
|
|
51967
|
-
line:
|
|
51932
|
+
line: 103,
|
|
51968
51933
|
column: 24
|
|
51969
51934
|
},
|
|
51970
51935
|
end: {
|
|
51971
|
-
line:
|
|
51936
|
+
line: 103,
|
|
51972
51937
|
column: 71
|
|
51973
51938
|
}
|
|
51974
51939
|
},
|
|
51975
|
-
line:
|
|
51940
|
+
line: 103
|
|
51976
51941
|
}
|
|
51977
51942
|
},
|
|
51978
51943
|
branchMap: {
|
|
@@ -52280,7 +52245,7 @@ function cov_1s0frck14v() {
|
|
|
52280
52245
|
column: 19
|
|
52281
52246
|
},
|
|
52282
52247
|
end: {
|
|
52283
|
-
line:
|
|
52248
|
+
line: 91,
|
|
52284
52249
|
column: 19
|
|
52285
52250
|
}
|
|
52286
52251
|
},
|
|
@@ -52309,7 +52274,7 @@ function cov_1s0frck14v() {
|
|
|
52309
52274
|
column: 20
|
|
52310
52275
|
},
|
|
52311
52276
|
end: {
|
|
52312
|
-
line:
|
|
52277
|
+
line: 90,
|
|
52313
52278
|
column: 22
|
|
52314
52279
|
}
|
|
52315
52280
|
}],
|
|
@@ -52318,35 +52283,35 @@ function cov_1s0frck14v() {
|
|
|
52318
52283
|
"10": {
|
|
52319
52284
|
loc: {
|
|
52320
52285
|
start: {
|
|
52321
|
-
line:
|
|
52286
|
+
line: 92,
|
|
52322
52287
|
column: 19
|
|
52323
52288
|
},
|
|
52324
52289
|
end: {
|
|
52325
|
-
line:
|
|
52290
|
+
line: 106,
|
|
52326
52291
|
column: 19
|
|
52327
52292
|
}
|
|
52328
52293
|
},
|
|
52329
52294
|
type: "binary-expr",
|
|
52330
52295
|
locations: [{
|
|
52331
52296
|
start: {
|
|
52332
|
-
line:
|
|
52297
|
+
line: 92,
|
|
52333
52298
|
column: 19
|
|
52334
52299
|
},
|
|
52335
52300
|
end: {
|
|
52336
|
-
line:
|
|
52301
|
+
line: 92,
|
|
52337
52302
|
column: 37
|
|
52338
52303
|
}
|
|
52339
52304
|
}, {
|
|
52340
52305
|
start: {
|
|
52341
|
-
line:
|
|
52306
|
+
line: 93,
|
|
52342
52307
|
column: 20
|
|
52343
52308
|
},
|
|
52344
52309
|
end: {
|
|
52345
|
-
line:
|
|
52310
|
+
line: 105,
|
|
52346
52311
|
column: 22
|
|
52347
52312
|
}
|
|
52348
52313
|
}],
|
|
52349
|
-
line:
|
|
52314
|
+
line: 92
|
|
52350
52315
|
}
|
|
52351
52316
|
},
|
|
52352
52317
|
s: {
|
|
@@ -52393,7 +52358,7 @@ function cov_1s0frck14v() {
|
|
|
52393
52358
|
"10": [0, 0]
|
|
52394
52359
|
},
|
|
52395
52360
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
52396
|
-
hash: "
|
|
52361
|
+
hash: "8229dd4b3662d8c8d683aa547099e9da87ecebbb"
|
|
52397
52362
|
};
|
|
52398
52363
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
52399
52364
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -52495,6 +52460,10 @@ var Actions = function Actions(_ref) {
|
|
|
52495
52460
|
icon: neetoIcons.Plus,
|
|
52496
52461
|
size: 24,
|
|
52497
52462
|
style: "icon",
|
|
52463
|
+
tooltipProps: {
|
|
52464
|
+
content: t("common.addAction"),
|
|
52465
|
+
position: "top"
|
|
52466
|
+
},
|
|
52498
52467
|
onClick: function onClick() {
|
|
52499
52468
|
cov_1s0frck14v().f[6]++;
|
|
52500
52469
|
cov_1s0frck14v().s[15]++;
|
|
@@ -52505,6 +52474,10 @@ var Actions = function Actions(_ref) {
|
|
|
52505
52474
|
icon: neetoIcons.Delete,
|
|
52506
52475
|
size: 24,
|
|
52507
52476
|
style: "icon",
|
|
52477
|
+
tooltipProps: {
|
|
52478
|
+
content: t("common.delete"),
|
|
52479
|
+
position: "top"
|
|
52480
|
+
},
|
|
52508
52481
|
onClick: function onClick() {
|
|
52509
52482
|
cov_1s0frck14v().f[7]++;
|
|
52510
52483
|
cov_1s0frck14v().s[16]++;
|
|
@@ -60215,7 +60188,7 @@ cov_1gortvh2t9().s[4]++;
|
|
|
60215
60188
|
|
|
60216
60189
|
function cov_3y6x9ivpd() {
|
|
60217
60190
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Conditions/index.jsx";
|
|
60218
|
-
var hash = "
|
|
60191
|
+
var hash = "97636618cd21ec2dc40f382939ba5a7753c02972";
|
|
60219
60192
|
var global = new Function("return this")();
|
|
60220
60193
|
var gcv = "__coverage__";
|
|
60221
60194
|
var coverageData = {
|
|
@@ -60227,7 +60200,7 @@ function cov_3y6x9ivpd() {
|
|
|
60227
60200
|
column: 19
|
|
60228
60201
|
},
|
|
60229
60202
|
end: {
|
|
60230
|
-
line:
|
|
60203
|
+
line: 141,
|
|
60231
60204
|
column: 1
|
|
60232
60205
|
}
|
|
60233
60206
|
},
|
|
@@ -60387,7 +60360,7 @@ function cov_3y6x9ivpd() {
|
|
|
60387
60360
|
column: 2
|
|
60388
60361
|
},
|
|
60389
60362
|
end: {
|
|
60390
|
-
line:
|
|
60363
|
+
line: 140,
|
|
60391
60364
|
column: 4
|
|
60392
60365
|
}
|
|
60393
60366
|
},
|
|
@@ -60397,7 +60370,7 @@ function cov_3y6x9ivpd() {
|
|
|
60397
60370
|
column: 8
|
|
60398
60371
|
},
|
|
60399
60372
|
end: {
|
|
60400
|
-
line:
|
|
60373
|
+
line: 137,
|
|
60401
60374
|
column: 14
|
|
60402
60375
|
}
|
|
60403
60376
|
},
|
|
@@ -60407,57 +60380,57 @@ function cov_3y6x9ivpd() {
|
|
|
60407
60380
|
column: 12
|
|
60408
60381
|
},
|
|
60409
60382
|
end: {
|
|
60410
|
-
line:
|
|
60383
|
+
line: 114,
|
|
60411
60384
|
column: 18
|
|
60412
60385
|
}
|
|
60413
60386
|
},
|
|
60414
60387
|
"19": {
|
|
60415
60388
|
start: {
|
|
60416
|
-
line:
|
|
60389
|
+
line: 96,
|
|
60417
60390
|
column: 22
|
|
60418
60391
|
},
|
|
60419
60392
|
end: {
|
|
60420
|
-
line:
|
|
60393
|
+
line: 96,
|
|
60421
60394
|
column: 74
|
|
60422
60395
|
}
|
|
60423
60396
|
},
|
|
60424
60397
|
"20": {
|
|
60425
60398
|
start: {
|
|
60426
|
-
line:
|
|
60399
|
+
line: 110,
|
|
60427
60400
|
column: 20
|
|
60428
60401
|
},
|
|
60429
60402
|
end: {
|
|
60430
|
-
line:
|
|
60403
|
+
line: 110,
|
|
60431
60404
|
column: 73
|
|
60432
60405
|
}
|
|
60433
60406
|
},
|
|
60434
60407
|
"21": {
|
|
60435
60408
|
start: {
|
|
60436
|
-
line:
|
|
60409
|
+
line: 122,
|
|
60437
60410
|
column: 29
|
|
60438
60411
|
},
|
|
60439
60412
|
end: {
|
|
60440
|
-
line:
|
|
60413
|
+
line: 122,
|
|
60441
60414
|
column: 75
|
|
60442
60415
|
}
|
|
60443
60416
|
},
|
|
60444
60417
|
"22": {
|
|
60445
60418
|
start: {
|
|
60446
|
-
line:
|
|
60419
|
+
line: 133,
|
|
60447
60420
|
column: 31
|
|
60448
60421
|
},
|
|
60449
60422
|
end: {
|
|
60450
|
-
line:
|
|
60423
|
+
line: 133,
|
|
60451
60424
|
column: 58
|
|
60452
60425
|
}
|
|
60453
60426
|
},
|
|
60454
60427
|
"23": {
|
|
60455
60428
|
start: {
|
|
60456
|
-
line:
|
|
60429
|
+
line: 143,
|
|
60457
60430
|
column: 0
|
|
60458
60431
|
},
|
|
60459
60432
|
end: {
|
|
60460
|
-
line:
|
|
60433
|
+
line: 150,
|
|
60461
60434
|
column: 2
|
|
60462
60435
|
}
|
|
60463
60436
|
}
|
|
@@ -60481,7 +60454,7 @@ function cov_3y6x9ivpd() {
|
|
|
60481
60454
|
column: 6
|
|
60482
60455
|
},
|
|
60483
60456
|
end: {
|
|
60484
|
-
line:
|
|
60457
|
+
line: 141,
|
|
60485
60458
|
column: 1
|
|
60486
60459
|
}
|
|
60487
60460
|
},
|
|
@@ -60577,7 +60550,7 @@ function cov_3y6x9ivpd() {
|
|
|
60577
60550
|
column: 8
|
|
60578
60551
|
},
|
|
60579
60552
|
end: {
|
|
60580
|
-
line:
|
|
60553
|
+
line: 137,
|
|
60581
60554
|
column: 14
|
|
60582
60555
|
}
|
|
60583
60556
|
},
|
|
@@ -60601,7 +60574,7 @@ function cov_3y6x9ivpd() {
|
|
|
60601
60574
|
column: 12
|
|
60602
60575
|
},
|
|
60603
60576
|
end: {
|
|
60604
|
-
line:
|
|
60577
|
+
line: 114,
|
|
60605
60578
|
column: 18
|
|
60606
60579
|
}
|
|
60607
60580
|
},
|
|
@@ -60611,97 +60584,97 @@ function cov_3y6x9ivpd() {
|
|
|
60611
60584
|
name: "(anonymous_6)",
|
|
60612
60585
|
decl: {
|
|
60613
60586
|
start: {
|
|
60614
|
-
line:
|
|
60587
|
+
line: 95,
|
|
60615
60588
|
column: 29
|
|
60616
60589
|
},
|
|
60617
60590
|
end: {
|
|
60618
|
-
line:
|
|
60591
|
+
line: 95,
|
|
60619
60592
|
column: 30
|
|
60620
60593
|
}
|
|
60621
60594
|
},
|
|
60622
60595
|
loc: {
|
|
60623
60596
|
start: {
|
|
60624
|
-
line:
|
|
60597
|
+
line: 96,
|
|
60625
60598
|
column: 22
|
|
60626
60599
|
},
|
|
60627
60600
|
end: {
|
|
60628
|
-
line:
|
|
60601
|
+
line: 96,
|
|
60629
60602
|
column: 74
|
|
60630
60603
|
}
|
|
60631
60604
|
},
|
|
60632
|
-
line:
|
|
60605
|
+
line: 96
|
|
60633
60606
|
},
|
|
60634
60607
|
"7": {
|
|
60635
60608
|
name: "(anonymous_7)",
|
|
60636
60609
|
decl: {
|
|
60637
60610
|
start: {
|
|
60638
|
-
line:
|
|
60611
|
+
line: 109,
|
|
60639
60612
|
column: 27
|
|
60640
60613
|
},
|
|
60641
60614
|
end: {
|
|
60642
|
-
line:
|
|
60615
|
+
line: 109,
|
|
60643
60616
|
column: 28
|
|
60644
60617
|
}
|
|
60645
60618
|
},
|
|
60646
60619
|
loc: {
|
|
60647
60620
|
start: {
|
|
60648
|
-
line:
|
|
60621
|
+
line: 110,
|
|
60649
60622
|
column: 20
|
|
60650
60623
|
},
|
|
60651
60624
|
end: {
|
|
60652
|
-
line:
|
|
60625
|
+
line: 110,
|
|
60653
60626
|
column: 73
|
|
60654
60627
|
}
|
|
60655
60628
|
},
|
|
60656
|
-
line:
|
|
60629
|
+
line: 110
|
|
60657
60630
|
},
|
|
60658
60631
|
"8": {
|
|
60659
60632
|
name: "(anonymous_8)",
|
|
60660
60633
|
decl: {
|
|
60661
60634
|
start: {
|
|
60662
|
-
line:
|
|
60635
|
+
line: 122,
|
|
60663
60636
|
column: 23
|
|
60664
60637
|
},
|
|
60665
60638
|
end: {
|
|
60666
|
-
line:
|
|
60639
|
+
line: 122,
|
|
60667
60640
|
column: 24
|
|
60668
60641
|
}
|
|
60669
60642
|
},
|
|
60670
60643
|
loc: {
|
|
60671
60644
|
start: {
|
|
60672
|
-
line:
|
|
60645
|
+
line: 122,
|
|
60673
60646
|
column: 29
|
|
60674
60647
|
},
|
|
60675
60648
|
end: {
|
|
60676
|
-
line:
|
|
60649
|
+
line: 122,
|
|
60677
60650
|
column: 75
|
|
60678
60651
|
}
|
|
60679
60652
|
},
|
|
60680
|
-
line:
|
|
60653
|
+
line: 122
|
|
60681
60654
|
},
|
|
60682
60655
|
"9": {
|
|
60683
60656
|
name: "(anonymous_9)",
|
|
60684
60657
|
decl: {
|
|
60685
60658
|
start: {
|
|
60686
|
-
line:
|
|
60659
|
+
line: 133,
|
|
60687
60660
|
column: 25
|
|
60688
60661
|
},
|
|
60689
60662
|
end: {
|
|
60690
|
-
line:
|
|
60663
|
+
line: 133,
|
|
60691
60664
|
column: 26
|
|
60692
60665
|
}
|
|
60693
60666
|
},
|
|
60694
60667
|
loc: {
|
|
60695
60668
|
start: {
|
|
60696
|
-
line:
|
|
60669
|
+
line: 133,
|
|
60697
60670
|
column: 31
|
|
60698
60671
|
},
|
|
60699
60672
|
end: {
|
|
60700
|
-
line:
|
|
60673
|
+
line: 133,
|
|
60701
60674
|
column: 58
|
|
60702
60675
|
}
|
|
60703
60676
|
},
|
|
60704
|
-
line:
|
|
60677
|
+
line: 133
|
|
60705
60678
|
}
|
|
60706
60679
|
},
|
|
60707
60680
|
branchMap: {
|
|
@@ -60958,7 +60931,7 @@ function cov_3y6x9ivpd() {
|
|
|
60958
60931
|
column: 17
|
|
60959
60932
|
},
|
|
60960
60933
|
end: {
|
|
60961
|
-
line:
|
|
60934
|
+
line: 99,
|
|
60962
60935
|
column: 17
|
|
60963
60936
|
}
|
|
60964
60937
|
},
|
|
@@ -60978,7 +60951,7 @@ function cov_3y6x9ivpd() {
|
|
|
60978
60951
|
column: 18
|
|
60979
60952
|
},
|
|
60980
60953
|
end: {
|
|
60981
|
-
line:
|
|
60954
|
+
line: 98,
|
|
60982
60955
|
column: 20
|
|
60983
60956
|
}
|
|
60984
60957
|
}],
|
|
@@ -60987,77 +60960,77 @@ function cov_3y6x9ivpd() {
|
|
|
60987
60960
|
"9": {
|
|
60988
60961
|
loc: {
|
|
60989
60962
|
start: {
|
|
60990
|
-
line:
|
|
60963
|
+
line: 116,
|
|
60991
60964
|
column: 11
|
|
60992
60965
|
},
|
|
60993
60966
|
end: {
|
|
60994
|
-
line:
|
|
60967
|
+
line: 124,
|
|
60995
60968
|
column: 11
|
|
60996
60969
|
}
|
|
60997
60970
|
},
|
|
60998
60971
|
type: "binary-expr",
|
|
60999
60972
|
locations: [{
|
|
61000
60973
|
start: {
|
|
61001
|
-
line:
|
|
60974
|
+
line: 116,
|
|
61002
60975
|
column: 11
|
|
61003
60976
|
},
|
|
61004
60977
|
end: {
|
|
61005
|
-
line:
|
|
60978
|
+
line: 116,
|
|
61006
60979
|
column: 30
|
|
61007
60980
|
}
|
|
61008
60981
|
}, {
|
|
61009
60982
|
start: {
|
|
61010
|
-
line:
|
|
60983
|
+
line: 117,
|
|
61011
60984
|
column: 12
|
|
61012
60985
|
},
|
|
61013
60986
|
end: {
|
|
61014
|
-
line:
|
|
60987
|
+
line: 123,
|
|
61015
60988
|
column: 14
|
|
61016
60989
|
}
|
|
61017
60990
|
}],
|
|
61018
|
-
line:
|
|
60991
|
+
line: 116
|
|
61019
60992
|
},
|
|
61020
60993
|
"10": {
|
|
61021
60994
|
loc: {
|
|
61022
60995
|
start: {
|
|
61023
|
-
line:
|
|
60996
|
+
line: 125,
|
|
61024
60997
|
column: 11
|
|
61025
60998
|
},
|
|
61026
60999
|
end: {
|
|
61027
|
-
line:
|
|
61000
|
+
line: 136,
|
|
61028
61001
|
column: 11
|
|
61029
61002
|
}
|
|
61030
61003
|
},
|
|
61031
61004
|
type: "binary-expr",
|
|
61032
61005
|
locations: [{
|
|
61033
61006
|
start: {
|
|
61034
|
-
line:
|
|
61007
|
+
line: 125,
|
|
61035
61008
|
column: 11
|
|
61036
61009
|
},
|
|
61037
61010
|
end: {
|
|
61038
|
-
line:
|
|
61011
|
+
line: 125,
|
|
61039
61012
|
column: 21
|
|
61040
61013
|
}
|
|
61041
61014
|
}, {
|
|
61042
61015
|
start: {
|
|
61043
|
-
line:
|
|
61016
|
+
line: 125,
|
|
61044
61017
|
column: 25
|
|
61045
61018
|
},
|
|
61046
61019
|
end: {
|
|
61047
|
-
line:
|
|
61020
|
+
line: 125,
|
|
61048
61021
|
column: 47
|
|
61049
61022
|
}
|
|
61050
61023
|
}, {
|
|
61051
61024
|
start: {
|
|
61052
|
-
line:
|
|
61025
|
+
line: 126,
|
|
61053
61026
|
column: 12
|
|
61054
61027
|
},
|
|
61055
61028
|
end: {
|
|
61056
|
-
line:
|
|
61029
|
+
line: 135,
|
|
61057
61030
|
column: 18
|
|
61058
61031
|
}
|
|
61059
61032
|
}],
|
|
61060
|
-
line:
|
|
61033
|
+
line: 125
|
|
61061
61034
|
}
|
|
61062
61035
|
},
|
|
61063
61036
|
s: {
|
|
@@ -61112,7 +61085,7 @@ function cov_3y6x9ivpd() {
|
|
|
61112
61085
|
"10": [0, 0, 0]
|
|
61113
61086
|
},
|
|
61114
61087
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
61115
|
-
hash: "
|
|
61088
|
+
hash: "97636618cd21ec2dc40f382939ba5a7753c02972"
|
|
61116
61089
|
};
|
|
61117
61090
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
61118
61091
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -61227,6 +61200,10 @@ var Conditions = function Conditions(_ref) {
|
|
|
61227
61200
|
icon: neetoIcons.Plus,
|
|
61228
61201
|
size: 24,
|
|
61229
61202
|
style: "icon",
|
|
61203
|
+
tooltipProps: {
|
|
61204
|
+
content: t("form.addCondition"),
|
|
61205
|
+
position: "top"
|
|
61206
|
+
},
|
|
61230
61207
|
onClick: function onClick() {
|
|
61231
61208
|
cov_3y6x9ivpd().f[6]++;
|
|
61232
61209
|
cov_3y6x9ivpd().s[19]++;
|
|
@@ -61237,6 +61214,10 @@ var Conditions = function Conditions(_ref) {
|
|
|
61237
61214
|
icon: neetoIcons.Delete,
|
|
61238
61215
|
size: 24,
|
|
61239
61216
|
style: "icon",
|
|
61217
|
+
tooltipProps: {
|
|
61218
|
+
content: t("common.delete"),
|
|
61219
|
+
position: "top"
|
|
61220
|
+
},
|
|
61240
61221
|
onClick: function onClick() {
|
|
61241
61222
|
cov_3y6x9ivpd().f[7]++;
|
|
61242
61223
|
cov_3y6x9ivpd().s[20]++;
|
|
@@ -62565,7 +62546,7 @@ cov_1rz7url808().s[31]++;
|
|
|
62565
62546
|
|
|
62566
62547
|
function cov_2kupegl7ql() {
|
|
62567
62548
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/EventConditions/Events.jsx";
|
|
62568
|
-
var hash = "
|
|
62549
|
+
var hash = "23483456014f72294d9cd81bf25d9ebd1044ebf1";
|
|
62569
62550
|
var global = new Function("return this")();
|
|
62570
62551
|
var gcv = "__coverage__";
|
|
62571
62552
|
var coverageData = {
|
|
@@ -62587,7 +62568,7 @@ function cov_2kupegl7ql() {
|
|
|
62587
62568
|
column: 15
|
|
62588
62569
|
},
|
|
62589
62570
|
end: {
|
|
62590
|
-
line:
|
|
62571
|
+
line: 247,
|
|
62591
62572
|
column: 1
|
|
62592
62573
|
}
|
|
62593
62574
|
},
|
|
@@ -62837,7 +62818,7 @@ function cov_2kupegl7ql() {
|
|
|
62837
62818
|
column: 34
|
|
62838
62819
|
},
|
|
62839
62820
|
end: {
|
|
62840
|
-
line:
|
|
62821
|
+
line: 87,
|
|
62841
62822
|
column: 3
|
|
62842
62823
|
}
|
|
62843
62824
|
},
|
|
@@ -62978,27 +62959,27 @@ function cov_2kupegl7ql() {
|
|
|
62978
62959
|
},
|
|
62979
62960
|
end: {
|
|
62980
62961
|
line: 85,
|
|
62981
|
-
column:
|
|
62962
|
+
column: 35
|
|
62982
62963
|
}
|
|
62983
62964
|
},
|
|
62984
62965
|
"41": {
|
|
62985
62966
|
start: {
|
|
62986
|
-
line:
|
|
62987
|
-
column:
|
|
62967
|
+
line: 86,
|
|
62968
|
+
column: 4
|
|
62988
62969
|
},
|
|
62989
62970
|
end: {
|
|
62990
|
-
line:
|
|
62991
|
-
column:
|
|
62971
|
+
line: 86,
|
|
62972
|
+
column: 44
|
|
62992
62973
|
}
|
|
62993
62974
|
},
|
|
62994
62975
|
"42": {
|
|
62995
62976
|
start: {
|
|
62996
62977
|
line: 89,
|
|
62997
|
-
column:
|
|
62978
|
+
column: 22
|
|
62998
62979
|
},
|
|
62999
62980
|
end: {
|
|
63000
|
-
line:
|
|
63001
|
-
column:
|
|
62981
|
+
line: 92,
|
|
62982
|
+
column: 3
|
|
63002
62983
|
}
|
|
63003
62984
|
},
|
|
63004
62985
|
"43": {
|
|
@@ -63008,106 +62989,116 @@ function cov_2kupegl7ql() {
|
|
|
63008
62989
|
},
|
|
63009
62990
|
end: {
|
|
63010
62991
|
line: 90,
|
|
63011
|
-
column:
|
|
62992
|
+
column: 26
|
|
63012
62993
|
}
|
|
63013
62994
|
},
|
|
63014
62995
|
"44": {
|
|
63015
62996
|
start: {
|
|
63016
|
-
line:
|
|
62997
|
+
line: 91,
|
|
62998
|
+
column: 4
|
|
62999
|
+
},
|
|
63000
|
+
end: {
|
|
63001
|
+
line: 91,
|
|
63002
|
+
column: 22
|
|
63003
|
+
}
|
|
63004
|
+
},
|
|
63005
|
+
"45": {
|
|
63006
|
+
start: {
|
|
63007
|
+
line: 94,
|
|
63017
63008
|
column: 2
|
|
63018
63009
|
},
|
|
63019
63010
|
end: {
|
|
63020
|
-
line:
|
|
63011
|
+
line: 246,
|
|
63021
63012
|
column: 4
|
|
63022
63013
|
}
|
|
63023
63014
|
},
|
|
63024
|
-
"
|
|
63015
|
+
"46": {
|
|
63025
63016
|
start: {
|
|
63026
|
-
line:
|
|
63017
|
+
line: 105,
|
|
63027
63018
|
column: 10
|
|
63028
63019
|
},
|
|
63029
63020
|
end: {
|
|
63030
|
-
line:
|
|
63021
|
+
line: 172,
|
|
63031
63022
|
column: 27
|
|
63032
63023
|
}
|
|
63033
63024
|
},
|
|
63034
|
-
"
|
|
63025
|
+
"47": {
|
|
63035
63026
|
start: {
|
|
63036
|
-
line:
|
|
63027
|
+
line: 131,
|
|
63037
63028
|
column: 20
|
|
63038
63029
|
},
|
|
63039
63030
|
end: {
|
|
63040
|
-
line:
|
|
63031
|
+
line: 131,
|
|
63041
63032
|
column: 70
|
|
63042
63033
|
}
|
|
63043
63034
|
},
|
|
63044
|
-
"
|
|
63035
|
+
"48": {
|
|
63045
63036
|
start: {
|
|
63046
|
-
line:
|
|
63037
|
+
line: 147,
|
|
63047
63038
|
column: 35
|
|
63048
63039
|
},
|
|
63049
63040
|
end: {
|
|
63050
|
-
line:
|
|
63041
|
+
line: 147,
|
|
63051
63042
|
column: 64
|
|
63052
63043
|
}
|
|
63053
63044
|
},
|
|
63054
|
-
"
|
|
63045
|
+
"49": {
|
|
63055
63046
|
start: {
|
|
63056
|
-
line:
|
|
63047
|
+
line: 154,
|
|
63057
63048
|
column: 20
|
|
63058
63049
|
},
|
|
63059
63050
|
end: {
|
|
63060
|
-
line:
|
|
63051
|
+
line: 167,
|
|
63061
63052
|
column: 38
|
|
63062
63053
|
}
|
|
63063
63054
|
},
|
|
63064
|
-
"
|
|
63055
|
+
"50": {
|
|
63065
63056
|
start: {
|
|
63066
|
-
line:
|
|
63057
|
+
line: 164,
|
|
63067
63058
|
column: 37
|
|
63068
63059
|
},
|
|
63069
63060
|
end: {
|
|
63070
|
-
line:
|
|
63061
|
+
line: 164,
|
|
63071
63062
|
column: 68
|
|
63072
63063
|
}
|
|
63073
63064
|
},
|
|
63074
|
-
"
|
|
63065
|
+
"51": {
|
|
63075
63066
|
start: {
|
|
63076
|
-
line:
|
|
63067
|
+
line: 193,
|
|
63077
63068
|
column: 16
|
|
63078
63069
|
},
|
|
63079
63070
|
end: {
|
|
63080
|
-
line:
|
|
63071
|
+
line: 193,
|
|
63081
63072
|
column: 67
|
|
63082
63073
|
}
|
|
63083
63074
|
},
|
|
63084
|
-
"
|
|
63075
|
+
"52": {
|
|
63085
63076
|
start: {
|
|
63086
|
-
line:
|
|
63077
|
+
line: 209,
|
|
63087
63078
|
column: 31
|
|
63088
63079
|
},
|
|
63089
63080
|
end: {
|
|
63090
|
-
line:
|
|
63081
|
+
line: 209,
|
|
63091
63082
|
column: 60
|
|
63092
63083
|
}
|
|
63093
63084
|
},
|
|
63094
|
-
"
|
|
63085
|
+
"53": {
|
|
63095
63086
|
start: {
|
|
63096
|
-
line:
|
|
63087
|
+
line: 216,
|
|
63097
63088
|
column: 16
|
|
63098
63089
|
},
|
|
63099
63090
|
end: {
|
|
63100
|
-
line:
|
|
63091
|
+
line: 229,
|
|
63101
63092
|
column: 34
|
|
63102
63093
|
}
|
|
63103
63094
|
},
|
|
63104
|
-
"
|
|
63095
|
+
"54": {
|
|
63105
63096
|
start: {
|
|
63106
|
-
line:
|
|
63097
|
+
line: 226,
|
|
63107
63098
|
column: 33
|
|
63108
63099
|
},
|
|
63109
63100
|
end: {
|
|
63110
|
-
line:
|
|
63101
|
+
line: 226,
|
|
63111
63102
|
column: 64
|
|
63112
63103
|
}
|
|
63113
63104
|
}
|
|
@@ -63128,10 +63119,10 @@ function cov_2kupegl7ql() {
|
|
|
63128
63119
|
loc: {
|
|
63129
63120
|
start: {
|
|
63130
63121
|
line: 20,
|
|
63131
|
-
column:
|
|
63122
|
+
column: 65
|
|
63132
63123
|
},
|
|
63133
63124
|
end: {
|
|
63134
|
-
line:
|
|
63125
|
+
line: 247,
|
|
63135
63126
|
column: 1
|
|
63136
63127
|
}
|
|
63137
63128
|
},
|
|
@@ -63179,7 +63170,7 @@ function cov_2kupegl7ql() {
|
|
|
63179
63170
|
column: 44
|
|
63180
63171
|
},
|
|
63181
63172
|
end: {
|
|
63182
|
-
line:
|
|
63173
|
+
line: 87,
|
|
63183
63174
|
column: 3
|
|
63184
63175
|
}
|
|
63185
63176
|
},
|
|
@@ -63189,241 +63180,241 @@ function cov_2kupegl7ql() {
|
|
|
63189
63180
|
name: "(anonymous_3)",
|
|
63190
63181
|
decl: {
|
|
63191
63182
|
start: {
|
|
63192
|
-
line:
|
|
63183
|
+
line: 89,
|
|
63193
63184
|
column: 22
|
|
63194
63185
|
},
|
|
63195
63186
|
end: {
|
|
63196
|
-
line:
|
|
63187
|
+
line: 89,
|
|
63197
63188
|
column: 23
|
|
63198
63189
|
}
|
|
63199
63190
|
},
|
|
63200
63191
|
loc: {
|
|
63201
63192
|
start: {
|
|
63202
|
-
line:
|
|
63193
|
+
line: 89,
|
|
63203
63194
|
column: 28
|
|
63204
63195
|
},
|
|
63205
63196
|
end: {
|
|
63206
|
-
line:
|
|
63197
|
+
line: 92,
|
|
63207
63198
|
column: 3
|
|
63208
63199
|
}
|
|
63209
63200
|
},
|
|
63210
|
-
line:
|
|
63201
|
+
line: 89
|
|
63211
63202
|
},
|
|
63212
63203
|
"4": {
|
|
63213
63204
|
name: "(anonymous_4)",
|
|
63214
63205
|
decl: {
|
|
63215
63206
|
start: {
|
|
63216
|
-
line:
|
|
63207
|
+
line: 104,
|
|
63217
63208
|
column: 22
|
|
63218
63209
|
},
|
|
63219
63210
|
end: {
|
|
63220
|
-
line:
|
|
63211
|
+
line: 104,
|
|
63221
63212
|
column: 23
|
|
63222
63213
|
}
|
|
63223
63214
|
},
|
|
63224
63215
|
loc: {
|
|
63225
63216
|
start: {
|
|
63226
|
-
line:
|
|
63217
|
+
line: 105,
|
|
63227
63218
|
column: 10
|
|
63228
63219
|
},
|
|
63229
63220
|
end: {
|
|
63230
|
-
line:
|
|
63221
|
+
line: 172,
|
|
63231
63222
|
column: 27
|
|
63232
63223
|
}
|
|
63233
63224
|
},
|
|
63234
|
-
line:
|
|
63225
|
+
line: 105
|
|
63235
63226
|
},
|
|
63236
63227
|
"5": {
|
|
63237
63228
|
name: "(anonymous_5)",
|
|
63238
63229
|
decl: {
|
|
63239
63230
|
start: {
|
|
63240
|
-
line:
|
|
63231
|
+
line: 130,
|
|
63241
63232
|
column: 27
|
|
63242
63233
|
},
|
|
63243
63234
|
end: {
|
|
63244
|
-
line:
|
|
63235
|
+
line: 130,
|
|
63245
63236
|
column: 28
|
|
63246
63237
|
}
|
|
63247
63238
|
},
|
|
63248
63239
|
loc: {
|
|
63249
63240
|
start: {
|
|
63250
|
-
line:
|
|
63241
|
+
line: 131,
|
|
63251
63242
|
column: 20
|
|
63252
63243
|
},
|
|
63253
63244
|
end: {
|
|
63254
|
-
line:
|
|
63245
|
+
line: 131,
|
|
63255
63246
|
column: 70
|
|
63256
63247
|
}
|
|
63257
63248
|
},
|
|
63258
|
-
line:
|
|
63249
|
+
line: 131
|
|
63259
63250
|
},
|
|
63260
63251
|
"6": {
|
|
63261
63252
|
name: "(anonymous_6)",
|
|
63262
63253
|
decl: {
|
|
63263
63254
|
start: {
|
|
63264
|
-
line:
|
|
63255
|
+
line: 147,
|
|
63265
63256
|
column: 30
|
|
63266
63257
|
},
|
|
63267
63258
|
end: {
|
|
63268
|
-
line:
|
|
63259
|
+
line: 147,
|
|
63269
63260
|
column: 31
|
|
63270
63261
|
}
|
|
63271
63262
|
},
|
|
63272
63263
|
loc: {
|
|
63273
63264
|
start: {
|
|
63274
|
-
line:
|
|
63265
|
+
line: 147,
|
|
63275
63266
|
column: 35
|
|
63276
63267
|
},
|
|
63277
63268
|
end: {
|
|
63278
|
-
line:
|
|
63269
|
+
line: 147,
|
|
63279
63270
|
column: 64
|
|
63280
63271
|
}
|
|
63281
63272
|
},
|
|
63282
|
-
line:
|
|
63273
|
+
line: 147
|
|
63283
63274
|
},
|
|
63284
63275
|
"7": {
|
|
63285
63276
|
name: "(anonymous_7)",
|
|
63286
63277
|
decl: {
|
|
63287
63278
|
start: {
|
|
63288
|
-
line:
|
|
63279
|
+
line: 153,
|
|
63289
63280
|
column: 39
|
|
63290
63281
|
},
|
|
63291
63282
|
end: {
|
|
63292
|
-
line:
|
|
63283
|
+
line: 153,
|
|
63293
63284
|
column: 40
|
|
63294
63285
|
}
|
|
63295
63286
|
},
|
|
63296
63287
|
loc: {
|
|
63297
63288
|
start: {
|
|
63298
|
-
line:
|
|
63289
|
+
line: 154,
|
|
63299
63290
|
column: 20
|
|
63300
63291
|
},
|
|
63301
63292
|
end: {
|
|
63302
|
-
line:
|
|
63293
|
+
line: 167,
|
|
63303
63294
|
column: 38
|
|
63304
63295
|
}
|
|
63305
63296
|
},
|
|
63306
|
-
line:
|
|
63297
|
+
line: 154
|
|
63307
63298
|
},
|
|
63308
63299
|
"8": {
|
|
63309
63300
|
name: "(anonymous_8)",
|
|
63310
63301
|
decl: {
|
|
63311
63302
|
start: {
|
|
63312
|
-
line:
|
|
63303
|
+
line: 164,
|
|
63313
63304
|
column: 31
|
|
63314
63305
|
},
|
|
63315
63306
|
end: {
|
|
63316
|
-
line:
|
|
63307
|
+
line: 164,
|
|
63317
63308
|
column: 32
|
|
63318
63309
|
}
|
|
63319
63310
|
},
|
|
63320
63311
|
loc: {
|
|
63321
63312
|
start: {
|
|
63322
|
-
line:
|
|
63313
|
+
line: 164,
|
|
63323
63314
|
column: 37
|
|
63324
63315
|
},
|
|
63325
63316
|
end: {
|
|
63326
|
-
line:
|
|
63317
|
+
line: 164,
|
|
63327
63318
|
column: 68
|
|
63328
63319
|
}
|
|
63329
63320
|
},
|
|
63330
|
-
line:
|
|
63321
|
+
line: 164
|
|
63331
63322
|
},
|
|
63332
63323
|
"9": {
|
|
63333
63324
|
name: "(anonymous_9)",
|
|
63334
63325
|
decl: {
|
|
63335
63326
|
start: {
|
|
63336
|
-
line:
|
|
63327
|
+
line: 192,
|
|
63337
63328
|
column: 23
|
|
63338
63329
|
},
|
|
63339
63330
|
end: {
|
|
63340
|
-
line:
|
|
63331
|
+
line: 192,
|
|
63341
63332
|
column: 24
|
|
63342
63333
|
}
|
|
63343
63334
|
},
|
|
63344
63335
|
loc: {
|
|
63345
63336
|
start: {
|
|
63346
|
-
line:
|
|
63337
|
+
line: 193,
|
|
63347
63338
|
column: 16
|
|
63348
63339
|
},
|
|
63349
63340
|
end: {
|
|
63350
|
-
line:
|
|
63341
|
+
line: 193,
|
|
63351
63342
|
column: 67
|
|
63352
63343
|
}
|
|
63353
63344
|
},
|
|
63354
|
-
line:
|
|
63345
|
+
line: 193
|
|
63355
63346
|
},
|
|
63356
63347
|
"10": {
|
|
63357
63348
|
name: "(anonymous_10)",
|
|
63358
63349
|
decl: {
|
|
63359
63350
|
start: {
|
|
63360
|
-
line:
|
|
63351
|
+
line: 209,
|
|
63361
63352
|
column: 26
|
|
63362
63353
|
},
|
|
63363
63354
|
end: {
|
|
63364
|
-
line:
|
|
63355
|
+
line: 209,
|
|
63365
63356
|
column: 27
|
|
63366
63357
|
}
|
|
63367
63358
|
},
|
|
63368
63359
|
loc: {
|
|
63369
63360
|
start: {
|
|
63370
|
-
line:
|
|
63361
|
+
line: 209,
|
|
63371
63362
|
column: 31
|
|
63372
63363
|
},
|
|
63373
63364
|
end: {
|
|
63374
|
-
line:
|
|
63365
|
+
line: 209,
|
|
63375
63366
|
column: 60
|
|
63376
63367
|
}
|
|
63377
63368
|
},
|
|
63378
|
-
line:
|
|
63369
|
+
line: 209
|
|
63379
63370
|
},
|
|
63380
63371
|
"11": {
|
|
63381
63372
|
name: "(anonymous_11)",
|
|
63382
63373
|
decl: {
|
|
63383
63374
|
start: {
|
|
63384
|
-
line:
|
|
63375
|
+
line: 215,
|
|
63385
63376
|
column: 35
|
|
63386
63377
|
},
|
|
63387
63378
|
end: {
|
|
63388
|
-
line:
|
|
63379
|
+
line: 215,
|
|
63389
63380
|
column: 36
|
|
63390
63381
|
}
|
|
63391
63382
|
},
|
|
63392
63383
|
loc: {
|
|
63393
63384
|
start: {
|
|
63394
|
-
line:
|
|
63385
|
+
line: 216,
|
|
63395
63386
|
column: 16
|
|
63396
63387
|
},
|
|
63397
63388
|
end: {
|
|
63398
|
-
line:
|
|
63389
|
+
line: 229,
|
|
63399
63390
|
column: 34
|
|
63400
63391
|
}
|
|
63401
63392
|
},
|
|
63402
|
-
line:
|
|
63393
|
+
line: 216
|
|
63403
63394
|
},
|
|
63404
63395
|
"12": {
|
|
63405
63396
|
name: "(anonymous_12)",
|
|
63406
63397
|
decl: {
|
|
63407
63398
|
start: {
|
|
63408
|
-
line:
|
|
63399
|
+
line: 226,
|
|
63409
63400
|
column: 27
|
|
63410
63401
|
},
|
|
63411
63402
|
end: {
|
|
63412
|
-
line:
|
|
63403
|
+
line: 226,
|
|
63413
63404
|
column: 28
|
|
63414
63405
|
}
|
|
63415
63406
|
},
|
|
63416
63407
|
loc: {
|
|
63417
63408
|
start: {
|
|
63418
|
-
line:
|
|
63409
|
+
line: 226,
|
|
63419
63410
|
column: 33
|
|
63420
63411
|
},
|
|
63421
63412
|
end: {
|
|
63422
|
-
line:
|
|
63413
|
+
line: 226,
|
|
63423
63414
|
column: 64
|
|
63424
63415
|
}
|
|
63425
63416
|
},
|
|
63426
|
-
line:
|
|
63417
|
+
line: 226
|
|
63427
63418
|
}
|
|
63428
63419
|
},
|
|
63429
63420
|
branchMap: {
|
|
@@ -63892,233 +63883,233 @@ function cov_2kupegl7ql() {
|
|
|
63892
63883
|
"14": {
|
|
63893
63884
|
loc: {
|
|
63894
63885
|
start: {
|
|
63895
|
-
line:
|
|
63886
|
+
line: 103,
|
|
63896
63887
|
column: 7
|
|
63897
63888
|
},
|
|
63898
63889
|
end: {
|
|
63899
|
-
line:
|
|
63890
|
+
line: 239,
|
|
63900
63891
|
column: 7
|
|
63901
63892
|
}
|
|
63902
63893
|
},
|
|
63903
63894
|
type: "cond-expr",
|
|
63904
63895
|
locations: [{
|
|
63905
63896
|
start: {
|
|
63906
|
-
line:
|
|
63897
|
+
line: 104,
|
|
63907
63898
|
column: 8
|
|
63908
63899
|
},
|
|
63909
63900
|
end: {
|
|
63910
|
-
line:
|
|
63901
|
+
line: 173,
|
|
63911
63902
|
column: 10
|
|
63912
63903
|
}
|
|
63913
63904
|
}, {
|
|
63914
63905
|
start: {
|
|
63915
|
-
line:
|
|
63906
|
+
line: 175,
|
|
63916
63907
|
column: 8
|
|
63917
63908
|
},
|
|
63918
63909
|
end: {
|
|
63919
|
-
line:
|
|
63910
|
+
line: 238,
|
|
63920
63911
|
column: 19
|
|
63921
63912
|
}
|
|
63922
63913
|
}],
|
|
63923
|
-
line:
|
|
63914
|
+
line: 103
|
|
63924
63915
|
},
|
|
63925
63916
|
"15": {
|
|
63926
63917
|
loc: {
|
|
63927
63918
|
start: {
|
|
63928
|
-
line:
|
|
63919
|
+
line: 106,
|
|
63929
63920
|
column: 13
|
|
63930
63921
|
},
|
|
63931
63922
|
end: {
|
|
63932
|
-
line:
|
|
63923
|
+
line: 114,
|
|
63933
63924
|
column: 13
|
|
63934
63925
|
}
|
|
63935
63926
|
},
|
|
63936
63927
|
type: "binary-expr",
|
|
63937
63928
|
locations: [{
|
|
63938
63929
|
start: {
|
|
63939
|
-
line:
|
|
63930
|
+
line: 106,
|
|
63940
63931
|
column: 13
|
|
63941
63932
|
},
|
|
63942
63933
|
end: {
|
|
63943
|
-
line:
|
|
63934
|
+
line: 106,
|
|
63944
63935
|
column: 18
|
|
63945
63936
|
}
|
|
63946
63937
|
}, {
|
|
63947
63938
|
start: {
|
|
63948
|
-
line:
|
|
63939
|
+
line: 107,
|
|
63949
63940
|
column: 14
|
|
63950
63941
|
},
|
|
63951
63942
|
end: {
|
|
63952
|
-
line:
|
|
63943
|
+
line: 113,
|
|
63953
63944
|
column: 27
|
|
63954
63945
|
}
|
|
63955
63946
|
}],
|
|
63956
|
-
line:
|
|
63947
|
+
line: 106
|
|
63957
63948
|
},
|
|
63958
63949
|
"16": {
|
|
63959
63950
|
loc: {
|
|
63960
63951
|
start: {
|
|
63961
|
-
line:
|
|
63952
|
+
line: 131,
|
|
63962
63953
|
column: 36
|
|
63963
63954
|
},
|
|
63964
63955
|
end: {
|
|
63965
|
-
line:
|
|
63956
|
+
line: 131,
|
|
63966
63957
|
column: 69
|
|
63967
63958
|
}
|
|
63968
63959
|
},
|
|
63969
63960
|
type: "cond-expr",
|
|
63970
63961
|
locations: [{
|
|
63971
63962
|
start: {
|
|
63972
|
-
line:
|
|
63963
|
+
line: 131,
|
|
63973
63964
|
column: 51
|
|
63974
63965
|
},
|
|
63975
63966
|
end: {
|
|
63976
|
-
line:
|
|
63967
|
+
line: 131,
|
|
63977
63968
|
column: 55
|
|
63978
63969
|
}
|
|
63979
63970
|
}, {
|
|
63980
63971
|
start: {
|
|
63981
|
-
line:
|
|
63972
|
+
line: 131,
|
|
63982
63973
|
column: 58
|
|
63983
63974
|
},
|
|
63984
63975
|
end: {
|
|
63985
|
-
line:
|
|
63976
|
+
line: 131,
|
|
63986
63977
|
column: 69
|
|
63987
63978
|
}
|
|
63988
63979
|
}],
|
|
63989
|
-
line:
|
|
63980
|
+
line: 131
|
|
63990
63981
|
},
|
|
63991
63982
|
"17": {
|
|
63992
63983
|
loc: {
|
|
63993
63984
|
start: {
|
|
63994
|
-
line:
|
|
63985
|
+
line: 140,
|
|
63995
63986
|
column: 17
|
|
63996
63987
|
},
|
|
63997
63988
|
end: {
|
|
63998
|
-
line:
|
|
63989
|
+
line: 149,
|
|
63999
63990
|
column: 17
|
|
64000
63991
|
}
|
|
64001
63992
|
},
|
|
64002
63993
|
type: "binary-expr",
|
|
64003
63994
|
locations: [{
|
|
64004
63995
|
start: {
|
|
64005
|
-
line:
|
|
63996
|
+
line: 140,
|
|
64006
63997
|
column: 17
|
|
64007
63998
|
},
|
|
64008
63999
|
end: {
|
|
64009
|
-
line:
|
|
64000
|
+
line: 140,
|
|
64010
64001
|
column: 63
|
|
64011
64002
|
}
|
|
64012
64003
|
}, {
|
|
64013
64004
|
start: {
|
|
64014
|
-
line:
|
|
64005
|
+
line: 141,
|
|
64015
64006
|
column: 18
|
|
64016
64007
|
},
|
|
64017
64008
|
end: {
|
|
64018
|
-
line:
|
|
64009
|
+
line: 148,
|
|
64019
64010
|
column: 20
|
|
64020
64011
|
}
|
|
64021
64012
|
}],
|
|
64022
|
-
line:
|
|
64013
|
+
line: 140
|
|
64023
64014
|
},
|
|
64024
64015
|
"18": {
|
|
64025
64016
|
loc: {
|
|
64026
64017
|
start: {
|
|
64027
|
-
line:
|
|
64018
|
+
line: 193,
|
|
64028
64019
|
column: 32
|
|
64029
64020
|
},
|
|
64030
64021
|
end: {
|
|
64031
|
-
line:
|
|
64022
|
+
line: 193,
|
|
64032
64023
|
column: 66
|
|
64033
64024
|
}
|
|
64034
64025
|
},
|
|
64035
64026
|
type: "cond-expr",
|
|
64036
64027
|
locations: [{
|
|
64037
64028
|
start: {
|
|
64038
|
-
line:
|
|
64029
|
+
line: 193,
|
|
64039
64030
|
column: 47
|
|
64040
64031
|
},
|
|
64041
64032
|
end: {
|
|
64042
|
-
line:
|
|
64033
|
+
line: 193,
|
|
64043
64034
|
column: 51
|
|
64044
64035
|
}
|
|
64045
64036
|
}, {
|
|
64046
64037
|
start: {
|
|
64047
|
-
line:
|
|
64038
|
+
line: 193,
|
|
64048
64039
|
column: 54
|
|
64049
64040
|
},
|
|
64050
64041
|
end: {
|
|
64051
|
-
line:
|
|
64042
|
+
line: 193,
|
|
64052
64043
|
column: 66
|
|
64053
64044
|
}
|
|
64054
64045
|
}],
|
|
64055
|
-
line:
|
|
64046
|
+
line: 193
|
|
64056
64047
|
},
|
|
64057
64048
|
"19": {
|
|
64058
64049
|
loc: {
|
|
64059
64050
|
start: {
|
|
64060
|
-
line:
|
|
64051
|
+
line: 202,
|
|
64061
64052
|
column: 13
|
|
64062
64053
|
},
|
|
64063
64054
|
end: {
|
|
64064
|
-
line:
|
|
64055
|
+
line: 211,
|
|
64065
64056
|
column: 13
|
|
64066
64057
|
}
|
|
64067
64058
|
},
|
|
64068
64059
|
type: "binary-expr",
|
|
64069
64060
|
locations: [{
|
|
64070
64061
|
start: {
|
|
64071
|
-
line:
|
|
64062
|
+
line: 202,
|
|
64072
64063
|
column: 13
|
|
64073
64064
|
},
|
|
64074
64065
|
end: {
|
|
64075
|
-
line:
|
|
64066
|
+
line: 202,
|
|
64076
64067
|
column: 59
|
|
64077
64068
|
}
|
|
64078
64069
|
}, {
|
|
64079
64070
|
start: {
|
|
64080
|
-
line:
|
|
64071
|
+
line: 203,
|
|
64081
64072
|
column: 14
|
|
64082
64073
|
},
|
|
64083
64074
|
end: {
|
|
64084
|
-
line:
|
|
64075
|
+
line: 210,
|
|
64085
64076
|
column: 16
|
|
64086
64077
|
}
|
|
64087
64078
|
}],
|
|
64088
|
-
line:
|
|
64079
|
+
line: 202
|
|
64089
64080
|
},
|
|
64090
64081
|
"20": {
|
|
64091
64082
|
loc: {
|
|
64092
64083
|
start: {
|
|
64093
|
-
line:
|
|
64084
|
+
line: 232,
|
|
64094
64085
|
column: 13
|
|
64095
64086
|
},
|
|
64096
64087
|
end: {
|
|
64097
|
-
line:
|
|
64088
|
+
line: 236,
|
|
64098
64089
|
column: 13
|
|
64099
64090
|
}
|
|
64100
64091
|
},
|
|
64101
64092
|
type: "binary-expr",
|
|
64102
64093
|
locations: [{
|
|
64103
64094
|
start: {
|
|
64104
|
-
line:
|
|
64095
|
+
line: 232,
|
|
64105
64096
|
column: 13
|
|
64106
64097
|
},
|
|
64107
64098
|
end: {
|
|
64108
|
-
line:
|
|
64099
|
+
line: 232,
|
|
64109
64100
|
column: 37
|
|
64110
64101
|
}
|
|
64111
64102
|
}, {
|
|
64112
64103
|
start: {
|
|
64113
|
-
line:
|
|
64104
|
+
line: 233,
|
|
64114
64105
|
column: 14
|
|
64115
64106
|
},
|
|
64116
64107
|
end: {
|
|
64117
|
-
line:
|
|
64108
|
+
line: 235,
|
|
64118
64109
|
column: 32
|
|
64119
64110
|
}
|
|
64120
64111
|
}],
|
|
64121
|
-
line:
|
|
64112
|
+
line: 232
|
|
64122
64113
|
}
|
|
64123
64114
|
},
|
|
64124
64115
|
s: {
|
|
@@ -64175,7 +64166,8 @@ function cov_2kupegl7ql() {
|
|
|
64175
64166
|
"50": 0,
|
|
64176
64167
|
"51": 0,
|
|
64177
64168
|
"52": 0,
|
|
64178
|
-
"53": 0
|
|
64169
|
+
"53": 0,
|
|
64170
|
+
"54": 0
|
|
64179
64171
|
},
|
|
64180
64172
|
f: {
|
|
64181
64173
|
"0": 0,
|
|
@@ -64216,7 +64208,7 @@ function cov_2kupegl7ql() {
|
|
|
64216
64208
|
"20": [0, 0]
|
|
64217
64209
|
},
|
|
64218
64210
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
64219
|
-
hash: "
|
|
64211
|
+
hash: "23483456014f72294d9cd81bf25d9ebd1044ebf1"
|
|
64220
64212
|
};
|
|
64221
64213
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
64222
64214
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -64241,6 +64233,7 @@ cov_2kupegl7ql().s[1]++;
|
|
|
64241
64233
|
var Events$1 = function Events(_ref2) {
|
|
64242
64234
|
var name = _ref2.name,
|
|
64243
64235
|
data = _ref2.data,
|
|
64236
|
+
onSelectEvent = _ref2.onSelectEvent,
|
|
64244
64237
|
performerName = _ref2.performerName;
|
|
64245
64238
|
cov_2kupegl7ql().f[0]++;
|
|
64246
64239
|
var _ref3 = (cov_2kupegl7ql().s[2]++, formik.useFormikContext()),
|
|
@@ -64359,17 +64352,19 @@ var Events$1 = function Events(_ref2) {
|
|
|
64359
64352
|
name: option.value
|
|
64360
64353
|
}]));
|
|
64361
64354
|
cov_2kupegl7ql().s[40]++;
|
|
64355
|
+
onSelectEvent === null || onSelectEvent === void 0 ? void 0 : onSelectEvent(name, options);
|
|
64356
|
+
cov_2kupegl7ql().s[41]++;
|
|
64362
64357
|
setFieldValue("".concat(name, ".value"), options);
|
|
64363
64358
|
};
|
|
64364
|
-
cov_2kupegl7ql().s[
|
|
64359
|
+
cov_2kupegl7ql().s[42]++;
|
|
64365
64360
|
var handleClose = function handleClose() {
|
|
64366
64361
|
cov_2kupegl7ql().f[3]++;
|
|
64367
|
-
cov_2kupegl7ql().s[42]++;
|
|
64368
|
-
setActiveOption(null);
|
|
64369
64362
|
cov_2kupegl7ql().s[43]++;
|
|
64363
|
+
setActiveOption(null);
|
|
64364
|
+
cov_2kupegl7ql().s[44]++;
|
|
64370
64365
|
setSearchTerm("");
|
|
64371
64366
|
};
|
|
64372
|
-
cov_2kupegl7ql().s[
|
|
64367
|
+
cov_2kupegl7ql().s[45]++;
|
|
64373
64368
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64374
64369
|
className: "my-auto flex flex-wrap gap-x-2 gap-y-3"
|
|
64375
64370
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
@@ -64379,7 +64374,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64379
64374
|
}, t("common.when")), allEvents.length ? (cov_2kupegl7ql().b[14][0]++, allEvents.map(function (event, idx) {
|
|
64380
64375
|
var _event$label;
|
|
64381
64376
|
cov_2kupegl7ql().f[4]++;
|
|
64382
|
-
cov_2kupegl7ql().s[
|
|
64377
|
+
cov_2kupegl7ql().s[46]++;
|
|
64383
64378
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, {
|
|
64384
64379
|
key: idx
|
|
64385
64380
|
}, (cov_2kupegl7ql().b[15][0]++, !!idx) && (cov_2kupegl7ql().b[15][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
@@ -64399,7 +64394,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64399
64394
|
}),
|
|
64400
64395
|
onClick: function onClick() {
|
|
64401
64396
|
cov_2kupegl7ql().f[5]++;
|
|
64402
|
-
cov_2kupegl7ql().s[
|
|
64397
|
+
cov_2kupegl7ql().s[47]++;
|
|
64403
64398
|
return setActiveOption(activeOption ? (cov_2kupegl7ql().b[16][0]++, null) : (cov_2kupegl7ql().b[16][1]++, event.value));
|
|
64404
64399
|
}
|
|
64405
64400
|
}, event === null || event === void 0 ? void 0 : (_event$label = event.label) === null || _event$label === void 0 ? void 0 : _event$label.toLowerCase()),
|
|
@@ -64414,14 +64409,14 @@ var Events$1 = function Events(_ref2) {
|
|
|
64414
64409
|
value: searchTerm,
|
|
64415
64410
|
onChange: function onChange(e) {
|
|
64416
64411
|
cov_2kupegl7ql().f[6]++;
|
|
64417
|
-
cov_2kupegl7ql().s[
|
|
64412
|
+
cov_2kupegl7ql().s[48]++;
|
|
64418
64413
|
return setSearchTerm(e.target.value);
|
|
64419
64414
|
}
|
|
64420
64415
|
})), /*#__PURE__*/React__default["default"].createElement(OptionsWrapper, {
|
|
64421
64416
|
hasScroll: dropdownOptions.length > MAXIMUM_OPTION_LENGTH
|
|
64422
64417
|
}, searchedOptions.map(function (option, idx) {
|
|
64423
64418
|
cov_2kupegl7ql().f[7]++;
|
|
64424
|
-
cov_2kupegl7ql().s[
|
|
64419
|
+
cov_2kupegl7ql().s[49]++;
|
|
64425
64420
|
return /*#__PURE__*/React__default["default"].createElement(MenuItem$2.Button, {
|
|
64426
64421
|
"data-cy": "".concat(utils.joinHyphenCase(option.label), "-menu-item"),
|
|
64427
64422
|
key: idx,
|
|
@@ -64432,7 +64427,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64432
64427
|
}),
|
|
64433
64428
|
onClick: function onClick() {
|
|
64434
64429
|
cov_2kupegl7ql().f[8]++;
|
|
64435
|
-
cov_2kupegl7ql().s[
|
|
64430
|
+
cov_2kupegl7ql().s[50]++;
|
|
64436
64431
|
return handleMultiSelectOption(option);
|
|
64437
64432
|
}
|
|
64438
64433
|
}, option.label);
|
|
@@ -64452,7 +64447,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64452
64447
|
}),
|
|
64453
64448
|
onClick: function onClick() {
|
|
64454
64449
|
cov_2kupegl7ql().f[9]++;
|
|
64455
|
-
cov_2kupegl7ql().s[
|
|
64450
|
+
cov_2kupegl7ql().s[51]++;
|
|
64456
64451
|
return setActiveOption(activeOption ? (cov_2kupegl7ql().b[18][0]++, null) : (cov_2kupegl7ql().b[18][1]++, defaultLabel));
|
|
64457
64452
|
}
|
|
64458
64453
|
}, defaultLabel),
|
|
@@ -64467,14 +64462,14 @@ var Events$1 = function Events(_ref2) {
|
|
|
64467
64462
|
value: searchTerm,
|
|
64468
64463
|
onChange: function onChange(e) {
|
|
64469
64464
|
cov_2kupegl7ql().f[10]++;
|
|
64470
|
-
cov_2kupegl7ql().s[
|
|
64465
|
+
cov_2kupegl7ql().s[52]++;
|
|
64471
64466
|
return setSearchTerm(e.target.value);
|
|
64472
64467
|
}
|
|
64473
64468
|
})), /*#__PURE__*/React__default["default"].createElement(OptionsWrapper, {
|
|
64474
64469
|
hasScroll: dropdownOptions.length > MAXIMUM_OPTION_LENGTH
|
|
64475
64470
|
}, searchedOptions.map(function (option, idx) {
|
|
64476
64471
|
cov_2kupegl7ql().f[11]++;
|
|
64477
|
-
cov_2kupegl7ql().s[
|
|
64472
|
+
cov_2kupegl7ql().s[53]++;
|
|
64478
64473
|
return /*#__PURE__*/React__default["default"].createElement(MenuItem$2.Button, {
|
|
64479
64474
|
"data-cy": "".concat(utils.joinHyphenCase(option.label), "-menu-item"),
|
|
64480
64475
|
key: idx,
|
|
@@ -64485,7 +64480,7 @@ var Events$1 = function Events(_ref2) {
|
|
|
64485
64480
|
}),
|
|
64486
64481
|
onClick: function onClick() {
|
|
64487
64482
|
cov_2kupegl7ql().f[12]++;
|
|
64488
|
-
cov_2kupegl7ql().s[
|
|
64483
|
+
cov_2kupegl7ql().s[54]++;
|
|
64489
64484
|
return handleMultiSelectOption(option);
|
|
64490
64485
|
}
|
|
64491
64486
|
}, option.label);
|
|
@@ -64498,10 +64493,10 @@ var Events$1 = function Events(_ref2) {
|
|
|
64498
64493
|
}));
|
|
64499
64494
|
};
|
|
64500
64495
|
|
|
64501
|
-
var _excluded$5 = ["data", "label", "name", "performerName", "conditionsName"];
|
|
64496
|
+
var _excluded$5 = ["data", "label", "name", "performerName", "conditionsName", "onSelectEvent"];
|
|
64502
64497
|
function cov_12u811mcez() {
|
|
64503
64498
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/EventConditions/index.jsx";
|
|
64504
|
-
var hash = "
|
|
64499
|
+
var hash = "47a7986f3811e066550f22ba4d54668f6d538b0b";
|
|
64505
64500
|
var global = new Function("return this")();
|
|
64506
64501
|
var gcv = "__coverage__";
|
|
64507
64502
|
var coverageData = {
|
|
@@ -64509,91 +64504,91 @@ function cov_12u811mcez() {
|
|
|
64509
64504
|
statementMap: {
|
|
64510
64505
|
"0": {
|
|
64511
64506
|
start: {
|
|
64512
|
-
line:
|
|
64507
|
+
line: 16,
|
|
64513
64508
|
column: 24
|
|
64514
64509
|
},
|
|
64515
64510
|
end: {
|
|
64516
|
-
line:
|
|
64511
|
+
line: 87,
|
|
64517
64512
|
column: 1
|
|
64518
64513
|
}
|
|
64519
64514
|
},
|
|
64520
64515
|
"1": {
|
|
64521
64516
|
start: {
|
|
64522
|
-
line:
|
|
64517
|
+
line: 25,
|
|
64523
64518
|
column: 36
|
|
64524
64519
|
},
|
|
64525
64520
|
end: {
|
|
64526
|
-
line:
|
|
64521
|
+
line: 25,
|
|
64527
64522
|
column: 54
|
|
64528
64523
|
}
|
|
64529
64524
|
},
|
|
64530
64525
|
"2": {
|
|
64531
64526
|
start: {
|
|
64532
|
-
line:
|
|
64527
|
+
line: 27,
|
|
64533
64528
|
column: 23
|
|
64534
64529
|
},
|
|
64535
64530
|
end: {
|
|
64536
|
-
line:
|
|
64531
|
+
line: 27,
|
|
64537
64532
|
column: 39
|
|
64538
64533
|
}
|
|
64539
64534
|
},
|
|
64540
64535
|
"3": {
|
|
64541
64536
|
start: {
|
|
64542
|
-
line:
|
|
64537
|
+
line: 28,
|
|
64543
64538
|
column: 25
|
|
64544
64539
|
},
|
|
64545
64540
|
end: {
|
|
64546
|
-
line:
|
|
64541
|
+
line: 28,
|
|
64547
64542
|
column: 51
|
|
64548
64543
|
}
|
|
64549
64544
|
},
|
|
64550
64545
|
"4": {
|
|
64551
64546
|
start: {
|
|
64552
|
-
line:
|
|
64547
|
+
line: 29,
|
|
64553
64548
|
column: 21
|
|
64554
64549
|
},
|
|
64555
64550
|
end: {
|
|
64556
|
-
line:
|
|
64551
|
+
line: 29,
|
|
64557
64552
|
column: 55
|
|
64558
64553
|
}
|
|
64559
64554
|
},
|
|
64560
64555
|
"5": {
|
|
64561
64556
|
start: {
|
|
64562
|
-
line:
|
|
64557
|
+
line: 30,
|
|
64563
64558
|
column: 24
|
|
64564
64559
|
},
|
|
64565
64560
|
end: {
|
|
64566
|
-
line:
|
|
64561
|
+
line: 30,
|
|
64567
64562
|
column: 43
|
|
64568
64563
|
}
|
|
64569
64564
|
},
|
|
64570
64565
|
"6": {
|
|
64571
64566
|
start: {
|
|
64572
|
-
line:
|
|
64567
|
+
line: 32,
|
|
64573
64568
|
column: 29
|
|
64574
64569
|
},
|
|
64575
64570
|
end: {
|
|
64576
|
-
line:
|
|
64571
|
+
line: 41,
|
|
64577
64572
|
column: 3
|
|
64578
64573
|
}
|
|
64579
64574
|
},
|
|
64580
64575
|
"7": {
|
|
64581
64576
|
start: {
|
|
64582
|
-
line:
|
|
64577
|
+
line: 33,
|
|
64583
64578
|
column: 4
|
|
64584
64579
|
},
|
|
64585
64580
|
end: {
|
|
64586
|
-
line:
|
|
64581
|
+
line: 40,
|
|
64587
64582
|
column: 7
|
|
64588
64583
|
}
|
|
64589
64584
|
},
|
|
64590
64585
|
"8": {
|
|
64591
64586
|
start: {
|
|
64592
|
-
line:
|
|
64587
|
+
line: 43,
|
|
64593
64588
|
column: 2
|
|
64594
64589
|
},
|
|
64595
64590
|
end: {
|
|
64596
|
-
line:
|
|
64591
|
+
line: 86,
|
|
64597
64592
|
column: 4
|
|
64598
64593
|
}
|
|
64599
64594
|
}
|
|
@@ -64603,249 +64598,249 @@ function cov_12u811mcez() {
|
|
|
64603
64598
|
name: "(anonymous_0)",
|
|
64604
64599
|
decl: {
|
|
64605
64600
|
start: {
|
|
64606
|
-
line:
|
|
64601
|
+
line: 16,
|
|
64607
64602
|
column: 24
|
|
64608
64603
|
},
|
|
64609
64604
|
end: {
|
|
64610
|
-
line:
|
|
64605
|
+
line: 16,
|
|
64611
64606
|
column: 25
|
|
64612
64607
|
}
|
|
64613
64608
|
},
|
|
64614
64609
|
loc: {
|
|
64615
64610
|
start: {
|
|
64616
|
-
line:
|
|
64611
|
+
line: 24,
|
|
64617
64612
|
column: 6
|
|
64618
64613
|
},
|
|
64619
64614
|
end: {
|
|
64620
|
-
line:
|
|
64615
|
+
line: 87,
|
|
64621
64616
|
column: 1
|
|
64622
64617
|
}
|
|
64623
64618
|
},
|
|
64624
|
-
line:
|
|
64619
|
+
line: 24
|
|
64625
64620
|
},
|
|
64626
64621
|
"1": {
|
|
64627
64622
|
name: "(anonymous_1)",
|
|
64628
64623
|
decl: {
|
|
64629
64624
|
start: {
|
|
64630
|
-
line:
|
|
64625
|
+
line: 32,
|
|
64631
64626
|
column: 29
|
|
64632
64627
|
},
|
|
64633
64628
|
end: {
|
|
64634
|
-
line:
|
|
64629
|
+
line: 32,
|
|
64635
64630
|
column: 30
|
|
64636
64631
|
}
|
|
64637
64632
|
},
|
|
64638
64633
|
loc: {
|
|
64639
64634
|
start: {
|
|
64640
|
-
line:
|
|
64635
|
+
line: 32,
|
|
64641
64636
|
column: 35
|
|
64642
64637
|
},
|
|
64643
64638
|
end: {
|
|
64644
|
-
line:
|
|
64639
|
+
line: 41,
|
|
64645
64640
|
column: 3
|
|
64646
64641
|
}
|
|
64647
64642
|
},
|
|
64648
|
-
line:
|
|
64643
|
+
line: 32
|
|
64649
64644
|
}
|
|
64650
64645
|
},
|
|
64651
64646
|
branchMap: {
|
|
64652
64647
|
"0": {
|
|
64653
64648
|
loc: {
|
|
64654
64649
|
start: {
|
|
64655
|
-
line:
|
|
64650
|
+
line: 27,
|
|
64656
64651
|
column: 23
|
|
64657
64652
|
},
|
|
64658
64653
|
end: {
|
|
64659
|
-
line:
|
|
64654
|
+
line: 27,
|
|
64660
64655
|
column: 39
|
|
64661
64656
|
}
|
|
64662
64657
|
},
|
|
64663
64658
|
type: "binary-expr",
|
|
64664
64659
|
locations: [{
|
|
64665
64660
|
start: {
|
|
64666
|
-
line:
|
|
64661
|
+
line: 27,
|
|
64667
64662
|
column: 23
|
|
64668
64663
|
},
|
|
64669
64664
|
end: {
|
|
64670
|
-
line:
|
|
64665
|
+
line: 27,
|
|
64671
64666
|
column: 33
|
|
64672
64667
|
}
|
|
64673
64668
|
}, {
|
|
64674
64669
|
start: {
|
|
64675
|
-
line:
|
|
64670
|
+
line: 27,
|
|
64676
64671
|
column: 37
|
|
64677
64672
|
},
|
|
64678
64673
|
end: {
|
|
64679
|
-
line:
|
|
64674
|
+
line: 27,
|
|
64680
64675
|
column: 39
|
|
64681
64676
|
}
|
|
64682
64677
|
}],
|
|
64683
|
-
line:
|
|
64678
|
+
line: 27
|
|
64684
64679
|
},
|
|
64685
64680
|
"1": {
|
|
64686
64681
|
loc: {
|
|
64687
64682
|
start: {
|
|
64688
|
-
line:
|
|
64683
|
+
line: 28,
|
|
64689
64684
|
column: 25
|
|
64690
64685
|
},
|
|
64691
64686
|
end: {
|
|
64692
|
-
line:
|
|
64687
|
+
line: 28,
|
|
64693
64688
|
column: 51
|
|
64694
64689
|
}
|
|
64695
64690
|
},
|
|
64696
64691
|
type: "binary-expr",
|
|
64697
64692
|
locations: [{
|
|
64698
64693
|
start: {
|
|
64699
|
-
line:
|
|
64694
|
+
line: 28,
|
|
64700
64695
|
column: 25
|
|
64701
64696
|
},
|
|
64702
64697
|
end: {
|
|
64703
|
-
line:
|
|
64698
|
+
line: 28,
|
|
64704
64699
|
column: 45
|
|
64705
64700
|
}
|
|
64706
64701
|
}, {
|
|
64707
64702
|
start: {
|
|
64708
|
-
line:
|
|
64703
|
+
line: 28,
|
|
64709
64704
|
column: 49
|
|
64710
64705
|
},
|
|
64711
64706
|
end: {
|
|
64712
|
-
line:
|
|
64707
|
+
line: 28,
|
|
64713
64708
|
column: 51
|
|
64714
64709
|
}
|
|
64715
64710
|
}],
|
|
64716
|
-
line:
|
|
64711
|
+
line: 28
|
|
64717
64712
|
},
|
|
64718
64713
|
"2": {
|
|
64719
64714
|
loc: {
|
|
64720
64715
|
start: {
|
|
64721
|
-
line:
|
|
64716
|
+
line: 29,
|
|
64722
64717
|
column: 21
|
|
64723
64718
|
},
|
|
64724
64719
|
end: {
|
|
64725
|
-
line:
|
|
64720
|
+
line: 29,
|
|
64726
64721
|
column: 55
|
|
64727
64722
|
}
|
|
64728
64723
|
},
|
|
64729
64724
|
type: "binary-expr",
|
|
64730
64725
|
locations: [{
|
|
64731
64726
|
start: {
|
|
64732
|
-
line:
|
|
64727
|
+
line: 29,
|
|
64733
64728
|
column: 21
|
|
64734
64729
|
},
|
|
64735
64730
|
end: {
|
|
64736
|
-
line:
|
|
64731
|
+
line: 29,
|
|
64737
64732
|
column: 49
|
|
64738
64733
|
}
|
|
64739
64734
|
}, {
|
|
64740
64735
|
start: {
|
|
64741
|
-
line:
|
|
64736
|
+
line: 29,
|
|
64742
64737
|
column: 53
|
|
64743
64738
|
},
|
|
64744
64739
|
end: {
|
|
64745
|
-
line:
|
|
64740
|
+
line: 29,
|
|
64746
64741
|
column: 55
|
|
64747
64742
|
}
|
|
64748
64743
|
}],
|
|
64749
|
-
line:
|
|
64744
|
+
line: 29
|
|
64750
64745
|
},
|
|
64751
64746
|
"3": {
|
|
64752
64747
|
loc: {
|
|
64753
64748
|
start: {
|
|
64754
|
-
line:
|
|
64749
|
+
line: 45,
|
|
64755
64750
|
column: 19
|
|
64756
64751
|
},
|
|
64757
64752
|
end: {
|
|
64758
|
-
line:
|
|
64753
|
+
line: 45,
|
|
64759
64754
|
column: 47
|
|
64760
64755
|
}
|
|
64761
64756
|
},
|
|
64762
64757
|
type: "binary-expr",
|
|
64763
64758
|
locations: [{
|
|
64764
64759
|
start: {
|
|
64765
|
-
line:
|
|
64760
|
+
line: 45,
|
|
64766
64761
|
column: 19
|
|
64767
64762
|
},
|
|
64768
64763
|
end: {
|
|
64769
|
-
line:
|
|
64764
|
+
line: 45,
|
|
64770
64765
|
column: 24
|
|
64771
64766
|
}
|
|
64772
64767
|
}, {
|
|
64773
64768
|
start: {
|
|
64774
|
-
line:
|
|
64769
|
+
line: 45,
|
|
64775
64770
|
column: 28
|
|
64776
64771
|
},
|
|
64777
64772
|
end: {
|
|
64778
|
-
line:
|
|
64773
|
+
line: 45,
|
|
64779
64774
|
column: 47
|
|
64780
64775
|
}
|
|
64781
64776
|
}],
|
|
64782
|
-
line:
|
|
64777
|
+
line: 45
|
|
64783
64778
|
},
|
|
64784
64779
|
"4": {
|
|
64785
64780
|
loc: {
|
|
64786
64781
|
start: {
|
|
64787
|
-
line:
|
|
64782
|
+
line: 59,
|
|
64788
64783
|
column: 11
|
|
64789
64784
|
},
|
|
64790
64785
|
end: {
|
|
64791
|
-
line:
|
|
64786
|
+
line: 72,
|
|
64792
64787
|
column: 11
|
|
64793
64788
|
}
|
|
64794
64789
|
},
|
|
64795
64790
|
type: "binary-expr",
|
|
64796
64791
|
locations: [{
|
|
64797
64792
|
start: {
|
|
64798
|
-
line:
|
|
64793
|
+
line: 59,
|
|
64799
64794
|
column: 11
|
|
64800
64795
|
},
|
|
64801
64796
|
end: {
|
|
64802
|
-
line:
|
|
64797
|
+
line: 59,
|
|
64803
64798
|
column: 24
|
|
64804
64799
|
}
|
|
64805
64800
|
}, {
|
|
64806
64801
|
start: {
|
|
64807
|
-
line:
|
|
64802
|
+
line: 60,
|
|
64808
64803
|
column: 12
|
|
64809
64804
|
},
|
|
64810
64805
|
end: {
|
|
64811
|
-
line:
|
|
64806
|
+
line: 71,
|
|
64812
64807
|
column: 14
|
|
64813
64808
|
}
|
|
64814
64809
|
}],
|
|
64815
|
-
line:
|
|
64810
|
+
line: 59
|
|
64816
64811
|
},
|
|
64817
64812
|
"5": {
|
|
64818
64813
|
loc: {
|
|
64819
64814
|
start: {
|
|
64820
|
-
line:
|
|
64815
|
+
line: 74,
|
|
64821
64816
|
column: 9
|
|
64822
64817
|
},
|
|
64823
64818
|
end: {
|
|
64824
|
-
line:
|
|
64819
|
+
line: 83,
|
|
64825
64820
|
column: 9
|
|
64826
64821
|
}
|
|
64827
64822
|
},
|
|
64828
64823
|
type: "binary-expr",
|
|
64829
64824
|
locations: [{
|
|
64830
64825
|
start: {
|
|
64831
|
-
line:
|
|
64826
|
+
line: 74,
|
|
64832
64827
|
column: 9
|
|
64833
64828
|
},
|
|
64834
64829
|
end: {
|
|
64835
|
-
line:
|
|
64830
|
+
line: 74,
|
|
64836
64831
|
column: 23
|
|
64837
64832
|
}
|
|
64838
64833
|
}, {
|
|
64839
64834
|
start: {
|
|
64840
|
-
line:
|
|
64835
|
+
line: 75,
|
|
64841
64836
|
column: 10
|
|
64842
64837
|
},
|
|
64843
64838
|
end: {
|
|
64844
|
-
line:
|
|
64839
|
+
line: 82,
|
|
64845
64840
|
column: 16
|
|
64846
64841
|
}
|
|
64847
64842
|
}],
|
|
64848
|
-
line:
|
|
64843
|
+
line: 74
|
|
64849
64844
|
}
|
|
64850
64845
|
},
|
|
64851
64846
|
s: {
|
|
@@ -64872,7 +64867,7 @@ function cov_12u811mcez() {
|
|
|
64872
64867
|
"5": [0, 0]
|
|
64873
64868
|
},
|
|
64874
64869
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
64875
|
-
hash: "
|
|
64870
|
+
hash: "47a7986f3811e066550f22ba4d54668f6d538b0b"
|
|
64876
64871
|
};
|
|
64877
64872
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
64878
64873
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -64895,6 +64890,7 @@ var EventConditions = function EventConditions(_ref) {
|
|
|
64895
64890
|
name = _ref.name,
|
|
64896
64891
|
performerName = _ref.performerName,
|
|
64897
64892
|
conditionsName = _ref.conditionsName,
|
|
64893
|
+
onSelectEvent = _ref.onSelectEvent,
|
|
64898
64894
|
config = _objectWithoutProperties(_ref, _excluded$5);
|
|
64899
64895
|
cov_12u811mcez().f[0]++;
|
|
64900
64896
|
var _ref2 = (cov_12u811mcez().s[1]++, formik.useFormikContext()),
|
|
@@ -64928,13 +64924,18 @@ var EventConditions = function EventConditions(_ref) {
|
|
|
64928
64924
|
}, /*#__PURE__*/React__default["default"].createElement(Events$1, {
|
|
64929
64925
|
data: data,
|
|
64930
64926
|
name: name,
|
|
64931
|
-
performerName: performerName
|
|
64927
|
+
performerName: performerName,
|
|
64928
|
+
onSelectEvent: onSelectEvent
|
|
64932
64929
|
})), (cov_12u811mcez().b[4][0]++, showAddButton) && (cov_12u811mcez().b[4][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
64933
64930
|
"data-cy": "add-condition-button",
|
|
64934
64931
|
"data-test-id": "automation-rules-add-events-button",
|
|
64935
64932
|
icon: neetoIcons.Plus,
|
|
64936
64933
|
size: 32,
|
|
64937
64934
|
style: "icon",
|
|
64935
|
+
tooltipProps: {
|
|
64936
|
+
content: t("form.addCondition"),
|
|
64937
|
+
position: "top"
|
|
64938
|
+
},
|
|
64938
64939
|
onClick: handleAddCondition
|
|
64939
64940
|
}))), (cov_12u811mcez().b[5][0]++, !showAddButton) && (cov_12u811mcez().b[5][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64940
64941
|
className: "mt-3"
|
|
@@ -67317,7 +67318,7 @@ cov_1iurb38lu4().s[31]++;
|
|
|
67317
67318
|
|
|
67318
67319
|
function cov_12g9t40vga() {
|
|
67319
67320
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Events/index.jsx";
|
|
67320
|
-
var hash = "
|
|
67321
|
+
var hash = "b65cdc0f395fa677c6b7990e9f8e6988cab04d6b";
|
|
67321
67322
|
var global = new Function("return this")();
|
|
67322
67323
|
var gcv = "__coverage__";
|
|
67323
67324
|
var coverageData = {
|
|
@@ -67329,7 +67330,7 @@ function cov_12g9t40vga() {
|
|
|
67329
67330
|
column: 15
|
|
67330
67331
|
},
|
|
67331
67332
|
end: {
|
|
67332
|
-
line:
|
|
67333
|
+
line: 157,
|
|
67333
67334
|
column: 1
|
|
67334
67335
|
}
|
|
67335
67336
|
},
|
|
@@ -67629,7 +67630,7 @@ function cov_12g9t40vga() {
|
|
|
67629
67630
|
column: 2
|
|
67630
67631
|
},
|
|
67631
67632
|
end: {
|
|
67632
|
-
line:
|
|
67633
|
+
line: 156,
|
|
67633
67634
|
column: 4
|
|
67634
67635
|
}
|
|
67635
67636
|
},
|
|
@@ -67639,7 +67640,7 @@ function cov_12g9t40vga() {
|
|
|
67639
67640
|
column: 10
|
|
67640
67641
|
},
|
|
67641
67642
|
end: {
|
|
67642
|
-
line:
|
|
67643
|
+
line: 152,
|
|
67643
67644
|
column: 16
|
|
67644
67645
|
}
|
|
67645
67646
|
},
|
|
@@ -67665,21 +67666,21 @@ function cov_12g9t40vga() {
|
|
|
67665
67666
|
},
|
|
67666
67667
|
"34": {
|
|
67667
67668
|
start: {
|
|
67668
|
-
line:
|
|
67669
|
+
line: 135,
|
|
67669
67670
|
column: 33
|
|
67670
67671
|
},
|
|
67671
67672
|
end: {
|
|
67672
|
-
line:
|
|
67673
|
+
line: 135,
|
|
67673
67674
|
column: 61
|
|
67674
67675
|
}
|
|
67675
67676
|
},
|
|
67676
67677
|
"35": {
|
|
67677
67678
|
start: {
|
|
67678
|
-
line:
|
|
67679
|
+
line: 148,
|
|
67679
67680
|
column: 33
|
|
67680
67681
|
},
|
|
67681
67682
|
end: {
|
|
67682
|
-
line:
|
|
67683
|
+
line: 148,
|
|
67683
67684
|
column: 55
|
|
67684
67685
|
}
|
|
67685
67686
|
}
|
|
@@ -67703,7 +67704,7 @@ function cov_12g9t40vga() {
|
|
|
67703
67704
|
column: 72
|
|
67704
67705
|
},
|
|
67705
67706
|
end: {
|
|
67706
|
-
line:
|
|
67707
|
+
line: 157,
|
|
67707
67708
|
column: 1
|
|
67708
67709
|
}
|
|
67709
67710
|
},
|
|
@@ -67847,7 +67848,7 @@ function cov_12g9t40vga() {
|
|
|
67847
67848
|
column: 10
|
|
67848
67849
|
},
|
|
67849
67850
|
end: {
|
|
67850
|
-
line:
|
|
67851
|
+
line: 152,
|
|
67851
67852
|
column: 16
|
|
67852
67853
|
}
|
|
67853
67854
|
},
|
|
@@ -67905,49 +67906,49 @@ function cov_12g9t40vga() {
|
|
|
67905
67906
|
name: "(anonymous_9)",
|
|
67906
67907
|
decl: {
|
|
67907
67908
|
start: {
|
|
67908
|
-
line:
|
|
67909
|
+
line: 135,
|
|
67909
67910
|
column: 27
|
|
67910
67911
|
},
|
|
67911
67912
|
end: {
|
|
67912
|
-
line:
|
|
67913
|
+
line: 135,
|
|
67913
67914
|
column: 28
|
|
67914
67915
|
}
|
|
67915
67916
|
},
|
|
67916
67917
|
loc: {
|
|
67917
67918
|
start: {
|
|
67918
|
-
line:
|
|
67919
|
+
line: 135,
|
|
67919
67920
|
column: 33
|
|
67920
67921
|
},
|
|
67921
67922
|
end: {
|
|
67922
|
-
line:
|
|
67923
|
+
line: 135,
|
|
67923
67924
|
column: 61
|
|
67924
67925
|
}
|
|
67925
67926
|
},
|
|
67926
|
-
line:
|
|
67927
|
+
line: 135
|
|
67927
67928
|
},
|
|
67928
67929
|
"10": {
|
|
67929
67930
|
name: "(anonymous_10)",
|
|
67930
67931
|
decl: {
|
|
67931
67932
|
start: {
|
|
67932
|
-
line:
|
|
67933
|
+
line: 148,
|
|
67933
67934
|
column: 27
|
|
67934
67935
|
},
|
|
67935
67936
|
end: {
|
|
67936
|
-
line:
|
|
67937
|
+
line: 148,
|
|
67937
67938
|
column: 28
|
|
67938
67939
|
}
|
|
67939
67940
|
},
|
|
67940
67941
|
loc: {
|
|
67941
67942
|
start: {
|
|
67942
|
-
line:
|
|
67943
|
+
line: 148,
|
|
67943
67944
|
column: 33
|
|
67944
67945
|
},
|
|
67945
67946
|
end: {
|
|
67946
|
-
line:
|
|
67947
|
+
line: 148,
|
|
67947
67948
|
column: 55
|
|
67948
67949
|
}
|
|
67949
67950
|
},
|
|
67950
|
-
line:
|
|
67951
|
+
line: 148
|
|
67951
67952
|
}
|
|
67952
67953
|
},
|
|
67953
67954
|
branchMap: {
|
|
@@ -68594,7 +68595,7 @@ function cov_12g9t40vga() {
|
|
|
68594
68595
|
column: 15
|
|
68595
68596
|
},
|
|
68596
68597
|
end: {
|
|
68597
|
-
line:
|
|
68598
|
+
line: 137,
|
|
68598
68599
|
column: 15
|
|
68599
68600
|
}
|
|
68600
68601
|
},
|
|
@@ -68614,7 +68615,7 @@ function cov_12g9t40vga() {
|
|
|
68614
68615
|
column: 16
|
|
68615
68616
|
},
|
|
68616
68617
|
end: {
|
|
68617
|
-
line:
|
|
68618
|
+
line: 136,
|
|
68618
68619
|
column: 18
|
|
68619
68620
|
}
|
|
68620
68621
|
}],
|
|
@@ -68623,35 +68624,35 @@ function cov_12g9t40vga() {
|
|
|
68623
68624
|
"20": {
|
|
68624
68625
|
loc: {
|
|
68625
68626
|
start: {
|
|
68626
|
-
line:
|
|
68627
|
+
line: 138,
|
|
68627
68628
|
column: 15
|
|
68628
68629
|
},
|
|
68629
68630
|
end: {
|
|
68630
|
-
line:
|
|
68631
|
+
line: 150,
|
|
68631
68632
|
column: 15
|
|
68632
68633
|
}
|
|
68633
68634
|
},
|
|
68634
68635
|
type: "binary-expr",
|
|
68635
68636
|
locations: [{
|
|
68636
68637
|
start: {
|
|
68637
|
-
line:
|
|
68638
|
+
line: 138,
|
|
68638
68639
|
column: 15
|
|
68639
68640
|
},
|
|
68640
68641
|
end: {
|
|
68641
|
-
line:
|
|
68642
|
+
line: 138,
|
|
68642
68643
|
column: 27
|
|
68643
68644
|
}
|
|
68644
68645
|
}, {
|
|
68645
68646
|
start: {
|
|
68646
|
-
line:
|
|
68647
|
+
line: 139,
|
|
68647
68648
|
column: 16
|
|
68648
68649
|
},
|
|
68649
68650
|
end: {
|
|
68650
|
-
line:
|
|
68651
|
+
line: 149,
|
|
68651
68652
|
column: 18
|
|
68652
68653
|
}
|
|
68653
68654
|
}],
|
|
68654
|
-
line:
|
|
68655
|
+
line: 138
|
|
68655
68656
|
}
|
|
68656
68657
|
},
|
|
68657
68658
|
s: {
|
|
@@ -68729,7 +68730,7 @@ function cov_12g9t40vga() {
|
|
|
68729
68730
|
"20": [0, 0]
|
|
68730
68731
|
},
|
|
68731
68732
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
68732
|
-
hash: "
|
|
68733
|
+
hash: "b65cdc0f395fa677c6b7990e9f8e6988cab04d6b"
|
|
68733
68734
|
};
|
|
68734
68735
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
68735
68736
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -68903,6 +68904,10 @@ var Events = function Events(_ref) {
|
|
|
68903
68904
|
icon: neetoIcons.Plus,
|
|
68904
68905
|
size: 32,
|
|
68905
68906
|
style: "icon",
|
|
68907
|
+
tooltipProps: {
|
|
68908
|
+
content: t("form.addEvent"),
|
|
68909
|
+
position: "top"
|
|
68910
|
+
},
|
|
68906
68911
|
onClick: function onClick() {
|
|
68907
68912
|
cov_12g9t40vga().f[9]++;
|
|
68908
68913
|
cov_12g9t40vga().s[34]++;
|
|
@@ -68913,6 +68918,10 @@ var Events = function Events(_ref) {
|
|
|
68913
68918
|
icon: neetoIcons.Delete,
|
|
68914
68919
|
size: 32,
|
|
68915
68920
|
style: "icon",
|
|
68921
|
+
tooltipProps: {
|
|
68922
|
+
content: t("common.delete"),
|
|
68923
|
+
position: "top"
|
|
68924
|
+
},
|
|
68916
68925
|
onClick: function onClick() {
|
|
68917
68926
|
cov_12g9t40vga().f[10]++;
|
|
68918
68927
|
cov_12g9t40vga().s[35]++;
|