@zscreate/h-form-error-correction 0.0.6 → 0.0.7

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.
@@ -105,15 +105,15 @@
105
105
  --tw-contain-style:
106
106
  }
107
107
 
108
- .file-upload-container .current-org[data-v-0574d184] {
108
+ .file-upload-container .current-org[data-v-26aca064] {
109
109
  margin-bottom: 16px;
110
110
  color: rgba(0, 0, 0, 0.45);
111
111
  font-size: 14px;
112
112
  }
113
- .file-upload-container .upload-area[data-v-0574d184] {
113
+ .file-upload-container .upload-area[data-v-26aca064] {
114
114
  margin-bottom: 20px;
115
115
  }
116
- .file-upload-container .upload-area .upload-dragger[data-v-0574d184] {
116
+ .file-upload-container .upload-area .upload-dragger[data-v-26aca064] {
117
117
  border: 2px dashed #d9d9d9;
118
118
  border-radius: 4px;
119
119
  background: #fafafa;
@@ -123,31 +123,31 @@
123
123
  transition: border-color 0.3s;
124
124
  width: 100%;
125
125
  }
126
- .file-upload-container .upload-area .upload-dragger[data-v-0574d184]:hover {
126
+ .file-upload-container .upload-area .upload-dragger[data-v-26aca064]:hover {
127
127
  border-color: #1890ff;
128
128
  }
129
- .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-0574d184] {
129
+ .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-26aca064] {
130
130
  margin-bottom: 8px;
131
131
  }
132
- .file-upload-container .upload-area .upload-dragger .upload-text[data-v-0574d184] {
132
+ .file-upload-container .upload-area .upload-dragger .upload-text[data-v-26aca064] {
133
133
  margin: 0;
134
134
  color: rgba(0, 0, 0, 0.65);
135
135
  font-size: 14px;
136
136
  }
137
- .file-upload-container .file-list-section[data-v-0574d184] {
137
+ .file-upload-container .file-list-section[data-v-26aca064] {
138
138
  margin-top: 10px;
139
139
  }
140
- .file-upload-container .file-list-section .file-list-title[data-v-0574d184] {
140
+ .file-upload-container .file-list-section .file-list-title[data-v-26aca064] {
141
141
  margin-bottom: 12px;
142
142
  font-size: 14px;
143
143
  font-weight: 500;
144
144
  color: rgba(0, 0, 0, 0.85);
145
145
  }
146
- .file-upload-container .file-list-section .file-list[data-v-0574d184] {
146
+ .file-upload-container .file-list-section .file-list[data-v-26aca064] {
147
147
  max-height: 300px;
148
148
  overflow-y: auto;
149
149
  }
150
- .file-upload-container .file-list-section .file-list .file-item[data-v-0574d184] {
150
+ .file-upload-container .file-list-section .file-list .file-item[data-v-26aca064] {
151
151
  display: flex;
152
152
  align-items: center;
153
153
  padding: 12px;
@@ -157,20 +157,20 @@
157
157
  transition: all 0.3s;
158
158
  cursor: pointer;
159
159
  }
160
- .file-upload-container .file-list-section .file-list .file-item[data-v-0574d184]:hover {
160
+ .file-upload-container .file-list-section .file-list .file-item[data-v-26aca064]:hover {
161
161
  background: #fafafa;
162
162
  border-color: #d9d9d9;
163
163
  }
164
- .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-0574d184] {
164
+ .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-26aca064] {
165
165
  font-size: 20px;
166
166
  color: #1890ff;
167
167
  margin-right: 12px;
168
168
  }
169
- .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-0574d184] {
169
+ .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-26aca064] {
170
170
  flex: 1;
171
171
  min-width: 0;
172
172
  }
173
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-0574d184] {
173
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-26aca064] {
174
174
  font-size: 14px;
175
175
  color: rgba(0, 0, 0, 0.85);
176
176
  margin-bottom: 4px;
@@ -178,30 +178,34 @@
178
178
  text-overflow: ellipsis;
179
179
  white-space: nowrap;
180
180
  }
181
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-0574d184] {
181
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-26aca064] {
182
182
  font-size: 12px;
183
183
  color: rgba(0, 0, 0, 0.45);
184
184
  }
185
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-0574d184] {
185
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-26aca064] {
186
186
  font-size: 16px;
187
187
  color: rgba(0, 0, 0, 0.45);
188
188
  cursor: pointer;
189
189
  transition: color 0.3s;
190
190
  }
191
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-0574d184]:hover {
191
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-26aca064]:hover {
192
192
  color: #ff4d4f;
193
193
  }
194
+ [data-v-26aca064] .ant-form-item-children input[disabledColor="true"] {
195
+ background-color: #f5f5f5 !important;
196
+ color: #c1b8c1;
197
+ }
194
198
 
195
- .formCorrectionLayout[data-v-2c42f2e6] {
199
+ .formCorrectionLayout[data-v-7d4edf88] {
196
200
  width: 100%;
197
201
  }
198
- .formCorrectionLayout .formCorrectionLayout-left[data-v-2c42f2e6] {
202
+ .formCorrectionLayout .formCorrectionLayout-left[data-v-7d4edf88] {
199
203
  padding-right: 15px;
200
204
  }
201
- .formCorrectionLayout .formCorrectionLayout-right[data-v-2c42f2e6] {
205
+ .formCorrectionLayout .formCorrectionLayout-right[data-v-7d4edf88] {
202
206
  padding-left: 10px;
203
207
  }
204
- .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-2c42f2e6] {
208
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-7d4edf88] {
205
209
  background: white;
206
210
  border-radius: 4px;
207
211
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
@@ -209,7 +213,7 @@
209
213
  flex-direction: column;
210
214
  overflow: hidden;
211
215
  }
212
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-2c42f2e6] {
216
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-7d4edf88] {
213
217
  padding: 16px;
214
218
  border-bottom: 1px solid #f0f0f0;
215
219
  font-size: 16px;
@@ -220,15 +224,15 @@
220
224
  gap: 8px;
221
225
  flex-shrink: 0;
222
226
  }
223
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-2c42f2e6] {
227
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-7d4edf88] {
224
228
  color: #1890ff;
225
229
  }
226
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-2c42f2e6] {
230
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-7d4edf88] {
227
231
  padding: 12px;
228
232
  overflow-y: auto;
229
233
  flex: 1;
230
234
  }
231
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-2c42f2e6] {
235
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-7d4edf88] {
232
236
  background: #f5f5f5;
233
237
  border-radius: 4px;
234
238
  padding: 12px;
@@ -236,88 +240,170 @@
236
240
  border-left: 3px solid #1890ff;
237
241
  transition: all 0.3s;
238
242
  }
239
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-2c42f2e6]:hover {
243
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-7d4edf88]:hover {
240
244
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
241
245
  transform: translateX(2px);
242
246
  }
243
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-2c42f2e6]:last-child {
247
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-7d4edf88]:last-child {
244
248
  margin-bottom: 0;
245
249
  }
246
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-2c42f2e6] {
250
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-7d4edf88] {
247
251
  display: flex;
248
252
  justify-content: space-between;
249
253
  align-items: center;
250
254
  margin-bottom: 8px;
251
255
  }
252
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-2c42f2e6] {
256
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-7d4edf88] {
253
257
  font-weight: 500;
254
258
  color: rgba(0, 0, 0, 0.85);
255
259
  font-size: 14px;
256
260
  }
257
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-2c42f2e6] {
261
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-7d4edf88] {
258
262
  font-size: 12px;
259
263
  color: rgba(0, 0, 0, 0.45);
260
264
  }
261
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-2c42f2e6] {
265
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-7d4edf88] {
262
266
  display: flex;
263
267
  flex-direction: column;
264
268
  gap: 6px;
265
269
  }
266
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-2c42f2e6],
267
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-2c42f2e6] {
270
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-7d4edf88],
271
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-7d4edf88] {
268
272
  display: flex;
269
273
  align-items: center;
270
274
  gap: 8px;
271
275
  font-size: 13px;
272
276
  }
273
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-2c42f2e6],
274
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-2c42f2e6] {
277
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-7d4edf88],
278
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-7d4edf88] {
275
279
  color: rgba(0, 0, 0, 0.65);
276
280
  min-width: 40px;
277
281
  }
278
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-2c42f2e6],
279
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-2c42f2e6] {
282
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-7d4edf88],
283
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-7d4edf88] {
280
284
  color: rgba(0, 0, 0, 0.85);
281
285
  word-break: break-all;
282
286
  white-space: pre-line;
283
287
  flex: 1;
284
288
  }
285
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-2c42f2e6] {
289
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-7d4edf88] {
286
290
  text-decoration: line-through;
287
291
  color: rgba(0, 0, 0, 0.45);
288
292
  }
289
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-2c42f2e6] {
293
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-7d4edf88] {
290
294
  color: #52c41a;
291
295
  font-weight: 500;
292
296
  }
293
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-2c42f2e6] {
297
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-7d4edf88] {
294
298
  color: #1890ff;
295
299
  align-self: center;
296
300
  }
297
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-2c42f2e6] {
301
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-7d4edf88] {
298
302
  display: flex;
299
303
  align-items: center;
300
304
  gap: 8px;
301
305
  font-size: 13px;
302
306
  flex-wrap: wrap;
303
307
  }
304
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-2c42f2e6] {
308
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-7d4edf88] {
305
309
  color: rgba(0, 0, 0, 0.65);
306
310
  }
307
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-2c42f2e6] {
311
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-7d4edf88] {
308
312
  color: #1890ff;
309
313
  font-weight: 500;
310
314
  margin-left: 4px;
311
315
  }
312
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-2c42f2e6] {
316
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-7d4edf88] {
313
317
  color: #ff4d4f;
314
318
  font-weight: 500;
315
319
  }
316
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-2c42f2e6] {
320
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-7d4edf88] {
321
+ margin-top: 5px;
322
+ padding-top: 12px;
323
+ border-top: 1px dashed #e8e8e8;
324
+ }
325
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] {
326
+ display: flex;
327
+ justify-content: center;
328
+ }
329
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group {
330
+ width: 100%;
331
+ display: flex;
332
+ }
333
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper {
334
+ flex: 1;
335
+ text-align: center;
336
+ height: 32px;
337
+ line-height: 30px;
338
+ font-size: 13px;
339
+ transition: all 0.3s;
340
+ }
341
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper:hover {
342
+ transform: translateY(-1px);
343
+ }
344
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
345
+ background-color: #52c41a;
346
+ border-color: #52c41a;
347
+ }
348
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
349
+ background-color: #ff4d4f;
350
+ border-color: #ff4d4f;
351
+ }
352
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper i {
353
+ margin-right: 4px;
354
+ }
355
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-7d4edf88] {
356
+ display: flex;
357
+ align-items: center;
358
+ justify-content: center;
359
+ gap: 6px;
360
+ padding: 8px;
361
+ background-color: #f5f5f5;
362
+ border-radius: 4px;
363
+ color: rgba(0, 0, 0, 0.45);
364
+ font-size: 13px;
365
+ }
366
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-7d4edf88] {
367
+ color: #1890ff;
368
+ }
369
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-7d4edf88] {
370
+ padding: 10px 10px;
371
+ background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
372
+ border-top: 1px solid #e8e8e8;
373
+ border-bottom: 1px solid #e8e8e8;
374
+ display: flex;
375
+ justify-content: space-around;
376
+ align-items: center;
377
+ flex-shrink: 0;
378
+ }
379
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-7d4edf88] {
380
+ display: flex;
381
+ flex-direction: column;
382
+ align-items: center;
383
+ gap: 4px;
384
+ }
385
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-7d4edf88] {
386
+ font-size: 12px;
387
+ color: rgba(0, 0, 0, 0.45);
388
+ }
389
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-7d4edf88] {
390
+ font-size: 20px;
391
+ font-weight: 600;
392
+ }
393
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-7d4edf88] {
394
+ color: #1890ff;
395
+ }
396
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-7d4edf88] {
397
+ color: #52c41a;
398
+ }
399
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-7d4edf88] {
400
+ color: #ff4d4f;
401
+ }
402
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-7d4edf88] {
317
403
  border-top: 1px solid #f0f0f0;
318
404
  flex-shrink: 0;
319
405
  }
320
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-2c42f2e6] {
406
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-7d4edf88] {
321
407
  padding: 16px;
322
408
  font-size: 16px;
323
409
  font-weight: 500;
@@ -327,20 +413,20 @@
327
413
  gap: 8px;
328
414
  background-color: #fafafa;
329
415
  }
330
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-2c42f2e6] {
416
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-7d4edf88] {
331
417
  color: #1890ff;
332
418
  }
333
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-2c42f2e6] {
419
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-7d4edf88] {
334
420
  padding: 16px;
335
421
  }
336
- .formCorrectionLayout .permission[data-v-2c42f2e6] {
422
+ .formCorrectionLayout .permission[data-v-7d4edf88] {
337
423
  background-color: #fafafa;
338
424
  border: 1px solid #e8e8e8;
339
425
  border-top: none;
340
426
  display: flex;
341
427
  justify-content: space-between;
342
428
  }
343
- .formCorrectionLayout[data-v-2c42f2e6] .ant-table-tbody td {
429
+ .formCorrectionLayout[data-v-7d4edf88] .ant-table-tbody td {
344
430
  padding-bottom: 0 !important;
345
431
  }
346
432
 
@@ -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 [6 Feb 2026 at 16:39]</title>
6
+ <title>@zscreate/h-form-error-correction [9 Feb 2026 at 15:57]</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":832754,"parsedSize":842274,"gzipSize":169843,"groups":[{"label":"node_modules","path":"./node_modules","statSize":698254,"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":75326,"groups":[{"id":6065,"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":75326,"parsedSize":837577,"gzipSize":169843,"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":1022,"gzipSize":207,"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":8717,"gzipSize":1767,"inaccurateSizes":true}],"parsedSize":9740,"gzipSize":1975,"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":30722,"gzipSize":6229,"inaccurateSizes":true}],"parsedSize":30722,"gzipSize":6229,"inaccurateSizes":true}],"parsedSize":40463,"gzipSize":8205,"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":71687,"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":5303,"gzipSize":1075,"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":67674,"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":2335,"gzipSize":473,"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":67464,"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":6504,"gzipSize":1319,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=2c42f2e6&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=2c42f2e6&scoped=true","statSize":12308,"parsedSize":136857,"gzipSize":27751,"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":24116,"parsedSize":268154,"gzipSize":54376,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=2c42f2e6&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=2c42f2e6&prod&lang=less&scoped=true","statSize":705,"parsedSize":7839,"gzipSize":1589,"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":20574,"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":3991,"gzipSize":809,"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":5515,"gzipSize":1118,"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":7205,"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/input/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":9940,"gzipSize":2015,"inaccurateSizes":true}],"parsedSize":22661,"gzipSize":4595,"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":5515,"gzipSize":1118,"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":10941,"gzipSize":2218,"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":11853,"gzipSize":2403,"inaccurateSizes":true}],"parsedSize":28309,"gzipSize":5740,"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":2195,"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":5515,"gzipSize":1118,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=0ecfcf1c&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=0ecfcf1c&scoped=true","statSize":805,"parsedSize":8951,"gzipSize":1815,"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":9940,"gzipSize":2015,"inaccurateSizes":true}],"parsedSize":24406,"gzipSize":4949,"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":5515,"gzipSize":1118,"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":7983,"gzipSize":1618,"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":9940,"gzipSize":2015,"inaccurateSizes":true}],"parsedSize":23439,"gzipSize":4753,"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":11328,"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":6571,"gzipSize":1332,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=0574d184&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=0574d184&scoped=true","statSize":2801,"parsedSize":31145,"gzipSize":6315,"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":7195,"parsedSize":80003,"gzipSize":16223,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=0574d184&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=0574d184&prod&lang=less&scoped=true","statSize":741,"parsedSize":8239,"gzipSize":1670,"inaccurateSizes":true}],"parsedSize":125960,"gzipSize":25542,"inaccurateSizes":true}],"parsedSize":228769,"gzipSize":46389,"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":9176,"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":9176,"parsedSize":102031,"gzipSize":20689,"inaccurateSizes":true}],"parsedSize":102031,"gzipSize":20689,"inaccurateSizes":true}],"parsedSize":750156,"gzipSize":152115,"inaccurateSizes":true}],"parsedSize":752491,"gzipSize":152589,"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":2058,"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":2058,"parsedSize":22883,"gzipSize":4640,"inaccurateSizes":true}],"parsedSize":22883,"gzipSize":4640,"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":1478,"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":1478,"parsedSize":16434,"gzipSize":3332,"inaccurateSizes":true}],"parsedSize":16434,"gzipSize":3332,"inaccurateSizes":true}],"parsedSize":797113,"gzipSize":161637,"inaccurateSizes":true}]}],"parsedSize":837577,"gzipSize":169843},{"label":"_core-js@3.48.0@core-js","path":"./node_modules/_core-js@3.48.0@core-js","statSize":140120,"groups":[{"label":"internals","path":"./node_modules/_core-js@3.48.0@core-js/internals","statSize":86237,"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":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":53883,"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}],"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":837577,"gzipSize":169843},{"id":8330,"label":"package.json","path":"./package.json","statSize":1118},{"label":"src","path":"./src","statSize":133382,"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":2854,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":2854}],"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":837315,"parsedSize":846855,"gzipSize":170827,"groups":[{"label":"node_modules","path":"./node_modules","statSize":702815,"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":79887,"groups":[{"id":2772,"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":79887,"parsedSize":841914,"gzipSize":170827,"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":969,"gzipSize":196,"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":8262,"gzipSize":1676,"inaccurateSizes":true}],"parsedSize":9231,"gzipSize":1873,"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":29118,"gzipSize":5908,"inaccurateSizes":true}],"parsedSize":29118,"gzipSize":5908,"inaccurateSizes":true}],"parsedSize":38350,"gzipSize":7781,"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":76248,"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":5027,"gzipSize":1019,"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":72235,"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":2213,"gzipSize":449,"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":72025,"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":6165,"gzipSize":1250,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=7d4edf88&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=7d4edf88&scoped=true","statSize":14310,"parsedSize":150810,"gzipSize":30599,"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":26593,"parsedSize":280258,"gzipSize":56865,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=7d4edf88&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=7d4edf88&prod&lang=less&scoped=true","statSize":705,"parsedSize":7429,"gzipSize":1507,"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":20656,"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":3783,"gzipSize":767,"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":5227,"gzipSize":1060,"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":6829,"gzipSize":1385,"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":9421,"gzipSize":1911,"inaccurateSizes":true}],"parsedSize":21478,"gzipSize":4357,"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":5227,"gzipSize":1060,"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":10370,"gzipSize":2104,"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":11234,"gzipSize":2279,"inaccurateSizes":true}],"parsedSize":26831,"gzipSize":5444,"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":2195,"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":5227,"gzipSize":1060,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=0ecfcf1c&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=0ecfcf1c&scoped=true","statSize":805,"parsedSize":8483,"gzipSize":1721,"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":9421,"gzipSize":1911,"inaccurateSizes":true}],"parsedSize":23132,"gzipSize":4693,"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":5227,"gzipSize":1060,"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":7566,"gzipSize":1535,"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":9421,"gzipSize":1911,"inaccurateSizes":true}],"parsedSize":22215,"gzipSize":4507,"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":11410,"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":6228,"gzipSize":1263,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=26aca064&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=26aca064&scoped=true","statSize":2864,"parsedSize":30183,"gzipSize":6124,"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":7214,"parsedSize":76026,"gzipSize":15426,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=26aca064&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=26aca064&prod&lang=less&scoped=true","statSize":741,"parsedSize":7809,"gzipSize":1584,"inaccurateSizes":true}],"parsedSize":120247,"gzipSize":24398,"inaccurateSizes":true}],"parsedSize":217689,"gzipSize":44169,"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":9176,"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":9176,"parsedSize":96704,"gzipSize":19621,"inaccurateSizes":true}],"parsedSize":96704,"gzipSize":19621,"inaccurateSizes":true}],"parsedSize":759057,"gzipSize":154015,"inaccurateSizes":true}],"parsedSize":761271,"gzipSize":154464,"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":2058,"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":2058,"parsedSize":21688,"gzipSize":4400,"inaccurateSizes":true}],"parsedSize":21688,"gzipSize":4400,"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":1478,"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":1478,"parsedSize":15576,"gzipSize":3160,"inaccurateSizes":true}],"parsedSize":15576,"gzipSize":3160,"inaccurateSizes":true}],"parsedSize":803563,"gzipSize":163045,"inaccurateSizes":true}]}],"parsedSize":841914,"gzipSize":170827},{"label":"_core-js@3.48.0@core-js","path":"./node_modules/_core-js@3.48.0@core-js","statSize":140120,"groups":[{"label":"internals","path":"./node_modules/_core-js@3.48.0@core-js/internals","statSize":86237,"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":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":53883,"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}],"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":841914,"gzipSize":170827},{"id":8330,"label":"package.json","path":"./package.json","statSize":1118},{"label":"src","path":"./src","statSize":133382,"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":2854,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":2854}],"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>
@@ -18650,7 +18650,7 @@ try {
18650
18650
  (module) {
18651
18651
 
18652
18652
  "use strict";
18653
- module.exports = {"rE":"0.0.6"};
18653
+ module.exports = {"rE":"0.0.7"};
18654
18654
 
18655
18655
  /***/ }
18656
18656
 
@@ -18781,13 +18781,16 @@ if (typeof window !== 'undefined') {
18781
18781
  // Indicate to webpack that this file can be concatenated
18782
18782
  /* harmony default export */ const setPublicPath = (null);
18783
18783
 
18784
- ;// ./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=2c42f2e6&scoped=true
18784
+ ;// ./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=7d4edf88&scoped=true
18785
18785
  var render = function render() {
18786
18786
  var _vm = this,
18787
18787
  _c = _vm._self._c;
18788
18788
  return _c('div', {
18789
18789
  staticClass: "formCorrectionLayout"
18790
18790
  }, [_c('a-row', {
18791
+ style: {
18792
+ alignItems: 'stretch'
18793
+ },
18791
18794
  attrs: {
18792
18795
  "type": "flex"
18793
18796
  }
@@ -19126,12 +19129,75 @@ var render = function render() {
19126
19129
  staticClass: "row-count"
19127
19130
  }, [_vm._v(" (当前总行数: " + _vm._s(item.rowCount) + " 行) ")]) : _vm._e(), item.deletedRowIndex ? _c('span', {
19128
19131
  staticClass: "deleted-row"
19129
- }, [_vm._v(" - 第" + _vm._s(item.deletedRowIndex) + "行 ")]) : _vm._e()]) : _vm._e()], 1)])]);
19132
+ }, [_vm._v(" - 第" + _vm._s(item.deletedRowIndex) + "行 ")]) : _vm._e()]) : _vm._e()], 1), item.needAudit !== undefined && _vm.reviewType == '0' ? _c('div', {
19133
+ staticClass: "audit-section"
19134
+ }, [item.needAudit === 1 ? _c('div', {
19135
+ staticClass: "audit-actions"
19136
+ }, [_c('a-radio-group', {
19137
+ attrs: {
19138
+ "button-style": "solid",
19139
+ "size": "small"
19140
+ },
19141
+ on: {
19142
+ "change": function ($event) {
19143
+ return _vm.handleAuditChange(item, index);
19144
+ }
19145
+ },
19146
+ model: {
19147
+ value: item.auditStatus,
19148
+ callback: function ($$v) {
19149
+ _vm.$set(item, "auditStatus", $$v);
19150
+ },
19151
+ expression: "item.auditStatus"
19152
+ }
19153
+ }, [_c('a-radio-button', {
19154
+ attrs: {
19155
+ "value": "approve"
19156
+ }
19157
+ }, [_c('a-icon', {
19158
+ attrs: {
19159
+ "type": "check-circle"
19160
+ }
19161
+ }), _vm._v(" 通过 ")], 1), _c('a-radio-button', {
19162
+ attrs: {
19163
+ "value": "reject"
19164
+ }
19165
+ }, [_c('a-icon', {
19166
+ attrs: {
19167
+ "type": "close-circle"
19168
+ }
19169
+ }), _vm._v(" 驳回 ")], 1)], 1)], 1) : _c('div', {
19170
+ staticClass: "no-audit"
19171
+ }, [_c('a-icon', {
19172
+ attrs: {
19173
+ "type": "info-circle"
19174
+ }
19175
+ }), _c('span', [_vm._v("该项无需审核")])], 1)]) : _vm._e()])]);
19130
19176
  }), _vm.modificationHistory.length === 0 ? _c('a-empty', {
19131
19177
  attrs: {
19132
19178
  "description": "暂无修改记录"
19133
19179
  }
19134
- }) : _vm._e()], 2), _c('div', {
19180
+ }) : _vm._e()], 2), _vm.auditStats.needAuditCount > 0 ? _c('div', {
19181
+ staticClass: "audit-statistics"
19182
+ }, [_c('div', {
19183
+ staticClass: "stat-item"
19184
+ }, [_c('span', {
19185
+ staticClass: "stat-label"
19186
+ }, [_vm._v("需审核:")]), _c('span', {
19187
+ staticClass: "stat-value need"
19188
+ }, [_vm._v(_vm._s(_vm.auditStats.needAuditCount))])]), _c('div', {
19189
+ staticClass: "stat-item"
19190
+ }, [_c('span', {
19191
+ staticClass: "stat-label"
19192
+ }, [_vm._v("已通过:")]), _c('span', {
19193
+ staticClass: "stat-value approve"
19194
+ }, [_vm._v(_vm._s(_vm.auditStats.approvedCount))])]), _c('div', {
19195
+ staticClass: "stat-item"
19196
+ }, [_c('span', {
19197
+ staticClass: "stat-label"
19198
+ }, [_vm._v("已驳回:")]), _c('span', {
19199
+ staticClass: "stat-value reject"
19200
+ }, [_vm._v(_vm._s(_vm.auditStats.rejectedCount))])])]) : _vm._e(), _c('div', {
19135
19201
  staticClass: "evidence-materials"
19136
19202
  }, [_c('div', {
19137
19203
  staticClass: "evidence-header"
@@ -19980,8 +20046,8 @@ var date_component = normalizeComponent(
19980
20046
  )
19981
20047
 
19982
20048
  /* harmony default export */ const date = (date_component.exports);
19983
- ;// ./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/components/fileUpload/index.vue?vue&type=template&id=0574d184&scoped=true
19984
- var fileUploadvue_type_template_id_0574d184_scoped_true_render = function render() {
20049
+ ;// ./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/components/fileUpload/index.vue?vue&type=template&id=26aca064&scoped=true
20050
+ var fileUploadvue_type_template_id_26aca064_scoped_true_render = function render() {
19985
20051
  var _vm = this,
19986
20052
  _c = _vm._self._c;
19987
20053
  return _c('div', [_c('a-form-model-item', {
@@ -19996,8 +20062,8 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_render = function render
19996
20062
  },
19997
20063
  attrs: {
19998
20064
  "value": _vm.fileCountText,
19999
- "disabled": _vm.isDisabled,
20000
20065
  "placeholder": _vm.placeholder || '请选择' + _vm.widget.fieldNotes,
20066
+ "disabledColor": _vm.isDisabled,
20001
20067
  "readOnly": ""
20002
20068
  },
20003
20069
  nativeOn: {
@@ -20021,7 +20087,7 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_render = function render
20021
20087
  }
20022
20088
  }, [_c('div', {
20023
20089
  staticClass: "file-upload-container"
20024
- }, [_c('a-upload-dragger', {
20090
+ }, [!_vm.isDisabled ? _c('a-upload-dragger', {
20025
20091
  attrs: {
20026
20092
  "name": "file",
20027
20093
  "multiple": true,
@@ -20041,7 +20107,7 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_render = function render
20041
20107
  }
20042
20108
  })], 1), _c('p', {
20043
20109
  staticClass: "ant-upload-text"
20044
- }, [_vm._v("上传文件或拖拽")])]), _vm.fileList.length > 0 ? _c('div', {
20110
+ }, [_vm._v("上传文件或拖拽")])]) : _vm._e(), _vm.fileList.length > 0 ? _c('div', {
20045
20111
  staticClass: "file-list-section"
20046
20112
  }, [_c('div', {
20047
20113
  staticClass: "file-list-title"
@@ -20070,7 +20136,7 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_render = function render
20070
20136
  }
20071
20137
  }, [_vm._v(_vm._s(file.name))]), _c('div', {
20072
20138
  staticClass: "file-size"
20073
- }, [_vm._v(_vm._s(_vm.formatFileSize(file.size)))])]), _c('a-icon', {
20139
+ }, [_vm._v(_vm._s(_vm.formatFileSize(file.size)))])]), !_vm.isDisabled ? _c('a-icon', {
20074
20140
  staticClass: "delete-icon",
20075
20141
  attrs: {
20076
20142
  "type": "delete"
@@ -20081,10 +20147,10 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_render = function render
20081
20147
  return _vm.handleDelete(index);
20082
20148
  }
20083
20149
  }
20084
- })], 1);
20150
+ }) : _vm._e()], 1);
20085
20151
  }), 0)]) : _vm._e()], 1)])], 1);
20086
20152
  };
20087
- var fileUploadvue_type_template_id_0574d184_scoped_true_staticRenderFns = [];
20153
+ var fileUploadvue_type_template_id_26aca064_scoped_true_staticRenderFns = [];
20088
20154
 
20089
20155
  ;// ./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/index.js??vue-loader-options!./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js
20090
20156
 
@@ -20187,7 +20253,8 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_staticRenderFns = [];
20187
20253
  },
20188
20254
  // 打开文件上传弹框
20189
20255
  openFileUpload() {
20190
- if (this.isDisabled) return;
20256
+ debugger;
20257
+ // if (this.isDisabled) return;
20191
20258
  this.visible = true;
20192
20259
  },
20193
20260
  // 上传前校验
@@ -20236,15 +20303,15 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_staticRenderFns = [];
20236
20303
  let previewUrl = this.imgUrl + file.url;
20237
20304
 
20238
20305
  // 获取文件扩展名
20239
- const fileName = file.name || file.url || '';
20240
- const fileExt = fileName.split('.').pop().toLowerCase();
20306
+ const fileName = file.name || file.url || "";
20307
+ const fileExt = fileName.split(".").pop().toLowerCase();
20241
20308
 
20242
20309
  // 判断是否为图片或PDF
20243
- const imageExts = ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'webp', 'svg'];
20244
- const pdfExt = 'pdf';
20310
+ const imageExts = ["jpg", "jpeg", "png", "gif", "bmp", "webp", "svg"];
20311
+ const pdfExt = "pdf";
20245
20312
  if (imageExts.includes(fileExt) || fileExt === pdfExt) {
20246
20313
  // 图片或PDF文件,添加 download=0 参数(在线预览)
20247
- previewUrl += (previewUrl.includes('?') ? '&' : '?') + 'download=0';
20314
+ previewUrl += (previewUrl.includes("?") ? "&" : "?") + "download=0";
20248
20315
  }
20249
20316
  window.open(previewUrl);
20250
20317
  },
@@ -20287,10 +20354,10 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_staticRenderFns = [];
20287
20354
  });
20288
20355
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js
20289
20356
  /* harmony default export */ const components_fileUploadvue_type_script_lang_js = (fileUploadvue_type_script_lang_js);
20290
- ;// ./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/components/fileUpload/index.vue?vue&type=style&index=0&id=0574d184&prod&lang=less&scoped=true
20357
+ ;// ./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/components/fileUpload/index.vue?vue&type=style&index=0&id=26aca064&prod&lang=less&scoped=true
20291
20358
  // extracted by mini-css-extract-plugin
20292
20359
 
20293
- ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=0574d184&prod&lang=less&scoped=true
20360
+ ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=26aca064&prod&lang=less&scoped=true
20294
20361
 
20295
20362
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue
20296
20363
 
@@ -20303,11 +20370,11 @@ var fileUploadvue_type_template_id_0574d184_scoped_true_staticRenderFns = [];
20303
20370
 
20304
20371
  var fileUpload_component = normalizeComponent(
20305
20372
  components_fileUploadvue_type_script_lang_js,
20306
- fileUploadvue_type_template_id_0574d184_scoped_true_render,
20307
- fileUploadvue_type_template_id_0574d184_scoped_true_staticRenderFns,
20373
+ fileUploadvue_type_template_id_26aca064_scoped_true_render,
20374
+ fileUploadvue_type_template_id_26aca064_scoped_true_staticRenderFns,
20308
20375
  false,
20309
20376
  null,
20310
- "0574d184",
20377
+ "26aca064",
20311
20378
  null
20312
20379
 
20313
20380
  )
@@ -20442,6 +20509,11 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
20442
20509
  type: Object,
20443
20510
  default: {}
20444
20511
  },
20512
+ defaultModificationHistory: {
20513
+ //默认修改痕迹
20514
+ type: Array,
20515
+ default: []
20516
+ },
20445
20517
  childTablePromise: {
20446
20518
  //子表单权限
20447
20519
  type: Object,
@@ -20451,6 +20523,16 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
20451
20523
  //是否禁用
20452
20524
  type: Boolean,
20453
20525
  default: false
20526
+ },
20527
+ reviewType: {
20528
+ //是否是审核状态
20529
+ type: [String, Number],
20530
+ default: '0' //0未审核 1审核通过 2部分通过 3驳回
20531
+ },
20532
+ defaultEvidenceModels: {
20533
+ //是否是审核状态
20534
+ type: [Object],
20535
+ default: {}
20454
20536
  }
20455
20537
  },
20456
20538
  data() {
@@ -20495,7 +20577,22 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
20495
20577
  }
20496
20578
  };
20497
20579
  },
20498
- computed: {},
20580
+ computed: {
20581
+ dataErrorCorrectionReview() {
20582
+ return this.$route.name == 'dataErrorCorrectionReview';
20583
+ },
20584
+ // 审核统计
20585
+ auditStats() {
20586
+ const needAuditCount = this.modificationHistory.filter(item => item.needAudit === 1).length;
20587
+ const approvedCount = this.modificationHistory.filter(item => item.needAudit === 1 && item.auditStatus === 'approve').length;
20588
+ const rejectedCount = this.modificationHistory.filter(item => item.needAudit === 1 && item.auditStatus === 'reject').length;
20589
+ return {
20590
+ needAuditCount,
20591
+ approvedCount,
20592
+ rejectedCount
20593
+ };
20594
+ }
20595
+ },
20499
20596
  watch: {
20500
20597
  // formConfig.correctData为表单设计内容
20501
20598
  "formConfig.correctData.tableList": {
@@ -20555,6 +20652,29 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
20555
20652
  });
20556
20653
  }
20557
20654
  },
20655
+ defaultModificationHistory: {
20656
+ deep: true,
20657
+ immediate: true,
20658
+ handler(newVal, oldVal) {
20659
+ let defaultModificationHistory = lodash_default().cloneDeep(newVal);
20660
+ // 为需要审核的项设置默认审核状态为"通过"
20661
+ defaultModificationHistory.forEach(item => {
20662
+ if (item.needAudit === 1 && !item.auditStatus) {
20663
+ item.auditStatus = 'approve';
20664
+ }
20665
+ });
20666
+ this.modificationHistory = [...defaultModificationHistory];
20667
+ }
20668
+ },
20669
+ defaultEvidenceModels: {
20670
+ deep: true,
20671
+ immediate: true,
20672
+ handler(newVal, oldVal) {
20673
+ if (!newVal.evidenceFiles) return;
20674
+ let defaultEvidenceModels = lodash_default().cloneDeep(newVal);
20675
+ this.evidenceModels = defaultEvidenceModels;
20676
+ }
20677
+ },
20558
20678
  // 监听models变化,同步右侧高度
20559
20679
  models: {
20560
20680
  deep: true,
@@ -21013,12 +21133,33 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21013
21133
  const minutes = String(now.getMinutes()).padStart(2, "0");
21014
21134
  return `${year}-${month}-${day} ${hours}:${minutes}`;
21015
21135
  },
21136
+ /**
21137
+ * 处理审核状态变化
21138
+ * @param {Object} item - 修改记录项
21139
+ * @param {Number} index - 记录索引
21140
+ */
21141
+ handleAuditChange(item, index) {
21142
+ // 更新审核时间
21143
+ this.$set(this.modificationHistory[index], 'auditTime', this.getCurrentTime());
21144
+ const actionText = item.auditStatus === 'approve' ? '通过' : '驳回';
21145
+ this.$message.success(`已标记为${actionText}`);
21146
+
21147
+ // 触发审核事件,传递审核结果给父组件
21148
+ this.$emit('audit', {
21149
+ item: item,
21150
+ index: index,
21151
+ action: item.auditStatus,
21152
+ opinion: this.auditOpinion,
21153
+ modificationHistory: this.modificationHistory,
21154
+ stats: this.auditStats
21155
+ });
21156
+ },
21016
21157
  /**
21017
21158
  * 同步右侧高度与左侧一致
21018
21159
  */
21019
21160
  syncRightHeight() {
21020
21161
  this.$nextTick(() => {
21021
- const leftCol = this.$el.querySelector(".formCorrectionLayout-left");
21162
+ const leftCol = this.$el.querySelector(".ant-form-horizontal");
21022
21163
  const rightHistory = this.$el.querySelector(".modification-history");
21023
21164
  if (leftCol && rightHistory) {
21024
21165
  const leftHeight = leftCol.offsetHeight;
@@ -21056,10 +21197,10 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21056
21197
  });
21057
21198
  ;// ./src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js
21058
21199
  /* harmony default export */ const components_formCorrectionLayoutvue_type_script_lang_js = (formCorrectionLayoutvue_type_script_lang_js);
21059
- ;// ./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=2c42f2e6&prod&lang=less&scoped=true
21200
+ ;// ./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=7d4edf88&prod&lang=less&scoped=true
21060
21201
  // extracted by mini-css-extract-plugin
21061
21202
 
21062
- ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=2c42f2e6&prod&lang=less&scoped=true
21203
+ ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=7d4edf88&prod&lang=less&scoped=true
21063
21204
 
21064
21205
  ;// ./src/components/formCorrectionLayout/index.vue
21065
21206
 
@@ -21076,7 +21217,7 @@ var formCorrectionLayout_component = normalizeComponent(
21076
21217
  staticRenderFns,
21077
21218
  false,
21078
21219
  null,
21079
- "2c42f2e6",
21220
+ "7d4edf88",
21080
21221
  null
21081
21222
 
21082
21223
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/h-form-error-correction",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/h-form-error-correction.umd.js",