@bigbinary/neeto-form-frontend 1.0.45 → 1.0.47

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.js CHANGED
@@ -23477,6 +23477,7 @@ var common = {
23477
23477
  message: "Are you sure you want to continue? All of your unsaved changes will be lost."
23478
23478
  },
23479
23479
  "delete": "Delete",
23480
+ remove: "Remove",
23480
23481
  agreeTermsAndConditions: "I agree to terms & conditions mentioned below",
23481
23482
  agreeCondition: "I agree",
23482
23483
  mustAcceptTermsAndConditions: "You must accept the terms and conditions",
@@ -24718,7 +24719,7 @@ var STAR_RATING_ICONS_MAP = (cov_5u7jgeqcn().s[5]++, {
24718
24719
 
24719
24720
  function cov_2dmleb6ptc() {
24720
24721
  var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Questions/Fields/Dropdown.jsx";
24721
- var hash = "c2e145374d063b38885662deeda7a24c986a5c77";
24722
+ var hash = "349a8021de028075a3a53ee26be8115d4fa5d2bb";
24722
24723
  var global = new Function("return this")();
24723
24724
  var gcv = "__coverage__";
24724
24725
  var coverageData = {
@@ -24825,16 +24826,6 @@ function cov_2dmleb6ptc() {
24825
24826
  }
24826
24827
  },
24827
24828
  "10": {
24828
- start: {
24829
- line: 73,
24830
- column: 30
24831
- },
24832
- end: {
24833
- line: 76,
24834
- column: 32
24835
- }
24836
- },
24837
- "11": {
24838
24829
  start: {
24839
24830
  line: 78,
24840
24831
  column: 43
@@ -24944,30 +24935,6 @@ function cov_2dmleb6ptc() {
24944
24935
  },
24945
24936
  "4": {
24946
24937
  name: "(anonymous_4)",
24947
- decl: {
24948
- start: {
24949
- line: 72,
24950
- column: 34
24951
- },
24952
- end: {
24953
- line: 72,
24954
- column: 35
24955
- }
24956
- },
24957
- loc: {
24958
- start: {
24959
- line: 73,
24960
- column: 30
24961
- },
24962
- end: {
24963
- line: 76,
24964
- column: 32
24965
- }
24966
- },
24967
- line: 73
24968
- },
24969
- "5": {
24970
- name: "(anonymous_5)",
24971
24938
  decl: {
24972
24939
  start: {
24973
24940
  line: 78,
@@ -25217,16 +25184,14 @@ function cov_2dmleb6ptc() {
25217
25184
  "7": 0,
25218
25185
  "8": 0,
25219
25186
  "9": 0,
25220
- "10": 0,
25221
- "11": 0
25187
+ "10": 0
25222
25188
  },
25223
25189
  f: {
25224
25190
  "0": 0,
25225
25191
  "1": 0,
25226
25192
  "2": 0,
25227
25193
  "3": 0,
25228
- "4": 0,
25229
- "5": 0
25194
+ "4": 0
25230
25195
  },
25231
25196
  b: {
25232
25197
  "0": [0],
@@ -25238,7 +25203,7 @@ function cov_2dmleb6ptc() {
25238
25203
  "6": [0, 0]
25239
25204
  },
25240
25205
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
25241
- hash: "c2e145374d063b38885662deeda7a24c986a5c77"
25206
+ hash: "349a8021de028075a3a53ee26be8115d4fa5d2bb"
25242
25207
  };
25243
25208
  var coverage = global[gcv] || (global[gcv] = {});
25244
25209
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -25316,21 +25281,19 @@ var Dropdown$1 = function Dropdown(_ref) {
25316
25281
  name: "".concat(name, ".optionsAttributes.").concat(index, ".label"),
25317
25282
  placeholder: "".concat(t("questions.common.questionFields.field.option"), " ").concat(index + 1)
25318
25283
  }), (cov_2dmleb6ptc().b[4][0]++, !freezeOptions) && (cov_2dmleb6ptc().b[4][1]++, /*#__PURE__*/React__default.createElement(Button$1, {
25284
+ icon: Delete,
25285
+ size: "small",
25319
25286
  style: "text",
25320
25287
  className: classnames({
25321
25288
  invisible: index < DROPDOWN_FIELD_MIN_OPTIONS$1
25322
25289
  }),
25323
- icon: function icon() {
25324
- cov_2dmleb6ptc().f[4]++;
25325
- cov_2dmleb6ptc().s[10]++;
25326
- return /*#__PURE__*/React__default.createElement(Delete, {
25327
- className: "neeto-ui-text-error-500",
25328
- size: 16
25329
- });
25290
+ tooltipProps: {
25291
+ position: "top",
25292
+ content: t("common.delete")
25330
25293
  },
25331
25294
  onClick: function onClick() {
25332
- cov_2dmleb6ptc().f[5]++;
25333
- cov_2dmleb6ptc().s[11]++;
25295
+ cov_2dmleb6ptc().f[4]++;
25296
+ cov_2dmleb6ptc().s[10]++;
25334
25297
  return handleRemoveOption(index);
25335
25298
  }
25336
25299
  }))));
@@ -25684,7 +25647,7 @@ var LongText$1 = function LongText(_ref) {
25684
25647
 
25685
25648
  function cov_ezislrxf8() {
25686
25649
  var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Questions/Fields/MultipleChoice.jsx";
25687
- var hash = "1d601605a12ea9b053f2d635036966de753f4fdf";
25650
+ var hash = "51c884b7e7cf7813e5df57adefaaae3573c44194";
25688
25651
  var global = new Function("return this")();
25689
25652
  var gcv = "__coverage__";
25690
25653
  var coverageData = {
@@ -25696,7 +25659,7 @@ function cov_ezislrxf8() {
25696
25659
  column: 23
25697
25660
  },
25698
25661
  end: {
25699
- line: 99,
25662
+ line: 103,
25700
25663
  column: 1
25701
25664
  }
25702
25665
  },
@@ -25766,7 +25729,7 @@ function cov_ezislrxf8() {
25766
25729
  column: 2
25767
25730
  },
25768
25731
  end: {
25769
- line: 98,
25732
+ line: 102,
25770
25733
  column: 4
25771
25734
  }
25772
25735
  },
@@ -25776,7 +25739,7 @@ function cov_ezislrxf8() {
25776
25739
  column: 12
25777
25740
  },
25778
25741
  end: {
25779
- line: 84,
25742
+ line: 88,
25780
25743
  column: 15
25781
25744
  }
25782
25745
  },
@@ -25786,17 +25749,17 @@ function cov_ezislrxf8() {
25786
25749
  column: 20
25787
25750
  },
25788
25751
  end: {
25789
- line: 69,
25752
+ line: 73,
25790
25753
  column: 21
25791
25754
  }
25792
25755
  },
25793
25756
  "10": {
25794
25757
  start: {
25795
- line: 65,
25758
+ line: 69,
25796
25759
  column: 43
25797
25760
  },
25798
25761
  end: {
25799
- line: 65,
25762
+ line: 69,
25800
25763
  column: 68
25801
25764
  }
25802
25765
  }
@@ -25820,7 +25783,7 @@ function cov_ezislrxf8() {
25820
25783
  column: 72
25821
25784
  },
25822
25785
  end: {
25823
- line: 99,
25786
+ line: 103,
25824
25787
  column: 1
25825
25788
  }
25826
25789
  },
@@ -25868,7 +25831,7 @@ function cov_ezislrxf8() {
25868
25831
  column: 12
25869
25832
  },
25870
25833
  end: {
25871
- line: 84,
25834
+ line: 88,
25872
25835
  column: 15
25873
25836
  }
25874
25837
  },
@@ -25892,7 +25855,7 @@ function cov_ezislrxf8() {
25892
25855
  column: 20
25893
25856
  },
25894
25857
  end: {
25895
- line: 69,
25858
+ line: 73,
25896
25859
  column: 21
25897
25860
  }
25898
25861
  },
@@ -25902,25 +25865,25 @@ function cov_ezislrxf8() {
25902
25865
  name: "(anonymous_4)",
25903
25866
  decl: {
25904
25867
  start: {
25905
- line: 65,
25868
+ line: 69,
25906
25869
  column: 37
25907
25870
  },
25908
25871
  end: {
25909
- line: 65,
25872
+ line: 69,
25910
25873
  column: 38
25911
25874
  }
25912
25875
  },
25913
25876
  loc: {
25914
25877
  start: {
25915
- line: 65,
25878
+ line: 69,
25916
25879
  column: 43
25917
25880
  },
25918
25881
  end: {
25919
- line: 65,
25882
+ line: 69,
25920
25883
  column: 68
25921
25884
  }
25922
25885
  },
25923
- line: 65
25886
+ line: 69
25924
25887
  }
25925
25888
  },
25926
25889
  branchMap: {
@@ -25979,7 +25942,7 @@ function cov_ezislrxf8() {
25979
25942
  column: 20
25980
25943
  },
25981
25944
  end: {
25982
- line: 69,
25945
+ line: 73,
25983
25946
  column: 21
25984
25947
  }
25985
25948
  },
@@ -25999,7 +25962,7 @@ function cov_ezislrxf8() {
25999
25962
  column: 22
26000
25963
  },
26001
25964
  end: {
26002
- line: 68,
25965
+ line: 72,
26003
25966
  column: 28
26004
25967
  }
26005
25968
  }],
@@ -26045,7 +26008,7 @@ function cov_ezislrxf8() {
26045
26008
  column: 25
26046
26009
  },
26047
26010
  end: {
26048
- line: 67,
26011
+ line: 71,
26049
26012
  column: 25
26050
26013
  }
26051
26014
  },
@@ -26065,7 +26028,7 @@ function cov_ezislrxf8() {
26065
26028
  column: 26
26066
26029
  },
26067
26030
  end: {
26068
- line: 66,
26031
+ line: 70,
26069
26032
  column: 28
26070
26033
  }
26071
26034
  }],
@@ -26074,68 +26037,68 @@ function cov_ezislrxf8() {
26074
26037
  "5": {
26075
26038
  loc: {
26076
26039
  start: {
26077
- line: 72,
26040
+ line: 76,
26078
26041
  column: 15
26079
26042
  },
26080
26043
  end: {
26081
- line: 83,
26044
+ line: 87,
26082
26045
  column: 15
26083
26046
  }
26084
26047
  },
26085
26048
  type: "binary-expr",
26086
26049
  locations: [{
26087
26050
  start: {
26088
- line: 72,
26051
+ line: 76,
26089
26052
  column: 15
26090
26053
  },
26091
26054
  end: {
26092
- line: 72,
26055
+ line: 76,
26093
26056
  column: 29
26094
26057
  }
26095
26058
  }, {
26096
26059
  start: {
26097
- line: 73,
26060
+ line: 77,
26098
26061
  column: 16
26099
26062
  },
26100
26063
  end: {
26101
- line: 82,
26064
+ line: 86,
26102
26065
  column: 22
26103
26066
  }
26104
26067
  }],
26105
- line: 72
26068
+ line: 76
26106
26069
  },
26107
26070
  "6": {
26108
26071
  loc: {
26109
26072
  start: {
26110
- line: 88,
26073
+ line: 92,
26111
26074
  column: 7
26112
26075
  },
26113
26076
  end: {
26114
- line: 96,
26077
+ line: 100,
26115
26078
  column: 7
26116
26079
  }
26117
26080
  },
26118
26081
  type: "binary-expr",
26119
26082
  locations: [{
26120
26083
  start: {
26121
- line: 88,
26084
+ line: 92,
26122
26085
  column: 7
26123
26086
  },
26124
26087
  end: {
26125
- line: 88,
26088
+ line: 92,
26126
26089
  column: 18
26127
26090
  }
26128
26091
  }, {
26129
26092
  start: {
26130
- line: 89,
26093
+ line: 93,
26131
26094
  column: 8
26132
26095
  },
26133
26096
  end: {
26134
- line: 95,
26097
+ line: 99,
26135
26098
  column: 14
26136
26099
  }
26137
26100
  }],
26138
- line: 88
26101
+ line: 92
26139
26102
  }
26140
26103
  },
26141
26104
  s: {
@@ -26168,7 +26131,7 @@ function cov_ezislrxf8() {
26168
26131
  "6": [0, 0]
26169
26132
  },
26170
26133
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
26171
- hash: "1d601605a12ea9b053f2d635036966de753f4fdf"
26134
+ hash: "51c884b7e7cf7813e5df57adefaaae3573c44194"
26172
26135
  };
26173
26136
  var coverage = global[gcv] || (global[gcv] = {});
26174
26137
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -26249,6 +26212,10 @@ var MultipleChoice$1 = function MultipleChoice(_ref) {
26249
26212
  icon: Delete,
26250
26213
  size: "small",
26251
26214
  style: "text",
26215
+ tooltipProps: {
26216
+ position: "top",
26217
+ content: t("common.delete")
26218
+ },
26252
26219
  onClick: function onClick() {
26253
26220
  cov_ezislrxf8().f[4]++;
26254
26221
  cov_ezislrxf8().s[10]++;
@@ -27001,7 +26968,7 @@ var ShortText$1 = function ShortText(_ref) {
27001
26968
 
27002
26969
  function cov_1p625a7ih4() {
27003
26970
  var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Questions/Fields/SingleChoice.jsx";
27004
- var hash = "5c489e7cd863cf3f22393e864b488dfde94396ec";
26971
+ var hash = "04bf43f0bf229a4087851f22dbf8fc35619b0db6";
27005
26972
  var global = new Function("return this")();
27006
26973
  var gcv = "__coverage__";
27007
26974
  var coverageData = {
@@ -27013,7 +26980,7 @@ function cov_1p625a7ih4() {
27013
26980
  column: 21
27014
26981
  },
27015
26982
  end: {
27016
- line: 107,
26983
+ line: 111,
27017
26984
  column: 1
27018
26985
  }
27019
26986
  },
@@ -27083,7 +27050,7 @@ function cov_1p625a7ih4() {
27083
27050
  column: 2
27084
27051
  },
27085
27052
  end: {
27086
- line: 106,
27053
+ line: 110,
27087
27054
  column: 4
27088
27055
  }
27089
27056
  },
@@ -27093,7 +27060,7 @@ function cov_1p625a7ih4() {
27093
27060
  column: 12
27094
27061
  },
27095
27062
  end: {
27096
- line: 92,
27063
+ line: 96,
27097
27064
  column: 15
27098
27065
  }
27099
27066
  },
@@ -27103,17 +27070,17 @@ function cov_1p625a7ih4() {
27103
27070
  column: 20
27104
27071
  },
27105
27072
  end: {
27106
- line: 77,
27073
+ line: 81,
27107
27074
  column: 21
27108
27075
  }
27109
27076
  },
27110
27077
  "10": {
27111
27078
  start: {
27112
- line: 73,
27079
+ line: 77,
27113
27080
  column: 43
27114
27081
  },
27115
27082
  end: {
27116
- line: 73,
27083
+ line: 77,
27117
27084
  column: 68
27118
27085
  }
27119
27086
  }
@@ -27137,7 +27104,7 @@ function cov_1p625a7ih4() {
27137
27104
  column: 70
27138
27105
  },
27139
27106
  end: {
27140
- line: 107,
27107
+ line: 111,
27141
27108
  column: 1
27142
27109
  }
27143
27110
  },
@@ -27185,7 +27152,7 @@ function cov_1p625a7ih4() {
27185
27152
  column: 12
27186
27153
  },
27187
27154
  end: {
27188
- line: 92,
27155
+ line: 96,
27189
27156
  column: 15
27190
27157
  }
27191
27158
  },
@@ -27209,7 +27176,7 @@ function cov_1p625a7ih4() {
27209
27176
  column: 20
27210
27177
  },
27211
27178
  end: {
27212
- line: 77,
27179
+ line: 81,
27213
27180
  column: 21
27214
27181
  }
27215
27182
  },
@@ -27219,25 +27186,25 @@ function cov_1p625a7ih4() {
27219
27186
  name: "(anonymous_4)",
27220
27187
  decl: {
27221
27188
  start: {
27222
- line: 73,
27189
+ line: 77,
27223
27190
  column: 37
27224
27191
  },
27225
27192
  end: {
27226
- line: 73,
27193
+ line: 77,
27227
27194
  column: 38
27228
27195
  }
27229
27196
  },
27230
27197
  loc: {
27231
27198
  start: {
27232
- line: 73,
27199
+ line: 77,
27233
27200
  column: 43
27234
27201
  },
27235
27202
  end: {
27236
- line: 73,
27203
+ line: 77,
27237
27204
  column: 68
27238
27205
  }
27239
27206
  },
27240
- line: 73
27207
+ line: 77
27241
27208
  }
27242
27209
  },
27243
27210
  branchMap: {
@@ -27296,7 +27263,7 @@ function cov_1p625a7ih4() {
27296
27263
  column: 20
27297
27264
  },
27298
27265
  end: {
27299
- line: 77,
27266
+ line: 81,
27300
27267
  column: 21
27301
27268
  }
27302
27269
  },
@@ -27316,7 +27283,7 @@ function cov_1p625a7ih4() {
27316
27283
  column: 22
27317
27284
  },
27318
27285
  end: {
27319
- line: 76,
27286
+ line: 80,
27320
27287
  column: 28
27321
27288
  }
27322
27289
  }],
@@ -27362,7 +27329,7 @@ function cov_1p625a7ih4() {
27362
27329
  column: 25
27363
27330
  },
27364
27331
  end: {
27365
- line: 75,
27332
+ line: 79,
27366
27333
  column: 25
27367
27334
  }
27368
27335
  },
@@ -27382,7 +27349,7 @@ function cov_1p625a7ih4() {
27382
27349
  column: 26
27383
27350
  },
27384
27351
  end: {
27385
- line: 74,
27352
+ line: 78,
27386
27353
  column: 28
27387
27354
  }
27388
27355
  }],
@@ -27391,68 +27358,68 @@ function cov_1p625a7ih4() {
27391
27358
  "5": {
27392
27359
  loc: {
27393
27360
  start: {
27394
- line: 80,
27361
+ line: 84,
27395
27362
  column: 15
27396
27363
  },
27397
27364
  end: {
27398
- line: 91,
27365
+ line: 95,
27399
27366
  column: 15
27400
27367
  }
27401
27368
  },
27402
27369
  type: "binary-expr",
27403
27370
  locations: [{
27404
27371
  start: {
27405
- line: 80,
27372
+ line: 84,
27406
27373
  column: 15
27407
27374
  },
27408
27375
  end: {
27409
- line: 80,
27376
+ line: 84,
27410
27377
  column: 29
27411
27378
  }
27412
27379
  }, {
27413
27380
  start: {
27414
- line: 81,
27381
+ line: 85,
27415
27382
  column: 16
27416
27383
  },
27417
27384
  end: {
27418
- line: 90,
27385
+ line: 94,
27419
27386
  column: 22
27420
27387
  }
27421
27388
  }],
27422
- line: 80
27389
+ line: 84
27423
27390
  },
27424
27391
  "6": {
27425
27392
  loc: {
27426
27393
  start: {
27427
- line: 96,
27394
+ line: 100,
27428
27395
  column: 7
27429
27396
  },
27430
27397
  end: {
27431
- line: 104,
27398
+ line: 108,
27432
27399
  column: 7
27433
27400
  }
27434
27401
  },
27435
27402
  type: "binary-expr",
27436
27403
  locations: [{
27437
27404
  start: {
27438
- line: 96,
27405
+ line: 100,
27439
27406
  column: 7
27440
27407
  },
27441
27408
  end: {
27442
- line: 96,
27409
+ line: 100,
27443
27410
  column: 18
27444
27411
  }
27445
27412
  }, {
27446
27413
  start: {
27447
- line: 97,
27414
+ line: 101,
27448
27415
  column: 8
27449
27416
  },
27450
27417
  end: {
27451
- line: 103,
27418
+ line: 107,
27452
27419
  column: 14
27453
27420
  }
27454
27421
  }],
27455
- line: 96
27422
+ line: 100
27456
27423
  }
27457
27424
  },
27458
27425
  s: {
@@ -27485,7 +27452,7 @@ function cov_1p625a7ih4() {
27485
27452
  "6": [0, 0]
27486
27453
  },
27487
27454
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
27488
- hash: "5c489e7cd863cf3f22393e864b488dfde94396ec"
27455
+ hash: "04bf43f0bf229a4087851f22dbf8fc35619b0db6"
27489
27456
  };
27490
27457
  var coverage = global[gcv] || (global[gcv] = {});
27491
27458
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -27566,6 +27533,10 @@ var SingleChoice$1 = function SingleChoice(_ref) {
27566
27533
  className: classnames({
27567
27534
  invisible: index < SINGLE_CHOICE_FIELD_MIN_OPTIONS$1
27568
27535
  }),
27536
+ tooltipProps: {
27537
+ position: "top",
27538
+ content: t("common.delete")
27539
+ },
27569
27540
  onClick: function onClick() {
27570
27541
  cov_1p625a7ih4().f[4]++;
27571
27542
  cov_1p625a7ih4().s[10]++;
@@ -44776,7 +44747,7 @@ var StateManagedSelect = /*#__PURE__*/forwardRef(function (props, ref) {
44776
44747
  var _excluded$9 = ["children"];
44777
44748
  function cov_2r9ol8zeg1() {
44778
44749
  var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/ExternalForm/MultipleEmail/constants.jsx";
44779
- var hash = "e09b41725a3ebcee86262f4ca568e046555de10a";
44750
+ var hash = "1aace83c5515d3acf431dca7a905c0e304dfde8e";
44780
44751
  var global = new Function("return this")();
44781
44752
  var gcv = "__coverage__";
44782
44753
  var coverageData = {
@@ -44784,151 +44755,151 @@ function cov_2r9ol8zeg1() {
44784
44755
  statementMap: {
44785
44756
  "0": {
44786
44757
  start: {
44787
- line: 8,
44758
+ line: 10,
44788
44759
  column: 15
44789
44760
  },
44790
44761
  end: {
44791
- line: 17,
44762
+ line: 19,
44792
44763
  column: 1
44793
44764
  }
44794
44765
  },
44795
44766
  "1": {
44796
44767
  start: {
44797
- line: 19,
44768
+ line: 21,
44798
44769
  column: 22
44799
44770
  },
44800
44771
  end: {
44801
- line: 30,
44772
+ line: 32,
44802
44773
  column: 1
44803
44774
  }
44804
44775
  },
44805
44776
  "2": {
44806
44777
  start: {
44807
- line: 20,
44778
+ line: 22,
44808
44779
  column: 21
44809
44780
  },
44810
44781
  end: {
44811
- line: 20,
44782
+ line: 22,
44812
44783
  column: 38
44813
44784
  }
44814
44785
  },
44815
44786
  "3": {
44816
44787
  start: {
44817
- line: 22,
44788
+ line: 24,
44818
44789
  column: 2
44819
44790
  },
44820
44791
  end: {
44821
- line: 29,
44792
+ line: 31,
44822
44793
  column: 4
44823
44794
  }
44824
44795
  },
44825
44796
  "4": {
44826
44797
  start: {
44827
- line: 32,
44798
+ line: 34,
44828
44799
  column: 32
44829
44800
  },
44830
44801
  end: {
44831
- line: 40,
44802
+ line: 42,
44832
44803
  column: 1
44833
44804
  }
44834
44805
  },
44835
44806
  "5": {
44836
44807
  start: {
44837
- line: 33,
44808
+ line: 35,
44838
44809
  column: 21
44839
44810
  },
44840
44811
  end: {
44841
- line: 33,
44812
+ line: 35,
44842
44813
  column: 38
44843
44814
  }
44844
44815
  },
44845
44816
  "6": {
44846
44817
  start: {
44847
- line: 35,
44818
+ line: 37,
44848
44819
  column: 2
44849
44820
  },
44850
44821
  end: {
44851
- line: 39,
44822
+ line: 41,
44852
44823
  column: 11
44853
44824
  }
44854
44825
  },
44855
44826
  "7": {
44856
44827
  start: {
44857
- line: 42,
44828
+ line: 44,
44858
44829
  column: 25
44859
44830
  },
44860
44831
  end: {
44861
- line: 46,
44832
+ line: 57,
44862
44833
  column: 1
44863
44834
  }
44864
44835
  },
44865
44836
  "8": {
44866
44837
  start: {
44867
- line: 43,
44838
+ line: 45,
44868
44839
  column: 2
44869
44840
  },
44870
44841
  end: {
44871
- line: 45,
44842
+ line: 56,
44872
44843
  column: 32
44873
44844
  }
44874
44845
  },
44875
44846
  "9": {
44876
44847
  start: {
44877
- line: 48,
44848
+ line: 59,
44878
44849
  column: 27
44879
44850
  },
44880
44851
  end: {
44881
- line: 51,
44852
+ line: 62,
44882
44853
  column: 1
44883
44854
  }
44884
44855
  },
44885
44856
  "10": {
44886
44857
  start: {
44887
- line: 54,
44858
+ line: 65,
44888
44859
  column: 2
44889
44860
  },
44890
44861
  end: {
44891
- line: 54,
44862
+ line: 65,
44892
44863
  column: 152
44893
44864
  }
44894
44865
  },
44895
44866
  "11": {
44896
44867
  start: {
44897
- line: 56,
44868
+ line: 67,
44898
44869
  column: 38
44899
44870
  },
44900
44871
  end: {
44901
- line: 56,
44872
+ line: 67,
44902
44873
  column: 48
44903
44874
  }
44904
44875
  },
44905
44876
  "12": {
44906
44877
  start: {
44907
- line: 58,
44878
+ line: 69,
44908
44879
  column: 29
44909
44880
  },
44910
44881
  end: {
44911
- line: 65,
44882
+ line: 76,
44912
44883
  column: 1
44913
44884
  }
44914
44885
  },
44915
44886
  "13": {
44916
44887
  start: {
44917
- line: 60,
44888
+ line: 71,
44918
44889
  column: 48
44919
44890
  },
44920
44891
  end: {
44921
- line: 64,
44892
+ line: 75,
44922
44893
  column: 3
44923
44894
  }
44924
44895
  },
44925
44896
  "14": {
44926
44897
  start: {
44927
- line: 67,
44898
+ line: 78,
44928
44899
  column: 33
44929
44900
  },
44930
44901
  end: {
44931
- line: 72,
44902
+ line: 83,
44932
44903
  column: 1
44933
44904
  }
44934
44905
  }
@@ -44938,231 +44909,231 @@ function cov_2r9ol8zeg1() {
44938
44909
  name: "(anonymous_0)",
44939
44910
  decl: {
44940
44911
  start: {
44941
- line: 19,
44912
+ line: 21,
44942
44913
  column: 22
44943
44914
  },
44944
44915
  end: {
44945
- line: 19,
44916
+ line: 21,
44946
44917
  column: 23
44947
44918
  }
44948
44919
  },
44949
44920
  loc: {
44950
44921
  start: {
44951
- line: 19,
44922
+ line: 21,
44952
44923
  column: 50
44953
44924
  },
44954
44925
  end: {
44955
- line: 30,
44926
+ line: 32,
44956
44927
  column: 1
44957
44928
  }
44958
44929
  },
44959
- line: 19
44930
+ line: 21
44960
44931
  },
44961
44932
  "1": {
44962
44933
  name: "(anonymous_1)",
44963
44934
  decl: {
44964
44935
  start: {
44965
- line: 32,
44936
+ line: 34,
44966
44937
  column: 32
44967
44938
  },
44968
44939
  end: {
44969
- line: 32,
44940
+ line: 34,
44970
44941
  column: 33
44971
44942
  }
44972
44943
  },
44973
44944
  loc: {
44974
44945
  start: {
44975
- line: 32,
44946
+ line: 34,
44976
44947
  column: 41
44977
44948
  },
44978
44949
  end: {
44979
- line: 40,
44950
+ line: 42,
44980
44951
  column: 1
44981
44952
  }
44982
44953
  },
44983
- line: 32
44954
+ line: 34
44984
44955
  },
44985
44956
  "2": {
44986
44957
  name: "(anonymous_2)",
44987
44958
  decl: {
44988
44959
  start: {
44989
- line: 42,
44960
+ line: 44,
44990
44961
  column: 25
44991
44962
  },
44992
44963
  end: {
44993
- line: 42,
44964
+ line: 44,
44994
44965
  column: 26
44995
44966
  }
44996
44967
  },
44997
44968
  loc: {
44998
44969
  start: {
44999
- line: 43,
44970
+ line: 45,
45000
44971
  column: 2
45001
44972
  },
45002
44973
  end: {
45003
- line: 45,
44974
+ line: 56,
45004
44975
  column: 32
45005
44976
  }
45006
44977
  },
45007
- line: 43
44978
+ line: 45
45008
44979
  },
45009
44980
  "3": {
45010
44981
  name: "(anonymous_3)",
45011
44982
  decl: {
45012
44983
  start: {
45013
- line: 60,
44984
+ line: 71,
45014
44985
  column: 14
45015
44986
  },
45016
44987
  end: {
45017
- line: 60,
44988
+ line: 71,
45018
44989
  column: 15
45019
44990
  }
45020
44991
  },
45021
44992
  loc: {
45022
44993
  start: {
45023
- line: 60,
44994
+ line: 71,
45024
44995
  column: 48
45025
44996
  },
45026
44997
  end: {
45027
- line: 64,
44998
+ line: 75,
45028
44999
  column: 3
45029
45000
  }
45030
45001
  },
45031
- line: 60
45002
+ line: 71
45032
45003
  }
45033
45004
  },
45034
45005
  branchMap: {
45035
45006
  "0": {
45036
45007
  loc: {
45037
45008
  start: {
45038
- line: 24,
45009
+ line: 26,
45039
45010
  column: 7
45040
45011
  },
45041
45012
  end: {
45042
- line: 26,
45013
+ line: 28,
45043
45014
  column: 7
45044
45015
  }
45045
45016
  },
45046
45017
  type: "binary-expr",
45047
45018
  locations: [{
45048
45019
  start: {
45049
- line: 24,
45020
+ line: 26,
45050
45021
  column: 7
45051
45022
  },
45052
45023
  end: {
45053
- line: 24,
45024
+ line: 26,
45054
45025
  column: 13
45055
45026
  }
45056
45027
  }, {
45057
45028
  start: {
45058
- line: 25,
45029
+ line: 27,
45059
45030
  column: 8
45060
45031
  },
45061
45032
  end: {
45062
- line: 25,
45033
+ line: 27,
45063
45034
  column: 77
45064
45035
  }
45065
45036
  }],
45066
- line: 24
45037
+ line: 26
45067
45038
  },
45068
45039
  "1": {
45069
45040
  loc: {
45070
45041
  start: {
45071
- line: 35,
45042
+ line: 37,
45072
45043
  column: 9
45073
45044
  },
45074
45045
  end: {
45075
- line: 39,
45046
+ line: 41,
45076
45047
  column: 10
45077
45048
  }
45078
45049
  },
45079
45050
  type: "cond-expr",
45080
45051
  locations: [{
45081
45052
  start: {
45082
- line: 36,
45053
+ line: 38,
45083
45054
  column: 4
45084
45055
  },
45085
45056
  end: {
45086
- line: 38,
45057
+ line: 40,
45087
45058
  column: 35
45088
45059
  }
45089
45060
  }, {
45090
45061
  start: {
45091
- line: 39,
45062
+ line: 41,
45092
45063
  column: 6
45093
45064
  },
45094
45065
  end: {
45095
- line: 39,
45066
+ line: 41,
45096
45067
  column: 10
45097
45068
  }
45098
45069
  }],
45099
- line: 35
45070
+ line: 37
45100
45071
  },
45101
45072
  "2": {
45102
45073
  loc: {
45103
45074
  start: {
45104
- line: 62,
45075
+ line: 73,
45105
45076
  column: 12
45106
45077
  },
45107
45078
  end: {
45108
- line: 62,
45079
+ line: 73,
45109
45080
  column: 63
45110
45081
  }
45111
45082
  },
45112
45083
  type: "cond-expr",
45113
45084
  locations: [{
45114
45085
  start: {
45115
- line: 62,
45086
+ line: 73,
45116
45087
  column: 20
45117
45088
  },
45118
45089
  end: {
45119
- line: 62,
45090
+ line: 73,
45120
45091
  column: 41
45121
45092
  }
45122
45093
  }, {
45123
45094
  start: {
45124
- line: 62,
45095
+ line: 73,
45125
45096
  column: 44
45126
45097
  },
45127
45098
  end: {
45128
- line: 62,
45099
+ line: 73,
45129
45100
  column: 63
45130
45101
  }
45131
45102
  }],
45132
- line: 62
45103
+ line: 73
45133
45104
  },
45134
45105
  "3": {
45135
45106
  loc: {
45136
45107
  start: {
45137
- line: 63,
45108
+ line: 74,
45138
45109
  column: 11
45139
45110
  },
45140
45111
  end: {
45141
- line: 63,
45112
+ line: 74,
45142
45113
  column: 60
45143
45114
  }
45144
45115
  },
45145
45116
  type: "cond-expr",
45146
45117
  locations: [{
45147
45118
  start: {
45148
- line: 63,
45119
+ line: 74,
45149
45120
  column: 19
45150
45121
  },
45151
45122
  end: {
45152
- line: 63,
45123
+ line: 74,
45153
45124
  column: 39
45154
45125
  }
45155
45126
  }, {
45156
45127
  start: {
45157
- line: 63,
45128
+ line: 74,
45158
45129
  column: 42
45159
45130
  },
45160
45131
  end: {
45161
- line: 63,
45132
+ line: 74,
45162
45133
  column: 60
45163
45134
  }
45164
45135
  }],
45165
- line: 63
45136
+ line: 74
45166
45137
  }
45167
45138
  },
45168
45139
  s: {
@@ -45195,7 +45166,7 @@ function cov_2r9ol8zeg1() {
45195
45166
  "3": [0, 0]
45196
45167
  },
45197
45168
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
45198
- hash: "e09b41725a3ebcee86262f4ca568e046555de10a"
45169
+ hash: "1aace83c5515d3acf431dca7a905c0e304dfde8e"
45199
45170
  };
45200
45171
  var coverage = global[gcv] || (global[gcv] = {});
45201
45172
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -45249,8 +45220,15 @@ cov_2r9ol8zeg1().s[7]++;
45249
45220
  var MultiValueRemove = function MultiValueRemove(props) {
45250
45221
  cov_2r9ol8zeg1().f[2]++;
45251
45222
  cov_2r9ol8zeg1().s[8]++;
45252
- return /*#__PURE__*/React__default.createElement(components.MultiValueRemove, props, /*#__PURE__*/React__default.createElement(Close, {
45253
- size: 16
45223
+ return /*#__PURE__*/React__default.createElement(components.MultiValueRemove, props, /*#__PURE__*/React__default.createElement(Button$1, {
45224
+ className: "p-0",
45225
+ icon: Close,
45226
+ size: "small",
45227
+ style: "link",
45228
+ tooltipProps: {
45229
+ position: "top",
45230
+ content: t$1("common.remove")
45231
+ }
45254
45232
  }));
45255
45233
  };
45256
45234
  var EMAIL_REGEX = (cov_2r9ol8zeg1().s[9]++, new RegExp("^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,}$", "i"));