@bigbinary/neeto-form-frontend 1.0.27 → 1.0.28

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 CHANGED
@@ -27421,7 +27421,7 @@ var Editor = function Editor(_ref) {
27421
27421
 
27422
27422
  function cov_2j8tlu2ul5() {
27423
27423
  var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Questions/constants.js";
27424
- var hash = "cf06aa225404e0ebe444d6f1219d393c9ffc9417";
27424
+ var hash = "66ba5b083c318d90b5ba09aa05088ee51337bf74";
27425
27425
  var global = new Function("return this")();
27426
27426
  var gcv = "__coverage__";
27427
27427
  var coverageData = {
@@ -27463,27 +27463,27 @@ function cov_2j8tlu2ul5() {
27463
27463
  column: 30
27464
27464
  },
27465
27465
  end: {
27466
- line: 177,
27466
+ line: 190,
27467
27467
  column: 1
27468
27468
  }
27469
27469
  },
27470
27470
  "4": {
27471
27471
  start: {
27472
- line: 180,
27472
+ line: 193,
27473
27473
  column: 38
27474
27474
  },
27475
27475
  end: {
27476
- line: 183,
27476
+ line: 196,
27477
27477
  column: 1
27478
27478
  }
27479
27479
  },
27480
27480
  "5": {
27481
27481
  start: {
27482
- line: 185,
27482
+ line: 198,
27483
27483
  column: 29
27484
27484
  },
27485
27485
  end: {
27486
- line: 185,
27486
+ line: 198,
27487
27487
  column: 62
27488
27488
  }
27489
27489
  }
@@ -27501,7 +27501,7 @@ function cov_2j8tlu2ul5() {
27501
27501
  f: {},
27502
27502
  b: {},
27503
27503
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
27504
- hash: "cf06aa225404e0ebe444d6f1219d393c9ffc9417"
27504
+ hash: "66ba5b083c318d90b5ba09aa05088ee51337bf74"
27505
27505
  };
27506
27506
  var coverage = global[gcv] || (global[gcv] = {});
27507
27507
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -27539,7 +27539,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27539
27539
  component: Email,
27540
27540
  defaults: {
27541
27541
  label: ""
27542
- }
27542
+ },
27543
+ metadata: {}
27543
27544
  }, {
27544
27545
  type: "phone",
27545
27546
  label: instance.t("fields.pif"),
@@ -27549,7 +27550,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27549
27550
  component: Phone,
27550
27551
  defaults: {
27551
27552
  label: ""
27552
- }
27553
+ },
27554
+ metadata: {}
27553
27555
  }, {
27554
27556
  type: "name",
27555
27557
  label: instance.t("fields.nif"),
@@ -27559,7 +27561,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27559
27561
  component: ShortText,
27560
27562
  defaults: {
27561
27563
  label: ""
27562
- }
27564
+ },
27565
+ metadata: {}
27563
27566
  }, {
27564
27567
  type: "text",
27565
27568
  label: instance.t("fields.tif"),
@@ -27569,7 +27572,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27569
27572
  component: ShortText,
27570
27573
  defaults: {
27571
27574
  label: ""
27572
- }
27575
+ },
27576
+ metadata: {}
27573
27577
  }, {
27574
27578
  type: "question",
27575
27579
  label: instance.t("fields.qif"),
@@ -27578,7 +27582,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27578
27582
  component: LongText,
27579
27583
  defaults: {
27580
27584
  label: ""
27581
- }
27585
+ },
27586
+ metadata: {}
27582
27587
  }, {
27583
27588
  type: "textarea",
27584
27589
  label: instance.t("fields.def"),
@@ -27587,7 +27592,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27587
27592
  component: Editor,
27588
27593
  defaults: {
27589
27594
  label: ""
27590
- }
27595
+ },
27596
+ metadata: {}
27591
27597
  }, {
27592
27598
  type: "checkbox",
27593
27599
  label: instance.t("fields.mcf"),
@@ -27600,7 +27606,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27600
27606
  optionsAttributes: [{
27601
27607
  label: ""
27602
27608
  }]
27603
- }
27609
+ },
27610
+ metadata: {}
27604
27611
  }, {
27605
27612
  type: "radio",
27606
27613
  label: instance.t("fields.scf"),
@@ -27613,7 +27620,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27613
27620
  optionsAttributes: new Array(SINGLE_CHOICE_FIELD_MIN_OPTIONS).fill({
27614
27621
  label: ""
27615
27622
  })
27616
- }
27623
+ },
27624
+ metadata: {}
27617
27625
  }, {
27618
27626
  type: "dropdown",
27619
27627
  label: instance.t("fields.drf"),
@@ -27626,7 +27634,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27626
27634
  optionsAttributes: new Array(DROPDOWN_FIELD_MIN_OPTIONS).fill({
27627
27635
  label: ""
27628
27636
  })
27629
- }
27637
+ },
27638
+ metadata: {}
27630
27639
  }, {
27631
27640
  type: "star_rating",
27632
27641
  label: instance.t("fields.rif"),
@@ -27638,7 +27647,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27638
27647
  isRequired: true,
27639
27648
  count: 5,
27640
27649
  shape: "star"
27641
- }
27650
+ },
27651
+ metadata: {}
27642
27652
  }, {
27643
27653
  type: "rating",
27644
27654
  label: instance.t("fields.fbf"),
@@ -27651,7 +27661,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27651
27661
  highestRatingLabel: "",
27652
27662
  averageRatingLabel: "",
27653
27663
  lowestRatingLabel: ""
27654
- }
27664
+ },
27665
+ metadata: {}
27655
27666
  }, {
27656
27667
  type: "termsandcondition",
27657
27668
  label: instance.t("fields.tcf"),
@@ -27663,7 +27674,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27663
27674
  privacyPolicyLink: "",
27664
27675
  isRequired: true,
27665
27676
  label: instance.t("common.agreeTermsAndConditions")
27666
- }
27677
+ },
27678
+ metadata: {}
27667
27679
  }, {
27668
27680
  type: "date",
27669
27681
  label: instance.t("fields.date"),
@@ -27673,7 +27685,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
27673
27685
  defaults: {
27674
27686
  label: "",
27675
27687
  isRequired: true
27676
- }
27688
+ },
27689
+ metadata: {}
27677
27690
  }]);
27678
27691
 
27679
27692
  // To show the question type as label in accordion
@@ -29072,7 +29085,7 @@ v35('v5', 0x50, sha1);
29072
29085
 
29073
29086
  function cov_1ia73x4fw3() {
29074
29087
  var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Form/utils.js";
29075
- var hash = "c3927f25fb15841467e1e5e5d25d5fcc9ca03dd5";
29088
+ var hash = "a09f4f3f281a68c5219aa1982a6d83142f7ecb49";
29076
29089
  var global = new Function("return this")();
29077
29090
  var gcv = "__coverage__";
29078
29091
  var coverageData = {
@@ -29154,167 +29167,167 @@ function cov_1ia73x4fw3() {
29154
29167
  column: 31
29155
29168
  },
29156
29169
  end: {
29157
- line: 27,
29170
+ line: 28,
29158
29171
  column: 2
29159
29172
  }
29160
29173
  },
29161
29174
  "8": {
29162
29175
  start: {
29163
29176
  line: 22,
29164
- column: 68
29177
+ column: 78
29165
29178
  },
29166
29179
  end: {
29167
- line: 27,
29180
+ line: 28,
29168
29181
  column: 1
29169
29182
  }
29170
29183
  },
29171
29184
  "9": {
29172
29185
  start: {
29173
- line: 29,
29186
+ line: 30,
29174
29187
  column: 34
29175
29188
  },
29176
29189
  end: {
29177
- line: 40,
29190
+ line: 41,
29178
29191
  column: 2
29179
29192
  }
29180
29193
  },
29181
29194
  "10": {
29182
29195
  start: {
29183
- line: 34,
29196
+ line: 35,
29184
29197
  column: 7
29185
29198
  },
29186
29199
  end: {
29187
- line: 40,
29200
+ line: 41,
29188
29201
  column: 1
29189
29202
  }
29190
29203
  },
29191
29204
  "11": {
29192
29205
  start: {
29193
- line: 42,
29206
+ line: 43,
29194
29207
  column: 41
29195
29208
  },
29196
29209
  end: {
29197
- line: 59,
29210
+ line: 60,
29198
29211
  column: 1
29199
29212
  }
29200
29213
  },
29201
29214
  "12": {
29202
29215
  start: {
29203
- line: 46,
29216
+ line: 47,
29204
29217
  column: 2
29205
29218
  },
29206
29219
  end: {
29207
- line: 46,
29220
+ line: 47,
29208
29221
  column: 56
29209
29222
  }
29210
29223
  },
29211
29224
  "13": {
29212
29225
  start: {
29213
- line: 46,
29226
+ line: 47,
29214
29227
  column: 32
29215
29228
  },
29216
29229
  end: {
29217
- line: 46,
29230
+ line: 47,
29218
29231
  column: 56
29219
29232
  }
29220
29233
  },
29221
29234
  "14": {
29222
29235
  start: {
29223
- line: 48,
29236
+ line: 49,
29224
29237
  column: 24
29225
29238
  },
29226
29239
  end: {
29227
- line: 56,
29240
+ line: 57,
29228
29241
  column: 22
29229
29242
  }
29230
29243
  },
29231
29244
  "15": {
29232
29245
  start: {
29233
- line: 49,
29246
+ line: 50,
29234
29247
  column: 27
29235
29248
  },
29236
29249
  end: {
29237
- line: 49,
29250
+ line: 50,
29238
29251
  column: 42
29239
29252
  }
29240
29253
  },
29241
29254
  "16": {
29242
29255
  start: {
29243
- line: 50,
29256
+ line: 51,
29244
29257
  column: 32
29245
29258
  },
29246
29259
  end: {
29247
- line: 53,
29260
+ line: 54,
29248
29261
  column: 5
29249
29262
  }
29250
29263
  },
29251
29264
  "17": {
29252
29265
  start: {
29253
- line: 52,
29266
+ line: 53,
29254
29267
  column: 8
29255
29268
  },
29256
29269
  end: {
29257
- line: 52,
29270
+ line: 53,
29258
29271
  column: 77
29259
29272
  }
29260
29273
  },
29261
29274
  "18": {
29262
29275
  start: {
29263
- line: 55,
29276
+ line: 56,
29264
29277
  column: 4
29265
29278
  },
29266
29279
  end: {
29267
- line: 55,
29280
+ line: 56,
29268
29281
  column: 49
29269
29282
  }
29270
29283
  },
29271
29284
  "19": {
29272
29285
  start: {
29273
- line: 58,
29286
+ line: 59,
29274
29287
  column: 2
29275
29288
  },
29276
29289
  end: {
29277
- line: 58,
29290
+ line: 59,
29278
29291
  column: 23
29279
29292
  }
29280
29293
  },
29281
29294
  "20": {
29282
29295
  start: {
29283
- line: 61,
29296
+ line: 62,
29284
29297
  column: 26
29285
29298
  },
29286
29299
  end: {
29287
- line: 67,
29300
+ line: 68,
29288
29301
  column: 1
29289
29302
  }
29290
29303
  },
29291
29304
  "21": {
29292
29305
  start: {
29293
- line: 62,
29306
+ line: 63,
29294
29307
  column: 2
29295
29308
  },
29296
29309
  end: {
29297
- line: 64,
29310
+ line: 65,
29298
29311
  column: 3
29299
29312
  }
29300
29313
  },
29301
29314
  "22": {
29302
29315
  start: {
29303
- line: 63,
29316
+ line: 64,
29304
29317
  column: 4
29305
29318
  },
29306
29319
  end: {
29307
- line: 63,
29320
+ line: 64,
29308
29321
  column: 38
29309
29322
  }
29310
29323
  },
29311
29324
  "23": {
29312
29325
  start: {
29313
- line: 66,
29326
+ line: 67,
29314
29327
  column: 2
29315
29328
  },
29316
29329
  end: {
29317
- line: 66,
29330
+ line: 67,
29318
29331
  column: 15
29319
29332
  }
29320
29333
  }
@@ -29383,10 +29396,10 @@ function cov_1ia73x4fw3() {
29383
29396
  loc: {
29384
29397
  start: {
29385
29398
  line: 22,
29386
- column: 68
29399
+ column: 78
29387
29400
  },
29388
29401
  end: {
29389
- line: 27,
29402
+ line: 28,
29390
29403
  column: 1
29391
29404
  }
29392
29405
  },
@@ -29396,121 +29409,121 @@ function cov_1ia73x4fw3() {
29396
29409
  name: "(anonymous_3)",
29397
29410
  decl: {
29398
29411
  start: {
29399
- line: 29,
29412
+ line: 30,
29400
29413
  column: 34
29401
29414
  },
29402
29415
  end: {
29403
- line: 29,
29416
+ line: 30,
29404
29417
  column: 35
29405
29418
  }
29406
29419
  },
29407
29420
  loc: {
29408
29421
  start: {
29409
- line: 34,
29422
+ line: 35,
29410
29423
  column: 7
29411
29424
  },
29412
29425
  end: {
29413
- line: 40,
29426
+ line: 41,
29414
29427
  column: 1
29415
29428
  }
29416
29429
  },
29417
- line: 34
29430
+ line: 35
29418
29431
  },
29419
29432
  "4": {
29420
29433
  name: "(anonymous_4)",
29421
29434
  decl: {
29422
29435
  start: {
29423
- line: 42,
29436
+ line: 43,
29424
29437
  column: 41
29425
29438
  },
29426
29439
  end: {
29427
- line: 42,
29440
+ line: 43,
29428
29441
  column: 42
29429
29442
  }
29430
29443
  },
29431
29444
  loc: {
29432
29445
  start: {
29433
- line: 45,
29446
+ line: 46,
29434
29447
  column: 5
29435
29448
  },
29436
29449
  end: {
29437
- line: 59,
29450
+ line: 60,
29438
29451
  column: 1
29439
29452
  }
29440
29453
  },
29441
- line: 45
29454
+ line: 46
29442
29455
  },
29443
29456
  "5": {
29444
29457
  name: "(anonymous_5)",
29445
29458
  decl: {
29446
29459
  start: {
29447
- line: 48,
29460
+ line: 49,
29448
29461
  column: 31
29449
29462
  },
29450
29463
  end: {
29451
- line: 48,
29464
+ line: 49,
29452
29465
  column: 32
29453
29466
  }
29454
29467
  },
29455
29468
  loc: {
29456
29469
  start: {
29457
- line: 48,
29470
+ line: 49,
29458
29471
  column: 39
29459
29472
  },
29460
29473
  end: {
29461
- line: 56,
29474
+ line: 57,
29462
29475
  column: 3
29463
29476
  }
29464
29477
  },
29465
- line: 48
29478
+ line: 49
29466
29479
  },
29467
29480
  "6": {
29468
29481
  name: "(anonymous_6)",
29469
29482
  decl: {
29470
29483
  start: {
29471
- line: 51,
29484
+ line: 52,
29472
29485
  column: 6
29473
29486
  },
29474
29487
  end: {
29475
- line: 51,
29488
+ line: 52,
29476
29489
  column: 7
29477
29490
  }
29478
29491
  },
29479
29492
  loc: {
29480
29493
  start: {
29481
- line: 52,
29494
+ line: 53,
29482
29495
  column: 8
29483
29496
  },
29484
29497
  end: {
29485
- line: 52,
29498
+ line: 53,
29486
29499
  column: 77
29487
29500
  }
29488
29501
  },
29489
- line: 52
29502
+ line: 53
29490
29503
  },
29491
29504
  "7": {
29492
29505
  name: "(anonymous_7)",
29493
29506
  decl: {
29494
29507
  start: {
29495
- line: 61,
29508
+ line: 62,
29496
29509
  column: 26
29497
29510
  },
29498
29511
  end: {
29499
- line: 61,
29512
+ line: 62,
29500
29513
  column: 27
29501
29514
  }
29502
29515
  },
29503
29516
  loc: {
29504
29517
  start: {
29505
- line: 61,
29518
+ line: 62,
29506
29519
  column: 35
29507
29520
  },
29508
29521
  end: {
29509
- line: 67,
29522
+ line: 68,
29510
29523
  column: 1
29511
29524
  }
29512
29525
  },
29513
- line: 61
29526
+ line: 62
29514
29527
  }
29515
29528
  },
29516
29529
  branchMap: {
@@ -29583,79 +29596,79 @@ function cov_1ia73x4fw3() {
29583
29596
  "2": {
29584
29597
  loc: {
29585
29598
  start: {
29586
- line: 38,
29599
+ line: 39,
29587
29600
  column: 21
29588
29601
  },
29589
29602
  end: {
29590
- line: 38,
29603
+ line: 39,
29591
29604
  column: 77
29592
29605
  }
29593
29606
  },
29594
29607
  type: "binary-expr",
29595
29608
  locations: [{
29596
29609
  start: {
29597
- line: 38,
29610
+ line: 39,
29598
29611
  column: 21
29599
29612
  },
29600
29613
  end: {
29601
- line: 38,
29614
+ line: 39,
29602
29615
  column: 38
29603
29616
  }
29604
29617
  }, {
29605
29618
  start: {
29606
- line: 38,
29619
+ line: 39,
29607
29620
  column: 42
29608
29621
  },
29609
29622
  end: {
29610
- line: 38,
29623
+ line: 39,
29611
29624
  column: 77
29612
29625
  }
29613
29626
  }],
29614
- line: 38
29627
+ line: 39
29615
29628
  },
29616
29629
  "3": {
29617
29630
  loc: {
29618
29631
  start: {
29619
- line: 44,
29632
+ line: 45,
29620
29633
  column: 2
29621
29634
  },
29622
29635
  end: {
29623
- line: 44,
29636
+ line: 45,
29624
29637
  column: 22
29625
29638
  }
29626
29639
  },
29627
29640
  type: "default-arg",
29628
29641
  locations: [{
29629
29642
  start: {
29630
- line: 44,
29643
+ line: 45,
29631
29644
  column: 20
29632
29645
  },
29633
29646
  end: {
29634
- line: 44,
29647
+ line: 45,
29635
29648
  column: 22
29636
29649
  }
29637
29650
  }],
29638
- line: 44
29651
+ line: 45
29639
29652
  },
29640
29653
  "4": {
29641
29654
  loc: {
29642
29655
  start: {
29643
- line: 46,
29656
+ line: 47,
29644
29657
  column: 2
29645
29658
  },
29646
29659
  end: {
29647
- line: 46,
29660
+ line: 47,
29648
29661
  column: 56
29649
29662
  }
29650
29663
  },
29651
29664
  type: "if",
29652
29665
  locations: [{
29653
29666
  start: {
29654
- line: 46,
29667
+ line: 47,
29655
29668
  column: 2
29656
29669
  },
29657
29670
  end: {
29658
- line: 46,
29671
+ line: 47,
29659
29672
  column: 56
29660
29673
  }
29661
29674
  }, {
@@ -29668,93 +29681,93 @@ function cov_1ia73x4fw3() {
29668
29681
  column: undefined
29669
29682
  }
29670
29683
  }],
29671
- line: 46
29684
+ line: 47
29672
29685
  },
29673
29686
  "5": {
29674
29687
  loc: {
29675
29688
  start: {
29676
- line: 52,
29689
+ line: 53,
29677
29690
  column: 8
29678
29691
  },
29679
29692
  end: {
29680
- line: 52,
29693
+ line: 53,
29681
29694
  column: 77
29682
29695
  }
29683
29696
  },
29684
29697
  type: "binary-expr",
29685
29698
  locations: [{
29686
29699
  start: {
29687
- line: 52,
29700
+ line: 53,
29688
29701
  column: 8
29689
29702
  },
29690
29703
  end: {
29691
- line: 52,
29704
+ line: 53,
29692
29705
  column: 41
29693
29706
  }
29694
29707
  }, {
29695
29708
  start: {
29696
- line: 52,
29709
+ line: 53,
29697
29710
  column: 45
29698
29711
  },
29699
29712
  end: {
29700
- line: 52,
29713
+ line: 53,
29701
29714
  column: 77
29702
29715
  }
29703
29716
  }],
29704
- line: 52
29717
+ line: 53
29705
29718
  },
29706
29719
  "6": {
29707
29720
  loc: {
29708
29721
  start: {
29709
- line: 55,
29722
+ line: 56,
29710
29723
  column: 11
29711
29724
  },
29712
29725
  end: {
29713
- line: 55,
29726
+ line: 56,
29714
29727
  column: 48
29715
29728
  }
29716
29729
  },
29717
29730
  type: "binary-expr",
29718
29731
  locations: [{
29719
29732
  start: {
29720
- line: 55,
29733
+ line: 56,
29721
29734
  column: 11
29722
29735
  },
29723
29736
  end: {
29724
- line: 55,
29737
+ line: 56,
29725
29738
  column: 25
29726
29739
  }
29727
29740
  }, {
29728
29741
  start: {
29729
- line: 55,
29742
+ line: 56,
29730
29743
  column: 29
29731
29744
  },
29732
29745
  end: {
29733
- line: 55,
29746
+ line: 56,
29734
29747
  column: 48
29735
29748
  }
29736
29749
  }],
29737
- line: 55
29750
+ line: 56
29738
29751
  },
29739
29752
  "7": {
29740
29753
  loc: {
29741
29754
  start: {
29742
- line: 62,
29755
+ line: 63,
29743
29756
  column: 2
29744
29757
  },
29745
29758
  end: {
29746
- line: 64,
29759
+ line: 65,
29747
29760
  column: 3
29748
29761
  }
29749
29762
  },
29750
29763
  type: "if",
29751
29764
  locations: [{
29752
29765
  start: {
29753
- line: 62,
29766
+ line: 63,
29754
29767
  column: 2
29755
29768
  },
29756
29769
  end: {
29757
- line: 64,
29770
+ line: 65,
29758
29771
  column: 3
29759
29772
  }
29760
29773
  }, {
@@ -29767,40 +29780,40 @@ function cov_1ia73x4fw3() {
29767
29780
  column: undefined
29768
29781
  }
29769
29782
  }],
29770
- line: 62
29783
+ line: 63
29771
29784
  },
29772
29785
  "8": {
29773
29786
  loc: {
29774
29787
  start: {
29775
- line: 62,
29788
+ line: 63,
29776
29789
  column: 6
29777
29790
  },
29778
29791
  end: {
29779
- line: 62,
29792
+ line: 63,
29780
29793
  column: 32
29781
29794
  }
29782
29795
  },
29783
29796
  type: "binary-expr",
29784
29797
  locations: [{
29785
29798
  start: {
29786
- line: 62,
29799
+ line: 63,
29787
29800
  column: 6
29788
29801
  },
29789
29802
  end: {
29790
- line: 62,
29803
+ line: 63,
29791
29804
  column: 11
29792
29805
  }
29793
29806
  }, {
29794
29807
  start: {
29795
- line: 62,
29808
+ line: 63,
29796
29809
  column: 15
29797
29810
  },
29798
29811
  end: {
29799
- line: 62,
29812
+ line: 63,
29800
29813
  column: 32
29801
29814
  }
29802
29815
  }],
29803
- line: 62
29816
+ line: 63
29804
29817
  }
29805
29818
  },
29806
29819
  s: {
@@ -29851,7 +29864,7 @@ function cov_1ia73x4fw3() {
29851
29864
  "8": [0, 0]
29852
29865
  },
29853
29866
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
29854
- hash: "c3927f25fb15841467e1e5e5d25d5fcc9ca03dd5"
29867
+ hash: "a09f4f3f281a68c5219aa1982a6d83142f7ecb49"
29855
29868
  };
29856
29869
  var coverage = global[gcv] || (global[gcv] = {});
29857
29870
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -29898,10 +29911,12 @@ var handleFieldDragEnd = function handleFieldDragEnd(_ref) {
29898
29911
  cov_1ia73x4fw3().s[7]++;
29899
29912
  var createFieldData = function createFieldData(_ref2, isRequired) {
29900
29913
  var defaults = _ref2.defaults,
29901
- type = _ref2.type;
29914
+ type = _ref2.type,
29915
+ metadata = _ref2.metadata;
29902
29916
  cov_1ia73x4fw3().f[2]++;
29903
29917
  cov_1ia73x4fw3().s[8]++;
29904
29918
  return _objectSpread$a(_objectSpread$a({}, defaults), {}, {
29919
+ metadata: metadata,
29905
29920
  isRequired: isRequired,
29906
29921
  kind: type,
29907
29922
  nodeId: v4()