@zscreate/h-form-error-correction 0.0.36 → 0.0.37

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.
@@ -118,15 +118,15 @@
118
118
  color: rgb(245 34 45 / var(--tw-text-opacity, 1)) !important
119
119
  }
120
120
 
121
- .file-upload-container .current-org[data-v-06391f0a] {
121
+ .file-upload-container .current-org[data-v-5fb77b26] {
122
122
  margin-bottom: 16px;
123
123
  color: rgba(0, 0, 0, 0.45);
124
124
  font-size: 14px;
125
125
  }
126
- .file-upload-container .upload-area[data-v-06391f0a] {
126
+ .file-upload-container .upload-area[data-v-5fb77b26] {
127
127
  margin-bottom: 20px;
128
128
  }
129
- .file-upload-container .upload-area .upload-dragger[data-v-06391f0a] {
129
+ .file-upload-container .upload-area .upload-dragger[data-v-5fb77b26] {
130
130
  border: 2px dashed #d9d9d9;
131
131
  border-radius: 4px;
132
132
  background: #fafafa;
@@ -136,31 +136,31 @@
136
136
  transition: border-color 0.3s;
137
137
  width: 100%;
138
138
  }
139
- .file-upload-container .upload-area .upload-dragger[data-v-06391f0a]:hover {
139
+ .file-upload-container .upload-area .upload-dragger[data-v-5fb77b26]:hover {
140
140
  border-color: #1890ff;
141
141
  }
142
- .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-06391f0a] {
142
+ .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-5fb77b26] {
143
143
  margin-bottom: 8px;
144
144
  }
145
- .file-upload-container .upload-area .upload-dragger .upload-text[data-v-06391f0a] {
145
+ .file-upload-container .upload-area .upload-dragger .upload-text[data-v-5fb77b26] {
146
146
  margin: 0;
147
147
  color: rgba(0, 0, 0, 0.65);
148
148
  font-size: 14px;
149
149
  }
150
- .file-upload-container .file-list-section[data-v-06391f0a] {
150
+ .file-upload-container .file-list-section[data-v-5fb77b26] {
151
151
  margin-top: 10px;
152
152
  }
153
- .file-upload-container .file-list-section .file-list-title[data-v-06391f0a] {
153
+ .file-upload-container .file-list-section .file-list-title[data-v-5fb77b26] {
154
154
  margin-bottom: 12px;
155
155
  font-size: 14px;
156
156
  font-weight: 500;
157
157
  color: rgba(0, 0, 0, 0.85);
158
158
  }
159
- .file-upload-container .file-list-section .file-list[data-v-06391f0a] {
159
+ .file-upload-container .file-list-section .file-list[data-v-5fb77b26] {
160
160
  max-height: 300px;
161
161
  overflow-y: auto;
162
162
  }
163
- .file-upload-container .file-list-section .file-list .file-item[data-v-06391f0a] {
163
+ .file-upload-container .file-list-section .file-list .file-item[data-v-5fb77b26] {
164
164
  display: flex;
165
165
  align-items: center;
166
166
  padding: 12px;
@@ -170,25 +170,25 @@
170
170
  transition: all 0.3s;
171
171
  cursor: pointer;
172
172
  }
173
- .file-upload-container .file-list-section .file-list .file-item.is-uploading[data-v-06391f0a] {
173
+ .file-upload-container .file-list-section .file-list .file-item.is-uploading[data-v-5fb77b26] {
174
174
  cursor: default;
175
175
  background: #fafafa;
176
176
  }
177
- .file-upload-container .file-list-section .file-list .file-item[data-v-06391f0a]:hover:not(.is-uploading) {
177
+ .file-upload-container .file-list-section .file-list .file-item[data-v-5fb77b26]:hover:not(.is-uploading) {
178
178
  background: #fafafa;
179
179
  border-color: #d9d9d9;
180
180
  }
181
- .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-06391f0a] {
181
+ .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-5fb77b26] {
182
182
  font-size: 20px;
183
183
  color: #1890ff;
184
184
  margin-right: 12px;
185
185
  flex-shrink: 0;
186
186
  }
187
- .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-06391f0a] {
187
+ .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-5fb77b26] {
188
188
  flex: 1;
189
189
  min-width: 0;
190
190
  }
191
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-06391f0a] {
191
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-5fb77b26] {
192
192
  font-size: 14px;
193
193
  color: rgba(0, 0, 0, 0.85);
194
194
  margin-bottom: 4px;
@@ -196,48 +196,48 @@
196
196
  text-overflow: ellipsis;
197
197
  white-space: nowrap;
198
198
  }
199
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-progress[data-v-06391f0a] {
199
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-progress[data-v-5fb77b26] {
200
200
  margin-top: 4px;
201
201
  }
202
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-error[data-v-06391f0a] {
202
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-error[data-v-5fb77b26] {
203
203
  font-size: 12px;
204
204
  color: #ff4d4f;
205
205
  margin-top: 2px;
206
206
  }
207
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-06391f0a] {
207
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-5fb77b26] {
208
208
  font-size: 12px;
209
209
  color: rgba(0, 0, 0, 0.45);
210
210
  }
211
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-06391f0a] {
211
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-5fb77b26] {
212
212
  font-size: 16px;
213
213
  color: rgba(0, 0, 0, 0.45);
214
214
  cursor: pointer;
215
215
  transition: color 0.3s;
216
216
  flex-shrink: 0;
217
217
  }
218
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-06391f0a]:hover {
218
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-5fb77b26]:hover {
219
219
  color: #ff4d4f;
220
220
  }
221
- .file-upload-container .file-list-section .file-list .file-item .loading-icon[data-v-06391f0a] {
221
+ .file-upload-container .file-list-section .file-list .file-item .loading-icon[data-v-5fb77b26] {
222
222
  font-size: 16px;
223
223
  color: #1890ff;
224
224
  flex-shrink: 0;
225
225
  }
226
- [data-v-06391f0a] .ant-form-item-children input[disabledColor="true"] {
226
+ [data-v-5fb77b26] .ant-form-item-children input[disabledColor="true"] {
227
227
  background-color: #f5f5f5 !important;
228
228
  color: #c1b8c1;
229
229
  }
230
230
 
231
- .formCorrectionLayout[data-v-3234fcba] {
231
+ .formCorrectionLayout[data-v-50ef4fcc] {
232
232
  width: 100%;
233
233
  }
234
- .formCorrectionLayout .formCorrectionLayout-left[data-v-3234fcba] {
234
+ .formCorrectionLayout .formCorrectionLayout-left[data-v-50ef4fcc] {
235
235
  padding-right: 15px;
236
236
  }
237
- .formCorrectionLayout .formCorrectionLayout-right[data-v-3234fcba] {
237
+ .formCorrectionLayout .formCorrectionLayout-right[data-v-50ef4fcc] {
238
238
  padding-left: 10px;
239
239
  }
240
- .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-3234fcba] {
240
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-50ef4fcc] {
241
241
  background: white;
242
242
  border-radius: 4px;
243
243
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
@@ -246,7 +246,7 @@
246
246
  overflow: hidden;
247
247
  min-height: 450px;
248
248
  }
249
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-3234fcba] {
249
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-50ef4fcc] {
250
250
  padding: 16px;
251
251
  border-bottom: 1px solid #f0f0f0;
252
252
  font-size: 16px;
@@ -257,16 +257,16 @@
257
257
  gap: 8px;
258
258
  flex-shrink: 0;
259
259
  }
260
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-3234fcba] {
260
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-50ef4fcc] {
261
261
  color: #1890ff;
262
262
  }
263
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-3234fcba] {
263
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-50ef4fcc] {
264
264
  padding: 12px;
265
265
  overflow-y: auto;
266
266
  flex: 1;
267
267
  min-height: 170px;
268
268
  }
269
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-3234fcba] {
269
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-50ef4fcc] {
270
270
  background: #f5f5f5;
271
271
  border-radius: 4px;
272
272
  padding: 12px;
@@ -274,97 +274,125 @@
274
274
  border-left: 3px solid #1890ff;
275
275
  transition: all 0.3s;
276
276
  }
277
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-3234fcba]:hover {
277
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-50ef4fcc]:hover {
278
278
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
279
279
  transform: translateX(2px);
280
280
  }
281
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-3234fcba]:last-child {
281
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-50ef4fcc]:last-child {
282
282
  margin-bottom: 0;
283
283
  }
284
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-3234fcba] {
284
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-50ef4fcc] {
285
285
  display: flex;
286
286
  justify-content: space-between;
287
287
  align-items: center;
288
288
  margin-bottom: 8px;
289
289
  }
290
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-3234fcba] {
290
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-50ef4fcc] {
291
291
  font-weight: 500;
292
292
  color: rgba(0, 0, 0, 0.85);
293
293
  font-size: 14px;
294
294
  }
295
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-3234fcba] {
295
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-50ef4fcc] {
296
296
  font-size: 12px;
297
297
  color: rgba(0, 0, 0, 0.45);
298
298
  }
299
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-3234fcba] {
299
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-50ef4fcc] {
300
300
  display: flex;
301
301
  flex-direction: column;
302
302
  gap: 6px;
303
303
  }
304
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-3234fcba],
305
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-3234fcba] {
304
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-50ef4fcc],
305
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-50ef4fcc] {
306
306
  display: flex;
307
- align-items: center;
307
+ align-items: flex-start;
308
308
  gap: 8px;
309
309
  font-size: 13px;
310
310
  }
311
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-3234fcba],
312
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-3234fcba] {
311
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-50ef4fcc],
312
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-50ef4fcc] {
313
313
  color: rgba(0, 0, 0, 0.65);
314
314
  min-width: 40px;
315
+ flex-shrink: 0;
316
+ padding-top: 1px;
315
317
  }
316
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-3234fcba],
317
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-3234fcba] {
318
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-50ef4fcc],
319
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-50ef4fcc] {
318
320
  color: rgba(0, 0, 0, 0.85);
319
321
  word-break: break-all;
320
322
  white-space: pre-line;
321
323
  flex: 1;
322
324
  }
323
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-3234fcba] {
325
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .file-link-list[data-v-50ef4fcc],
326
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .file-link-list[data-v-50ef4fcc] {
327
+ flex: 1;
328
+ display: flex;
329
+ flex-direction: column;
330
+ gap: 4px;
331
+ }
332
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .file-link-list .file-link[data-v-50ef4fcc],
333
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .file-link-list .file-link[data-v-50ef4fcc] {
334
+ display: block;
335
+ word-break: break-all;
336
+ cursor: pointer;
337
+ text-decoration: underline;
338
+ }
339
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .file-link-list .file-link[data-v-50ef4fcc]:hover,
340
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .file-link-list .file-link[data-v-50ef4fcc]:hover {
341
+ opacity: 0.8;
342
+ }
343
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-50ef4fcc] {
344
+ text-decoration: line-through;
345
+ color: rgba(0, 0, 0, 0.45);
346
+ }
347
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .file-link-list .file-link[data-v-50ef4fcc] {
324
348
  text-decoration: line-through;
325
349
  color: rgba(0, 0, 0, 0.45);
326
350
  }
327
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-3234fcba] {
351
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-50ef4fcc] {
352
+ color: #52c41a;
353
+ font-weight: 500;
354
+ }
355
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .file-link-list .file-link[data-v-50ef4fcc] {
328
356
  color: #52c41a;
329
357
  font-weight: 500;
330
358
  }
331
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-3234fcba] {
359
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-50ef4fcc] {
332
360
  color: #1890ff;
333
361
  align-self: center;
334
362
  }
335
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-3234fcba] {
363
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-50ef4fcc] {
336
364
  display: flex;
337
365
  align-items: center;
338
366
  gap: 8px;
339
367
  font-size: 13px;
340
368
  flex-wrap: wrap;
341
369
  }
342
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-3234fcba] {
370
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-50ef4fcc] {
343
371
  color: rgba(0, 0, 0, 0.65);
344
372
  }
345
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-3234fcba] {
373
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-50ef4fcc] {
346
374
  color: #1890ff;
347
375
  font-weight: 500;
348
376
  margin-left: 4px;
349
377
  }
350
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-3234fcba] {
378
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-50ef4fcc] {
351
379
  color: #ff4d4f;
352
380
  font-weight: 500;
353
381
  }
354
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-3234fcba] {
382
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-50ef4fcc] {
355
383
  margin-top: 5px;
356
384
  padding-top: 12px;
357
385
  border-top: 1px dashed #e8e8e8;
358
386
  }
359
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] {
387
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] {
360
388
  display: flex;
361
389
  justify-content: center;
362
390
  }
363
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .ant-radio-group {
391
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] .ant-radio-group {
364
392
  width: 100%;
365
393
  display: flex;
366
394
  }
367
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .ant-radio-group .ant-radio-button-wrapper {
395
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] .ant-radio-group .ant-radio-button-wrapper {
368
396
  flex: 1;
369
397
  text-align: center;
370
398
  height: 32px;
@@ -372,21 +400,21 @@
372
400
  font-size: 13px;
373
401
  transition: all 0.3s;
374
402
  }
375
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .ant-radio-group .ant-radio-button-wrapper:hover {
403
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] .ant-radio-group .ant-radio-button-wrapper:hover {
376
404
  transform: translateY(-1px);
377
405
  }
378
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
406
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
379
407
  background-color: #52c41a;
380
408
  border-color: #52c41a;
381
409
  }
382
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
410
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
383
411
  background-color: #ff4d4f;
384
412
  border-color: #ff4d4f;
385
413
  }
386
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .ant-radio-group .ant-radio-button-wrapper i {
414
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-50ef4fcc] .ant-radio-group .ant-radio-button-wrapper i {
387
415
  margin-right: 4px;
388
416
  }
389
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-3234fcba] {
417
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-50ef4fcc] {
390
418
  display: flex;
391
419
  align-items: center;
392
420
  justify-content: center;
@@ -397,15 +425,15 @@
397
425
  color: rgba(0, 0, 0, 0.45);
398
426
  font-size: 13px;
399
427
  }
400
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-3234fcba] {
428
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-50ef4fcc] {
401
429
  color: #1890ff;
402
430
  }
403
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-3234fcba] {
431
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-50ef4fcc] {
404
432
  color: #1890ff;
405
433
  font-weight: 500;
406
434
  margin-left: 4px;
407
435
  }
408
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-3234fcba] {
436
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-50ef4fcc] {
409
437
  padding: 10px 10px;
410
438
  background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
411
439
  border-top: 1px solid #e8e8e8;
@@ -415,34 +443,34 @@
415
443
  align-items: center;
416
444
  flex-shrink: 0;
417
445
  }
418
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-3234fcba] {
446
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-50ef4fcc] {
419
447
  display: flex;
420
448
  flex-direction: column;
421
449
  align-items: center;
422
450
  gap: 4px;
423
451
  }
424
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-3234fcba] {
452
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-50ef4fcc] {
425
453
  font-size: 12px;
426
454
  color: rgba(0, 0, 0, 0.45);
427
455
  }
428
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-3234fcba] {
456
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-50ef4fcc] {
429
457
  font-size: 20px;
430
458
  font-weight: 600;
431
459
  }
432
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-3234fcba] {
460
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-50ef4fcc] {
433
461
  color: #1890ff;
434
462
  }
435
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-3234fcba] {
463
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-50ef4fcc] {
436
464
  color: #52c41a;
437
465
  }
438
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-3234fcba] {
466
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-50ef4fcc] {
439
467
  color: #ff4d4f;
440
468
  }
441
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-3234fcba] {
469
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-50ef4fcc] {
442
470
  border-top: 1px solid #f0f0f0;
443
471
  flex-shrink: 0;
444
472
  }
445
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-3234fcba] {
473
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-50ef4fcc] {
446
474
  padding: 13px 16px;
447
475
  font-size: 16px;
448
476
  font-weight: 500;
@@ -452,62 +480,62 @@
452
480
  gap: 8px;
453
481
  background-color: #fafafa;
454
482
  }
455
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-3234fcba] {
483
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-50ef4fcc] {
456
484
  color: #1890ff;
457
485
  }
458
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-3234fcba] {
486
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-50ef4fcc] {
459
487
  padding: 16px;
460
488
  }
461
- .formCorrectionLayout .permission[data-v-3234fcba] {
489
+ .formCorrectionLayout .permission[data-v-50ef4fcc] {
462
490
  background-color: #fafafa;
463
491
  border: 1px solid #e8e8e8;
464
492
  border-top: none;
465
493
  display: flex;
466
494
  justify-content: space-between;
467
495
  }
468
- .formCorrectionLayout[data-v-3234fcba] .ant-form-item-label {
496
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-form-item-label {
469
497
  overflow: hidden;
470
498
  text-overflow: ellipsis;
471
499
  white-space: nowrap;
472
500
  width: 100%;
473
501
  text-align: left;
474
502
  }
475
- .formCorrectionLayout[data-v-3234fcba] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
503
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
476
504
  width: 0 !important;
477
505
  height: 0 !important;
478
506
  }
479
- .formCorrectionLayout[data-v-3234fcba] .ant-table-body {
507
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-table-body {
480
508
  overflow-y: auto !important;
481
509
  overflow-x: auto !important;
482
510
  }
483
- .formCorrectionLayout[data-v-3234fcba] .ant-table-body::-webkit-scrollbar {
511
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-table-body::-webkit-scrollbar {
484
512
  width: 0px !important;
485
513
  height: 5px !important;
486
514
  }
487
- .formCorrectionLayout[data-v-3234fcba] .ant-table .ant-table-header {
515
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-table .ant-table-header {
488
516
  overflow: hidden !important;
489
517
  margin-bottom: 0 !important;
490
518
  padding-bottom: 0 !important;
491
519
  }
492
- .formCorrectionLayout[data-v-3234fcba] .ant-table .ant-table-body {
520
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-table .ant-table-body {
493
521
  overflow-y: auto !important;
494
522
  overflow-x: auto !important;
495
523
  }
496
- .formCorrectionLayout[data-v-3234fcba] .ant-table-tbody td {
524
+ .formCorrectionLayout[data-v-50ef4fcc] .ant-table-tbody td {
497
525
  padding-bottom: 0 !important;
498
526
  }
499
- .formCorrectionLayout[data-v-3234fcba] .form-main-row {
527
+ .formCorrectionLayout[data-v-50ef4fcc] .form-main-row {
500
528
  align-items: flex-start !important;
501
529
  flex-wrap: wrap;
502
530
  }
503
- .formCorrectionLayout[data-v-3234fcba] .form-main-row .form-main-col {
531
+ .formCorrectionLayout[data-v-50ef4fcc] .form-main-row .form-main-col {
504
532
  margin-bottom: 8px;
505
533
  }
506
- .formCorrectionLayout[data-v-3234fcba] .form-main-row .form-main-col .ant-form-item {
534
+ .formCorrectionLayout[data-v-50ef4fcc] .form-main-row .form-main-col .ant-form-item {
507
535
  margin-bottom: 0 !important;
508
536
  padding-bottom: 22px;
509
537
  }
510
- .formCorrectionLayout[data-v-3234fcba] .form-main-row .form-main-col .ant-form-item.has-error {
538
+ .formCorrectionLayout[data-v-50ef4fcc] .form-main-row .form-main-col .ant-form-item.has-error {
511
539
  padding-bottom: 0;
512
540
  margin-bottom: 22px !important;
513
541
  }
@@ -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 [3 Mar 2026 at 16:04]</title>
6
+ <title>@zscreate/h-form-error-correction [3 Mar 2026 at 16:51]</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":850538,"parsedSize":860347,"gzipSize":174049,"groups":[{"label":"node_modules","path":"./node_modules","statSize":715756,"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":88483,"groups":[{"id":6458,"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":88483,"parsedSize":855008,"gzipSize":174049,"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":888,"gzipSize":180,"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":7575,"gzipSize":1542,"inaccurateSizes":true}],"parsedSize":8464,"gzipSize":1723,"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":26698,"gzipSize":5434,"inaccurateSizes":true}],"parsedSize":26698,"gzipSize":5434,"inaccurateSizes":true}],"parsedSize":35163,"gzipSize":7158,"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":84844,"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":4609,"gzipSize":938,"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":80136,"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":2029,"gzipSize":413,"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":79926,"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":5652,"gzipSize":1150,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=3234fcba&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=3234fcba&scoped=true","statSize":15446,"parsedSize":149254,"gzipSize":30382,"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":31742,"parsedSize":306721,"gzipSize":62437,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=3234fcba&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=3234fcba&prod&lang=less&scoped=true","statSize":705,"parsedSize":6812,"gzipSize":1386,"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":22172,"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":3469,"gzipSize":706,"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":4792,"gzipSize":975,"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":6261,"gzipSize":1274,"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":8638,"gzipSize":1758,"inaccurateSizes":true}],"parsedSize":19693,"gzipSize":4008,"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":2573,"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":4792,"gzipSize":975,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=5818b7d2&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=5818b7d2&scoped=true","statSize":1011,"parsedSize":9769,"gzipSize":1988,"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":10300,"gzipSize":2096,"inaccurateSizes":true}],"parsedSize":24862,"gzipSize":5061,"inaccurateSizes":true},{"label":"number","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number","statSize":2243,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue","statSize":496,"parsedSize":4792,"gzipSize":975,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=c7c03600&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=template&id=c7c03600&scoped=true","statSize":853,"parsedSize":8242,"gzipSize":1677,"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":8638,"gzipSize":1758,"inaccurateSizes":true}],"parsedSize":21674,"gzipSize":4412,"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":4792,"gzipSize":975,"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":6938,"gzipSize":1412,"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":8638,"gzipSize":1758,"inaccurateSizes":true}],"parsedSize":20369,"gzipSize":4146,"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":12851,"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":5710,"gzipSize":1162,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=06391f0a&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=06391f0a&scoped=true","statSize":3403,"parsedSize":32883,"gzipSize":6693,"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":8116,"parsedSize":78424,"gzipSize":15964,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=06391f0a&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=06391f0a&prod&lang=less&scoped=true","statSize":741,"parsedSize":7160,"gzipSize":1457,"inaccurateSizes":true}],"parsedSize":124178,"gzipSize":25278,"inaccurateSizes":true}],"parsedSize":214247,"gzipSize":43613,"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":9276,"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":9276,"parsedSize":89633,"gzipSize":18246,"inaccurateSizes":true}],"parsedSize":89633,"gzipSize":18246,"inaccurateSizes":true}],"parsedSize":772322,"gzipSize":157217,"inaccurateSizes":true}],"parsedSize":774351,"gzipSize":157630,"inaccurateSizes":true},{"label":"api","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api","statSize":2356,"groups":[{"id":null,"label":"manage.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api/manage.js","statSize":2356,"parsedSize":22765,"gzipSize":4634,"inaccurateSizes":true}],"parsedSize":22765,"gzipSize":4634,"inaccurateSizes":true},{"label":"utils","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils","statSize":1875,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils/index.js","statSize":1875,"parsedSize":18118,"gzipSize":3688,"inaccurateSizes":true}],"parsedSize":18118,"gzipSize":3688,"inaccurateSizes":true}],"parsedSize":819844,"gzipSize":166890,"inaccurateSizes":true}]}],"parsedSize":855008,"gzipSize":174049},{"label":"_core-js@3.48.0@core-js","path":"./node_modules/_core-js@3.48.0@core-js","statSize":144465,"groups":[{"label":"internals","path":"./node_modules/_core-js@3.48.0@core-js/internals","statSize":86417,"groups":[{"id":9588,"label":"a-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-callable.js","statSize":353},{"id":2704,"label":"a-map.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-map.js","statSize":175},{"id":7952,"label":"a-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-possible-prototype.js","statSize":311},{"id":7667,"label":"add-to-unscopables.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/add-to-unscopables.js","statSize":668},{"id":6881,"label":"an-instance.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-instance.js","statSize":252},{"id":1177,"label":"an-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-object.js","statSize":303},{"id":5493,"label":"array-buffer-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-basic-detection.js","statSize":155},{"id":520,"label":"array-buffer-byte-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-byte-length.js","statSize":644},{"id":32,"label":"array-buffer-is-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-is-detached.js","statSize":511},{"id":3555,"label":"array-buffer-not-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-not-detached.js","statSize":229},{"id":4094,"label":"array-buffer-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-transfer.js","statSize":2404},{"id":7583,"label":"array-includes.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-includes.js","statSize":1388},{"id":7177,"label":"array-iteration-from-last.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-iteration-from-last.js","statSize":1235},{"id":9348,"label":"array-method-is-strict.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-method-is-strict.js","statSize":338},{"id":7584,"label":"array-reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-reduce.js","statSize":1510},{"id":9797,"label":"array-set-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-set-length.js","statSize":1022},{"id":1862,"label":"array-slice.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-slice.js","statSize":119},{"id":6518,"label":"array-sort.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-sort.js","statSize":1044},{"id":3009,"label":"call-with-safe-iteration-closing.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/call-with-safe-iteration-closing.js","statSize":393},{"id":5026,"label":"classof-raw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof-raw.js","statSize":240},{"id":5125,"label":"classof.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof.js","statSize":1081},{"id":9754,"label":"copy-constructor-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/copy-constructor-properties.js","statSize":718},{"id":2669,"label":"correct-prototype-getter.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/correct-prototype-getter.js","statSize":301},{"id":5891,"label":"create-iter-result-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-iter-result-object.js","statSize":210},{"id":4681,"label":"create-non-enumerable-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-non-enumerable-property.js","statSize":451},{"id":1006,"label":"create-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property-descriptor.js","statSize":187},{"id":8418,"label":"create-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property.js","statSize":396},{"id":6972,"label":"define-built-in-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in-accessor.js","statSize":413},{"id":3934,"label":"define-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in.js","statSize":961},{"id":2693,"label":"define-built-ins.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-ins.js","statSize":216},{"id":5907,"label":"define-global-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-global-property.js","statSize":411},{"id":896,"label":"delete-property-or-throw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/delete-property-or-throw.js","statSize":249},{"id":3082,"label":"descriptors.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/descriptors.js","statSize":339},{"id":2653,"label":"detach-transferable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/detach-transferable.js","statSize":1172},{"id":1069,"label":"document-create-element.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/document-create-element.js","statSize":365},{"id":5823,"label":"does-not-exceed-safe-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/does-not-exceed-safe-integer.js","statSize":249},{"id":4537,"label":"enum-bug-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/enum-bug-keys.js","statSize":176},{"id":6424,"label":"environment-ff-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-ff-version.js","statSize":171},{"id":4665,"label":"environment-is-ie-or-edge.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-ie-or-edge.js","statSize":113},{"id":5707,"label":"environment-is-node.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-node.js","statSize":110},{"id":2353,"label":"environment-user-agent.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-user-agent.js","statSize":209},{"id":8801,"label":"environment-v8-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-v8-version.js","statSize":883},{"id":2161,"label":"environment-webkit-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-webkit-version.js","statSize":173},{"id":5581,"label":"environment.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment.js","statSize":873},{"id":9891,"label":"error-stack-clear.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-clear.js","statSize":655},{"id":9781,"label":"error-stack-install.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-install.js","statSize":629},{"id":1345,"label":"error-stack-installable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-installable.js","statSize":419},{"id":880,"label":"export.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/export.js","statSize":2716},{"id":8261,"label":"fails.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/fails.js","statSize":122},{"id":4079,"label":"function-apply.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-apply.js","statSize":431},{"id":3942,"label":"function-bind-context.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-context.js","statSize":480},{"id":7254,"label":"function-bind-native.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-native.js","statSize":346},{"id":8483,"label":"function-call.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-call.js","statSize":284},{"id":3804,"label":"function-name.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-name.js","statSize":716},{"id":5988,"label":"function-uncurry-this-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-accessor.js","statSize":391},{"id":6542,"label":"function-uncurry-this-clause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-clause.js","statSize":358},{"id":5158,"label":"function-uncurry-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this.js","statSize":443},{"id":5959,"label":"get-built-in-node-module.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in-node-module.js","statSize":443},{"id":9597,"label":"get-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in.js","statSize":391},{"id":6421,"label":"get-iterator-direct.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-direct.js","statSize":219},{"id":3740,"label":"get-iterator-flattenable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-flattenable.js","statSize":495},{"id":4677,"label":"get-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-method.js","statSize":498},{"id":9659,"label":"get-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator.js","statSize":618},{"id":5504,"label":"get-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-method.js","statSize":334},{"id":5398,"label":"global-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/global-this.js","statSize":631},{"id":4335,"label":"has-own-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/has-own-property.js","statSize":433},{"id":9519,"label":"hidden-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/hidden-keys.js","statSize":35},{"id":8375,"label":"html.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/html.js","statSize":129},{"id":2643,"label":"ie8-dom-define.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ie8-dom-define.js","statSize":487},{"id":7765,"label":"indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/indexed-object.js","statSize":623},{"id":4057,"label":"inherit-if-required.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inherit-if-required.js","statSize":727},{"id":4688,"label":"inspect-source.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inspect-source.js","statSize":477},{"id":6398,"label":"install-error-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/install-error-cause.js","statSize":404},{"id":1551,"label":"internal-state.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/internal-state.js","statSize":2105},{"id":1367,"label":"is-array-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array-iterator-method.js","statSize":374},{"id":1214,"label":"is-array.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array.js","statSize":300},{"id":7759,"label":"is-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-callable.js","statSize":533},{"id":7982,"label":"is-forced.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-forced.js","statSize":617},{"id":7043,"label":"is-null-or-undefined.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-null-or-undefined.js","statSize":223},{"id":7732,"label":"is-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-object.js","statSize":167},{"id":5851,"label":"is-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-possible-prototype.js","statSize":156},{"id":1977,"label":"is-pure.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-pure.js","statSize":38},{"id":5828,"label":"is-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-raw-json.js","statSize":290},{"id":9787,"label":"is-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-symbol.js","statSize":505},{"id":6558,"label":"iterate.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterate.js","statSize":2555},{"id":2107,"label":"iterator-close-all.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close-all.js","statSize":415},{"id":53,"label":"iterator-close.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close.js","statSize":656},{"id":144,"label":"iterator-create-proxy.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-create-proxy.js","statSize":3504},{"id":5178,"label":"iterator-helper-throws-on-invalid-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-throws-on-invalid-iterator.js","statSize":431},{"id":1703,"label":"iterator-helper-without-closing-on-early-error.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-without-closing-on-early-error.js","statSize":722},{"id":6711,"label":"iterators-core.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators-core.js","statSize":1792},{"id":4515,"label":"iterators.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators.js","statSize":35},{"id":3956,"label":"length-of-array-like.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/length-of-array-like.js","statSize":225},{"id":517,"label":"make-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/make-built-in.js","statSize":2645},{"id":2798,"label":"map-helpers.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/map-helpers.js","statSize":425},{"id":7819,"label":"math-trunc.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/math-trunc.js","statSize":284},{"id":6049,"label":"native-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/native-raw-json.js","statSize":424},{"id":3165,"label":"normalize-string-argument.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/normalize-string-argument.js","statSize":209},{"id":7531,"label":"not-a-nan.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/not-a-nan.js","statSize":214},{"id":3518,"label":"object-create.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-create.js","statSize":3111},{"id":9195,"label":"object-define-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-properties.js","statSize":925},{"id":1575,"label":"object-define-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-property.js","statSize":1894},{"id":4389,"label":"object-get-own-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-descriptor.js","statSize":1136},{"id":7546,"label":"object-get-own-property-names.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-names.js","statSize":493},{"id":7391,"label":"object-get-own-property-symbols.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-symbols.js","statSize":127},{"id":9689,"label":"object-get-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-prototype-of.js","statSize":937},{"id":4043,"label":"object-is-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-is-prototype-of.js","statSize":127},{"id":3090,"label":"object-keys-internal.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys-internal.js","statSize":720},{"id":3166,"label":"object-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys.js","statSize":364},{"id":2855,"label":"object-property-is-enumerable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-property-is-enumerable.js","statSize":644},{"id":3077,"label":"object-set-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-set-prototype-of.js","statSize":1119},{"id":7232,"label":"ordinary-to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ordinary-to-primitive.js","statSize":722},{"id":6277,"label":"own-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/own-keys.js","statSize":733},{"id":318,"label":"parse-json-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/parse-json-string.js","statSize":1686},{"id":1042,"label":"proxy-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/proxy-accessor.js","statSize":328},{"id":1796,"label":"require-object-coercible.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/require-object-coercible.js","statSize":345},{"id":7413,"label":"shared-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-key.js","statSize":208},{"id":2731,"label":"shared-store.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-store.js","statSize":664},{"id":8331,"label":"shared.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared.js","statSize":159},{"id":4077,"label":"structured-clone-proper-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/structured-clone-proper-transfer.js","statSize":777},{"id":2337,"label":"symbol-constructor-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/symbol-constructor-detection.js","statSize":952},{"id":9084,"label":"to-absolute-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-absolute-index.js","statSize":484},{"id":7914,"label":"to-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-index.js","statSize":474},{"id":1387,"label":"to-indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-indexed-object.js","statSize":298},{"id":6937,"label":"to-integer-or-infinity.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-integer-or-infinity.js","statSize":350},{"id":7104,"label":"to-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-length.js","statSize":354},{"id":5079,"label":"to-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-object.js","statSize":284},{"id":7064,"label":"to-positive-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-positive-integer.js","statSize":289},{"id":5839,"label":"to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-primitive.js","statSize":1018},{"id":3539,"label":"to-property-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-property-key.js","statSize":333},{"id":790,"label":"to-string-tag-support.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string-tag-support.js","statSize":304},{"id":3217,"label":"to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string.js","statSize":257},{"id":3061,"label":"try-to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/try-to-string.js","statSize":161},{"id":5142,"label":"uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/uid.js","statSize":290},{"id":4714,"label":"use-symbol-as-uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/use-symbol-as-uid.js","statSize":232},{"id":8484,"label":"v8-prototype-define-bug.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/v8-prototype-define-bug.js","statSize":457},{"id":3902,"label":"validate-arguments-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/validate-arguments-length.js","statSize":180},{"id":6768,"label":"weak-map-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/weak-map-basic-detection.js","statSize":233},{"id":8421,"label":"well-known-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/well-known-symbol.js","statSize":792},{"id":2195,"label":"wrap-error-constructor-with-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/wrap-error-constructor-with-cause.js","statSize":2957}],"parsedSize":0,"gzipSize":0},{"label":"modules","path":"./node_modules/_core-js@3.48.0@core-js/modules","statSize":58048,"groups":[{"id":7559,"label":"es.array-buffer.detached.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.detached.js","statSize":595},{"id":1010,"label":"es.array-buffer.transfer-to-fixed-length.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer-to-fixed-length.js","statSize":461},{"id":5110,"label":"es.array-buffer.transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer.js","statSize":408},{"id":4061,"label":"es.array.at.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.at.js","statSize":734},{"id":977,"label":"es.array.find-last-index.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last-index.js","statSize":570},{"id":1360,"label":"es.array.find-last.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last.js","statSize":530},{"id":8112,"label":"es.array.push.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.push.js","statSize":1498},{"id":8217,"label":"es.array.reduce-right.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce-right.js","statSize":907},{"id":2258,"label":"es.array.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce.js","statSize":886},{"id":9228,"label":"es.array.sort.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.sort.js","statSize":3376},{"id":4175,"label":"es.array.unscopables.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat-map.js","statSize":292},{"id":1004,"label":"es.array.unscopables.flat.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat.js","statSize":289},{"id":2395,"label":"es.array.unshift.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unshift.js","statSize":1593},{"id":5022,"label":"es.error.cause.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.error.cause.js","statSize":2906},{"id":8733,"label":"es.iterator.constructor.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.constructor.js","statSize":2513},{"id":2956,"label":"es.iterator.drop.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.drop.js","statSize":2102},{"id":7842,"label":"es.iterator.every.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.every.js","statSize":1319},{"id":8923,"label":"es.iterator.filter.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.filter.js","statSize":2163},{"id":4790,"label":"es.iterator.find.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.find.js","statSize":1312},{"id":7577,"label":"es.iterator.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.flat-map.js","statSize":2937},{"id":286,"label":"es.iterator.for-each.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.for-each.js","statSize":1242},{"id":5227,"label":"es.iterator.map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.map.js","statSize":1971},{"id":4527,"label":"es.iterator.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.reduce.js","statSize":2129},{"id":8525,"label":"es.iterator.some.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.some.js","statSize":1308},{"id":9626,"label":"es.iterator.take.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.take.js","statSize":1688},{"id":7844,"label":"es.iterator.to-array.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.to-array.js","statSize":694},{"id":3514,"label":"es.json.parse.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.parse.js","statSize":8461},{"id":3204,"label":"es.json.stringify.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.stringify.js","statSize":5075},{"id":1869,"label":"es.map.get-or-insert-computed.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert-computed.js","statSize":828},{"id":7517,"label":"es.map.get-or-insert.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert.js","statSize":586},{"id":8495,"label":"es.string.at-alternative.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.string.at-alternative.js","statSize":976},{"id":2761,"label":"web.self.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.self.js","statSize":1534},{"id":8149,"label":"web.url-search-params.delete.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.delete.js","statSize":1868},{"id":5160,"label":"web.url-search-params.has.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.has.js","statSize":1241},{"id":6195,"label":"web.url-search-params.size.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.size.js","statSize":726},{"id":3894,"label":"web.url.to-json.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url.to-json.js","statSize":330}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"_lodash@4.17.23@lodash","path":"./node_modules/_lodash@4.17.23@lodash","statSize":482808,"groups":[{"id":8831,"label":"lodash.js","path":"./node_modules/_lodash@4.17.23@lodash/lodash.js","statSize":482808}],"parsedSize":0,"gzipSize":0}],"parsedSize":855008,"gzipSize":174049},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133663,"groups":[{"label":"components/formCorrectionLayout/common","path":"./src/components/formCorrectionLayout/common","statSize":130528,"groups":[{"id":7997,"label":"moment.js","path":"./src/components/formCorrectionLayout/common/moment.js","statSize":130528}],"parsedSize":0,"gzipSize":0},{"label":"static","path":"./src/static","statSize":3135,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":3135}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"h-form-error-correction.umd":true}}];
34
+ window.chartData = [{"label":"h-form-error-correction.umd.js","isAsset":true,"statSize":852736,"parsedSize":862545,"gzipSize":174556,"groups":[{"label":"node_modules","path":"./node_modules","statSize":717954,"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":90681,"groups":[{"id":9126,"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":90681,"parsedSize":857084,"gzipSize":174556,"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":869,"gzipSize":177,"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":7410,"gzipSize":1509,"inaccurateSizes":true}],"parsedSize":8279,"gzipSize":1686,"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":26114,"gzipSize":5318,"inaccurateSizes":true}],"parsedSize":26114,"gzipSize":5318,"inaccurateSizes":true}],"parsedSize":34394,"gzipSize":7004,"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":87042,"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":4508,"gzipSize":918,"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":82334,"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":1984,"gzipSize":404,"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":82124,"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":5529,"gzipSize":1126,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=50ef4fcc&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=50ef4fcc&scoped=true","statSize":16390,"parsedSize":154912,"gzipSize":31549,"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":33012,"parsedSize":312017,"gzipSize":63546,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=50ef4fcc&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=50ef4fcc&prod&lang=less&scoped=true","statSize":705,"parsedSize":6663,"gzipSize":1357,"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":22156,"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":3393,"gzipSize":691,"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":4688,"gzipSize":954,"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":6124,"gzipSize":1247,"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":8449,"gzipSize":1720,"inaccurateSizes":true}],"parsedSize":19262,"gzipSize":3923,"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":2573,"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":4688,"gzipSize":954,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=5818b7d2&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=5818b7d2&scoped=true","statSize":1011,"parsedSize":9555,"gzipSize":1946,"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":10075,"gzipSize":2051,"inaccurateSizes":true}],"parsedSize":24319,"gzipSize":4952,"inaccurateSizes":true},{"label":"number","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number","statSize":2243,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue","statSize":496,"parsedSize":4688,"gzipSize":954,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=c7c03600&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=template&id=c7c03600&scoped=true","statSize":853,"parsedSize":8062,"gzipSize":1641,"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":8449,"gzipSize":1720,"inaccurateSizes":true}],"parsedSize":21200,"gzipSize":4317,"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":4688,"gzipSize":954,"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":6786,"gzipSize":1382,"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":8449,"gzipSize":1720,"inaccurateSizes":true}],"parsedSize":19924,"gzipSize":4057,"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":12835,"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":5585,"gzipSize":1137,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=5fb77b26&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=5fb77b26&scoped=true","statSize":3403,"parsedSize":32163,"gzipSize":6550,"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":8100,"parsedSize":76558,"gzipSize":15592,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=5fb77b26&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=5fb77b26&prod&lang=less&scoped=true","statSize":741,"parsedSize":7003,"gzipSize":1426,"inaccurateSizes":true}],"parsedSize":121311,"gzipSize":24706,"inaccurateSizes":true}],"parsedSize":209410,"gzipSize":42649,"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":9276,"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":9276,"parsedSize":87673,"gzipSize":17855,"inaccurateSizes":true}],"parsedSize":87673,"gzipSize":17855,"inaccurateSizes":true}],"parsedSize":776206,"gzipSize":158084,"inaccurateSizes":true}],"parsedSize":778191,"gzipSize":158488,"inaccurateSizes":true},{"label":"api","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api","statSize":2356,"groups":[{"id":null,"label":"manage.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/api/manage.js","statSize":2356,"parsedSize":22268,"gzipSize":4535,"inaccurateSizes":true}],"parsedSize":22268,"gzipSize":4535,"inaccurateSizes":true},{"label":"utils","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils","statSize":1875,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/utils/index.js","statSize":1875,"parsedSize":17721,"gzipSize":3609,"inaccurateSizes":true}],"parsedSize":17721,"gzipSize":3609,"inaccurateSizes":true}],"parsedSize":822689,"gzipSize":167551,"inaccurateSizes":true}]}],"parsedSize":857084,"gzipSize":174556},{"label":"_core-js@3.48.0@core-js","path":"./node_modules/_core-js@3.48.0@core-js","statSize":144465,"groups":[{"label":"internals","path":"./node_modules/_core-js@3.48.0@core-js/internals","statSize":86417,"groups":[{"id":9588,"label":"a-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-callable.js","statSize":353},{"id":2704,"label":"a-map.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-map.js","statSize":175},{"id":7952,"label":"a-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/a-possible-prototype.js","statSize":311},{"id":7667,"label":"add-to-unscopables.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/add-to-unscopables.js","statSize":668},{"id":6881,"label":"an-instance.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-instance.js","statSize":252},{"id":1177,"label":"an-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/an-object.js","statSize":303},{"id":5493,"label":"array-buffer-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-basic-detection.js","statSize":155},{"id":520,"label":"array-buffer-byte-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-byte-length.js","statSize":644},{"id":32,"label":"array-buffer-is-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-is-detached.js","statSize":511},{"id":3555,"label":"array-buffer-not-detached.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-not-detached.js","statSize":229},{"id":4094,"label":"array-buffer-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-buffer-transfer.js","statSize":2404},{"id":7583,"label":"array-includes.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-includes.js","statSize":1388},{"id":7177,"label":"array-iteration-from-last.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-iteration-from-last.js","statSize":1235},{"id":9348,"label":"array-method-is-strict.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-method-is-strict.js","statSize":338},{"id":7584,"label":"array-reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-reduce.js","statSize":1510},{"id":9797,"label":"array-set-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-set-length.js","statSize":1022},{"id":1862,"label":"array-slice.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-slice.js","statSize":119},{"id":6518,"label":"array-sort.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/array-sort.js","statSize":1044},{"id":3009,"label":"call-with-safe-iteration-closing.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/call-with-safe-iteration-closing.js","statSize":393},{"id":5026,"label":"classof-raw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof-raw.js","statSize":240},{"id":5125,"label":"classof.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/classof.js","statSize":1081},{"id":9754,"label":"copy-constructor-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/copy-constructor-properties.js","statSize":718},{"id":2669,"label":"correct-prototype-getter.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/correct-prototype-getter.js","statSize":301},{"id":5891,"label":"create-iter-result-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-iter-result-object.js","statSize":210},{"id":4681,"label":"create-non-enumerable-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-non-enumerable-property.js","statSize":451},{"id":1006,"label":"create-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property-descriptor.js","statSize":187},{"id":8418,"label":"create-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/create-property.js","statSize":396},{"id":6972,"label":"define-built-in-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in-accessor.js","statSize":413},{"id":3934,"label":"define-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-in.js","statSize":961},{"id":2693,"label":"define-built-ins.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-built-ins.js","statSize":216},{"id":5907,"label":"define-global-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/define-global-property.js","statSize":411},{"id":896,"label":"delete-property-or-throw.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/delete-property-or-throw.js","statSize":249},{"id":3082,"label":"descriptors.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/descriptors.js","statSize":339},{"id":2653,"label":"detach-transferable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/detach-transferable.js","statSize":1172},{"id":1069,"label":"document-create-element.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/document-create-element.js","statSize":365},{"id":5823,"label":"does-not-exceed-safe-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/does-not-exceed-safe-integer.js","statSize":249},{"id":4537,"label":"enum-bug-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/enum-bug-keys.js","statSize":176},{"id":6424,"label":"environment-ff-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-ff-version.js","statSize":171},{"id":4665,"label":"environment-is-ie-or-edge.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-ie-or-edge.js","statSize":113},{"id":5707,"label":"environment-is-node.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-is-node.js","statSize":110},{"id":2353,"label":"environment-user-agent.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-user-agent.js","statSize":209},{"id":8801,"label":"environment-v8-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-v8-version.js","statSize":883},{"id":2161,"label":"environment-webkit-version.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment-webkit-version.js","statSize":173},{"id":5581,"label":"environment.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/environment.js","statSize":873},{"id":9891,"label":"error-stack-clear.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-clear.js","statSize":655},{"id":9781,"label":"error-stack-install.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-install.js","statSize":629},{"id":1345,"label":"error-stack-installable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/error-stack-installable.js","statSize":419},{"id":880,"label":"export.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/export.js","statSize":2716},{"id":8261,"label":"fails.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/fails.js","statSize":122},{"id":4079,"label":"function-apply.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-apply.js","statSize":431},{"id":3942,"label":"function-bind-context.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-context.js","statSize":480},{"id":7254,"label":"function-bind-native.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-bind-native.js","statSize":346},{"id":8483,"label":"function-call.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-call.js","statSize":284},{"id":3804,"label":"function-name.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-name.js","statSize":716},{"id":5988,"label":"function-uncurry-this-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-accessor.js","statSize":391},{"id":6542,"label":"function-uncurry-this-clause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this-clause.js","statSize":358},{"id":5158,"label":"function-uncurry-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/function-uncurry-this.js","statSize":443},{"id":5959,"label":"get-built-in-node-module.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in-node-module.js","statSize":443},{"id":9597,"label":"get-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-built-in.js","statSize":391},{"id":6421,"label":"get-iterator-direct.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-direct.js","statSize":219},{"id":3740,"label":"get-iterator-flattenable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-flattenable.js","statSize":495},{"id":4677,"label":"get-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator-method.js","statSize":498},{"id":9659,"label":"get-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-iterator.js","statSize":618},{"id":5504,"label":"get-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/get-method.js","statSize":334},{"id":5398,"label":"global-this.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/global-this.js","statSize":631},{"id":4335,"label":"has-own-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/has-own-property.js","statSize":433},{"id":9519,"label":"hidden-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/hidden-keys.js","statSize":35},{"id":8375,"label":"html.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/html.js","statSize":129},{"id":2643,"label":"ie8-dom-define.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ie8-dom-define.js","statSize":487},{"id":7765,"label":"indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/indexed-object.js","statSize":623},{"id":4057,"label":"inherit-if-required.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inherit-if-required.js","statSize":727},{"id":4688,"label":"inspect-source.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/inspect-source.js","statSize":477},{"id":6398,"label":"install-error-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/install-error-cause.js","statSize":404},{"id":1551,"label":"internal-state.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/internal-state.js","statSize":2105},{"id":1367,"label":"is-array-iterator-method.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array-iterator-method.js","statSize":374},{"id":1214,"label":"is-array.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-array.js","statSize":300},{"id":7759,"label":"is-callable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-callable.js","statSize":533},{"id":7982,"label":"is-forced.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-forced.js","statSize":617},{"id":7043,"label":"is-null-or-undefined.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-null-or-undefined.js","statSize":223},{"id":7732,"label":"is-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-object.js","statSize":167},{"id":5851,"label":"is-possible-prototype.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-possible-prototype.js","statSize":156},{"id":1977,"label":"is-pure.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-pure.js","statSize":38},{"id":5828,"label":"is-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-raw-json.js","statSize":290},{"id":9787,"label":"is-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/is-symbol.js","statSize":505},{"id":6558,"label":"iterate.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterate.js","statSize":2555},{"id":2107,"label":"iterator-close-all.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close-all.js","statSize":415},{"id":53,"label":"iterator-close.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-close.js","statSize":656},{"id":144,"label":"iterator-create-proxy.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-create-proxy.js","statSize":3504},{"id":5178,"label":"iterator-helper-throws-on-invalid-iterator.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-throws-on-invalid-iterator.js","statSize":431},{"id":1703,"label":"iterator-helper-without-closing-on-early-error.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterator-helper-without-closing-on-early-error.js","statSize":722},{"id":6711,"label":"iterators-core.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators-core.js","statSize":1792},{"id":4515,"label":"iterators.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/iterators.js","statSize":35},{"id":3956,"label":"length-of-array-like.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/length-of-array-like.js","statSize":225},{"id":517,"label":"make-built-in.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/make-built-in.js","statSize":2645},{"id":2798,"label":"map-helpers.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/map-helpers.js","statSize":425},{"id":7819,"label":"math-trunc.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/math-trunc.js","statSize":284},{"id":6049,"label":"native-raw-json.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/native-raw-json.js","statSize":424},{"id":3165,"label":"normalize-string-argument.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/normalize-string-argument.js","statSize":209},{"id":7531,"label":"not-a-nan.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/not-a-nan.js","statSize":214},{"id":3518,"label":"object-create.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-create.js","statSize":3111},{"id":9195,"label":"object-define-properties.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-properties.js","statSize":925},{"id":1575,"label":"object-define-property.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-define-property.js","statSize":1894},{"id":4389,"label":"object-get-own-property-descriptor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-descriptor.js","statSize":1136},{"id":7546,"label":"object-get-own-property-names.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-names.js","statSize":493},{"id":7391,"label":"object-get-own-property-symbols.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-own-property-symbols.js","statSize":127},{"id":9689,"label":"object-get-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-get-prototype-of.js","statSize":937},{"id":4043,"label":"object-is-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-is-prototype-of.js","statSize":127},{"id":3090,"label":"object-keys-internal.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys-internal.js","statSize":720},{"id":3166,"label":"object-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-keys.js","statSize":364},{"id":2855,"label":"object-property-is-enumerable.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-property-is-enumerable.js","statSize":644},{"id":3077,"label":"object-set-prototype-of.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/object-set-prototype-of.js","statSize":1119},{"id":7232,"label":"ordinary-to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/ordinary-to-primitive.js","statSize":722},{"id":6277,"label":"own-keys.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/own-keys.js","statSize":733},{"id":318,"label":"parse-json-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/parse-json-string.js","statSize":1686},{"id":1042,"label":"proxy-accessor.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/proxy-accessor.js","statSize":328},{"id":1796,"label":"require-object-coercible.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/require-object-coercible.js","statSize":345},{"id":7413,"label":"shared-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-key.js","statSize":208},{"id":2731,"label":"shared-store.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared-store.js","statSize":664},{"id":8331,"label":"shared.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/shared.js","statSize":159},{"id":6458,"label":"structured-clone-proper-transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/structured-clone-proper-transfer.js","statSize":777},{"id":2337,"label":"symbol-constructor-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/symbol-constructor-detection.js","statSize":952},{"id":9084,"label":"to-absolute-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-absolute-index.js","statSize":484},{"id":7914,"label":"to-index.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-index.js","statSize":474},{"id":1387,"label":"to-indexed-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-indexed-object.js","statSize":298},{"id":6937,"label":"to-integer-or-infinity.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-integer-or-infinity.js","statSize":350},{"id":7104,"label":"to-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-length.js","statSize":354},{"id":5079,"label":"to-object.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-object.js","statSize":284},{"id":7064,"label":"to-positive-integer.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-positive-integer.js","statSize":289},{"id":5839,"label":"to-primitive.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-primitive.js","statSize":1018},{"id":3539,"label":"to-property-key.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-property-key.js","statSize":333},{"id":790,"label":"to-string-tag-support.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string-tag-support.js","statSize":304},{"id":3217,"label":"to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/to-string.js","statSize":257},{"id":3061,"label":"try-to-string.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/try-to-string.js","statSize":161},{"id":5142,"label":"uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/uid.js","statSize":290},{"id":4714,"label":"use-symbol-as-uid.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/use-symbol-as-uid.js","statSize":232},{"id":8484,"label":"v8-prototype-define-bug.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/v8-prototype-define-bug.js","statSize":457},{"id":3902,"label":"validate-arguments-length.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/validate-arguments-length.js","statSize":180},{"id":6768,"label":"weak-map-basic-detection.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/weak-map-basic-detection.js","statSize":233},{"id":8421,"label":"well-known-symbol.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/well-known-symbol.js","statSize":792},{"id":2195,"label":"wrap-error-constructor-with-cause.js","path":"./node_modules/_core-js@3.48.0@core-js/internals/wrap-error-constructor-with-cause.js","statSize":2957}],"parsedSize":0,"gzipSize":0},{"label":"modules","path":"./node_modules/_core-js@3.48.0@core-js/modules","statSize":58048,"groups":[{"id":7559,"label":"es.array-buffer.detached.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.detached.js","statSize":595},{"id":1010,"label":"es.array-buffer.transfer-to-fixed-length.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer-to-fixed-length.js","statSize":461},{"id":5110,"label":"es.array-buffer.transfer.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array-buffer.transfer.js","statSize":408},{"id":4061,"label":"es.array.at.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.at.js","statSize":734},{"id":977,"label":"es.array.find-last-index.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last-index.js","statSize":570},{"id":1360,"label":"es.array.find-last.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.find-last.js","statSize":530},{"id":8112,"label":"es.array.push.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.push.js","statSize":1498},{"id":8217,"label":"es.array.reduce-right.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce-right.js","statSize":907},{"id":2258,"label":"es.array.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.reduce.js","statSize":886},{"id":9228,"label":"es.array.sort.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.sort.js","statSize":3376},{"id":4175,"label":"es.array.unscopables.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat-map.js","statSize":292},{"id":1004,"label":"es.array.unscopables.flat.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unscopables.flat.js","statSize":289},{"id":2395,"label":"es.array.unshift.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.array.unshift.js","statSize":1593},{"id":5022,"label":"es.error.cause.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.error.cause.js","statSize":2906},{"id":8733,"label":"es.iterator.constructor.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.constructor.js","statSize":2513},{"id":2956,"label":"es.iterator.drop.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.drop.js","statSize":2102},{"id":7842,"label":"es.iterator.every.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.every.js","statSize":1319},{"id":8923,"label":"es.iterator.filter.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.filter.js","statSize":2163},{"id":4790,"label":"es.iterator.find.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.find.js","statSize":1312},{"id":7577,"label":"es.iterator.flat-map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.flat-map.js","statSize":2937},{"id":286,"label":"es.iterator.for-each.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.for-each.js","statSize":1242},{"id":5227,"label":"es.iterator.map.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.map.js","statSize":1971},{"id":4527,"label":"es.iterator.reduce.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.reduce.js","statSize":2129},{"id":8525,"label":"es.iterator.some.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.some.js","statSize":1308},{"id":9626,"label":"es.iterator.take.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.take.js","statSize":1688},{"id":7844,"label":"es.iterator.to-array.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.iterator.to-array.js","statSize":694},{"id":3514,"label":"es.json.parse.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.parse.js","statSize":8461},{"id":3204,"label":"es.json.stringify.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.json.stringify.js","statSize":5075},{"id":1869,"label":"es.map.get-or-insert-computed.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert-computed.js","statSize":828},{"id":7517,"label":"es.map.get-or-insert.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.map.get-or-insert.js","statSize":586},{"id":8495,"label":"es.string.at-alternative.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/es.string.at-alternative.js","statSize":976},{"id":2761,"label":"web.self.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.self.js","statSize":1534},{"id":8149,"label":"web.url-search-params.delete.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.delete.js","statSize":1868},{"id":5160,"label":"web.url-search-params.has.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.has.js","statSize":1241},{"id":6195,"label":"web.url-search-params.size.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url-search-params.size.js","statSize":726},{"id":3894,"label":"web.url.to-json.js","path":"./node_modules/_core-js@3.48.0@core-js/modules/web.url.to-json.js","statSize":330}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"_lodash@4.17.23@lodash","path":"./node_modules/_lodash@4.17.23@lodash","statSize":482808,"groups":[{"id":8831,"label":"lodash.js","path":"./node_modules/_lodash@4.17.23@lodash/lodash.js","statSize":482808}],"parsedSize":0,"gzipSize":0}],"parsedSize":857084,"gzipSize":174556},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133663,"groups":[{"label":"components/formCorrectionLayout/common","path":"./src/components/formCorrectionLayout/common","statSize":130528,"groups":[{"id":7997,"label":"moment.js","path":"./src/components/formCorrectionLayout/common/moment.js","statSize":130528}],"parsedSize":0,"gzipSize":0},{"label":"static","path":"./src/static","statSize":3135,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":3135}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"h-form-error-correction.umd":true}}];
35
35
  window.entrypoints = ["h-form-error-correction.umd"];
36
36
  window.defaultSizes = "parsed";
37
37
  </script>
@@ -13767,7 +13767,7 @@ var toIndex = __webpack_require__(7914);
13767
13767
  var notDetached = __webpack_require__(3555);
13768
13768
  var arrayBufferByteLength = __webpack_require__(520);
13769
13769
  var detachTransferable = __webpack_require__(2653);
13770
- var PROPER_STRUCTURED_CLONE_TRANSFER = __webpack_require__(4077);
13770
+ var PROPER_STRUCTURED_CLONE_TRANSFER = __webpack_require__(6458);
13771
13771
  var structuredClone = globalThis.structuredClone;
13772
13772
  var ArrayBuffer = globalThis.ArrayBuffer;
13773
13773
  var DataView = globalThis.DataView;
@@ -14370,7 +14370,7 @@ module.exports = !fails(function () {
14370
14370
 
14371
14371
  var globalThis = __webpack_require__(5398);
14372
14372
  var getBuiltInNodeModule = __webpack_require__(5959);
14373
- var PROPER_STRUCTURED_CLONE_TRANSFER = __webpack_require__(4077);
14373
+ var PROPER_STRUCTURED_CLONE_TRANSFER = __webpack_require__(6458);
14374
14374
  var structuredClone = globalThis.structuredClone;
14375
14375
  var $ArrayBuffer = globalThis.ArrayBuffer;
14376
14376
  var $MessageChannel = globalThis.MessageChannel;
@@ -16466,7 +16466,7 @@ module.exports = function (key, value) {
16466
16466
 
16467
16467
  /***/ },
16468
16468
 
16469
- /***/ 4077
16469
+ /***/ 6458
16470
16470
  (module, __unused_webpack_exports, __webpack_require__) {
16471
16471
 
16472
16472
  "use strict";
@@ -18817,7 +18817,7 @@ $({
18817
18817
  (module) {
18818
18818
 
18819
18819
  "use strict";
18820
- module.exports = {"rE":"0.0.36"};
18820
+ module.exports = {"rE":"0.0.37"};
18821
18821
 
18822
18822
  /***/ }
18823
18823
 
@@ -18948,7 +18948,7 @@ if (typeof window !== 'undefined') {
18948
18948
  // Indicate to webpack that this file can be concatenated
18949
18949
  /* harmony default export */ const setPublicPath = (null);
18950
18950
 
18951
- ;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=template&id=3234fcba&scoped=true
18951
+ ;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=template&id=50ef4fcc&scoped=true
18952
18952
  var render = function render() {
18953
18953
  var _vm = this,
18954
18954
  _c = _vm._self._c;
@@ -19297,17 +19297,43 @@ var render = function render() {
19297
19297
  staticClass: "old-value"
19298
19298
  }, [_c('span', {
19299
19299
  staticClass: "label"
19300
- }, [_vm._v("原值:")]), _c('span', {
19300
+ }, [_vm._v("原值:")]), item.rawOldFiles ? [_c('div', {
19301
+ staticClass: "file-link-list"
19302
+ }, _vm._l(item.rawOldFiles, function (file, fi) {
19303
+ return _c('a', {
19304
+ key: fi,
19305
+ staticClass: "file-link",
19306
+ on: {
19307
+ "click": function ($event) {
19308
+ $event.preventDefault();
19309
+ return _vm.previewHistoryFile(file);
19310
+ }
19311
+ }
19312
+ }, [_vm._v(_vm._s(fi + 1) + ". " + _vm._s(file.name || file.fileName || '未知文件'))]);
19313
+ }), 0)] : _c('span', {
19301
19314
  staticClass: "value"
19302
- }, [_vm._v(_vm._s(item.oldValue || "空"))])]), _c('div', {
19315
+ }, [_vm._v(_vm._s(item.oldValue || "空"))])], 2), _c('div', {
19303
19316
  staticClass: "new-value"
19304
19317
  }, [_c('span', {
19305
19318
  staticClass: "label"
19306
- }, [_vm._v("新值:")]), _c('span', {
19319
+ }, [_vm._v("新值:")]), item.rawNewFiles ? [_c('div', {
19320
+ staticClass: "file-link-list"
19321
+ }, _vm._l(item.rawNewFiles, function (file, fi) {
19322
+ return _c('a', {
19323
+ key: fi,
19324
+ staticClass: "file-link",
19325
+ on: {
19326
+ "click": function ($event) {
19327
+ $event.preventDefault();
19328
+ return _vm.previewHistoryFile(file);
19329
+ }
19330
+ }
19331
+ }, [_vm._v(_vm._s(fi + 1) + ". " + _vm._s(file.name || file.fileName || '未知文件'))]);
19332
+ }), 0)] : _c('span', {
19307
19333
  staticClass: "value"
19308
19334
  }, [_vm._v(_vm._s(item.newValue || "空"))]), item.activeRowIndex ? _c('span', {
19309
19335
  staticClass: "row-count"
19310
- }, [_vm._v(" (第" + _vm._s(item.activeRowIndex) + "行) ")]) : _vm._e()])]) : _c('div', {
19336
+ }, [_vm._v(" (第" + _vm._s(item.activeRowIndex) + "行) ")]) : _vm._e()], 2)]) : _c('div', {
19311
19337
  staticClass: "history-operation"
19312
19338
  }, [_c('a-tag', {
19313
19339
  attrs: {
@@ -20275,8 +20301,8 @@ var date_component = normalizeComponent(
20275
20301
  )
20276
20302
 
20277
20303
  /* harmony default export */ const date = (date_component.exports);
20278
- ;// ./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=06391f0a&scoped=true
20279
- var fileUploadvue_type_template_id_06391f0a_scoped_true_render = function render() {
20304
+ ;// ./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=5fb77b26&scoped=true
20305
+ var fileUploadvue_type_template_id_5fb77b26_scoped_true_render = function render() {
20280
20306
  var _vm = this,
20281
20307
  _c = _vm._self._c;
20282
20308
  return _c('div', [_c('a-form-model-item', {
@@ -20395,7 +20421,7 @@ var fileUploadvue_type_template_id_06391f0a_scoped_true_render = function render
20395
20421
  }) : _vm._e()], 1);
20396
20422
  }), 0)]) : _vm._e()], 1)])], 1);
20397
20423
  };
20398
- var fileUploadvue_type_template_id_06391f0a_scoped_true_staticRenderFns = [];
20424
+ var fileUploadvue_type_template_id_5fb77b26_scoped_true_staticRenderFns = [];
20399
20425
 
20400
20426
  ;// ./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
20401
20427
 
@@ -20580,7 +20606,6 @@ var fileUploadvue_type_template_id_06391f0a_scoped_true_staticRenderFns = [];
20580
20606
  this.$message.success("文件删除成功");
20581
20607
  },
20582
20608
  handlePreview(file) {
20583
- debugger;
20584
20609
  if (file.status && file.status != 'done') return;
20585
20610
  let previewUrl = this.imgUrl + file.url;
20586
20611
 
@@ -20636,10 +20661,10 @@ var fileUploadvue_type_template_id_06391f0a_scoped_true_staticRenderFns = [];
20636
20661
  });
20637
20662
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js
20638
20663
  /* harmony default export */ const components_fileUploadvue_type_script_lang_js = (fileUploadvue_type_script_lang_js);
20639
- ;// ./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=06391f0a&prod&lang=less&scoped=true
20664
+ ;// ./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=5fb77b26&prod&lang=less&scoped=true
20640
20665
  // extracted by mini-css-extract-plugin
20641
20666
 
20642
- ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=06391f0a&prod&lang=less&scoped=true
20667
+ ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=5fb77b26&prod&lang=less&scoped=true
20643
20668
 
20644
20669
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue
20645
20670
 
@@ -20652,11 +20677,11 @@ var fileUploadvue_type_template_id_06391f0a_scoped_true_staticRenderFns = [];
20652
20677
 
20653
20678
  var fileUpload_component = normalizeComponent(
20654
20679
  components_fileUploadvue_type_script_lang_js,
20655
- fileUploadvue_type_template_id_06391f0a_scoped_true_render,
20656
- fileUploadvue_type_template_id_06391f0a_scoped_true_staticRenderFns,
20680
+ fileUploadvue_type_template_id_5fb77b26_scoped_true_render,
20681
+ fileUploadvue_type_template_id_5fb77b26_scoped_true_staticRenderFns,
20657
20682
  false,
20658
20683
  null,
20659
- "06391f0a",
20684
+ "5fb77b26",
20660
20685
  null
20661
20686
 
20662
20687
  )
@@ -21376,6 +21401,21 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21376
21401
  rowCount = this.models[tableKey].length;
21377
21402
  activeRowIndex = this.models[tableKey].findIndex(item => item.id == tableId) + 1; //记录修改的行数
21378
21403
  }
21404
+ // 文件类型:额外保存原始文件数组,供纠错记录中点击预览使用
21405
+ let rawOldFiles, rawNewFiles;
21406
+ if (widget.columnType === "fileupload") {
21407
+ const parseFiles = v => {
21408
+ try {
21409
+ const arr = typeof v === "string" ? JSON.parse(v) : v;
21410
+ return Array.isArray(arr) && arr.length > 0 ? arr : null;
21411
+ } catch (e) {
21412
+ return null;
21413
+ }
21414
+ };
21415
+ rawOldFiles = parseFiles(initialValue);
21416
+ rawNewFiles = parseFiles(newValue);
21417
+ }
21418
+
21379
21419
  // 添加修改记录(原值使用初始值)
21380
21420
  this.addModificationRecord({
21381
21421
  type: "modify",
@@ -21387,6 +21427,8 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21387
21427
  tableId: tableId,
21388
21428
  oldValue: this.formatValue(initialValue, widget),
21389
21429
  newValue: this.formatValue(newValue, widget),
21430
+ rawOldFiles,
21431
+ rawNewFiles,
21390
21432
  time: this.getCurrentTime()
21391
21433
  });
21392
21434
  },
@@ -21421,10 +21463,11 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21421
21463
  if (existingRecord.oldValue === record.newValue) {
21422
21464
  this.modificationHistory.splice(existIndex, 1);
21423
21465
  } else {
21424
- // 更新已存在的记录(保持原值不变,只更新新值和时间)
21466
+ // 更新已存在的记录(保持原值不变,只更新新值、原始文件数据和时间)
21425
21467
  this.$set(this.modificationHistory, existIndex, {
21426
21468
  ...existingRecord,
21427
21469
  newValue: record.newValue,
21470
+ rawNewFiles: record.rawNewFiles,
21428
21471
  time: record.time
21429
21472
  });
21430
21473
  }
@@ -21491,6 +21534,20 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21491
21534
  const minutes = String(now.getMinutes()).padStart(2, "0");
21492
21535
  return `${year}-${month}-${day} ${hours}:${minutes}`;
21493
21536
  },
21537
+ /**
21538
+ * 纠错记录中预览文件(与 fileUpload 组件 handlePreview 逻辑一致)
21539
+ */
21540
+ previewHistoryFile(file) {
21541
+ const imgUrl = window._CONFIG.imgUrl || "";
21542
+ let previewUrl = imgUrl + file.url;
21543
+ const fileName = file.name || file.fileName || file.url || "";
21544
+ const fileExt = fileName.split(".").pop().toLowerCase();
21545
+ const imageExts = ["jpg", "jpeg", "png", "gif", "bmp", "webp", "svg"];
21546
+ if (imageExts.includes(fileExt) || fileExt === "pdf") {
21547
+ previewUrl += (previewUrl.includes("?") ? "&" : "?") + "download=0";
21548
+ }
21549
+ window.open(previewUrl);
21550
+ },
21494
21551
  /**
21495
21552
  * 处理审核状态变化
21496
21553
  * @param {Object} item - 修改记录项
@@ -21604,10 +21661,10 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21604
21661
  });
21605
21662
  ;// ./src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js
21606
21663
  /* harmony default export */ const components_formCorrectionLayoutvue_type_script_lang_js = (formCorrectionLayoutvue_type_script_lang_js);
21607
- ;// ./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=3234fcba&prod&lang=less&scoped=true
21664
+ ;// ./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=50ef4fcc&prod&lang=less&scoped=true
21608
21665
  // extracted by mini-css-extract-plugin
21609
21666
 
21610
- ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=3234fcba&prod&lang=less&scoped=true
21667
+ ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=50ef4fcc&prod&lang=less&scoped=true
21611
21668
 
21612
21669
  ;// ./src/components/formCorrectionLayout/index.vue
21613
21670
 
@@ -21624,7 +21681,7 @@ var formCorrectionLayout_component = normalizeComponent(
21624
21681
  staticRenderFns,
21625
21682
  false,
21626
21683
  null,
21627
- "3234fcba",
21684
+ "50ef4fcc",
21628
21685
  null
21629
21686
 
21630
21687
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/h-form-error-correction",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/h-form-error-correction.umd.js",