@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 +141 -126
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +141 -126
- package/dist/index.js.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27382,7 +27382,7 @@ var Editor = function Editor(_ref) {
|
|
|
27382
27382
|
|
|
27383
27383
|
function cov_2j8tlu2ul5() {
|
|
27384
27384
|
var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Questions/constants.js";
|
|
27385
|
-
var hash = "
|
|
27385
|
+
var hash = "66ba5b083c318d90b5ba09aa05088ee51337bf74";
|
|
27386
27386
|
var global = new Function("return this")();
|
|
27387
27387
|
var gcv = "__coverage__";
|
|
27388
27388
|
var coverageData = {
|
|
@@ -27424,27 +27424,27 @@ function cov_2j8tlu2ul5() {
|
|
|
27424
27424
|
column: 30
|
|
27425
27425
|
},
|
|
27426
27426
|
end: {
|
|
27427
|
-
line:
|
|
27427
|
+
line: 190,
|
|
27428
27428
|
column: 1
|
|
27429
27429
|
}
|
|
27430
27430
|
},
|
|
27431
27431
|
"4": {
|
|
27432
27432
|
start: {
|
|
27433
|
-
line:
|
|
27433
|
+
line: 193,
|
|
27434
27434
|
column: 38
|
|
27435
27435
|
},
|
|
27436
27436
|
end: {
|
|
27437
|
-
line:
|
|
27437
|
+
line: 196,
|
|
27438
27438
|
column: 1
|
|
27439
27439
|
}
|
|
27440
27440
|
},
|
|
27441
27441
|
"5": {
|
|
27442
27442
|
start: {
|
|
27443
|
-
line:
|
|
27443
|
+
line: 198,
|
|
27444
27444
|
column: 29
|
|
27445
27445
|
},
|
|
27446
27446
|
end: {
|
|
27447
|
-
line:
|
|
27447
|
+
line: 198,
|
|
27448
27448
|
column: 62
|
|
27449
27449
|
}
|
|
27450
27450
|
}
|
|
@@ -27462,7 +27462,7 @@ function cov_2j8tlu2ul5() {
|
|
|
27462
27462
|
f: {},
|
|
27463
27463
|
b: {},
|
|
27464
27464
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
27465
|
-
hash: "
|
|
27465
|
+
hash: "66ba5b083c318d90b5ba09aa05088ee51337bf74"
|
|
27466
27466
|
};
|
|
27467
27467
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
27468
27468
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -27500,7 +27500,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27500
27500
|
component: Email,
|
|
27501
27501
|
defaults: {
|
|
27502
27502
|
label: ""
|
|
27503
|
-
}
|
|
27503
|
+
},
|
|
27504
|
+
metadata: {}
|
|
27504
27505
|
}, {
|
|
27505
27506
|
type: "phone",
|
|
27506
27507
|
label: instance.t("fields.pif"),
|
|
@@ -27510,7 +27511,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27510
27511
|
component: Phone,
|
|
27511
27512
|
defaults: {
|
|
27512
27513
|
label: ""
|
|
27513
|
-
}
|
|
27514
|
+
},
|
|
27515
|
+
metadata: {}
|
|
27514
27516
|
}, {
|
|
27515
27517
|
type: "name",
|
|
27516
27518
|
label: instance.t("fields.nif"),
|
|
@@ -27520,7 +27522,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27520
27522
|
component: ShortText,
|
|
27521
27523
|
defaults: {
|
|
27522
27524
|
label: ""
|
|
27523
|
-
}
|
|
27525
|
+
},
|
|
27526
|
+
metadata: {}
|
|
27524
27527
|
}, {
|
|
27525
27528
|
type: "text",
|
|
27526
27529
|
label: instance.t("fields.tif"),
|
|
@@ -27530,7 +27533,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27530
27533
|
component: ShortText,
|
|
27531
27534
|
defaults: {
|
|
27532
27535
|
label: ""
|
|
27533
|
-
}
|
|
27536
|
+
},
|
|
27537
|
+
metadata: {}
|
|
27534
27538
|
}, {
|
|
27535
27539
|
type: "question",
|
|
27536
27540
|
label: instance.t("fields.qif"),
|
|
@@ -27539,7 +27543,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27539
27543
|
component: LongText,
|
|
27540
27544
|
defaults: {
|
|
27541
27545
|
label: ""
|
|
27542
|
-
}
|
|
27546
|
+
},
|
|
27547
|
+
metadata: {}
|
|
27543
27548
|
}, {
|
|
27544
27549
|
type: "textarea",
|
|
27545
27550
|
label: instance.t("fields.def"),
|
|
@@ -27548,7 +27553,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27548
27553
|
component: Editor,
|
|
27549
27554
|
defaults: {
|
|
27550
27555
|
label: ""
|
|
27551
|
-
}
|
|
27556
|
+
},
|
|
27557
|
+
metadata: {}
|
|
27552
27558
|
}, {
|
|
27553
27559
|
type: "checkbox",
|
|
27554
27560
|
label: instance.t("fields.mcf"),
|
|
@@ -27561,7 +27567,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27561
27567
|
optionsAttributes: [{
|
|
27562
27568
|
label: ""
|
|
27563
27569
|
}]
|
|
27564
|
-
}
|
|
27570
|
+
},
|
|
27571
|
+
metadata: {}
|
|
27565
27572
|
}, {
|
|
27566
27573
|
type: "radio",
|
|
27567
27574
|
label: instance.t("fields.scf"),
|
|
@@ -27574,7 +27581,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27574
27581
|
optionsAttributes: new Array(SINGLE_CHOICE_FIELD_MIN_OPTIONS).fill({
|
|
27575
27582
|
label: ""
|
|
27576
27583
|
})
|
|
27577
|
-
}
|
|
27584
|
+
},
|
|
27585
|
+
metadata: {}
|
|
27578
27586
|
}, {
|
|
27579
27587
|
type: "dropdown",
|
|
27580
27588
|
label: instance.t("fields.drf"),
|
|
@@ -27587,7 +27595,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27587
27595
|
optionsAttributes: new Array(DROPDOWN_FIELD_MIN_OPTIONS).fill({
|
|
27588
27596
|
label: ""
|
|
27589
27597
|
})
|
|
27590
|
-
}
|
|
27598
|
+
},
|
|
27599
|
+
metadata: {}
|
|
27591
27600
|
}, {
|
|
27592
27601
|
type: "star_rating",
|
|
27593
27602
|
label: instance.t("fields.rif"),
|
|
@@ -27599,7 +27608,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27599
27608
|
isRequired: true,
|
|
27600
27609
|
count: 5,
|
|
27601
27610
|
shape: "star"
|
|
27602
|
-
}
|
|
27611
|
+
},
|
|
27612
|
+
metadata: {}
|
|
27603
27613
|
}, {
|
|
27604
27614
|
type: "rating",
|
|
27605
27615
|
label: instance.t("fields.fbf"),
|
|
@@ -27612,7 +27622,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27612
27622
|
highestRatingLabel: "",
|
|
27613
27623
|
averageRatingLabel: "",
|
|
27614
27624
|
lowestRatingLabel: ""
|
|
27615
|
-
}
|
|
27625
|
+
},
|
|
27626
|
+
metadata: {}
|
|
27616
27627
|
}, {
|
|
27617
27628
|
type: "termsandcondition",
|
|
27618
27629
|
label: instance.t("fields.tcf"),
|
|
@@ -27624,7 +27635,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27624
27635
|
privacyPolicyLink: "",
|
|
27625
27636
|
isRequired: true,
|
|
27626
27637
|
label: instance.t("common.agreeTermsAndConditions")
|
|
27627
|
-
}
|
|
27638
|
+
},
|
|
27639
|
+
metadata: {}
|
|
27628
27640
|
}, {
|
|
27629
27641
|
type: "date",
|
|
27630
27642
|
label: instance.t("fields.date"),
|
|
@@ -27634,7 +27646,8 @@ var QUESTION_KINDS = (cov_2j8tlu2ul5().s[3]++, [{
|
|
|
27634
27646
|
defaults: {
|
|
27635
27647
|
label: "",
|
|
27636
27648
|
isRequired: true
|
|
27637
|
-
}
|
|
27649
|
+
},
|
|
27650
|
+
metadata: {}
|
|
27638
27651
|
}]);
|
|
27639
27652
|
|
|
27640
27653
|
// To show the question type as label in accordion
|
|
@@ -29033,7 +29046,7 @@ v35('v5', 0x50, sha1);
|
|
|
29033
29046
|
|
|
29034
29047
|
function cov_1ia73x4fw3() {
|
|
29035
29048
|
var path = "/home/runner/work/neeto-form-frontend/neeto-form-frontend/src/components/BuildForm/Form/utils.js";
|
|
29036
|
-
var hash = "
|
|
29049
|
+
var hash = "a09f4f3f281a68c5219aa1982a6d83142f7ecb49";
|
|
29037
29050
|
var global = new Function("return this")();
|
|
29038
29051
|
var gcv = "__coverage__";
|
|
29039
29052
|
var coverageData = {
|
|
@@ -29115,167 +29128,167 @@ function cov_1ia73x4fw3() {
|
|
|
29115
29128
|
column: 31
|
|
29116
29129
|
},
|
|
29117
29130
|
end: {
|
|
29118
|
-
line:
|
|
29131
|
+
line: 28,
|
|
29119
29132
|
column: 2
|
|
29120
29133
|
}
|
|
29121
29134
|
},
|
|
29122
29135
|
"8": {
|
|
29123
29136
|
start: {
|
|
29124
29137
|
line: 22,
|
|
29125
|
-
column:
|
|
29138
|
+
column: 78
|
|
29126
29139
|
},
|
|
29127
29140
|
end: {
|
|
29128
|
-
line:
|
|
29141
|
+
line: 28,
|
|
29129
29142
|
column: 1
|
|
29130
29143
|
}
|
|
29131
29144
|
},
|
|
29132
29145
|
"9": {
|
|
29133
29146
|
start: {
|
|
29134
|
-
line:
|
|
29147
|
+
line: 30,
|
|
29135
29148
|
column: 34
|
|
29136
29149
|
},
|
|
29137
29150
|
end: {
|
|
29138
|
-
line:
|
|
29151
|
+
line: 41,
|
|
29139
29152
|
column: 2
|
|
29140
29153
|
}
|
|
29141
29154
|
},
|
|
29142
29155
|
"10": {
|
|
29143
29156
|
start: {
|
|
29144
|
-
line:
|
|
29157
|
+
line: 35,
|
|
29145
29158
|
column: 7
|
|
29146
29159
|
},
|
|
29147
29160
|
end: {
|
|
29148
|
-
line:
|
|
29161
|
+
line: 41,
|
|
29149
29162
|
column: 1
|
|
29150
29163
|
}
|
|
29151
29164
|
},
|
|
29152
29165
|
"11": {
|
|
29153
29166
|
start: {
|
|
29154
|
-
line:
|
|
29167
|
+
line: 43,
|
|
29155
29168
|
column: 41
|
|
29156
29169
|
},
|
|
29157
29170
|
end: {
|
|
29158
|
-
line:
|
|
29171
|
+
line: 60,
|
|
29159
29172
|
column: 1
|
|
29160
29173
|
}
|
|
29161
29174
|
},
|
|
29162
29175
|
"12": {
|
|
29163
29176
|
start: {
|
|
29164
|
-
line:
|
|
29177
|
+
line: 47,
|
|
29165
29178
|
column: 2
|
|
29166
29179
|
},
|
|
29167
29180
|
end: {
|
|
29168
|
-
line:
|
|
29181
|
+
line: 47,
|
|
29169
29182
|
column: 56
|
|
29170
29183
|
}
|
|
29171
29184
|
},
|
|
29172
29185
|
"13": {
|
|
29173
29186
|
start: {
|
|
29174
|
-
line:
|
|
29187
|
+
line: 47,
|
|
29175
29188
|
column: 32
|
|
29176
29189
|
},
|
|
29177
29190
|
end: {
|
|
29178
|
-
line:
|
|
29191
|
+
line: 47,
|
|
29179
29192
|
column: 56
|
|
29180
29193
|
}
|
|
29181
29194
|
},
|
|
29182
29195
|
"14": {
|
|
29183
29196
|
start: {
|
|
29184
|
-
line:
|
|
29197
|
+
line: 49,
|
|
29185
29198
|
column: 24
|
|
29186
29199
|
},
|
|
29187
29200
|
end: {
|
|
29188
|
-
line:
|
|
29201
|
+
line: 57,
|
|
29189
29202
|
column: 22
|
|
29190
29203
|
}
|
|
29191
29204
|
},
|
|
29192
29205
|
"15": {
|
|
29193
29206
|
start: {
|
|
29194
|
-
line:
|
|
29207
|
+
line: 50,
|
|
29195
29208
|
column: 27
|
|
29196
29209
|
},
|
|
29197
29210
|
end: {
|
|
29198
|
-
line:
|
|
29211
|
+
line: 50,
|
|
29199
29212
|
column: 42
|
|
29200
29213
|
}
|
|
29201
29214
|
},
|
|
29202
29215
|
"16": {
|
|
29203
29216
|
start: {
|
|
29204
|
-
line:
|
|
29217
|
+
line: 51,
|
|
29205
29218
|
column: 32
|
|
29206
29219
|
},
|
|
29207
29220
|
end: {
|
|
29208
|
-
line:
|
|
29221
|
+
line: 54,
|
|
29209
29222
|
column: 5
|
|
29210
29223
|
}
|
|
29211
29224
|
},
|
|
29212
29225
|
"17": {
|
|
29213
29226
|
start: {
|
|
29214
|
-
line:
|
|
29227
|
+
line: 53,
|
|
29215
29228
|
column: 8
|
|
29216
29229
|
},
|
|
29217
29230
|
end: {
|
|
29218
|
-
line:
|
|
29231
|
+
line: 53,
|
|
29219
29232
|
column: 77
|
|
29220
29233
|
}
|
|
29221
29234
|
},
|
|
29222
29235
|
"18": {
|
|
29223
29236
|
start: {
|
|
29224
|
-
line:
|
|
29237
|
+
line: 56,
|
|
29225
29238
|
column: 4
|
|
29226
29239
|
},
|
|
29227
29240
|
end: {
|
|
29228
|
-
line:
|
|
29241
|
+
line: 56,
|
|
29229
29242
|
column: 49
|
|
29230
29243
|
}
|
|
29231
29244
|
},
|
|
29232
29245
|
"19": {
|
|
29233
29246
|
start: {
|
|
29234
|
-
line:
|
|
29247
|
+
line: 59,
|
|
29235
29248
|
column: 2
|
|
29236
29249
|
},
|
|
29237
29250
|
end: {
|
|
29238
|
-
line:
|
|
29251
|
+
line: 59,
|
|
29239
29252
|
column: 23
|
|
29240
29253
|
}
|
|
29241
29254
|
},
|
|
29242
29255
|
"20": {
|
|
29243
29256
|
start: {
|
|
29244
|
-
line:
|
|
29257
|
+
line: 62,
|
|
29245
29258
|
column: 26
|
|
29246
29259
|
},
|
|
29247
29260
|
end: {
|
|
29248
|
-
line:
|
|
29261
|
+
line: 68,
|
|
29249
29262
|
column: 1
|
|
29250
29263
|
}
|
|
29251
29264
|
},
|
|
29252
29265
|
"21": {
|
|
29253
29266
|
start: {
|
|
29254
|
-
line:
|
|
29267
|
+
line: 63,
|
|
29255
29268
|
column: 2
|
|
29256
29269
|
},
|
|
29257
29270
|
end: {
|
|
29258
|
-
line:
|
|
29271
|
+
line: 65,
|
|
29259
29272
|
column: 3
|
|
29260
29273
|
}
|
|
29261
29274
|
},
|
|
29262
29275
|
"22": {
|
|
29263
29276
|
start: {
|
|
29264
|
-
line:
|
|
29277
|
+
line: 64,
|
|
29265
29278
|
column: 4
|
|
29266
29279
|
},
|
|
29267
29280
|
end: {
|
|
29268
|
-
line:
|
|
29281
|
+
line: 64,
|
|
29269
29282
|
column: 38
|
|
29270
29283
|
}
|
|
29271
29284
|
},
|
|
29272
29285
|
"23": {
|
|
29273
29286
|
start: {
|
|
29274
|
-
line:
|
|
29287
|
+
line: 67,
|
|
29275
29288
|
column: 2
|
|
29276
29289
|
},
|
|
29277
29290
|
end: {
|
|
29278
|
-
line:
|
|
29291
|
+
line: 67,
|
|
29279
29292
|
column: 15
|
|
29280
29293
|
}
|
|
29281
29294
|
}
|
|
@@ -29344,10 +29357,10 @@ function cov_1ia73x4fw3() {
|
|
|
29344
29357
|
loc: {
|
|
29345
29358
|
start: {
|
|
29346
29359
|
line: 22,
|
|
29347
|
-
column:
|
|
29360
|
+
column: 78
|
|
29348
29361
|
},
|
|
29349
29362
|
end: {
|
|
29350
|
-
line:
|
|
29363
|
+
line: 28,
|
|
29351
29364
|
column: 1
|
|
29352
29365
|
}
|
|
29353
29366
|
},
|
|
@@ -29357,121 +29370,121 @@ function cov_1ia73x4fw3() {
|
|
|
29357
29370
|
name: "(anonymous_3)",
|
|
29358
29371
|
decl: {
|
|
29359
29372
|
start: {
|
|
29360
|
-
line:
|
|
29373
|
+
line: 30,
|
|
29361
29374
|
column: 34
|
|
29362
29375
|
},
|
|
29363
29376
|
end: {
|
|
29364
|
-
line:
|
|
29377
|
+
line: 30,
|
|
29365
29378
|
column: 35
|
|
29366
29379
|
}
|
|
29367
29380
|
},
|
|
29368
29381
|
loc: {
|
|
29369
29382
|
start: {
|
|
29370
|
-
line:
|
|
29383
|
+
line: 35,
|
|
29371
29384
|
column: 7
|
|
29372
29385
|
},
|
|
29373
29386
|
end: {
|
|
29374
|
-
line:
|
|
29387
|
+
line: 41,
|
|
29375
29388
|
column: 1
|
|
29376
29389
|
}
|
|
29377
29390
|
},
|
|
29378
|
-
line:
|
|
29391
|
+
line: 35
|
|
29379
29392
|
},
|
|
29380
29393
|
"4": {
|
|
29381
29394
|
name: "(anonymous_4)",
|
|
29382
29395
|
decl: {
|
|
29383
29396
|
start: {
|
|
29384
|
-
line:
|
|
29397
|
+
line: 43,
|
|
29385
29398
|
column: 41
|
|
29386
29399
|
},
|
|
29387
29400
|
end: {
|
|
29388
|
-
line:
|
|
29401
|
+
line: 43,
|
|
29389
29402
|
column: 42
|
|
29390
29403
|
}
|
|
29391
29404
|
},
|
|
29392
29405
|
loc: {
|
|
29393
29406
|
start: {
|
|
29394
|
-
line:
|
|
29407
|
+
line: 46,
|
|
29395
29408
|
column: 5
|
|
29396
29409
|
},
|
|
29397
29410
|
end: {
|
|
29398
|
-
line:
|
|
29411
|
+
line: 60,
|
|
29399
29412
|
column: 1
|
|
29400
29413
|
}
|
|
29401
29414
|
},
|
|
29402
|
-
line:
|
|
29415
|
+
line: 46
|
|
29403
29416
|
},
|
|
29404
29417
|
"5": {
|
|
29405
29418
|
name: "(anonymous_5)",
|
|
29406
29419
|
decl: {
|
|
29407
29420
|
start: {
|
|
29408
|
-
line:
|
|
29421
|
+
line: 49,
|
|
29409
29422
|
column: 31
|
|
29410
29423
|
},
|
|
29411
29424
|
end: {
|
|
29412
|
-
line:
|
|
29425
|
+
line: 49,
|
|
29413
29426
|
column: 32
|
|
29414
29427
|
}
|
|
29415
29428
|
},
|
|
29416
29429
|
loc: {
|
|
29417
29430
|
start: {
|
|
29418
|
-
line:
|
|
29431
|
+
line: 49,
|
|
29419
29432
|
column: 39
|
|
29420
29433
|
},
|
|
29421
29434
|
end: {
|
|
29422
|
-
line:
|
|
29435
|
+
line: 57,
|
|
29423
29436
|
column: 3
|
|
29424
29437
|
}
|
|
29425
29438
|
},
|
|
29426
|
-
line:
|
|
29439
|
+
line: 49
|
|
29427
29440
|
},
|
|
29428
29441
|
"6": {
|
|
29429
29442
|
name: "(anonymous_6)",
|
|
29430
29443
|
decl: {
|
|
29431
29444
|
start: {
|
|
29432
|
-
line:
|
|
29445
|
+
line: 52,
|
|
29433
29446
|
column: 6
|
|
29434
29447
|
},
|
|
29435
29448
|
end: {
|
|
29436
|
-
line:
|
|
29449
|
+
line: 52,
|
|
29437
29450
|
column: 7
|
|
29438
29451
|
}
|
|
29439
29452
|
},
|
|
29440
29453
|
loc: {
|
|
29441
29454
|
start: {
|
|
29442
|
-
line:
|
|
29455
|
+
line: 53,
|
|
29443
29456
|
column: 8
|
|
29444
29457
|
},
|
|
29445
29458
|
end: {
|
|
29446
|
-
line:
|
|
29459
|
+
line: 53,
|
|
29447
29460
|
column: 77
|
|
29448
29461
|
}
|
|
29449
29462
|
},
|
|
29450
|
-
line:
|
|
29463
|
+
line: 53
|
|
29451
29464
|
},
|
|
29452
29465
|
"7": {
|
|
29453
29466
|
name: "(anonymous_7)",
|
|
29454
29467
|
decl: {
|
|
29455
29468
|
start: {
|
|
29456
|
-
line:
|
|
29469
|
+
line: 62,
|
|
29457
29470
|
column: 26
|
|
29458
29471
|
},
|
|
29459
29472
|
end: {
|
|
29460
|
-
line:
|
|
29473
|
+
line: 62,
|
|
29461
29474
|
column: 27
|
|
29462
29475
|
}
|
|
29463
29476
|
},
|
|
29464
29477
|
loc: {
|
|
29465
29478
|
start: {
|
|
29466
|
-
line:
|
|
29479
|
+
line: 62,
|
|
29467
29480
|
column: 35
|
|
29468
29481
|
},
|
|
29469
29482
|
end: {
|
|
29470
|
-
line:
|
|
29483
|
+
line: 68,
|
|
29471
29484
|
column: 1
|
|
29472
29485
|
}
|
|
29473
29486
|
},
|
|
29474
|
-
line:
|
|
29487
|
+
line: 62
|
|
29475
29488
|
}
|
|
29476
29489
|
},
|
|
29477
29490
|
branchMap: {
|
|
@@ -29544,79 +29557,79 @@ function cov_1ia73x4fw3() {
|
|
|
29544
29557
|
"2": {
|
|
29545
29558
|
loc: {
|
|
29546
29559
|
start: {
|
|
29547
|
-
line:
|
|
29560
|
+
line: 39,
|
|
29548
29561
|
column: 21
|
|
29549
29562
|
},
|
|
29550
29563
|
end: {
|
|
29551
|
-
line:
|
|
29564
|
+
line: 39,
|
|
29552
29565
|
column: 77
|
|
29553
29566
|
}
|
|
29554
29567
|
},
|
|
29555
29568
|
type: "binary-expr",
|
|
29556
29569
|
locations: [{
|
|
29557
29570
|
start: {
|
|
29558
|
-
line:
|
|
29571
|
+
line: 39,
|
|
29559
29572
|
column: 21
|
|
29560
29573
|
},
|
|
29561
29574
|
end: {
|
|
29562
|
-
line:
|
|
29575
|
+
line: 39,
|
|
29563
29576
|
column: 38
|
|
29564
29577
|
}
|
|
29565
29578
|
}, {
|
|
29566
29579
|
start: {
|
|
29567
|
-
line:
|
|
29580
|
+
line: 39,
|
|
29568
29581
|
column: 42
|
|
29569
29582
|
},
|
|
29570
29583
|
end: {
|
|
29571
|
-
line:
|
|
29584
|
+
line: 39,
|
|
29572
29585
|
column: 77
|
|
29573
29586
|
}
|
|
29574
29587
|
}],
|
|
29575
|
-
line:
|
|
29588
|
+
line: 39
|
|
29576
29589
|
},
|
|
29577
29590
|
"3": {
|
|
29578
29591
|
loc: {
|
|
29579
29592
|
start: {
|
|
29580
|
-
line:
|
|
29593
|
+
line: 45,
|
|
29581
29594
|
column: 2
|
|
29582
29595
|
},
|
|
29583
29596
|
end: {
|
|
29584
|
-
line:
|
|
29597
|
+
line: 45,
|
|
29585
29598
|
column: 22
|
|
29586
29599
|
}
|
|
29587
29600
|
},
|
|
29588
29601
|
type: "default-arg",
|
|
29589
29602
|
locations: [{
|
|
29590
29603
|
start: {
|
|
29591
|
-
line:
|
|
29604
|
+
line: 45,
|
|
29592
29605
|
column: 20
|
|
29593
29606
|
},
|
|
29594
29607
|
end: {
|
|
29595
|
-
line:
|
|
29608
|
+
line: 45,
|
|
29596
29609
|
column: 22
|
|
29597
29610
|
}
|
|
29598
29611
|
}],
|
|
29599
|
-
line:
|
|
29612
|
+
line: 45
|
|
29600
29613
|
},
|
|
29601
29614
|
"4": {
|
|
29602
29615
|
loc: {
|
|
29603
29616
|
start: {
|
|
29604
|
-
line:
|
|
29617
|
+
line: 47,
|
|
29605
29618
|
column: 2
|
|
29606
29619
|
},
|
|
29607
29620
|
end: {
|
|
29608
|
-
line:
|
|
29621
|
+
line: 47,
|
|
29609
29622
|
column: 56
|
|
29610
29623
|
}
|
|
29611
29624
|
},
|
|
29612
29625
|
type: "if",
|
|
29613
29626
|
locations: [{
|
|
29614
29627
|
start: {
|
|
29615
|
-
line:
|
|
29628
|
+
line: 47,
|
|
29616
29629
|
column: 2
|
|
29617
29630
|
},
|
|
29618
29631
|
end: {
|
|
29619
|
-
line:
|
|
29632
|
+
line: 47,
|
|
29620
29633
|
column: 56
|
|
29621
29634
|
}
|
|
29622
29635
|
}, {
|
|
@@ -29629,93 +29642,93 @@ function cov_1ia73x4fw3() {
|
|
|
29629
29642
|
column: undefined
|
|
29630
29643
|
}
|
|
29631
29644
|
}],
|
|
29632
|
-
line:
|
|
29645
|
+
line: 47
|
|
29633
29646
|
},
|
|
29634
29647
|
"5": {
|
|
29635
29648
|
loc: {
|
|
29636
29649
|
start: {
|
|
29637
|
-
line:
|
|
29650
|
+
line: 53,
|
|
29638
29651
|
column: 8
|
|
29639
29652
|
},
|
|
29640
29653
|
end: {
|
|
29641
|
-
line:
|
|
29654
|
+
line: 53,
|
|
29642
29655
|
column: 77
|
|
29643
29656
|
}
|
|
29644
29657
|
},
|
|
29645
29658
|
type: "binary-expr",
|
|
29646
29659
|
locations: [{
|
|
29647
29660
|
start: {
|
|
29648
|
-
line:
|
|
29661
|
+
line: 53,
|
|
29649
29662
|
column: 8
|
|
29650
29663
|
},
|
|
29651
29664
|
end: {
|
|
29652
|
-
line:
|
|
29665
|
+
line: 53,
|
|
29653
29666
|
column: 41
|
|
29654
29667
|
}
|
|
29655
29668
|
}, {
|
|
29656
29669
|
start: {
|
|
29657
|
-
line:
|
|
29670
|
+
line: 53,
|
|
29658
29671
|
column: 45
|
|
29659
29672
|
},
|
|
29660
29673
|
end: {
|
|
29661
|
-
line:
|
|
29674
|
+
line: 53,
|
|
29662
29675
|
column: 77
|
|
29663
29676
|
}
|
|
29664
29677
|
}],
|
|
29665
|
-
line:
|
|
29678
|
+
line: 53
|
|
29666
29679
|
},
|
|
29667
29680
|
"6": {
|
|
29668
29681
|
loc: {
|
|
29669
29682
|
start: {
|
|
29670
|
-
line:
|
|
29683
|
+
line: 56,
|
|
29671
29684
|
column: 11
|
|
29672
29685
|
},
|
|
29673
29686
|
end: {
|
|
29674
|
-
line:
|
|
29687
|
+
line: 56,
|
|
29675
29688
|
column: 48
|
|
29676
29689
|
}
|
|
29677
29690
|
},
|
|
29678
29691
|
type: "binary-expr",
|
|
29679
29692
|
locations: [{
|
|
29680
29693
|
start: {
|
|
29681
|
-
line:
|
|
29694
|
+
line: 56,
|
|
29682
29695
|
column: 11
|
|
29683
29696
|
},
|
|
29684
29697
|
end: {
|
|
29685
|
-
line:
|
|
29698
|
+
line: 56,
|
|
29686
29699
|
column: 25
|
|
29687
29700
|
}
|
|
29688
29701
|
}, {
|
|
29689
29702
|
start: {
|
|
29690
|
-
line:
|
|
29703
|
+
line: 56,
|
|
29691
29704
|
column: 29
|
|
29692
29705
|
},
|
|
29693
29706
|
end: {
|
|
29694
|
-
line:
|
|
29707
|
+
line: 56,
|
|
29695
29708
|
column: 48
|
|
29696
29709
|
}
|
|
29697
29710
|
}],
|
|
29698
|
-
line:
|
|
29711
|
+
line: 56
|
|
29699
29712
|
},
|
|
29700
29713
|
"7": {
|
|
29701
29714
|
loc: {
|
|
29702
29715
|
start: {
|
|
29703
|
-
line:
|
|
29716
|
+
line: 63,
|
|
29704
29717
|
column: 2
|
|
29705
29718
|
},
|
|
29706
29719
|
end: {
|
|
29707
|
-
line:
|
|
29720
|
+
line: 65,
|
|
29708
29721
|
column: 3
|
|
29709
29722
|
}
|
|
29710
29723
|
},
|
|
29711
29724
|
type: "if",
|
|
29712
29725
|
locations: [{
|
|
29713
29726
|
start: {
|
|
29714
|
-
line:
|
|
29727
|
+
line: 63,
|
|
29715
29728
|
column: 2
|
|
29716
29729
|
},
|
|
29717
29730
|
end: {
|
|
29718
|
-
line:
|
|
29731
|
+
line: 65,
|
|
29719
29732
|
column: 3
|
|
29720
29733
|
}
|
|
29721
29734
|
}, {
|
|
@@ -29728,40 +29741,40 @@ function cov_1ia73x4fw3() {
|
|
|
29728
29741
|
column: undefined
|
|
29729
29742
|
}
|
|
29730
29743
|
}],
|
|
29731
|
-
line:
|
|
29744
|
+
line: 63
|
|
29732
29745
|
},
|
|
29733
29746
|
"8": {
|
|
29734
29747
|
loc: {
|
|
29735
29748
|
start: {
|
|
29736
|
-
line:
|
|
29749
|
+
line: 63,
|
|
29737
29750
|
column: 6
|
|
29738
29751
|
},
|
|
29739
29752
|
end: {
|
|
29740
|
-
line:
|
|
29753
|
+
line: 63,
|
|
29741
29754
|
column: 32
|
|
29742
29755
|
}
|
|
29743
29756
|
},
|
|
29744
29757
|
type: "binary-expr",
|
|
29745
29758
|
locations: [{
|
|
29746
29759
|
start: {
|
|
29747
|
-
line:
|
|
29760
|
+
line: 63,
|
|
29748
29761
|
column: 6
|
|
29749
29762
|
},
|
|
29750
29763
|
end: {
|
|
29751
|
-
line:
|
|
29764
|
+
line: 63,
|
|
29752
29765
|
column: 11
|
|
29753
29766
|
}
|
|
29754
29767
|
}, {
|
|
29755
29768
|
start: {
|
|
29756
|
-
line:
|
|
29769
|
+
line: 63,
|
|
29757
29770
|
column: 15
|
|
29758
29771
|
},
|
|
29759
29772
|
end: {
|
|
29760
|
-
line:
|
|
29773
|
+
line: 63,
|
|
29761
29774
|
column: 32
|
|
29762
29775
|
}
|
|
29763
29776
|
}],
|
|
29764
|
-
line:
|
|
29777
|
+
line: 63
|
|
29765
29778
|
}
|
|
29766
29779
|
},
|
|
29767
29780
|
s: {
|
|
@@ -29812,7 +29825,7 @@ function cov_1ia73x4fw3() {
|
|
|
29812
29825
|
"8": [0, 0]
|
|
29813
29826
|
},
|
|
29814
29827
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
29815
|
-
hash: "
|
|
29828
|
+
hash: "a09f4f3f281a68c5219aa1982a6d83142f7ecb49"
|
|
29816
29829
|
};
|
|
29817
29830
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
29818
29831
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -29859,10 +29872,12 @@ var handleFieldDragEnd = function handleFieldDragEnd(_ref) {
|
|
|
29859
29872
|
cov_1ia73x4fw3().s[7]++;
|
|
29860
29873
|
var createFieldData = function createFieldData(_ref2, isRequired) {
|
|
29861
29874
|
var defaults = _ref2.defaults,
|
|
29862
|
-
type = _ref2.type
|
|
29875
|
+
type = _ref2.type,
|
|
29876
|
+
metadata = _ref2.metadata;
|
|
29863
29877
|
cov_1ia73x4fw3().f[2]++;
|
|
29864
29878
|
cov_1ia73x4fw3().s[8]++;
|
|
29865
29879
|
return _objectSpread$a(_objectSpread$a({}, defaults), {}, {
|
|
29880
|
+
metadata: metadata,
|
|
29866
29881
|
isRequired: isRequired,
|
|
29867
29882
|
kind: type,
|
|
29868
29883
|
nodeId: v4()
|