@bigbinary/neeto-rules-frontend 0.0.100 → 0.0.102
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 +100 -205
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +100 -205
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.cjs.js
CHANGED
|
@@ -11158,12 +11158,12 @@ var EditorAction$1 = function EditorAction(_ref) {
|
|
|
11158
11158
|
style: "h3",
|
|
11159
11159
|
weight: "semibold"
|
|
11160
11160
|
}, t("form.note"))), /*#__PURE__*/React__default["default"].createElement(neetoui.Pane.Body, null, /*#__PURE__*/React__default["default"].createElement(neetoEditor.FormikEditor, {
|
|
11161
|
+
autoFocus: true,
|
|
11161
11162
|
hideSlashCommands: true,
|
|
11162
11163
|
required: true,
|
|
11163
11164
|
addons: EDITOR_ADDONS$1,
|
|
11164
11165
|
className: "w-full",
|
|
11165
11166
|
name: "actions[".concat(index, "].body"),
|
|
11166
|
-
ref: initialFocusRef,
|
|
11167
11167
|
variables: VARIABLES
|
|
11168
11168
|
})), /*#__PURE__*/React__default["default"].createElement(neetoui.Pane.Footer, {
|
|
11169
11169
|
className: "flex items-center space-x-2"
|
|
@@ -11299,7 +11299,7 @@ cov_1wzly8r6ob().s[2]++;
|
|
|
11299
11299
|
|
|
11300
11300
|
function cov_hypisw90n() {
|
|
11301
11301
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/RulesForm/Actions/Fields/EmailFields.jsx";
|
|
11302
|
-
var hash = "
|
|
11302
|
+
var hash = "b87bc840780d1bcf608a57e0b9db8020131bdb57";
|
|
11303
11303
|
var global = new Function("return this")();
|
|
11304
11304
|
var gcv = "__coverage__";
|
|
11305
11305
|
var coverageData = {
|
|
@@ -11736,39 +11736,6 @@ function cov_hypisw90n() {
|
|
|
11736
11736
|
}
|
|
11737
11737
|
}],
|
|
11738
11738
|
line: 79
|
|
11739
|
-
},
|
|
11740
|
-
"2": {
|
|
11741
|
-
loc: {
|
|
11742
|
-
start: {
|
|
11743
|
-
line: 92,
|
|
11744
|
-
column: 19
|
|
11745
|
-
},
|
|
11746
|
-
end: {
|
|
11747
|
-
line: 92,
|
|
11748
|
-
column: 58
|
|
11749
|
-
}
|
|
11750
|
-
},
|
|
11751
|
-
type: "cond-expr",
|
|
11752
|
-
locations: [{
|
|
11753
|
-
start: {
|
|
11754
|
-
line: 92,
|
|
11755
|
-
column: 36
|
|
11756
|
-
},
|
|
11757
|
-
end: {
|
|
11758
|
-
line: 92,
|
|
11759
|
-
column: 40
|
|
11760
|
-
}
|
|
11761
|
-
}, {
|
|
11762
|
-
start: {
|
|
11763
|
-
line: 92,
|
|
11764
|
-
column: 43
|
|
11765
|
-
},
|
|
11766
|
-
end: {
|
|
11767
|
-
line: 92,
|
|
11768
|
-
column: 58
|
|
11769
|
-
}
|
|
11770
|
-
}],
|
|
11771
|
-
line: 92
|
|
11772
11739
|
}
|
|
11773
11740
|
},
|
|
11774
11741
|
s: {
|
|
@@ -11802,11 +11769,10 @@ function cov_hypisw90n() {
|
|
|
11802
11769
|
},
|
|
11803
11770
|
b: {
|
|
11804
11771
|
"0": [0, 0],
|
|
11805
|
-
"1": [0, 0]
|
|
11806
|
-
"2": [0, 0]
|
|
11772
|
+
"1": [0, 0]
|
|
11807
11773
|
},
|
|
11808
11774
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
11809
|
-
hash: "
|
|
11775
|
+
hash: "b87bc840780d1bcf608a57e0b9db8020131bdb57"
|
|
11810
11776
|
};
|
|
11811
11777
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
11812
11778
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -11897,12 +11863,12 @@ var EmailFields$1 = function EmailFields(_ref) {
|
|
|
11897
11863
|
initialFocusRef: initialFocusRef,
|
|
11898
11864
|
name: name
|
|
11899
11865
|
})), /*#__PURE__*/React__default["default"].createElement(neetoEditor.FormikEditor, {
|
|
11866
|
+
autoFocus: true,
|
|
11900
11867
|
hideSlashCommands: true,
|
|
11901
11868
|
required: true,
|
|
11902
11869
|
addons: EDITOR_ADDONS$1,
|
|
11903
11870
|
label: t("labels.body"),
|
|
11904
11871
|
name: "actions[".concat(index, "].body"),
|
|
11905
|
-
ref: isEmailIdField ? (cov_hypisw90n().b[2][0]++, null) : (cov_hypisw90n().b[2][1]++, initialFocusRef),
|
|
11906
11872
|
variables: VARIABLES
|
|
11907
11873
|
}))), /*#__PURE__*/React__default["default"].createElement(neetoui.Pane.Footer, {
|
|
11908
11874
|
className: "flex items-center space-x-2"
|
|
@@ -42392,7 +42358,7 @@ cov_ydtn5b3nu().s[33]++;
|
|
|
42392
42358
|
|
|
42393
42359
|
function cov_1ifnsi25f3() {
|
|
42394
42360
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Actions/ActionSubItem/Fields/EditorAction.jsx";
|
|
42395
|
-
var hash = "
|
|
42361
|
+
var hash = "10fc38ecadadd3911e847dc6d165dfb3d8877eb5";
|
|
42396
42362
|
var global = new Function("return this")();
|
|
42397
42363
|
var gcv = "__coverage__";
|
|
42398
42364
|
var coverageData = {
|
|
@@ -42404,87 +42370,87 @@ function cov_1ifnsi25f3() {
|
|
|
42404
42370
|
column: 21
|
|
42405
42371
|
},
|
|
42406
42372
|
end: {
|
|
42407
|
-
line:
|
|
42373
|
+
line: 33,
|
|
42408
42374
|
column: 1
|
|
42409
42375
|
}
|
|
42410
42376
|
},
|
|
42411
42377
|
"1": {
|
|
42412
42378
|
start: {
|
|
42413
|
-
line:
|
|
42379
|
+
line: 11,
|
|
42414
42380
|
column: 28
|
|
42415
42381
|
},
|
|
42416
42382
|
end: {
|
|
42417
|
-
line:
|
|
42383
|
+
line: 11,
|
|
42418
42384
|
column: 46
|
|
42419
42385
|
}
|
|
42420
42386
|
},
|
|
42421
42387
|
"2": {
|
|
42422
42388
|
start: {
|
|
42423
|
-
line:
|
|
42389
|
+
line: 12,
|
|
42424
42390
|
column: 38
|
|
42425
42391
|
},
|
|
42426
42392
|
end: {
|
|
42427
|
-
line:
|
|
42393
|
+
line: 12,
|
|
42428
42394
|
column: 53
|
|
42429
42395
|
}
|
|
42430
42396
|
},
|
|
42431
42397
|
"3": {
|
|
42432
42398
|
start: {
|
|
42433
|
-
line:
|
|
42399
|
+
line: 14,
|
|
42434
42400
|
column: 25
|
|
42435
42401
|
},
|
|
42436
42402
|
end: {
|
|
42437
|
-
line:
|
|
42403
|
+
line: 14,
|
|
42438
42404
|
column: 53
|
|
42439
42405
|
}
|
|
42440
42406
|
},
|
|
42441
42407
|
"4": {
|
|
42442
42408
|
start: {
|
|
42443
|
-
line:
|
|
42409
|
+
line: 16,
|
|
42444
42410
|
column: 2
|
|
42445
42411
|
},
|
|
42446
42412
|
end: {
|
|
42447
|
-
line:
|
|
42413
|
+
line: 18,
|
|
42448
42414
|
column: 23
|
|
42449
42415
|
}
|
|
42450
42416
|
},
|
|
42451
42417
|
"5": {
|
|
42452
42418
|
start: {
|
|
42453
|
-
line:
|
|
42419
|
+
line: 17,
|
|
42454
42420
|
column: 4
|
|
42455
42421
|
},
|
|
42456
42422
|
end: {
|
|
42457
|
-
line:
|
|
42423
|
+
line: 17,
|
|
42458
42424
|
column: 36
|
|
42459
42425
|
}
|
|
42460
42426
|
},
|
|
42461
42427
|
"6": {
|
|
42462
42428
|
start: {
|
|
42463
|
-
line:
|
|
42429
|
+
line: 20,
|
|
42464
42430
|
column: 2
|
|
42465
42431
|
},
|
|
42466
42432
|
end: {
|
|
42467
|
-
line:
|
|
42433
|
+
line: 32,
|
|
42468
42434
|
column: 4
|
|
42469
42435
|
}
|
|
42470
42436
|
},
|
|
42471
42437
|
"7": {
|
|
42472
42438
|
start: {
|
|
42473
|
-
line:
|
|
42439
|
+
line: 30,
|
|
42474
42440
|
column: 25
|
|
42475
42441
|
},
|
|
42476
42442
|
end: {
|
|
42477
|
-
line:
|
|
42443
|
+
line: 30,
|
|
42478
42444
|
column: 45
|
|
42479
42445
|
}
|
|
42480
42446
|
},
|
|
42481
42447
|
"8": {
|
|
42482
42448
|
start: {
|
|
42483
|
-
line:
|
|
42449
|
+
line: 35,
|
|
42484
42450
|
column: 0
|
|
42485
42451
|
},
|
|
42486
42452
|
end: {
|
|
42487
|
-
line:
|
|
42453
|
+
line: 40,
|
|
42488
42454
|
column: 2
|
|
42489
42455
|
}
|
|
42490
42456
|
}
|
|
@@ -42504,113 +42470,113 @@ function cov_1ifnsi25f3() {
|
|
|
42504
42470
|
},
|
|
42505
42471
|
loc: {
|
|
42506
42472
|
start: {
|
|
42507
|
-
line:
|
|
42508
|
-
column:
|
|
42473
|
+
line: 10,
|
|
42474
|
+
column: 70
|
|
42509
42475
|
},
|
|
42510
42476
|
end: {
|
|
42511
|
-
line:
|
|
42477
|
+
line: 33,
|
|
42512
42478
|
column: 1
|
|
42513
42479
|
}
|
|
42514
42480
|
},
|
|
42515
|
-
line:
|
|
42481
|
+
line: 10
|
|
42516
42482
|
},
|
|
42517
42483
|
"1": {
|
|
42518
42484
|
name: "(anonymous_1)",
|
|
42519
42485
|
decl: {
|
|
42520
42486
|
start: {
|
|
42521
|
-
line:
|
|
42487
|
+
line: 16,
|
|
42522
42488
|
column: 12
|
|
42523
42489
|
},
|
|
42524
42490
|
end: {
|
|
42525
|
-
line:
|
|
42491
|
+
line: 16,
|
|
42526
42492
|
column: 13
|
|
42527
42493
|
}
|
|
42528
42494
|
},
|
|
42529
42495
|
loc: {
|
|
42530
42496
|
start: {
|
|
42531
|
-
line:
|
|
42497
|
+
line: 16,
|
|
42532
42498
|
column: 18
|
|
42533
42499
|
},
|
|
42534
42500
|
end: {
|
|
42535
|
-
line:
|
|
42501
|
+
line: 18,
|
|
42536
42502
|
column: 3
|
|
42537
42503
|
}
|
|
42538
42504
|
},
|
|
42539
|
-
line:
|
|
42505
|
+
line: 16
|
|
42540
42506
|
},
|
|
42541
42507
|
"2": {
|
|
42542
42508
|
name: "(anonymous_2)",
|
|
42543
42509
|
decl: {
|
|
42544
42510
|
start: {
|
|
42545
|
-
line:
|
|
42511
|
+
line: 30,
|
|
42546
42512
|
column: 16
|
|
42547
42513
|
},
|
|
42548
42514
|
end: {
|
|
42549
|
-
line:
|
|
42515
|
+
line: 30,
|
|
42550
42516
|
column: 17
|
|
42551
42517
|
}
|
|
42552
42518
|
},
|
|
42553
42519
|
loc: {
|
|
42554
42520
|
start: {
|
|
42555
|
-
line:
|
|
42521
|
+
line: 30,
|
|
42556
42522
|
column: 25
|
|
42557
42523
|
},
|
|
42558
42524
|
end: {
|
|
42559
|
-
line:
|
|
42525
|
+
line: 30,
|
|
42560
42526
|
column: 45
|
|
42561
42527
|
}
|
|
42562
42528
|
},
|
|
42563
|
-
line:
|
|
42529
|
+
line: 30
|
|
42564
42530
|
}
|
|
42565
42531
|
},
|
|
42566
42532
|
branchMap: {
|
|
42567
42533
|
"0": {
|
|
42568
42534
|
loc: {
|
|
42569
42535
|
start: {
|
|
42570
|
-
line:
|
|
42571
|
-
column:
|
|
42536
|
+
line: 10,
|
|
42537
|
+
column: 30
|
|
42572
42538
|
},
|
|
42573
42539
|
end: {
|
|
42574
|
-
line:
|
|
42575
|
-
column:
|
|
42540
|
+
line: 10,
|
|
42541
|
+
column: 40
|
|
42576
42542
|
}
|
|
42577
42543
|
},
|
|
42578
42544
|
type: "default-arg",
|
|
42579
42545
|
locations: [{
|
|
42580
42546
|
start: {
|
|
42581
|
-
line:
|
|
42582
|
-
column:
|
|
42547
|
+
line: 10,
|
|
42548
|
+
column: 38
|
|
42583
42549
|
},
|
|
42584
42550
|
end: {
|
|
42585
|
-
line:
|
|
42586
|
-
column:
|
|
42551
|
+
line: 10,
|
|
42552
|
+
column: 40
|
|
42587
42553
|
}
|
|
42588
42554
|
}],
|
|
42589
|
-
line:
|
|
42555
|
+
line: 10
|
|
42590
42556
|
},
|
|
42591
42557
|
"1": {
|
|
42592
42558
|
loc: {
|
|
42593
42559
|
start: {
|
|
42594
|
-
line:
|
|
42595
|
-
column:
|
|
42560
|
+
line: 10,
|
|
42561
|
+
column: 49
|
|
42596
42562
|
},
|
|
42597
42563
|
end: {
|
|
42598
|
-
line:
|
|
42599
|
-
column:
|
|
42564
|
+
line: 10,
|
|
42565
|
+
column: 63
|
|
42600
42566
|
}
|
|
42601
42567
|
},
|
|
42602
42568
|
type: "default-arg",
|
|
42603
42569
|
locations: [{
|
|
42604
42570
|
start: {
|
|
42605
|
-
line:
|
|
42606
|
-
column:
|
|
42571
|
+
line: 10,
|
|
42572
|
+
column: 61
|
|
42607
42573
|
},
|
|
42608
42574
|
end: {
|
|
42609
|
-
line:
|
|
42610
|
-
column:
|
|
42575
|
+
line: 10,
|
|
42576
|
+
column: 63
|
|
42611
42577
|
}
|
|
42612
42578
|
}],
|
|
42613
|
-
line:
|
|
42579
|
+
line: 10
|
|
42614
42580
|
}
|
|
42615
42581
|
},
|
|
42616
42582
|
s: {
|
|
@@ -42634,7 +42600,7 @@ function cov_1ifnsi25f3() {
|
|
|
42634
42600
|
"1": [0]
|
|
42635
42601
|
},
|
|
42636
42602
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
42637
|
-
hash: "
|
|
42603
|
+
hash: "10fc38ecadadd3911e847dc6d165dfb3d8877eb5"
|
|
42638
42604
|
};
|
|
42639
42605
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
42640
42606
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -42652,8 +42618,7 @@ function cov_1ifnsi25f3() {
|
|
|
42652
42618
|
cov_1ifnsi25f3();
|
|
42653
42619
|
cov_1ifnsi25f3().s[0]++;
|
|
42654
42620
|
var EditorAction = function EditorAction(_ref) {
|
|
42655
|
-
var
|
|
42656
|
-
name = _ref.name,
|
|
42621
|
+
var name = _ref.name,
|
|
42657
42622
|
_ref$value = _ref.value,
|
|
42658
42623
|
value = _ref$value === void 0 ? (cov_1ifnsi25f3().b[0][0]++, "") : _ref$value,
|
|
42659
42624
|
label = _ref.label,
|
|
@@ -42675,13 +42640,13 @@ var EditorAction = function EditorAction(_ref) {
|
|
|
42675
42640
|
}, [debouncedValue]);
|
|
42676
42641
|
cov_1ifnsi25f3().s[6]++;
|
|
42677
42642
|
return /*#__PURE__*/React__default["default"].createElement(neetoEditor.FormikEditor, {
|
|
42643
|
+
autoFocus: true,
|
|
42678
42644
|
hideSlashCommands: true,
|
|
42679
42645
|
addons: EDITOR_ADDONS,
|
|
42680
42646
|
className: "w-full",
|
|
42681
42647
|
"data-cy": "neeto-editor",
|
|
42682
42648
|
label: label,
|
|
42683
42649
|
name: name,
|
|
42684
|
-
ref: initialFocusRef,
|
|
42685
42650
|
variables: variables,
|
|
42686
42651
|
onChange: function onChange(value) {
|
|
42687
42652
|
cov_1ifnsi25f3().f[2]++;
|
|
@@ -43308,7 +43273,7 @@ var InputField$2 = function InputField(_ref) {
|
|
|
43308
43273
|
|
|
43309
43274
|
function cov_25nnzrwa0x() {
|
|
43310
43275
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Actions/ActionSubItem/Fields/EmailFields.jsx";
|
|
43311
|
-
var hash = "
|
|
43276
|
+
var hash = "9bb529200ad794b4985bb3d7a87f336752e700df";
|
|
43312
43277
|
var global = new Function("return this")();
|
|
43313
43278
|
var gcv = "__coverage__";
|
|
43314
43279
|
var coverageData = {
|
|
@@ -43320,7 +43285,7 @@ function cov_25nnzrwa0x() {
|
|
|
43320
43285
|
column: 20
|
|
43321
43286
|
},
|
|
43322
43287
|
end: {
|
|
43323
|
-
line:
|
|
43288
|
+
line: 121,
|
|
43324
43289
|
column: 1
|
|
43325
43290
|
}
|
|
43326
43291
|
},
|
|
@@ -43410,7 +43375,7 @@ function cov_25nnzrwa0x() {
|
|
|
43410
43375
|
column: 2
|
|
43411
43376
|
},
|
|
43412
43377
|
end: {
|
|
43413
|
-
line:
|
|
43378
|
+
line: 120,
|
|
43414
43379
|
column: 4
|
|
43415
43380
|
}
|
|
43416
43381
|
},
|
|
@@ -43446,31 +43411,31 @@ function cov_25nnzrwa0x() {
|
|
|
43446
43411
|
},
|
|
43447
43412
|
"13": {
|
|
43448
43413
|
start: {
|
|
43449
|
-
line:
|
|
43414
|
+
line: 110,
|
|
43450
43415
|
column: 27
|
|
43451
43416
|
},
|
|
43452
43417
|
end: {
|
|
43453
|
-
line:
|
|
43418
|
+
line: 110,
|
|
43454
43419
|
column: 45
|
|
43455
43420
|
}
|
|
43456
43421
|
},
|
|
43457
43422
|
"14": {
|
|
43458
43423
|
start: {
|
|
43459
|
-
line:
|
|
43424
|
+
line: 115,
|
|
43460
43425
|
column: 27
|
|
43461
43426
|
},
|
|
43462
43427
|
end: {
|
|
43463
|
-
line:
|
|
43428
|
+
line: 115,
|
|
43464
43429
|
column: 45
|
|
43465
43430
|
}
|
|
43466
43431
|
},
|
|
43467
43432
|
"15": {
|
|
43468
43433
|
start: {
|
|
43469
|
-
line:
|
|
43434
|
+
line: 123,
|
|
43470
43435
|
column: 0
|
|
43471
43436
|
},
|
|
43472
43437
|
end: {
|
|
43473
|
-
line:
|
|
43438
|
+
line: 127,
|
|
43474
43439
|
column: 2
|
|
43475
43440
|
}
|
|
43476
43441
|
}
|
|
@@ -43494,7 +43459,7 @@ function cov_25nnzrwa0x() {
|
|
|
43494
43459
|
column: 6
|
|
43495
43460
|
},
|
|
43496
43461
|
end: {
|
|
43497
|
-
line:
|
|
43462
|
+
line: 121,
|
|
43498
43463
|
column: 1
|
|
43499
43464
|
}
|
|
43500
43465
|
},
|
|
@@ -43600,49 +43565,49 @@ function cov_25nnzrwa0x() {
|
|
|
43600
43565
|
name: "(anonymous_5)",
|
|
43601
43566
|
decl: {
|
|
43602
43567
|
start: {
|
|
43603
|
-
line:
|
|
43568
|
+
line: 110,
|
|
43604
43569
|
column: 21
|
|
43605
43570
|
},
|
|
43606
43571
|
end: {
|
|
43607
|
-
line:
|
|
43572
|
+
line: 110,
|
|
43608
43573
|
column: 22
|
|
43609
43574
|
}
|
|
43610
43575
|
},
|
|
43611
43576
|
loc: {
|
|
43612
43577
|
start: {
|
|
43613
|
-
line:
|
|
43578
|
+
line: 110,
|
|
43614
43579
|
column: 27
|
|
43615
43580
|
},
|
|
43616
43581
|
end: {
|
|
43617
|
-
line:
|
|
43582
|
+
line: 110,
|
|
43618
43583
|
column: 45
|
|
43619
43584
|
}
|
|
43620
43585
|
},
|
|
43621
|
-
line:
|
|
43586
|
+
line: 110
|
|
43622
43587
|
},
|
|
43623
43588
|
"6": {
|
|
43624
43589
|
name: "(anonymous_6)",
|
|
43625
43590
|
decl: {
|
|
43626
43591
|
start: {
|
|
43627
|
-
line:
|
|
43592
|
+
line: 115,
|
|
43628
43593
|
column: 21
|
|
43629
43594
|
},
|
|
43630
43595
|
end: {
|
|
43631
|
-
line:
|
|
43596
|
+
line: 115,
|
|
43632
43597
|
column: 22
|
|
43633
43598
|
}
|
|
43634
43599
|
},
|
|
43635
43600
|
loc: {
|
|
43636
43601
|
start: {
|
|
43637
|
-
line:
|
|
43602
|
+
line: 115,
|
|
43638
43603
|
column: 27
|
|
43639
43604
|
},
|
|
43640
43605
|
end: {
|
|
43641
|
-
line:
|
|
43606
|
+
line: 115,
|
|
43642
43607
|
column: 45
|
|
43643
43608
|
}
|
|
43644
43609
|
},
|
|
43645
|
-
line:
|
|
43610
|
+
line: 115
|
|
43646
43611
|
}
|
|
43647
43612
|
},
|
|
43648
43613
|
branchMap: {
|
|
@@ -43900,72 +43865,6 @@ function cov_25nnzrwa0x() {
|
|
|
43900
43865
|
}
|
|
43901
43866
|
}],
|
|
43902
43867
|
line: 93
|
|
43903
|
-
},
|
|
43904
|
-
"8": {
|
|
43905
|
-
loc: {
|
|
43906
|
-
start: {
|
|
43907
|
-
line: 104,
|
|
43908
|
-
column: 16
|
|
43909
|
-
},
|
|
43910
|
-
end: {
|
|
43911
|
-
line: 106,
|
|
43912
|
-
column: 35
|
|
43913
|
-
}
|
|
43914
|
-
},
|
|
43915
|
-
type: "cond-expr",
|
|
43916
|
-
locations: [{
|
|
43917
|
-
start: {
|
|
43918
|
-
line: 105,
|
|
43919
|
-
column: 20
|
|
43920
|
-
},
|
|
43921
|
-
end: {
|
|
43922
|
-
line: 105,
|
|
43923
|
-
column: 24
|
|
43924
|
-
}
|
|
43925
|
-
}, {
|
|
43926
|
-
start: {
|
|
43927
|
-
line: 106,
|
|
43928
|
-
column: 20
|
|
43929
|
-
},
|
|
43930
|
-
end: {
|
|
43931
|
-
line: 106,
|
|
43932
|
-
column: 35
|
|
43933
|
-
}
|
|
43934
|
-
}],
|
|
43935
|
-
line: 104
|
|
43936
|
-
},
|
|
43937
|
-
"9": {
|
|
43938
|
-
loc: {
|
|
43939
|
-
start: {
|
|
43940
|
-
line: 104,
|
|
43941
|
-
column: 16
|
|
43942
|
-
},
|
|
43943
|
-
end: {
|
|
43944
|
-
line: 104,
|
|
43945
|
-
column: 60
|
|
43946
|
-
}
|
|
43947
|
-
},
|
|
43948
|
-
type: "binary-expr",
|
|
43949
|
-
locations: [{
|
|
43950
|
-
start: {
|
|
43951
|
-
line: 104,
|
|
43952
|
-
column: 16
|
|
43953
|
-
},
|
|
43954
|
-
end: {
|
|
43955
|
-
line: 104,
|
|
43956
|
-
column: 30
|
|
43957
|
-
}
|
|
43958
|
-
}, {
|
|
43959
|
-
start: {
|
|
43960
|
-
line: 104,
|
|
43961
|
-
column: 34
|
|
43962
|
-
},
|
|
43963
|
-
end: {
|
|
43964
|
-
line: 104,
|
|
43965
|
-
column: 60
|
|
43966
|
-
}
|
|
43967
|
-
}],
|
|
43968
|
-
line: 104
|
|
43969
43868
|
}
|
|
43970
43869
|
},
|
|
43971
43870
|
s: {
|
|
@@ -44003,12 +43902,10 @@ function cov_25nnzrwa0x() {
|
|
|
44003
43902
|
"4": [0, 0],
|
|
44004
43903
|
"5": [0, 0],
|
|
44005
43904
|
"6": [0, 0],
|
|
44006
|
-
"7": [0, 0]
|
|
44007
|
-
"8": [0, 0],
|
|
44008
|
-
"9": [0, 0]
|
|
43905
|
+
"7": [0, 0]
|
|
44009
43906
|
},
|
|
44010
43907
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
44011
|
-
hash: "
|
|
43908
|
+
hash: "9bb529200ad794b4985bb3d7a87f336752e700df"
|
|
44012
43909
|
};
|
|
44013
43910
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
44014
43911
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -44106,8 +44003,7 @@ var EmailFields = function EmailFields(_ref) {
|
|
|
44106
44003
|
label: t("labels.body"),
|
|
44107
44004
|
name: "".concat(name, ".body"),
|
|
44108
44005
|
value: (_action$metadata = action.metadata) === null || _action$metadata === void 0 ? void 0 : _action$metadata.body,
|
|
44109
|
-
variables: selectedField === null || selectedField === void 0 ? void 0 : selectedField.variables
|
|
44110
|
-
initialFocusRef: (cov_25nnzrwa0x().b[9][0]++, isEmailIdField) || (cov_25nnzrwa0x().b[9][1]++, !selectedField.hideSubject) ? (cov_25nnzrwa0x().b[8][0]++, null) : (cov_25nnzrwa0x().b[8][1]++, initialFocusRef)
|
|
44006
|
+
variables: selectedField === null || selectedField === void 0 ? void 0 : selectedField.variables
|
|
44111
44007
|
}))), /*#__PURE__*/React__default["default"].createElement(neetoui.Pane.Footer, {
|
|
44112
44008
|
className: "flex items-center space-x-2"
|
|
44113
44009
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
@@ -48681,7 +48577,7 @@ cov_1kb2dc1ax5().s[31]++;
|
|
|
48681
48577
|
|
|
48682
48578
|
function cov_17c75usisi() {
|
|
48683
48579
|
var path = "/home/runner/work/neeto-rules-frontend/neeto-rules-frontend/src/components/NeetoRules/Element/Actions/ActionSubItem/Fields/NoteField.jsx";
|
|
48684
|
-
var hash = "
|
|
48580
|
+
var hash = "e008498c5c1b5663233255ee9551737823e9a97e";
|
|
48685
48581
|
var global = new Function("return this")();
|
|
48686
48582
|
var gcv = "__coverage__";
|
|
48687
48583
|
var coverageData = {
|
|
@@ -48693,7 +48589,7 @@ function cov_17c75usisi() {
|
|
|
48693
48589
|
column: 18
|
|
48694
48590
|
},
|
|
48695
48591
|
end: {
|
|
48696
|
-
line:
|
|
48592
|
+
line: 89,
|
|
48697
48593
|
column: 1
|
|
48698
48594
|
}
|
|
48699
48595
|
},
|
|
@@ -48793,7 +48689,7 @@ function cov_17c75usisi() {
|
|
|
48793
48689
|
column: 2
|
|
48794
48690
|
},
|
|
48795
48691
|
end: {
|
|
48796
|
-
line:
|
|
48692
|
+
line: 88,
|
|
48797
48693
|
column: 4
|
|
48798
48694
|
}
|
|
48799
48695
|
},
|
|
@@ -48829,21 +48725,21 @@ function cov_17c75usisi() {
|
|
|
48829
48725
|
},
|
|
48830
48726
|
"14": {
|
|
48831
48727
|
start: {
|
|
48832
|
-
line:
|
|
48728
|
+
line: 78,
|
|
48833
48729
|
column: 27
|
|
48834
48730
|
},
|
|
48835
48731
|
end: {
|
|
48836
|
-
line:
|
|
48732
|
+
line: 78,
|
|
48837
48733
|
column: 45
|
|
48838
48734
|
}
|
|
48839
48735
|
},
|
|
48840
48736
|
"15": {
|
|
48841
48737
|
start: {
|
|
48842
|
-
line:
|
|
48738
|
+
line: 83,
|
|
48843
48739
|
column: 27
|
|
48844
48740
|
},
|
|
48845
48741
|
end: {
|
|
48846
|
-
line:
|
|
48742
|
+
line: 83,
|
|
48847
48743
|
column: 45
|
|
48848
48744
|
}
|
|
48849
48745
|
}
|
|
@@ -48867,7 +48763,7 @@ function cov_17c75usisi() {
|
|
|
48867
48763
|
column: 66
|
|
48868
48764
|
},
|
|
48869
48765
|
end: {
|
|
48870
|
-
line:
|
|
48766
|
+
line: 89,
|
|
48871
48767
|
column: 1
|
|
48872
48768
|
}
|
|
48873
48769
|
},
|
|
@@ -48973,49 +48869,49 @@ function cov_17c75usisi() {
|
|
|
48973
48869
|
name: "(anonymous_5)",
|
|
48974
48870
|
decl: {
|
|
48975
48871
|
start: {
|
|
48976
|
-
line:
|
|
48872
|
+
line: 78,
|
|
48977
48873
|
column: 21
|
|
48978
48874
|
},
|
|
48979
48875
|
end: {
|
|
48980
|
-
line:
|
|
48876
|
+
line: 78,
|
|
48981
48877
|
column: 22
|
|
48982
48878
|
}
|
|
48983
48879
|
},
|
|
48984
48880
|
loc: {
|
|
48985
48881
|
start: {
|
|
48986
|
-
line:
|
|
48882
|
+
line: 78,
|
|
48987
48883
|
column: 27
|
|
48988
48884
|
},
|
|
48989
48885
|
end: {
|
|
48990
|
-
line:
|
|
48886
|
+
line: 78,
|
|
48991
48887
|
column: 45
|
|
48992
48888
|
}
|
|
48993
48889
|
},
|
|
48994
|
-
line:
|
|
48890
|
+
line: 78
|
|
48995
48891
|
},
|
|
48996
48892
|
"6": {
|
|
48997
48893
|
name: "(anonymous_6)",
|
|
48998
48894
|
decl: {
|
|
48999
48895
|
start: {
|
|
49000
|
-
line:
|
|
48896
|
+
line: 83,
|
|
49001
48897
|
column: 21
|
|
49002
48898
|
},
|
|
49003
48899
|
end: {
|
|
49004
|
-
line:
|
|
48900
|
+
line: 83,
|
|
49005
48901
|
column: 22
|
|
49006
48902
|
}
|
|
49007
48903
|
},
|
|
49008
48904
|
loc: {
|
|
49009
48905
|
start: {
|
|
49010
|
-
line:
|
|
48906
|
+
line: 83,
|
|
49011
48907
|
column: 27
|
|
49012
48908
|
},
|
|
49013
48909
|
end: {
|
|
49014
|
-
line:
|
|
48910
|
+
line: 83,
|
|
49015
48911
|
column: 45
|
|
49016
48912
|
}
|
|
49017
48913
|
},
|
|
49018
|
-
line:
|
|
48914
|
+
line: 83
|
|
49019
48915
|
}
|
|
49020
48916
|
},
|
|
49021
48917
|
branchMap: {
|
|
@@ -49220,7 +49116,7 @@ function cov_17c75usisi() {
|
|
|
49220
49116
|
"4": [0, 0]
|
|
49221
49117
|
},
|
|
49222
49118
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
49223
|
-
hash: "
|
|
49119
|
+
hash: "e008498c5c1b5663233255ee9551737823e9a97e"
|
|
49224
49120
|
};
|
|
49225
49121
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
49226
49122
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -49301,7 +49197,6 @@ var NoteField = function NoteField(_ref) {
|
|
|
49301
49197
|
style: "h3",
|
|
49302
49198
|
weight: "semibold"
|
|
49303
49199
|
}, defaultLabel)), /*#__PURE__*/React__default["default"].createElement(neetoui.Pane.Body, null, /*#__PURE__*/React__default["default"].createElement(EditorAction, {
|
|
49304
|
-
initialFocusRef: initialFocusRef,
|
|
49305
49200
|
name: name,
|
|
49306
49201
|
value: value,
|
|
49307
49202
|
variables: variables
|