@zscreate/h-form-error-correction 0.0.21 → 0.0.23

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.
@@ -209,16 +209,16 @@
209
209
  color: #c1b8c1;
210
210
  }
211
211
 
212
- .formCorrectionLayout[data-v-40a1a053] {
212
+ .formCorrectionLayout[data-v-73790498] {
213
213
  width: 100%;
214
214
  }
215
- .formCorrectionLayout .formCorrectionLayout-left[data-v-40a1a053] {
215
+ .formCorrectionLayout .formCorrectionLayout-left[data-v-73790498] {
216
216
  padding-right: 15px;
217
217
  }
218
- .formCorrectionLayout .formCorrectionLayout-right[data-v-40a1a053] {
218
+ .formCorrectionLayout .formCorrectionLayout-right[data-v-73790498] {
219
219
  padding-left: 10px;
220
220
  }
221
- .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-40a1a053] {
221
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-73790498] {
222
222
  background: white;
223
223
  border-radius: 4px;
224
224
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
@@ -226,7 +226,7 @@
226
226
  flex-direction: column;
227
227
  overflow: hidden;
228
228
  }
229
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-40a1a053] {
229
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-73790498] {
230
230
  padding: 16px;
231
231
  border-bottom: 1px solid #f0f0f0;
232
232
  font-size: 16px;
@@ -237,15 +237,15 @@
237
237
  gap: 8px;
238
238
  flex-shrink: 0;
239
239
  }
240
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-40a1a053] {
240
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-73790498] {
241
241
  color: #1890ff;
242
242
  }
243
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-40a1a053] {
243
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-73790498] {
244
244
  padding: 12px;
245
245
  overflow-y: auto;
246
246
  flex: 1;
247
247
  }
248
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-40a1a053] {
248
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-73790498] {
249
249
  background: #f5f5f5;
250
250
  border-radius: 4px;
251
251
  padding: 12px;
@@ -253,97 +253,97 @@
253
253
  border-left: 3px solid #1890ff;
254
254
  transition: all 0.3s;
255
255
  }
256
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-40a1a053]:hover {
256
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-73790498]:hover {
257
257
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
258
258
  transform: translateX(2px);
259
259
  }
260
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-40a1a053]:last-child {
260
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-73790498]:last-child {
261
261
  margin-bottom: 0;
262
262
  }
263
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-40a1a053] {
263
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-73790498] {
264
264
  display: flex;
265
265
  justify-content: space-between;
266
266
  align-items: center;
267
267
  margin-bottom: 8px;
268
268
  }
269
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-40a1a053] {
269
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-73790498] {
270
270
  font-weight: 500;
271
271
  color: rgba(0, 0, 0, 0.85);
272
272
  font-size: 14px;
273
273
  }
274
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-40a1a053] {
274
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-73790498] {
275
275
  font-size: 12px;
276
276
  color: rgba(0, 0, 0, 0.45);
277
277
  }
278
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-40a1a053] {
278
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-73790498] {
279
279
  display: flex;
280
280
  flex-direction: column;
281
281
  gap: 6px;
282
282
  }
283
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-40a1a053],
284
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-40a1a053] {
283
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-73790498],
284
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-73790498] {
285
285
  display: flex;
286
286
  align-items: center;
287
287
  gap: 8px;
288
288
  font-size: 13px;
289
289
  }
290
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-40a1a053],
291
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-40a1a053] {
290
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-73790498],
291
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-73790498] {
292
292
  color: rgba(0, 0, 0, 0.65);
293
293
  min-width: 40px;
294
294
  }
295
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-40a1a053],
296
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-40a1a053] {
295
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-73790498],
296
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-73790498] {
297
297
  color: rgba(0, 0, 0, 0.85);
298
298
  word-break: break-all;
299
299
  white-space: pre-line;
300
300
  flex: 1;
301
301
  }
302
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-40a1a053] {
302
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-73790498] {
303
303
  text-decoration: line-through;
304
304
  color: rgba(0, 0, 0, 0.45);
305
305
  }
306
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-40a1a053] {
306
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-73790498] {
307
307
  color: #52c41a;
308
308
  font-weight: 500;
309
309
  }
310
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-40a1a053] {
310
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-73790498] {
311
311
  color: #1890ff;
312
312
  align-self: center;
313
313
  }
314
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-40a1a053] {
314
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-73790498] {
315
315
  display: flex;
316
316
  align-items: center;
317
317
  gap: 8px;
318
318
  font-size: 13px;
319
319
  flex-wrap: wrap;
320
320
  }
321
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-40a1a053] {
321
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-73790498] {
322
322
  color: rgba(0, 0, 0, 0.65);
323
323
  }
324
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-40a1a053] {
324
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-73790498] {
325
325
  color: #1890ff;
326
326
  font-weight: 500;
327
327
  margin-left: 4px;
328
328
  }
329
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-40a1a053] {
329
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-73790498] {
330
330
  color: #ff4d4f;
331
331
  font-weight: 500;
332
332
  }
333
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-40a1a053] {
333
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-73790498] {
334
334
  margin-top: 5px;
335
335
  padding-top: 12px;
336
336
  border-top: 1px dashed #e8e8e8;
337
337
  }
338
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] {
338
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] {
339
339
  display: flex;
340
340
  justify-content: center;
341
341
  }
342
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] .ant-radio-group {
342
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] .ant-radio-group {
343
343
  width: 100%;
344
344
  display: flex;
345
345
  }
346
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] .ant-radio-group .ant-radio-button-wrapper {
346
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] .ant-radio-group .ant-radio-button-wrapper {
347
347
  flex: 1;
348
348
  text-align: center;
349
349
  height: 32px;
@@ -351,21 +351,21 @@
351
351
  font-size: 13px;
352
352
  transition: all 0.3s;
353
353
  }
354
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] .ant-radio-group .ant-radio-button-wrapper:hover {
354
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] .ant-radio-group .ant-radio-button-wrapper:hover {
355
355
  transform: translateY(-1px);
356
356
  }
357
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
357
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
358
358
  background-color: #52c41a;
359
359
  border-color: #52c41a;
360
360
  }
361
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
361
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
362
362
  background-color: #ff4d4f;
363
363
  border-color: #ff4d4f;
364
364
  }
365
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-40a1a053] .ant-radio-group .ant-radio-button-wrapper i {
365
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-73790498] .ant-radio-group .ant-radio-button-wrapper i {
366
366
  margin-right: 4px;
367
367
  }
368
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-40a1a053] {
368
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-73790498] {
369
369
  display: flex;
370
370
  align-items: center;
371
371
  justify-content: center;
@@ -376,10 +376,15 @@
376
376
  color: rgba(0, 0, 0, 0.45);
377
377
  font-size: 13px;
378
378
  }
379
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-40a1a053] {
379
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-73790498] {
380
380
  color: #1890ff;
381
381
  }
382
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-40a1a053] {
382
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-73790498] {
383
+ color: #1890ff;
384
+ font-weight: 500;
385
+ margin-left: 4px;
386
+ }
387
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-73790498] {
383
388
  padding: 10px 10px;
384
389
  background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
385
390
  border-top: 1px solid #e8e8e8;
@@ -389,34 +394,34 @@
389
394
  align-items: center;
390
395
  flex-shrink: 0;
391
396
  }
392
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-40a1a053] {
397
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-73790498] {
393
398
  display: flex;
394
399
  flex-direction: column;
395
400
  align-items: center;
396
401
  gap: 4px;
397
402
  }
398
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-40a1a053] {
403
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-73790498] {
399
404
  font-size: 12px;
400
405
  color: rgba(0, 0, 0, 0.45);
401
406
  }
402
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-40a1a053] {
407
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-73790498] {
403
408
  font-size: 20px;
404
409
  font-weight: 600;
405
410
  }
406
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-40a1a053] {
411
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-73790498] {
407
412
  color: #1890ff;
408
413
  }
409
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-40a1a053] {
414
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-73790498] {
410
415
  color: #52c41a;
411
416
  }
412
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-40a1a053] {
417
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-73790498] {
413
418
  color: #ff4d4f;
414
419
  }
415
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-40a1a053] {
420
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-73790498] {
416
421
  border-top: 1px solid #f0f0f0;
417
422
  flex-shrink: 0;
418
423
  }
419
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-40a1a053] {
424
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-73790498] {
420
425
  padding: 13px 16px;
421
426
  font-size: 16px;
422
427
  font-weight: 500;
@@ -426,62 +431,62 @@
426
431
  gap: 8px;
427
432
  background-color: #fafafa;
428
433
  }
429
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-40a1a053] {
434
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-73790498] {
430
435
  color: #1890ff;
431
436
  }
432
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-40a1a053] {
437
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-73790498] {
433
438
  padding: 16px;
434
439
  }
435
- .formCorrectionLayout .permission[data-v-40a1a053] {
440
+ .formCorrectionLayout .permission[data-v-73790498] {
436
441
  background-color: #fafafa;
437
442
  border: 1px solid #e8e8e8;
438
443
  border-top: none;
439
444
  display: flex;
440
445
  justify-content: space-between;
441
446
  }
442
- .formCorrectionLayout[data-v-40a1a053] .ant-form-item-label {
447
+ .formCorrectionLayout[data-v-73790498] .ant-form-item-label {
443
448
  overflow: hidden;
444
449
  text-overflow: ellipsis;
445
450
  white-space: nowrap;
446
451
  width: 100%;
447
452
  text-align: left;
448
453
  }
449
- .formCorrectionLayout[data-v-40a1a053] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
454
+ .formCorrectionLayout[data-v-73790498] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
450
455
  width: 0 !important;
451
456
  height: 0 !important;
452
457
  }
453
- .formCorrectionLayout[data-v-40a1a053] .ant-table-body {
458
+ .formCorrectionLayout[data-v-73790498] .ant-table-body {
454
459
  overflow-y: auto !important;
455
460
  overflow-x: auto !important;
456
461
  }
457
- .formCorrectionLayout[data-v-40a1a053] .ant-table-body::-webkit-scrollbar {
462
+ .formCorrectionLayout[data-v-73790498] .ant-table-body::-webkit-scrollbar {
458
463
  width: 0px !important;
459
464
  height: 5px !important;
460
465
  }
461
- .formCorrectionLayout[data-v-40a1a053] .ant-table .ant-table-header {
466
+ .formCorrectionLayout[data-v-73790498] .ant-table .ant-table-header {
462
467
  overflow: hidden !important;
463
468
  margin-bottom: 0 !important;
464
469
  padding-bottom: 0 !important;
465
470
  }
466
- .formCorrectionLayout[data-v-40a1a053] .ant-table .ant-table-body {
471
+ .formCorrectionLayout[data-v-73790498] .ant-table .ant-table-body {
467
472
  overflow-y: auto !important;
468
473
  overflow-x: auto !important;
469
474
  }
470
- .formCorrectionLayout[data-v-40a1a053] .ant-table-tbody td {
475
+ .formCorrectionLayout[data-v-73790498] .ant-table-tbody td {
471
476
  padding-bottom: 0 !important;
472
477
  }
473
- .formCorrectionLayout[data-v-40a1a053] .form-main-row {
478
+ .formCorrectionLayout[data-v-73790498] .form-main-row {
474
479
  align-items: flex-start !important;
475
480
  flex-wrap: wrap;
476
481
  }
477
- .formCorrectionLayout[data-v-40a1a053] .form-main-row .form-main-col {
482
+ .formCorrectionLayout[data-v-73790498] .form-main-row .form-main-col {
478
483
  margin-bottom: 8px;
479
484
  }
480
- .formCorrectionLayout[data-v-40a1a053] .form-main-row .form-main-col .ant-form-item {
485
+ .formCorrectionLayout[data-v-73790498] .form-main-row .form-main-col .ant-form-item {
481
486
  margin-bottom: 0 !important;
482
487
  padding-bottom: 22px;
483
488
  }
484
- .formCorrectionLayout[data-v-40a1a053] .form-main-row .form-main-col .ant-form-item.has-error {
489
+ .formCorrectionLayout[data-v-73790498] .form-main-row .form-main-col .ant-form-item.has-error {
485
490
  padding-bottom: 0;
486
491
  margin-bottom: 22px !important;
487
492
  }
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
6
- <title>@zscreate/h-form-error-correction [26 Feb 2026 at 14:40]</title>
6
+ <title>@zscreate/h-form-error-correction [27 Feb 2026 at 14:00]</title>
7
7
  <link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
8
8
 
9
9
  <script>
@@ -31,7 +31,7 @@
31
31
  <body>
32
32
  <div id="app"></div>
33
33
  <script>
34
- window.chartData = [{"label":"h-form-error-correction.umd.js","isAsset":true,"statSize":846270,"parsedSize":856122,"gzipSize":172961,"groups":[{"label":"node_modules","path":"./node_modules","statSize":711488,"groups":[{"label":"_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","statSize":84215,"groups":[{"id":242,"label":"entry-lib.js + 36 modules (concatenated)","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)","statSize":84215,"parsedSize":850801,"gzipSize":172961,"concatenated":true,"groups":[{"label":"node_modules","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules","statSize":3639,"groups":[{"label":"_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","statSize":876,"groups":[{"id":null,"label":"entry-lib.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js","statSize":92,"parsedSize":929,"gzipSize":188,"inaccurateSizes":true},{"id":null,"label":"setPublicPath.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/setPublicPath.js","statSize":784,"parsedSize":7920,"gzipSize":1610,"inaccurateSizes":true}],"parsedSize":8849,"gzipSize":1799,"inaccurateSizes":true},{"label":"_vue-loader@15.11.1@vue-loader/lib/runtime","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime","statSize":2763,"groups":[{"id":null,"label":"componentNormalizer.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js","statSize":2763,"parsedSize":27913,"gzipSize":5674,"inaccurateSizes":true}],"parsedSize":27913,"gzipSize":5674,"inaccurateSizes":true}],"parsedSize":36763,"gzipSize":7473,"inaccurateSizes":true},{"label":"src","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src","statSize":80576,"groups":[{"id":null,"label":"main.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/main.js","statSize":477,"parsedSize":4818,"gzipSize":979,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components","statSize":75868,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/index.js","statSize":210,"parsedSize":2121,"gzipSize":431,"inaccurateSizes":true},{"label":"formCorrectionLayout","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout","statSize":75658,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue","statSize":585,"parsedSize":5910,"gzipSize":1201,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=40a1a053&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=template&id=40a1a053&scoped=true","statSize":15135,"parsedSize":152904,"gzipSize":31084,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js","statSize":29246,"parsedSize":295464,"gzipSize":60065,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=40a1a053&prod&lang=less&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=40a1a053&prod&lang=less&scoped=true","statSize":705,"parsedSize":7122,"gzipSize":1447,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components","statSize":20804,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/index.js","statSize":359,"parsedSize":3626,"gzipSize":737,"inaccurateSizes":true},{"label":"input","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input","statSize":2038,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue","statSize":496,"parsedSize":5010,"gzipSize":1018,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=2c5cafb9&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue?vue&type=template&id=2c5cafb9&scoped=true","statSize":648,"parsedSize":6546,"gzipSize":1330,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":9031,"gzipSize":1836,"inaccurateSizes":true}],"parsedSize":20589,"gzipSize":4185,"inaccurateSizes":true},{"label":"select","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select","statSize":2546,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue","statSize":496,"parsedSize":5010,"gzipSize":1018,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=7281c48a&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue?vue&type=template&id=7281c48a&scoped=true","statSize":984,"parsedSize":9941,"gzipSize":2020,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue?vue&type=script&lang=js","statSize":1066,"parsedSize":10769,"gzipSize":2189,"inaccurateSizes":true}],"parsedSize":25721,"gzipSize":5228,"inaccurateSizes":true},{"label":"number","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number","statSize":2243,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue","statSize":496,"parsedSize":5010,"gzipSize":1018,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=c7c03600&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=template&id=c7c03600&scoped=true","statSize":853,"parsedSize":8617,"gzipSize":1751,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":9031,"gzipSize":1836,"inaccurateSizes":true}],"parsedSize":22660,"gzipSize":4606,"inaccurateSizes":true},{"label":"date","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date","statSize":2108,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue","statSize":496,"parsedSize":5010,"gzipSize":1018,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=b0651818&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue?vue&type=template&id=b0651818&scoped=true","statSize":718,"parsedSize":7253,"gzipSize":1474,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":9031,"gzipSize":1836,"inaccurateSizes":true}],"parsedSize":21296,"gzipSize":4329,"inaccurateSizes":true},{"label":"fileUpload","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload","statSize":11510,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue","statSize":591,"parsedSize":5970,"gzipSize":1213,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=564a0bbc&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=template&id=564a0bbc&scoped=true","statSize":2864,"parsedSize":28934,"gzipSize":5882,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js","statSize":7314,"parsedSize":73891,"gzipSize":15021,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true","statSize":741,"parsedSize":7486,"gzipSize":1521,"inaccurateSizes":true}],"parsedSize":116282,"gzipSize":23639,"inaccurateSizes":true}],"parsedSize":210177,"gzipSize":42727,"inaccurateSizes":true},{"label":"mixins","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/mixins","statSize":9183,"groups":[{"id":null,"label":"widgetMixins.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/mixins/widgetMixins.js","statSize":9183,"parsedSize":92773,"gzipSize":18860,"inaccurateSizes":true}],"parsedSize":92773,"gzipSize":18860,"inaccurateSizes":true}],"parsedSize":764351,"gzipSize":155386,"inaccurateSizes":true}],"parsedSize":766473,"gzipSize":155817,"inaccurateSizes":true},{"label":"api","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api","statSize":2356,"groups":[{"id":null,"label":"manage.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api/manage.js","statSize":2356,"parsedSize":23802,"gzipSize":4838,"inaccurateSizes":true}],"parsedSize":23802,"gzipSize":4838,"inaccurateSizes":true},{"label":"utils","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils","statSize":1875,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils/index.js","statSize":1875,"parsedSize":18942,"gzipSize":3850,"inaccurateSizes":true}],"parsedSize":18942,"gzipSize":3850,"inaccurateSizes":true}],"parsedSize":814037,"gzipSize":165487,"inaccurateSizes":true}]}],"parsedSize":850801,"gzipSize":172961},{"label":"_core-js@3.48.0@core-js","path":"./node_modules/_core-js@3.48.0@core-js","statSize":144465,"groups":[{"label":"internals","path":"./node_modules/_core-js@3.48.0@core-js/internals","statSize":86417,"groups":[{"id":9588,"label":"a-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-callable.js","statSize":353},{"id":2704,"label":"a-map.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-map.js","statSize":175},{"id":7952,"label":"a-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-possible-prototype.js","statSize":311},{"id":7667,"label":"add-to-unscopables.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/add-to-unscopables.js","statSize":668},{"id":6881,"label":"an-instance.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-instance.js","statSize":252},{"id":1177,"label":"an-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-object.js","statSize":303},{"id":5493,"label":"array-buffer-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-basic-detection.js","statSize":155},{"id":520,"label":"array-buffer-byte-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-byte-length.js","statSize":644},{"id":32,"label":"array-buffer-is-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-is-detached.js","statSize":511},{"id":3555,"label":"array-buffer-not-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-not-detached.js","statSize":229},{"id":4094,"label":"array-buffer-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-transfer.js","statSize":2404},{"id":7583,"label":"array-includes.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-includes.js","statSize":1388},{"id":7177,"label":"array-iteration-from-last.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-iteration-from-last.js","statSize":1235},{"id":9348,"label":"array-method-is-strict.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-method-is-strict.js","statSize":338},{"id":7584,"label":"array-reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-reduce.js","statSize":1510},{"id":9797,"label":"array-set-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-set-length.js","statSize":1022},{"id":1862,"label":"array-slice.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-slice.js","statSize":119},{"id":6518,"label":"array-sort.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-sort.js","statSize":1044},{"id":3009,"label":"call-with-safe-iteration-closing.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/call-with-safe-iteration-closing.js","statSize":393},{"id":5026,"label":"classof-raw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof-raw.js","statSize":240},{"id":5125,"label":"classof.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof.js","statSize":1081},{"id":9754,"label":"copy-constructor-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/copy-constructor-properties.js","statSize":718},{"id":2669,"label":"correct-prototype-getter.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/correct-prototype-getter.js","statSize":301},{"id":5891,"label":"create-iter-result-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-iter-result-object.js","statSize":210},{"id":4681,"label":"create-non-enumerable-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-non-enumerable-property.js","statSize":451},{"id":1006,"label":"create-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property-descriptor.js","statSize":187},{"id":8418,"label":"create-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property.js","statSize":396},{"id":6972,"label":"define-built-in-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in-accessor.js","statSize":413},{"id":3934,"label":"define-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in.js","statSize":961},{"id":2693,"label":"define-built-ins.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-ins.js","statSize":216},{"id":5907,"label":"define-global-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-global-property.js","statSize":411},{"id":896,"label":"delete-property-or-throw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/delete-property-or-throw.js","statSize":249},{"id":3082,"label":"descriptors.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/descriptors.js","statSize":339},{"id":2653,"label":"detach-transferable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/detach-transferable.js","statSize":1172},{"id":1069,"label":"document-create-element.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/document-create-element.js","statSize":365},{"id":5823,"label":"does-not-exceed-safe-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/does-not-exceed-safe-integer.js","statSize":249},{"id":4537,"label":"enum-bug-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/enum-bug-keys.js","statSize":176},{"id":6424,"label":"environment-ff-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-ff-version.js","statSize":171},{"id":4665,"label":"environment-is-ie-or-edge.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-ie-or-edge.js","statSize":113},{"id":5707,"label":"environment-is-node.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-node.js","statSize":110},{"id":2353,"label":"environment-user-agent.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-user-agent.js","statSize":209},{"id":8801,"label":"environment-v8-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-v8-version.js","statSize":883},{"id":2161,"label":"environment-webkit-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-webkit-version.js","statSize":173},{"id":5581,"label":"environment.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment.js","statSize":873},{"id":9891,"label":"error-stack-clear.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-clear.js","statSize":655},{"id":9781,"label":"error-stack-install.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-install.js","statSize":629},{"id":1345,"label":"error-stack-installable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-installable.js","statSize":419},{"id":880,"label":"export.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/export.js","statSize":2716},{"id":8261,"label":"fails.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/fails.js","statSize":122},{"id":4079,"label":"function-apply.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-apply.js","statSize":431},{"id":3942,"label":"function-bind-context.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-context.js","statSize":480},{"id":7254,"label":"function-bind-native.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-native.js","statSize":346},{"id":8483,"label":"function-call.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-call.js","statSize":284},{"id":3804,"label":"function-name.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-name.js","statSize":716},{"id":5988,"label":"function-uncurry-this-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-accessor.js","statSize":391},{"id":6542,"label":"function-uncurry-this-clause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-clause.js","statSize":358},{"id":5158,"label":"function-uncurry-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this.js","statSize":443},{"id":5959,"label":"get-built-in-node-module.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in-node-module.js","statSize":443},{"id":9597,"label":"get-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in.js","statSize":391},{"id":6421,"label":"get-iterator-direct.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-direct.js","statSize":219},{"id":3740,"label":"get-iterator-flattenable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-flattenable.js","statSize":495},{"id":4677,"label":"get-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-method.js","statSize":498},{"id":9659,"label":"get-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator.js","statSize":618},{"id":5504,"label":"get-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-method.js","statSize":334},{"id":5398,"label":"global-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/global-this.js","statSize":631},{"id":4335,"label":"has-own-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/has-own-property.js","statSize":433},{"id":9519,"label":"hidden-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/hidden-keys.js","statSize":35},{"id":8375,"label":"html.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/html.js","statSize":129},{"id":2643,"label":"ie8-dom-define.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ie8-dom-define.js","statSize":487},{"id":7765,"label":"indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/indexed-object.js","statSize":623},{"id":4057,"label":"inherit-if-required.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inherit-if-required.js","statSize":727},{"id":4688,"label":"inspect-source.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inspect-source.js","statSize":477},{"id":6398,"label":"install-error-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/install-error-cause.js","statSize":404},{"id":1551,"label":"internal-state.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/internal-state.js","statSize":2105},{"id":1367,"label":"is-array-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array-iterator-method.js","statSize":374},{"id":1214,"label":"is-array.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array.js","statSize":300},{"id":7759,"label":"is-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-callable.js","statSize":533},{"id":7982,"label":"is-forced.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-forced.js","statSize":617},{"id":7043,"label":"is-null-or-undefined.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-null-or-undefined.js","statSize":223},{"id":7732,"label":"is-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-object.js","statSize":167},{"id":5851,"label":"is-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-possible-prototype.js","statSize":156},{"id":1977,"label":"is-pure.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-pure.js","statSize":38},{"id":5828,"label":"is-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-raw-json.js","statSize":290},{"id":9787,"label":"is-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-symbol.js","statSize":505},{"id":6558,"label":"iterate.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterate.js","statSize":2555},{"id":2107,"label":"iterator-close-all.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close-all.js","statSize":415},{"id":53,"label":"iterator-close.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close.js","statSize":656},{"id":144,"label":"iterator-create-proxy.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-create-proxy.js","statSize":3504},{"id":5178,"label":"iterator-helper-throws-on-invalid-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-throws-on-invalid-iterator.js","statSize":431},{"id":1703,"label":"iterator-helper-without-closing-on-early-error.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-without-closing-on-early-error.js","statSize":722},{"id":6711,"label":"iterators-core.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators-core.js","statSize":1792},{"id":4515,"label":"iterators.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators.js","statSize":35},{"id":3956,"label":"length-of-array-like.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/length-of-array-like.js","statSize":225},{"id":517,"label":"make-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/make-built-in.js","statSize":2645},{"id":2798,"label":"map-helpers.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/map-helpers.js","statSize":425},{"id":7819,"label":"math-trunc.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/math-trunc.js","statSize":284},{"id":6049,"label":"native-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/native-raw-json.js","statSize":424},{"id":3165,"label":"normalize-string-argument.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/normalize-string-argument.js","statSize":209},{"id":7531,"label":"not-a-nan.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/not-a-nan.js","statSize":214},{"id":3518,"label":"object-create.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-create.js","statSize":3111},{"id":9195,"label":"object-define-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-properties.js","statSize":925},{"id":1575,"label":"object-define-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-property.js","statSize":1894},{"id":4389,"label":"object-get-own-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-descriptor.js","statSize":1136},{"id":7546,"label":"object-get-own-property-names.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-names.js","statSize":493},{"id":7391,"label":"object-get-own-property-symbols.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-symbols.js","statSize":127},{"id":9689,"label":"object-get-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-prototype-of.js","statSize":937},{"id":4043,"label":"object-is-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-is-prototype-of.js","statSize":127},{"id":3090,"label":"object-keys-internal.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys-internal.js","statSize":720},{"id":3166,"label":"object-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys.js","statSize":364},{"id":2855,"label":"object-property-is-enumerable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-property-is-enumerable.js","statSize":644},{"id":3077,"label":"object-set-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-set-prototype-of.js","statSize":1119},{"id":7232,"label":"ordinary-to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ordinary-to-primitive.js","statSize":722},{"id":6277,"label":"own-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/own-keys.js","statSize":733},{"id":318,"label":"parse-json-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/parse-json-string.js","statSize":1686},{"id":1042,"label":"proxy-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/proxy-accessor.js","statSize":328},{"id":1796,"label":"require-object-coercible.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/require-object-coercible.js","statSize":345},{"id":7413,"label":"shared-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-key.js","statSize":208},{"id":2731,"label":"shared-store.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-store.js","statSize":664},{"id":8331,"label":"shared.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared.js","statSize":159},{"id":6458,"label":"structured-clone-proper-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/structured-clone-proper-transfer.js","statSize":777},{"id":2337,"label":"symbol-constructor-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/symbol-constructor-detection.js","statSize":952},{"id":9084,"label":"to-absolute-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-absolute-index.js","statSize":484},{"id":7914,"label":"to-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-index.js","statSize":474},{"id":1387,"label":"to-indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-indexed-object.js","statSize":298},{"id":6937,"label":"to-integer-or-infinity.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-integer-or-infinity.js","statSize":350},{"id":7104,"label":"to-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-length.js","statSize":354},{"id":5079,"label":"to-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-object.js","statSize":284},{"id":7064,"label":"to-positive-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-positive-integer.js","statSize":289},{"id":5839,"label":"to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-primitive.js","statSize":1018},{"id":3539,"label":"to-property-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-property-key.js","statSize":333},{"id":790,"label":"to-string-tag-support.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string-tag-support.js","statSize":304},{"id":3217,"label":"to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string.js","statSize":257},{"id":3061,"label":"try-to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/try-to-string.js","statSize":161},{"id":5142,"label":"uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/uid.js","statSize":290},{"id":4714,"label":"use-symbol-as-uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/use-symbol-as-uid.js","statSize":232},{"id":8484,"label":"v8-prototype-define-bug.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/v8-prototype-define-bug.js","statSize":457},{"id":3902,"label":"validate-arguments-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/validate-arguments-length.js","statSize":180},{"id":6768,"label":"weak-map-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/weak-map-basic-detection.js","statSize":233},{"id":8421,"label":"well-known-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/well-known-symbol.js","statSize":792},{"id":2195,"label":"wrap-error-constructor-with-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/wrap-error-constructor-with-cause.js","statSize":2957}],"parsedSize":0,"gzipSize":0},{"label":"modules","path":"./node_modules/_core-js@3.48.0@core-js/modules","statSize":58048,"groups":[{"id":7559,"label":"es.array-buffer.detached.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.detached.js","statSize":595},{"id":1010,"label":"es.array-buffer.transfer-to-fixed-length.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer-to-fixed-length.js","statSize":461},{"id":5110,"label":"es.array-buffer.transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer.js","statSize":408},{"id":4061,"label":"es.array.at.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.at.js","statSize":734},{"id":977,"label":"es.array.find-last-index.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last-index.js","statSize":570},{"id":1360,"label":"es.array.find-last.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last.js","statSize":530},{"id":8112,"label":"es.array.push.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.push.js","statSize":1498},{"id":8217,"label":"es.array.reduce-right.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce-right.js","statSize":907},{"id":2258,"label":"es.array.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce.js","statSize":886},{"id":9228,"label":"es.array.sort.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.sort.js","statSize":3376},{"id":4175,"label":"es.array.unscopables.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat-map.js","statSize":292},{"id":1004,"label":"es.array.unscopables.flat.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat.js","statSize":289},{"id":2395,"label":"es.array.unshift.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unshift.js","statSize":1593},{"id":5022,"label":"es.error.cause.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.error.cause.js","statSize":2906},{"id":8733,"label":"es.iterator.constructor.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.constructor.js","statSize":2513},{"id":2956,"label":"es.iterator.drop.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.drop.js","statSize":2102},{"id":7842,"label":"es.iterator.every.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.every.js","statSize":1319},{"id":8923,"label":"es.iterator.filter.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.filter.js","statSize":2163},{"id":4790,"label":"es.iterator.find.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.find.js","statSize":1312},{"id":7577,"label":"es.iterator.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.flat-map.js","statSize":2937},{"id":286,"label":"es.iterator.for-each.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.for-each.js","statSize":1242},{"id":5227,"label":"es.iterator.map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.map.js","statSize":1971},{"id":4527,"label":"es.iterator.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.reduce.js","statSize":2129},{"id":8525,"label":"es.iterator.some.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.some.js","statSize":1308},{"id":9626,"label":"es.iterator.take.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.take.js","statSize":1688},{"id":7844,"label":"es.iterator.to-array.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.to-array.js","statSize":694},{"id":3514,"label":"es.json.parse.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.parse.js","statSize":8461},{"id":3204,"label":"es.json.stringify.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.stringify.js","statSize":5075},{"id":1869,"label":"es.map.get-or-insert-computed.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert-computed.js","statSize":828},{"id":7517,"label":"es.map.get-or-insert.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert.js","statSize":586},{"id":8495,"label":"es.string.at-alternative.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.string.at-alternative.js","statSize":976},{"id":2761,"label":"web.self.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.self.js","statSize":1534},{"id":8149,"label":"web.url-search-params.delete.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.delete.js","statSize":1868},{"id":5160,"label":"web.url-search-params.has.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.has.js","statSize":1241},{"id":6195,"label":"web.url-search-params.size.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.size.js","statSize":726},{"id":3894,"label":"web.url.to-json.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url.to-json.js","statSize":330}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"_lodash@4.17.23@lodash","path":"./node_modules/_lodash@4.17.23@lodash","statSize":482808,"groups":[{"id":8831,"label":"lodash.js","path":"./node_modules/_lodash@4.17.23@lodash/lodash.js","statSize":482808}],"parsedSize":0,"gzipSize":0}],"parsedSize":850801,"gzipSize":172961},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133663,"groups":[{"label":"components/formCorrectionLayout/common","path":"./src/components/formCorrectionLayout/common","statSize":130528,"groups":[{"id":7997,"label":"moment.js","path":"./src/components/formCorrectionLayout/common/moment.js","statSize":130528}],"parsedSize":0,"gzipSize":0},{"label":"static","path":"./src/static","statSize":3135,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":3135}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"h-form-error-correction.umd":true}}];
34
+ window.chartData = [{"label":"h-form-error-correction.umd.js","isAsset":true,"statSize":847245,"parsedSize":857097,"gzipSize":173372,"groups":[{"label":"node_modules","path":"./node_modules","statSize":712463,"groups":[{"label":"_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","statSize":85190,"groups":[{"id":3173,"label":"entry-lib.js + 36 modules (concatenated)","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)","statSize":85190,"parsedSize":851668,"gzipSize":173372,"concatenated":true,"groups":[{"label":"node_modules","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules","statSize":3639,"groups":[{"label":"_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build","statSize":876,"groups":[{"id":null,"label":"entry-lib.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js","statSize":92,"parsedSize":919,"gzipSize":187,"inaccurateSizes":true},{"id":null,"label":"setPublicPath.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/setPublicPath.js","statSize":784,"parsedSize":7837,"gzipSize":1595,"inaccurateSizes":true}],"parsedSize":8757,"gzipSize":1782,"inaccurateSizes":true},{"label":"_vue-loader@15.11.1@vue-loader/lib/runtime","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime","statSize":2763,"groups":[{"id":null,"label":"componentNormalizer.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js","statSize":2763,"parsedSize":27622,"gzipSize":5623,"inaccurateSizes":true}],"parsedSize":27622,"gzipSize":5623,"inaccurateSizes":true}],"parsedSize":36380,"gzipSize":7405,"inaccurateSizes":true},{"label":"src","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src","statSize":81551,"groups":[{"id":null,"label":"main.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/main.js","statSize":477,"parsedSize":4768,"gzipSize":970,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components","statSize":76843,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/index.js","statSize":210,"parsedSize":2099,"gzipSize":427,"inaccurateSizes":true},{"label":"formCorrectionLayout","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout","statSize":76633,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue","statSize":585,"parsedSize":5848,"gzipSize":1190,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=73790498&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=template&id=73790498&scoped=true","statSize":14874,"parsedSize":148699,"gzipSize":30270,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js","statSize":30482,"parsedSize":304736,"gzipSize":62034,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=73790498&prod&lang=less&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=73790498&prod&lang=less&scoped=true","statSize":705,"parsedSize":7048,"gzipSize":1434,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components","statSize":20804,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/index.js","statSize":359,"parsedSize":3589,"gzipSize":730,"inaccurateSizes":true},{"label":"input","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input","statSize":2038,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue","statSize":496,"parsedSize":4958,"gzipSize":1009,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=2c5cafb9&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue?vue&type=template&id=2c5cafb9&scoped=true","statSize":648,"parsedSize":6478,"gzipSize":1318,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":8937,"gzipSize":1819,"inaccurateSizes":true}],"parsedSize":20374,"gzipSize":4147,"inaccurateSizes":true},{"label":"select","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select","statSize":2546,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue","statSize":496,"parsedSize":4958,"gzipSize":1009,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=7281c48a&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue?vue&type=template&id=7281c48a&scoped=true","statSize":984,"parsedSize":9837,"gzipSize":2002,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue?vue&type=script&lang=js","statSize":1066,"parsedSize":10657,"gzipSize":2169,"inaccurateSizes":true}],"parsedSize":25453,"gzipSize":5181,"inaccurateSizes":true},{"label":"number","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number","statSize":2243,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue","statSize":496,"parsedSize":4958,"gzipSize":1009,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=c7c03600&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=template&id=c7c03600&scoped=true","statSize":853,"parsedSize":8527,"gzipSize":1735,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":8937,"gzipSize":1819,"inaccurateSizes":true}],"parsedSize":22423,"gzipSize":4564,"inaccurateSizes":true},{"label":"date","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date","statSize":2108,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue","statSize":496,"parsedSize":4958,"gzipSize":1009,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=b0651818&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue?vue&type=template&id=b0651818&scoped=true","statSize":718,"parsedSize":7178,"gzipSize":1461,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":8937,"gzipSize":1819,"inaccurateSizes":true}],"parsedSize":21074,"gzipSize":4290,"inaccurateSizes":true},{"label":"fileUpload","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload","statSize":11510,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue","statSize":591,"parsedSize":5908,"gzipSize":1202,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=564a0bbc&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=template&id=564a0bbc&scoped=true","statSize":2864,"parsedSize":28632,"gzipSize":5828,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js","statSize":7314,"parsedSize":73120,"gzipSize":14884,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true","statSize":741,"parsedSize":7407,"gzipSize":1508,"inaccurateSizes":true}],"parsedSize":115068,"gzipSize":23424,"inaccurateSizes":true}],"parsedSize":207983,"gzipSize":42338,"inaccurateSizes":true},{"label":"mixins","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/mixins","statSize":9183,"groups":[{"id":null,"label":"widgetMixins.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/mixins/widgetMixins.js","statSize":9183,"parsedSize":91804,"gzipSize":18688,"inaccurateSizes":true}],"parsedSize":91804,"gzipSize":18688,"inaccurateSizes":true}],"parsedSize":766121,"gzipSize":155957,"inaccurateSizes":true}],"parsedSize":768220,"gzipSize":156384,"inaccurateSizes":true},{"label":"api","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api","statSize":2356,"groups":[{"id":null,"label":"manage.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api/manage.js","statSize":2356,"parsedSize":23553,"gzipSize":4794,"inaccurateSizes":true}],"parsedSize":23553,"gzipSize":4794,"inaccurateSizes":true},{"label":"utils","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils","statSize":1875,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils/index.js","statSize":1875,"parsedSize":18744,"gzipSize":3815,"inaccurateSizes":true}],"parsedSize":18744,"gzipSize":3815,"inaccurateSizes":true}],"parsedSize":815287,"gzipSize":165966,"inaccurateSizes":true}]}],"parsedSize":851668,"gzipSize":173372},{"label":"_core-js@3.48.0@core-js","path":"./node_modules/_core-js@3.48.0@core-js","statSize":144465,"groups":[{"label":"internals","path":"./node_modules/_core-js@3.48.0@core-js/internals","statSize":86417,"groups":[{"id":9588,"label":"a-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-callable.js","statSize":353},{"id":2704,"label":"a-map.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-map.js","statSize":175},{"id":7952,"label":"a-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-possible-prototype.js","statSize":311},{"id":7667,"label":"add-to-unscopables.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/add-to-unscopables.js","statSize":668},{"id":6881,"label":"an-instance.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-instance.js","statSize":252},{"id":1177,"label":"an-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-object.js","statSize":303},{"id":5493,"label":"array-buffer-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-basic-detection.js","statSize":155},{"id":520,"label":"array-buffer-byte-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-byte-length.js","statSize":644},{"id":32,"label":"array-buffer-is-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-is-detached.js","statSize":511},{"id":3555,"label":"array-buffer-not-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-not-detached.js","statSize":229},{"id":4094,"label":"array-buffer-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-transfer.js","statSize":2404},{"id":7583,"label":"array-includes.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-includes.js","statSize":1388},{"id":7177,"label":"array-iteration-from-last.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-iteration-from-last.js","statSize":1235},{"id":9348,"label":"array-method-is-strict.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-method-is-strict.js","statSize":338},{"id":7584,"label":"array-reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-reduce.js","statSize":1510},{"id":9797,"label":"array-set-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-set-length.js","statSize":1022},{"id":1862,"label":"array-slice.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-slice.js","statSize":119},{"id":6518,"label":"array-sort.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-sort.js","statSize":1044},{"id":3009,"label":"call-with-safe-iteration-closing.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/call-with-safe-iteration-closing.js","statSize":393},{"id":5026,"label":"classof-raw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof-raw.js","statSize":240},{"id":5125,"label":"classof.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof.js","statSize":1081},{"id":9754,"label":"copy-constructor-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/copy-constructor-properties.js","statSize":718},{"id":2669,"label":"correct-prototype-getter.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/correct-prototype-getter.js","statSize":301},{"id":5891,"label":"create-iter-result-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-iter-result-object.js","statSize":210},{"id":4681,"label":"create-non-enumerable-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-non-enumerable-property.js","statSize":451},{"id":1006,"label":"create-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property-descriptor.js","statSize":187},{"id":8418,"label":"create-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property.js","statSize":396},{"id":6972,"label":"define-built-in-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in-accessor.js","statSize":413},{"id":3934,"label":"define-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in.js","statSize":961},{"id":2693,"label":"define-built-ins.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-ins.js","statSize":216},{"id":5907,"label":"define-global-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-global-property.js","statSize":411},{"id":896,"label":"delete-property-or-throw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/delete-property-or-throw.js","statSize":249},{"id":3082,"label":"descriptors.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/descriptors.js","statSize":339},{"id":2653,"label":"detach-transferable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/detach-transferable.js","statSize":1172},{"id":1069,"label":"document-create-element.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/document-create-element.js","statSize":365},{"id":5823,"label":"does-not-exceed-safe-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/does-not-exceed-safe-integer.js","statSize":249},{"id":4537,"label":"enum-bug-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/enum-bug-keys.js","statSize":176},{"id":6424,"label":"environment-ff-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-ff-version.js","statSize":171},{"id":4665,"label":"environment-is-ie-or-edge.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-ie-or-edge.js","statSize":113},{"id":5707,"label":"environment-is-node.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-node.js","statSize":110},{"id":2353,"label":"environment-user-agent.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-user-agent.js","statSize":209},{"id":8801,"label":"environment-v8-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-v8-version.js","statSize":883},{"id":2161,"label":"environment-webkit-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-webkit-version.js","statSize":173},{"id":5581,"label":"environment.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment.js","statSize":873},{"id":9891,"label":"error-stack-clear.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-clear.js","statSize":655},{"id":9781,"label":"error-stack-install.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-install.js","statSize":629},{"id":1345,"label":"error-stack-installable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-installable.js","statSize":419},{"id":880,"label":"export.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/export.js","statSize":2716},{"id":8261,"label":"fails.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/fails.js","statSize":122},{"id":4079,"label":"function-apply.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-apply.js","statSize":431},{"id":3942,"label":"function-bind-context.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-context.js","statSize":480},{"id":7254,"label":"function-bind-native.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-native.js","statSize":346},{"id":8483,"label":"function-call.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-call.js","statSize":284},{"id":3804,"label":"function-name.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-name.js","statSize":716},{"id":5988,"label":"function-uncurry-this-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-accessor.js","statSize":391},{"id":6542,"label":"function-uncurry-this-clause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-clause.js","statSize":358},{"id":5158,"label":"function-uncurry-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this.js","statSize":443},{"id":5959,"label":"get-built-in-node-module.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in-node-module.js","statSize":443},{"id":9597,"label":"get-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in.js","statSize":391},{"id":6421,"label":"get-iterator-direct.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-direct.js","statSize":219},{"id":3740,"label":"get-iterator-flattenable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-flattenable.js","statSize":495},{"id":4677,"label":"get-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-method.js","statSize":498},{"id":9659,"label":"get-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator.js","statSize":618},{"id":5504,"label":"get-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-method.js","statSize":334},{"id":5398,"label":"global-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/global-this.js","statSize":631},{"id":4335,"label":"has-own-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/has-own-property.js","statSize":433},{"id":9519,"label":"hidden-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/hidden-keys.js","statSize":35},{"id":8375,"label":"html.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/html.js","statSize":129},{"id":2643,"label":"ie8-dom-define.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ie8-dom-define.js","statSize":487},{"id":7765,"label":"indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/indexed-object.js","statSize":623},{"id":4057,"label":"inherit-if-required.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inherit-if-required.js","statSize":727},{"id":4688,"label":"inspect-source.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inspect-source.js","statSize":477},{"id":6398,"label":"install-error-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/install-error-cause.js","statSize":404},{"id":1551,"label":"internal-state.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/internal-state.js","statSize":2105},{"id":1367,"label":"is-array-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array-iterator-method.js","statSize":374},{"id":1214,"label":"is-array.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array.js","statSize":300},{"id":7759,"label":"is-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-callable.js","statSize":533},{"id":7982,"label":"is-forced.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-forced.js","statSize":617},{"id":7043,"label":"is-null-or-undefined.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-null-or-undefined.js","statSize":223},{"id":7732,"label":"is-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-object.js","statSize":167},{"id":5851,"label":"is-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-possible-prototype.js","statSize":156},{"id":1977,"label":"is-pure.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-pure.js","statSize":38},{"id":5828,"label":"is-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-raw-json.js","statSize":290},{"id":9787,"label":"is-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-symbol.js","statSize":505},{"id":6558,"label":"iterate.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterate.js","statSize":2555},{"id":2107,"label":"iterator-close-all.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close-all.js","statSize":415},{"id":53,"label":"iterator-close.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close.js","statSize":656},{"id":144,"label":"iterator-create-proxy.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-create-proxy.js","statSize":3504},{"id":5178,"label":"iterator-helper-throws-on-invalid-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-throws-on-invalid-iterator.js","statSize":431},{"id":1703,"label":"iterator-helper-without-closing-on-early-error.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-without-closing-on-early-error.js","statSize":722},{"id":6711,"label":"iterators-core.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators-core.js","statSize":1792},{"id":4515,"label":"iterators.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators.js","statSize":35},{"id":3956,"label":"length-of-array-like.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/length-of-array-like.js","statSize":225},{"id":517,"label":"make-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/make-built-in.js","statSize":2645},{"id":2798,"label":"map-helpers.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/map-helpers.js","statSize":425},{"id":7819,"label":"math-trunc.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/math-trunc.js","statSize":284},{"id":6049,"label":"native-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/native-raw-json.js","statSize":424},{"id":3165,"label":"normalize-string-argument.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/normalize-string-argument.js","statSize":209},{"id":7531,"label":"not-a-nan.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/not-a-nan.js","statSize":214},{"id":3518,"label":"object-create.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-create.js","statSize":3111},{"id":9195,"label":"object-define-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-properties.js","statSize":925},{"id":1575,"label":"object-define-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-property.js","statSize":1894},{"id":4389,"label":"object-get-own-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-descriptor.js","statSize":1136},{"id":7546,"label":"object-get-own-property-names.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-names.js","statSize":493},{"id":7391,"label":"object-get-own-property-symbols.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-symbols.js","statSize":127},{"id":9689,"label":"object-get-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-prototype-of.js","statSize":937},{"id":4043,"label":"object-is-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-is-prototype-of.js","statSize":127},{"id":3090,"label":"object-keys-internal.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys-internal.js","statSize":720},{"id":3166,"label":"object-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys.js","statSize":364},{"id":2855,"label":"object-property-is-enumerable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-property-is-enumerable.js","statSize":644},{"id":3077,"label":"object-set-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-set-prototype-of.js","statSize":1119},{"id":7232,"label":"ordinary-to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ordinary-to-primitive.js","statSize":722},{"id":6277,"label":"own-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/own-keys.js","statSize":733},{"id":318,"label":"parse-json-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/parse-json-string.js","statSize":1686},{"id":1042,"label":"proxy-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/proxy-accessor.js","statSize":328},{"id":1796,"label":"require-object-coercible.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/require-object-coercible.js","statSize":345},{"id":7413,"label":"shared-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-key.js","statSize":208},{"id":2731,"label":"shared-store.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-store.js","statSize":664},{"id":8331,"label":"shared.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared.js","statSize":159},{"id":6458,"label":"structured-clone-proper-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/structured-clone-proper-transfer.js","statSize":777},{"id":2337,"label":"symbol-constructor-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/symbol-constructor-detection.js","statSize":952},{"id":9084,"label":"to-absolute-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-absolute-index.js","statSize":484},{"id":7914,"label":"to-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-index.js","statSize":474},{"id":1387,"label":"to-indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-indexed-object.js","statSize":298},{"id":6937,"label":"to-integer-or-infinity.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-integer-or-infinity.js","statSize":350},{"id":7104,"label":"to-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-length.js","statSize":354},{"id":5079,"label":"to-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-object.js","statSize":284},{"id":7064,"label":"to-positive-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-positive-integer.js","statSize":289},{"id":5839,"label":"to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-primitive.js","statSize":1018},{"id":3539,"label":"to-property-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-property-key.js","statSize":333},{"id":790,"label":"to-string-tag-support.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string-tag-support.js","statSize":304},{"id":3217,"label":"to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string.js","statSize":257},{"id":3061,"label":"try-to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/try-to-string.js","statSize":161},{"id":5142,"label":"uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/uid.js","statSize":290},{"id":4714,"label":"use-symbol-as-uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/use-symbol-as-uid.js","statSize":232},{"id":8484,"label":"v8-prototype-define-bug.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/v8-prototype-define-bug.js","statSize":457},{"id":3902,"label":"validate-arguments-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/validate-arguments-length.js","statSize":180},{"id":6768,"label":"weak-map-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/weak-map-basic-detection.js","statSize":233},{"id":8421,"label":"well-known-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/well-known-symbol.js","statSize":792},{"id":2195,"label":"wrap-error-constructor-with-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/wrap-error-constructor-with-cause.js","statSize":2957}],"parsedSize":0,"gzipSize":0},{"label":"modules","path":"./node_modules/_core-js@3.48.0@core-js/modules","statSize":58048,"groups":[{"id":7559,"label":"es.array-buffer.detached.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.detached.js","statSize":595},{"id":1010,"label":"es.array-buffer.transfer-to-fixed-length.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer-to-fixed-length.js","statSize":461},{"id":5110,"label":"es.array-buffer.transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer.js","statSize":408},{"id":4061,"label":"es.array.at.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.at.js","statSize":734},{"id":977,"label":"es.array.find-last-index.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last-index.js","statSize":570},{"id":1360,"label":"es.array.find-last.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last.js","statSize":530},{"id":8112,"label":"es.array.push.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.push.js","statSize":1498},{"id":8217,"label":"es.array.reduce-right.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce-right.js","statSize":907},{"id":2258,"label":"es.array.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce.js","statSize":886},{"id":9228,"label":"es.array.sort.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.sort.js","statSize":3376},{"id":4175,"label":"es.array.unscopables.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat-map.js","statSize":292},{"id":1004,"label":"es.array.unscopables.flat.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat.js","statSize":289},{"id":2395,"label":"es.array.unshift.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unshift.js","statSize":1593},{"id":5022,"label":"es.error.cause.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.error.cause.js","statSize":2906},{"id":8733,"label":"es.iterator.constructor.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.constructor.js","statSize":2513},{"id":2956,"label":"es.iterator.drop.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.drop.js","statSize":2102},{"id":7842,"label":"es.iterator.every.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.every.js","statSize":1319},{"id":8923,"label":"es.iterator.filter.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.filter.js","statSize":2163},{"id":4790,"label":"es.iterator.find.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.find.js","statSize":1312},{"id":7577,"label":"es.iterator.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.flat-map.js","statSize":2937},{"id":286,"label":"es.iterator.for-each.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.for-each.js","statSize":1242},{"id":5227,"label":"es.iterator.map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.map.js","statSize":1971},{"id":4527,"label":"es.iterator.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.reduce.js","statSize":2129},{"id":8525,"label":"es.iterator.some.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.some.js","statSize":1308},{"id":9626,"label":"es.iterator.take.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.take.js","statSize":1688},{"id":7844,"label":"es.iterator.to-array.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.to-array.js","statSize":694},{"id":3514,"label":"es.json.parse.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.parse.js","statSize":8461},{"id":3204,"label":"es.json.stringify.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.stringify.js","statSize":5075},{"id":1869,"label":"es.map.get-or-insert-computed.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert-computed.js","statSize":828},{"id":7517,"label":"es.map.get-or-insert.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert.js","statSize":586},{"id":8495,"label":"es.string.at-alternative.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.string.at-alternative.js","statSize":976},{"id":2761,"label":"web.self.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.self.js","statSize":1534},{"id":8149,"label":"web.url-search-params.delete.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.delete.js","statSize":1868},{"id":5160,"label":"web.url-search-params.has.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.has.js","statSize":1241},{"id":6195,"label":"web.url-search-params.size.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.size.js","statSize":726},{"id":3894,"label":"web.url.to-json.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url.to-json.js","statSize":330}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"_lodash@4.17.23@lodash","path":"./node_modules/_lodash@4.17.23@lodash","statSize":482808,"groups":[{"id":8831,"label":"lodash.js","path":"./node_modules/_lodash@4.17.23@lodash/lodash.js","statSize":482808}],"parsedSize":0,"gzipSize":0}],"parsedSize":851668,"gzipSize":173372},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133663,"groups":[{"label":"components/formCorrectionLayout/common","path":"./src/components/formCorrectionLayout/common","statSize":130528,"groups":[{"id":7997,"label":"moment.js","path":"./src/components/formCorrectionLayout/common/moment.js","statSize":130528}],"parsedSize":0,"gzipSize":0},{"label":"static","path":"./src/static","statSize":3135,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":3135}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"h-form-error-correction.umd":true}}];
35
35
  window.entrypoints = ["h-form-error-correction.umd"];
36
36
  window.defaultSizes = "parsed";
37
37
  </script>
@@ -18817,7 +18817,7 @@ $({
18817
18817
  (module) {
18818
18818
 
18819
18819
  "use strict";
18820
- module.exports = {"rE":"0.0.21"};
18820
+ module.exports = {"rE":"0.0.23"};
18821
18821
 
18822
18822
  /***/ }
18823
18823
 
@@ -18948,7 +18948,7 @@ if (typeof window !== 'undefined') {
18948
18948
  // Indicate to webpack that this file can be concatenated
18949
18949
  /* harmony default export */ const setPublicPath = (null);
18950
18950
 
18951
- ;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=template&id=40a1a053&scoped=true
18951
+ ;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=template&id=73790498&scoped=true
18952
18952
  var render = function render() {
18953
18953
  var _vm = this,
18954
18954
  _c = _vm._self._c;
@@ -19247,7 +19247,7 @@ var render = function render() {
19247
19247
  },
19248
19248
  on: {
19249
19249
  "click": function ($event) {
19250
- return _vm.submitChildForm(widget);
19250
+ return _vm.submitChildForm(widget, childIndex);
19251
19251
  }
19252
19252
  }
19253
19253
  }, [_vm._v(" 导出 ")]) : _vm._e()], 1)], 1);
@@ -19292,21 +19292,15 @@ var render = function render() {
19292
19292
  staticClass: "label"
19293
19293
  }, [_vm._v("新值:")]), _c('span', {
19294
19294
  staticClass: "value"
19295
- }, [_vm._v(_vm._s(item.newValue || "空"))])]), item.rowCount ? _c('div', {
19296
- staticClass: "history-operation"
19297
- }, [_c('span', [item.rowCount !== undefined ? _c('span', {
19295
+ }, [_vm._v(_vm._s(item.newValue || "空"))]), item.activeRowIndex ? _c('span', {
19298
19296
  staticClass: "row-count"
19299
- }, [_vm._v(" (当前总行数 " + _vm._s(item.rowCount) + " 行- 第" + _vm._s(item.activeRowIndex) + "行) ")]) : _vm._e()])]) : _vm._e()]) : _c('div', {
19297
+ }, [_vm._v(" (第" + _vm._s(item.activeRowIndex) + "行) ")]) : _vm._e()])]) : _c('div', {
19300
19298
  staticClass: "history-operation"
19301
19299
  }, [_c('a-tag', {
19302
19300
  attrs: {
19303
19301
  "color": item.type === 'add' ? 'green' : 'red'
19304
19302
  }
19305
- }, [_vm._v(" " + _vm._s(item.type === "add" ? "新增行" : "删除行") + " ")]), item.tableName ? _c('span', [_vm._v(" " + _vm._s(item.tableName) + " "), item.rowCount !== undefined ? _c('span', {
19306
- staticClass: "row-count"
19307
- }, [_vm._v(" (当前总行数: " + _vm._s(item.rowCount) + " 行) ")]) : _vm._e(), item.deletedRowIndex ? _c('span', {
19308
- staticClass: "deleted-row"
19309
- }, [_vm._v(" - 第" + _vm._s(item.deletedRowIndex) + "行 ")]) : _vm._e()]) : _vm._e()], 1), item.needAudit !== undefined && _vm.reviewType == '0' ? _c('div', {
19303
+ }, [_vm._v(" " + _vm._s(item.type === "add" ? "新增行" : "删除行") + " ")]), item.tableName ? _c('span', [_vm._v(" " + _vm._s(item.tableName) + " ")]) : _vm._e()], 1), item.needAudit !== undefined && _vm.reviewType == '0' ? _c('div', {
19310
19304
  staticClass: "audit-section"
19311
19305
  }, [item.needAudit === 1 ? _c('div', {
19312
19306
  staticClass: "audit-actions"
@@ -19351,11 +19345,17 @@ var render = function render() {
19351
19345
  }
19352
19346
  }), _c('span', [_vm._v("该项无需审核")])], 1)]) : _vm._e(), item.needAudit !== undefined && _vm.reviewType != '0' ? _c('div', {
19353
19347
  staticClass: "audit-section tw-flex tw-justify-end"
19354
- }, [_c('a-tag', {
19348
+ }, [item.needAudit === 1 ? _c('a-tag', {
19355
19349
  attrs: {
19356
19350
  "color": item.auditStatus === 'approve' ? 'green' : 'red'
19357
19351
  }
19358
- }, [_vm._v(" " + _vm._s(item.auditStatus === 'approve' ? '已通过' : '已驳回') + " ")])], 1) : _vm._e()])]);
19352
+ }, [_vm._v(" " + _vm._s(item.auditStatus === 'approve' ? '已通过' : '已驳回') + " ")]) : _c('div', {
19353
+ staticClass: "no-audit"
19354
+ }, [_c('a-icon', {
19355
+ attrs: {
19356
+ "type": "info-circle"
19357
+ }
19358
+ }), _c('span', [_vm._v("该项无需审核")])], 1)], 1) : _vm._e()])]);
19359
19359
  }), _vm.modificationHistory.length === 0 ? _c('a-empty', {
19360
19360
  attrs: {
19361
19361
  "description": "暂无修改记录"
@@ -21049,7 +21049,7 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21049
21049
  tableName: tableName,
21050
21050
  tableKey: this.activeKey,
21051
21051
  tableId: obj.id,
21052
- fieldLabel: `${tableName} - 新增第 ${currentRowCount} 行`,
21052
+ fieldLabel: `${tableName} - 新增,第${currentRowCount} 行`,
21053
21053
  rowCount: currentRowCount,
21054
21054
  time: this.getCurrentTime()
21055
21055
  });
@@ -21097,6 +21097,30 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21097
21097
  // 删除数组中的该行
21098
21098
  this.models[tableKey].splice(index, 1);
21099
21099
 
21100
+ // 删除行后,重新计算同一子表所有修改记录的行号
21101
+ this.modificationHistory.forEach(item => {
21102
+ if (item.tableKey !== tableKey) return;
21103
+ if (item.type === 'add' || item.type === 'modify') {
21104
+ // 根据 tableId 重新查找该行在删除后数组中的位置
21105
+ const newIndex = this.models[tableKey].findIndex(row => row.id === item.tableId);
21106
+ if (newIndex !== -1) {
21107
+ const newRowNum = newIndex + 1;
21108
+ if (item.type === 'add') {
21109
+ item.rowCount = newRowNum;
21110
+ item.fieldLabel = item.fieldLabel.replace(/第\d+\s*行/, `第${newRowNum} 行`);
21111
+ } else {
21112
+ item.activeRowIndex = newRowNum;
21113
+ }
21114
+ }
21115
+ } else if (item.type === 'delete') {
21116
+ // 已删除行:被删行 index 在其之前,行号 -1
21117
+ if (index < item.deletedRowIndex - 1) {
21118
+ item.deletedRowIndex -= 1;
21119
+ item.fieldLabel = item.fieldLabel.replace(/第\s*\d+\s*行/, `第 ${item.deletedRowIndex} 行`);
21120
+ }
21121
+ }
21122
+ });
21123
+
21100
21124
  // 清理该行相关的校验规则
21101
21125
  this.clearRowRules(tableKey, index);
21102
21126
  this.$message.success("删除成功");
@@ -21339,7 +21363,7 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21339
21363
  const dictKey = widget.rules.activeKey == "1" ? "dictName" : "dictTable";
21340
21364
  const dictOptions = this.dictList[dictKey][widget.rules.dictCode] || [];
21341
21365
  const option = dictOptions.find(item => item.value === value);
21342
- return option ? option.text || option.label : value;
21366
+ return option ? option.title || option.text || option.label : value;
21343
21367
  }
21344
21368
 
21345
21369
  // 文件上传显示文件名称
@@ -21411,6 +21435,7 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21411
21435
  const rightHistory = this.$el.querySelector(".modification-history");
21412
21436
  if (leftCol && rightHistory) {
21413
21437
  const leftHeight = leftCol.offsetHeight;
21438
+ if (leftHeight <= 200) leftHeight = 200;
21414
21439
  rightHistory.style.height = `${leftHeight}px`;
21415
21440
  }
21416
21441
  });
@@ -21442,9 +21467,8 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21442
21467
  return false;
21443
21468
  },
21444
21469
  //子表导出
21445
- submitChildForm(widget) {
21470
+ submitChildForm(widget, childIndex) {
21446
21471
  this.exportLoading = true;
21447
- debugger;
21448
21472
  postDownFile("/datacorrect/userSubDataExportExcel", {
21449
21473
  id: this.models.id,
21450
21474
  //主表id
@@ -21452,7 +21476,7 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21452
21476
  //数据源id
21453
21477
  dataColumn: widget.dataColumn,
21454
21478
  //关联主表字段
21455
- dataColumnList: widget.dataColumnList,
21479
+ dataColumnList: this.formConfig.correctData.tableList[childIndex + 1],
21456
21480
  //子表表头
21457
21481
  tableName: widget.tableIdObj.tableName,
21458
21482
  //子表名称
@@ -21481,10 +21505,10 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21481
21505
  });
21482
21506
  ;// ./src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js
21483
21507
  /* harmony default export */ const components_formCorrectionLayoutvue_type_script_lang_js = (formCorrectionLayoutvue_type_script_lang_js);
21484
- ;// ./node_modules/_mini-css-extract-plugin@2.10.0@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@11.1.4@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=40a1a053&prod&lang=less&scoped=true
21508
+ ;// ./node_modules/_mini-css-extract-plugin@2.10.0@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@11.1.4@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=73790498&prod&lang=less&scoped=true
21485
21509
  // extracted by mini-css-extract-plugin
21486
21510
 
21487
- ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=40a1a053&prod&lang=less&scoped=true
21511
+ ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=73790498&prod&lang=less&scoped=true
21488
21512
 
21489
21513
  ;// ./src/components/formCorrectionLayout/index.vue
21490
21514
 
@@ -21501,7 +21525,7 @@ var formCorrectionLayout_component = normalizeComponent(
21501
21525
  staticRenderFns,
21502
21526
  false,
21503
21527
  null,
21504
- "40a1a053",
21528
+ "73790498",
21505
21529
  null
21506
21530
 
21507
21531
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/h-form-error-correction",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/h-form-error-correction.umd.js",