@zscreate/h-form-error-correction 0.0.32 → 0.0.34

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-2b85b484] {
121
+ .file-upload-container .current-org[data-v-0e87bbce] {
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-2b85b484] {
126
+ .file-upload-container .upload-area[data-v-0e87bbce] {
127
127
  margin-bottom: 20px;
128
128
  }
129
- .file-upload-container .upload-area .upload-dragger[data-v-2b85b484] {
129
+ .file-upload-container .upload-area .upload-dragger[data-v-0e87bbce] {
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-2b85b484]:hover {
139
+ .file-upload-container .upload-area .upload-dragger[data-v-0e87bbce]:hover {
140
140
  border-color: #1890ff;
141
141
  }
142
- .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-2b85b484] {
142
+ .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-0e87bbce] {
143
143
  margin-bottom: 8px;
144
144
  }
145
- .file-upload-container .upload-area .upload-dragger .upload-text[data-v-2b85b484] {
145
+ .file-upload-container .upload-area .upload-dragger .upload-text[data-v-0e87bbce] {
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-2b85b484] {
150
+ .file-upload-container .file-list-section[data-v-0e87bbce] {
151
151
  margin-top: 10px;
152
152
  }
153
- .file-upload-container .file-list-section .file-list-title[data-v-2b85b484] {
153
+ .file-upload-container .file-list-section .file-list-title[data-v-0e87bbce] {
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-2b85b484] {
159
+ .file-upload-container .file-list-section .file-list[data-v-0e87bbce] {
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-2b85b484] {
163
+ .file-upload-container .file-list-section .file-list .file-item[data-v-0e87bbce] {
164
164
  display: flex;
165
165
  align-items: center;
166
166
  padding: 12px;
@@ -170,20 +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[data-v-2b85b484]:hover {
173
+ .file-upload-container .file-list-section .file-list .file-item.is-uploading[data-v-0e87bbce] {
174
+ cursor: default;
175
+ background: #fafafa;
176
+ }
177
+ .file-upload-container .file-list-section .file-list .file-item[data-v-0e87bbce]:hover:not(.is-uploading) {
174
178
  background: #fafafa;
175
179
  border-color: #d9d9d9;
176
180
  }
177
- .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-2b85b484] {
181
+ .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-0e87bbce] {
178
182
  font-size: 20px;
179
183
  color: #1890ff;
180
184
  margin-right: 12px;
185
+ flex-shrink: 0;
181
186
  }
182
- .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-2b85b484] {
187
+ .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-0e87bbce] {
183
188
  flex: 1;
184
189
  min-width: 0;
185
190
  }
186
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-2b85b484] {
191
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-0e87bbce] {
187
192
  font-size: 14px;
188
193
  color: rgba(0, 0, 0, 0.85);
189
194
  margin-bottom: 4px;
@@ -191,34 +196,48 @@
191
196
  text-overflow: ellipsis;
192
197
  white-space: nowrap;
193
198
  }
194
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-2b85b484] {
199
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-progress[data-v-0e87bbce] {
200
+ margin-top: 4px;
201
+ }
202
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-error[data-v-0e87bbce] {
203
+ font-size: 12px;
204
+ color: #ff4d4f;
205
+ margin-top: 2px;
206
+ }
207
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-0e87bbce] {
195
208
  font-size: 12px;
196
209
  color: rgba(0, 0, 0, 0.45);
197
210
  }
198
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-2b85b484] {
211
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-0e87bbce] {
199
212
  font-size: 16px;
200
213
  color: rgba(0, 0, 0, 0.45);
201
214
  cursor: pointer;
202
215
  transition: color 0.3s;
216
+ flex-shrink: 0;
203
217
  }
204
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-2b85b484]:hover {
218
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-0e87bbce]:hover {
205
219
  color: #ff4d4f;
206
220
  }
207
- [data-v-2b85b484] .ant-form-item-children input[disabledColor="true"] {
221
+ .file-upload-container .file-list-section .file-list .file-item .loading-icon[data-v-0e87bbce] {
222
+ font-size: 16px;
223
+ color: #1890ff;
224
+ flex-shrink: 0;
225
+ }
226
+ [data-v-0e87bbce] .ant-form-item-children input[disabledColor="true"] {
208
227
  background-color: #f5f5f5 !important;
209
228
  color: #c1b8c1;
210
229
  }
211
230
 
212
- .formCorrectionLayout[data-v-59bed612] {
231
+ .formCorrectionLayout[data-v-5234d37c] {
213
232
  width: 100%;
214
233
  }
215
- .formCorrectionLayout .formCorrectionLayout-left[data-v-59bed612] {
234
+ .formCorrectionLayout .formCorrectionLayout-left[data-v-5234d37c] {
216
235
  padding-right: 15px;
217
236
  }
218
- .formCorrectionLayout .formCorrectionLayout-right[data-v-59bed612] {
237
+ .formCorrectionLayout .formCorrectionLayout-right[data-v-5234d37c] {
219
238
  padding-left: 10px;
220
239
  }
221
- .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-59bed612] {
240
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-5234d37c] {
222
241
  background: white;
223
242
  border-radius: 4px;
224
243
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
@@ -227,7 +246,7 @@
227
246
  overflow: hidden;
228
247
  min-height: 450px;
229
248
  }
230
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-59bed612] {
249
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-5234d37c] {
231
250
  padding: 16px;
232
251
  border-bottom: 1px solid #f0f0f0;
233
252
  font-size: 16px;
@@ -238,16 +257,16 @@
238
257
  gap: 8px;
239
258
  flex-shrink: 0;
240
259
  }
241
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-59bed612] {
260
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-5234d37c] {
242
261
  color: #1890ff;
243
262
  }
244
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-59bed612] {
263
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-5234d37c] {
245
264
  padding: 12px;
246
265
  overflow-y: auto;
247
266
  flex: 1;
248
267
  min-height: 170px;
249
268
  }
250
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-59bed612] {
269
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-5234d37c] {
251
270
  background: #f5f5f5;
252
271
  border-radius: 4px;
253
272
  padding: 12px;
@@ -255,97 +274,97 @@
255
274
  border-left: 3px solid #1890ff;
256
275
  transition: all 0.3s;
257
276
  }
258
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-59bed612]:hover {
277
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-5234d37c]:hover {
259
278
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
260
279
  transform: translateX(2px);
261
280
  }
262
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-59bed612]:last-child {
281
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-5234d37c]:last-child {
263
282
  margin-bottom: 0;
264
283
  }
265
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-59bed612] {
284
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-5234d37c] {
266
285
  display: flex;
267
286
  justify-content: space-between;
268
287
  align-items: center;
269
288
  margin-bottom: 8px;
270
289
  }
271
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-59bed612] {
290
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-5234d37c] {
272
291
  font-weight: 500;
273
292
  color: rgba(0, 0, 0, 0.85);
274
293
  font-size: 14px;
275
294
  }
276
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-59bed612] {
295
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-5234d37c] {
277
296
  font-size: 12px;
278
297
  color: rgba(0, 0, 0, 0.45);
279
298
  }
280
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-59bed612] {
299
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-5234d37c] {
281
300
  display: flex;
282
301
  flex-direction: column;
283
302
  gap: 6px;
284
303
  }
285
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-59bed612],
286
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-59bed612] {
304
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-5234d37c],
305
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-5234d37c] {
287
306
  display: flex;
288
307
  align-items: center;
289
308
  gap: 8px;
290
309
  font-size: 13px;
291
310
  }
292
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-59bed612],
293
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-59bed612] {
311
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-5234d37c],
312
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-5234d37c] {
294
313
  color: rgba(0, 0, 0, 0.65);
295
314
  min-width: 40px;
296
315
  }
297
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-59bed612],
298
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-59bed612] {
316
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-5234d37c],
317
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-5234d37c] {
299
318
  color: rgba(0, 0, 0, 0.85);
300
319
  word-break: break-all;
301
320
  white-space: pre-line;
302
321
  flex: 1;
303
322
  }
304
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-59bed612] {
323
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-5234d37c] {
305
324
  text-decoration: line-through;
306
325
  color: rgba(0, 0, 0, 0.45);
307
326
  }
308
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-59bed612] {
327
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-5234d37c] {
309
328
  color: #52c41a;
310
329
  font-weight: 500;
311
330
  }
312
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-59bed612] {
331
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-5234d37c] {
313
332
  color: #1890ff;
314
333
  align-self: center;
315
334
  }
316
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-59bed612] {
335
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-5234d37c] {
317
336
  display: flex;
318
337
  align-items: center;
319
338
  gap: 8px;
320
339
  font-size: 13px;
321
340
  flex-wrap: wrap;
322
341
  }
323
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-59bed612] {
342
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-5234d37c] {
324
343
  color: rgba(0, 0, 0, 0.65);
325
344
  }
326
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-59bed612] {
345
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-5234d37c] {
327
346
  color: #1890ff;
328
347
  font-weight: 500;
329
348
  margin-left: 4px;
330
349
  }
331
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-59bed612] {
350
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-5234d37c] {
332
351
  color: #ff4d4f;
333
352
  font-weight: 500;
334
353
  }
335
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-59bed612] {
354
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-5234d37c] {
336
355
  margin-top: 5px;
337
356
  padding-top: 12px;
338
357
  border-top: 1px dashed #e8e8e8;
339
358
  }
340
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] {
359
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] {
341
360
  display: flex;
342
361
  justify-content: center;
343
362
  }
344
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] .ant-radio-group {
363
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] .ant-radio-group {
345
364
  width: 100%;
346
365
  display: flex;
347
366
  }
348
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] .ant-radio-group .ant-radio-button-wrapper {
367
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] .ant-radio-group .ant-radio-button-wrapper {
349
368
  flex: 1;
350
369
  text-align: center;
351
370
  height: 32px;
@@ -353,21 +372,21 @@
353
372
  font-size: 13px;
354
373
  transition: all 0.3s;
355
374
  }
356
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] .ant-radio-group .ant-radio-button-wrapper:hover {
375
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] .ant-radio-group .ant-radio-button-wrapper:hover {
357
376
  transform: translateY(-1px);
358
377
  }
359
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
378
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
360
379
  background-color: #52c41a;
361
380
  border-color: #52c41a;
362
381
  }
363
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
382
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
364
383
  background-color: #ff4d4f;
365
384
  border-color: #ff4d4f;
366
385
  }
367
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-59bed612] .ant-radio-group .ant-radio-button-wrapper i {
386
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-5234d37c] .ant-radio-group .ant-radio-button-wrapper i {
368
387
  margin-right: 4px;
369
388
  }
370
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-59bed612] {
389
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-5234d37c] {
371
390
  display: flex;
372
391
  align-items: center;
373
392
  justify-content: center;
@@ -378,15 +397,15 @@
378
397
  color: rgba(0, 0, 0, 0.45);
379
398
  font-size: 13px;
380
399
  }
381
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-59bed612] {
400
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-5234d37c] {
382
401
  color: #1890ff;
383
402
  }
384
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-59bed612] {
403
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-5234d37c] {
385
404
  color: #1890ff;
386
405
  font-weight: 500;
387
406
  margin-left: 4px;
388
407
  }
389
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-59bed612] {
408
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-5234d37c] {
390
409
  padding: 10px 10px;
391
410
  background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
392
411
  border-top: 1px solid #e8e8e8;
@@ -396,34 +415,34 @@
396
415
  align-items: center;
397
416
  flex-shrink: 0;
398
417
  }
399
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-59bed612] {
418
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-5234d37c] {
400
419
  display: flex;
401
420
  flex-direction: column;
402
421
  align-items: center;
403
422
  gap: 4px;
404
423
  }
405
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-59bed612] {
424
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-5234d37c] {
406
425
  font-size: 12px;
407
426
  color: rgba(0, 0, 0, 0.45);
408
427
  }
409
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-59bed612] {
428
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-5234d37c] {
410
429
  font-size: 20px;
411
430
  font-weight: 600;
412
431
  }
413
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-59bed612] {
432
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-5234d37c] {
414
433
  color: #1890ff;
415
434
  }
416
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-59bed612] {
435
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-5234d37c] {
417
436
  color: #52c41a;
418
437
  }
419
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-59bed612] {
438
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-5234d37c] {
420
439
  color: #ff4d4f;
421
440
  }
422
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-59bed612] {
441
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-5234d37c] {
423
442
  border-top: 1px solid #f0f0f0;
424
443
  flex-shrink: 0;
425
444
  }
426
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-59bed612] {
445
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-5234d37c] {
427
446
  padding: 13px 16px;
428
447
  font-size: 16px;
429
448
  font-weight: 500;
@@ -433,62 +452,62 @@
433
452
  gap: 8px;
434
453
  background-color: #fafafa;
435
454
  }
436
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-59bed612] {
455
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-5234d37c] {
437
456
  color: #1890ff;
438
457
  }
439
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-59bed612] {
458
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-5234d37c] {
440
459
  padding: 16px;
441
460
  }
442
- .formCorrectionLayout .permission[data-v-59bed612] {
461
+ .formCorrectionLayout .permission[data-v-5234d37c] {
443
462
  background-color: #fafafa;
444
463
  border: 1px solid #e8e8e8;
445
464
  border-top: none;
446
465
  display: flex;
447
466
  justify-content: space-between;
448
467
  }
449
- .formCorrectionLayout[data-v-59bed612] .ant-form-item-label {
468
+ .formCorrectionLayout[data-v-5234d37c] .ant-form-item-label {
450
469
  overflow: hidden;
451
470
  text-overflow: ellipsis;
452
471
  white-space: nowrap;
453
472
  width: 100%;
454
473
  text-align: left;
455
474
  }
456
- .formCorrectionLayout[data-v-59bed612] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
475
+ .formCorrectionLayout[data-v-5234d37c] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
457
476
  width: 0 !important;
458
477
  height: 0 !important;
459
478
  }
460
- .formCorrectionLayout[data-v-59bed612] .ant-table-body {
479
+ .formCorrectionLayout[data-v-5234d37c] .ant-table-body {
461
480
  overflow-y: auto !important;
462
481
  overflow-x: auto !important;
463
482
  }
464
- .formCorrectionLayout[data-v-59bed612] .ant-table-body::-webkit-scrollbar {
483
+ .formCorrectionLayout[data-v-5234d37c] .ant-table-body::-webkit-scrollbar {
465
484
  width: 0px !important;
466
485
  height: 5px !important;
467
486
  }
468
- .formCorrectionLayout[data-v-59bed612] .ant-table .ant-table-header {
487
+ .formCorrectionLayout[data-v-5234d37c] .ant-table .ant-table-header {
469
488
  overflow: hidden !important;
470
489
  margin-bottom: 0 !important;
471
490
  padding-bottom: 0 !important;
472
491
  }
473
- .formCorrectionLayout[data-v-59bed612] .ant-table .ant-table-body {
492
+ .formCorrectionLayout[data-v-5234d37c] .ant-table .ant-table-body {
474
493
  overflow-y: auto !important;
475
494
  overflow-x: auto !important;
476
495
  }
477
- .formCorrectionLayout[data-v-59bed612] .ant-table-tbody td {
496
+ .formCorrectionLayout[data-v-5234d37c] .ant-table-tbody td {
478
497
  padding-bottom: 0 !important;
479
498
  }
480
- .formCorrectionLayout[data-v-59bed612] .form-main-row {
499
+ .formCorrectionLayout[data-v-5234d37c] .form-main-row {
481
500
  align-items: flex-start !important;
482
501
  flex-wrap: wrap;
483
502
  }
484
- .formCorrectionLayout[data-v-59bed612] .form-main-row .form-main-col {
503
+ .formCorrectionLayout[data-v-5234d37c] .form-main-row .form-main-col {
485
504
  margin-bottom: 8px;
486
505
  }
487
- .formCorrectionLayout[data-v-59bed612] .form-main-row .form-main-col .ant-form-item {
506
+ .formCorrectionLayout[data-v-5234d37c] .form-main-row .form-main-col .ant-form-item {
488
507
  margin-bottom: 0 !important;
489
508
  padding-bottom: 22px;
490
509
  }
491
- .formCorrectionLayout[data-v-59bed612] .form-main-row .form-main-col .ant-form-item.has-error {
510
+ .formCorrectionLayout[data-v-5234d37c] .form-main-row .form-main-col .ant-form-item.has-error {
492
511
  padding-bottom: 0;
493
512
  margin-bottom: 22px !important;
494
513
  }
@@ -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 11:23]</title>
6
+ <title>@zscreate/h-form-error-correction [3 Mar 2026 at 15:36]</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":848667,"parsedSize":858519,"gzipSize":173655,"groups":[{"label":"node_modules","path":"./node_modules","statSize":713885,"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":86612,"groups":[{"id":6420,"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":86612,"parsedSize":853052,"gzipSize":173655,"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":906,"gzipSize":184,"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":7721,"gzipSize":1571,"inaccurateSizes":true}],"parsedSize":8627,"gzipSize":1756,"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":27213,"gzipSize":5539,"inaccurateSizes":true}],"parsedSize":27213,"gzipSize":5539,"inaccurateSizes":true}],"parsedSize":35840,"gzipSize":7296,"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":82973,"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":4698,"gzipSize":956,"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":78265,"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":2068,"gzipSize":421,"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":78055,"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":5761,"gzipSize":1172,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=59bed612&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=59bed612&scoped=true","statSize":14923,"parsedSize":146978,"gzipSize":29920,"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":31772,"parsedSize":312926,"gzipSize":63702,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=59bed612&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=59bed612&prod&lang=less&scoped=true","statSize":705,"parsedSize":6943,"gzipSize":1413,"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":20742,"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":3535,"gzipSize":719,"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":4885,"gzipSize":994,"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":6382,"gzipSize":1299,"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":8805,"gzipSize":1792,"inaccurateSizes":true}],"parsedSize":20072,"gzipSize":4086,"inaccurateSizes":true},{"label":"select","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select","statSize":2546,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue","statSize":496,"parsedSize":4885,"gzipSize":994,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=7281c48a&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue?vue&type=template&id=7281c48a&scoped=true","statSize":984,"parsedSize":9691,"gzipSize":1972,"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":10499,"gzipSize":2137,"inaccurateSizes":true}],"parsedSize":25075,"gzipSize":5104,"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":4885,"gzipSize":994,"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":8401,"gzipSize":1710,"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":8805,"gzipSize":1792,"inaccurateSizes":true}],"parsedSize":22091,"gzipSize":4497,"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":4885,"gzipSize":994,"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":7071,"gzipSize":1439,"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":8805,"gzipSize":1792,"inaccurateSizes":true}],"parsedSize":20761,"gzipSize":4226,"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":11448,"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":5820,"gzipSize":1184,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=2b85b484&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=2b85b484&scoped=true","statSize":2764,"parsedSize":27222,"gzipSize":5541,"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":7352,"parsedSize":72410,"gzipSize":14740,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=2b85b484&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=2b85b484&prod&lang=less&scoped=true","statSize":741,"parsedSize":7298,"gzipSize":1485,"inaccurateSizes":true}],"parsedSize":112752,"gzipSize":22952,"inaccurateSizes":true}],"parsedSize":204290,"gzipSize":41587,"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":9328,"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":9328,"parsedSize":91872,"gzipSize":18702,"inaccurateSizes":true}],"parsedSize":91872,"gzipSize":18702,"inaccurateSizes":true}],"parsedSize":768773,"gzipSize":156498,"inaccurateSizes":true}],"parsedSize":770841,"gzipSize":156919,"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":23204,"gzipSize":4723,"inaccurateSizes":true}],"parsedSize":23204,"gzipSize":4723,"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":18467,"gzipSize":3759,"inaccurateSizes":true}],"parsedSize":18467,"gzipSize":3759,"inaccurateSizes":true}],"parsedSize":817211,"gzipSize":166358,"inaccurateSizes":true}]}],"parsedSize":853052,"gzipSize":173655},{"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":853052,"gzipSize":173655},{"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":850087,"parsedSize":859896,"gzipSize":174022,"groups":[{"label":"node_modules","path":"./node_modules","statSize":715305,"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":88032,"groups":[{"id":2264,"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":88032,"parsedSize":854547,"gzipSize":174022,"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":893,"gzipSize":181,"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":7610,"gzipSize":1549,"inaccurateSizes":true}],"parsedSize":8503,"gzipSize":1731,"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":26821,"gzipSize":5461,"inaccurateSizes":true}],"parsedSize":26821,"gzipSize":5461,"inaccurateSizes":true}],"parsedSize":35324,"gzipSize":7193,"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":84393,"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":4630,"gzipSize":942,"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":79685,"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":2038,"gzipSize":415,"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":79475,"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":5678,"gzipSize":1156,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=5234d37c&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=5234d37c&scoped=true","statSize":14996,"parsedSize":145569,"gzipSize":29644,"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":308126,"gzipSize":62747,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=5234d37c&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=5234d37c&prod&lang=less&scoped=true","statSize":705,"parsedSize":6843,"gzipSize":1393,"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":22119,"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":3484,"gzipSize":709,"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":4814,"gzipSize":980,"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":6290,"gzipSize":1280,"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":8678,"gzipSize":1767,"inaccurateSizes":true}],"parsedSize":19783,"gzipSize":4028,"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":4814,"gzipSize":980,"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":9814,"gzipSize":1998,"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":10347,"gzipSize":2107,"inaccurateSizes":true}],"parsedSize":24976,"gzipSize":5086,"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":4814,"gzipSize":980,"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":8280,"gzipSize":1686,"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":8678,"gzipSize":1767,"inaccurateSizes":true}],"parsedSize":21773,"gzipSize":4433,"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":4814,"gzipSize":980,"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":6969,"gzipSize":1419,"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":8678,"gzipSize":1767,"inaccurateSizes":true}],"parsedSize":20462,"gzipSize":4167,"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":12798,"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":5736,"gzipSize":1168,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=0e87bbce&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=0e87bbce&scoped=true","statSize":3422,"parsedSize":33218,"gzipSize":6764,"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":8044,"parsedSize":78084,"gzipSize":15901,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=0e87bbce&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=0e87bbce&prod&lang=less&scoped=true","statSize":741,"parsedSize":7193,"gzipSize":1464,"inaccurateSizes":true}],"parsedSize":124233,"gzipSize":25299,"inaccurateSizes":true}],"parsedSize":214714,"gzipSize":43724,"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":9328,"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":9328,"parsedSize":90549,"gzipSize":18439,"inaccurateSizes":true}],"parsedSize":90549,"gzipSize":18439,"inaccurateSizes":true}],"parsedSize":771482,"gzipSize":157106,"inaccurateSizes":true}],"parsedSize":773520,"gzipSize":157521,"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":22870,"gzipSize":4657,"inaccurateSizes":true}],"parsedSize":22870,"gzipSize":4657,"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":18201,"gzipSize":3706,"inaccurateSizes":true}],"parsedSize":18201,"gzipSize":3706,"inaccurateSizes":true}],"parsedSize":819222,"gzipSize":166828,"inaccurateSizes":true}]}],"parsedSize":854547,"gzipSize":174022},{"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":854547,"gzipSize":174022},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133663,"groups":[{"label":"components/formCorrectionLayout/common","path":"./src/components/formCorrectionLayout/common","statSize":130528,"groups":[{"id":7997,"label":"moment.js","path":"./src/components/formCorrectionLayout/common/moment.js","statSize":130528}],"parsedSize":0,"gzipSize":0},{"label":"static","path":"./src/static","statSize":3135,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":3135}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"h-form-error-correction.umd":true}}];
35
35
  window.entrypoints = ["h-form-error-correction.umd"];
36
36
  window.defaultSizes = "parsed";
37
37
  </script>
@@ -18817,7 +18817,7 @@ $({
18817
18817
  (module) {
18818
18818
 
18819
18819
  "use strict";
18820
- module.exports = {"rE":"0.0.32"};
18820
+ module.exports = {"rE":"0.0.34"};
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=59bed612&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=5234d37c&scoped=true
18952
18952
  var render = function render() {
18953
18953
  var _vm = this,
18954
18954
  _c = _vm._self._c;
@@ -19116,6 +19116,9 @@ var render = function render() {
19116
19116
  key: "select",
19117
19117
  fn: function (text, record, rowIndex, column) {
19118
19118
  return [_c('select-component', {
19119
+ staticStyle: {
19120
+ "width": "147px"
19121
+ },
19119
19122
  attrs: {
19120
19123
  "widget": _vm.getWidgetByFieldName(childIndex, column.dataIndex),
19121
19124
  "models": _vm.models,
@@ -20052,8 +20055,8 @@ var component = normalizeComponent(
20052
20055
  )
20053
20056
 
20054
20057
  /* harmony default export */ const input = (component.exports);
20055
- ;// ./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/select/index.vue?vue&type=template&id=7281c48a&scoped=true
20056
- var selectvue_type_template_id_7281c48a_scoped_true_render = function render() {
20058
+ ;// ./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/select/index.vue?vue&type=template&id=5818b7d2&scoped=true
20059
+ var selectvue_type_template_id_5818b7d2_scoped_true_render = function render() {
20057
20060
  var _vm = this,
20058
20061
  _c = _vm._self._c;
20059
20062
  return _c('div', [_c('a-form-model-item', {
@@ -20080,12 +20083,13 @@ var selectvue_type_template_id_7281c48a_scoped_true_render = function render() {
20080
20083
  return _c('a-select-option', {
20081
20084
  key: el.value,
20082
20085
  attrs: {
20083
- "value": el.value
20086
+ "value": el.value,
20087
+ "title": el.title
20084
20088
  }
20085
20089
  }, [_vm._v(_vm._s(el.title))]);
20086
20090
  }), 1)], 1)], 1);
20087
20091
  };
20088
- var selectvue_type_template_id_7281c48a_scoped_true_staticRenderFns = [];
20092
+ var selectvue_type_template_id_5818b7d2_scoped_true_staticRenderFns = [];
20089
20093
 
20090
20094
  ;// ./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/select/index.vue?vue&type=script&lang=js
20091
20095
 
@@ -20119,11 +20123,11 @@ var selectvue_type_template_id_7281c48a_scoped_true_staticRenderFns = [];
20119
20123
  ;
20120
20124
  var select_component = normalizeComponent(
20121
20125
  components_selectvue_type_script_lang_js,
20122
- selectvue_type_template_id_7281c48a_scoped_true_render,
20123
- selectvue_type_template_id_7281c48a_scoped_true_staticRenderFns,
20126
+ selectvue_type_template_id_5818b7d2_scoped_true_render,
20127
+ selectvue_type_template_id_5818b7d2_scoped_true_staticRenderFns,
20124
20128
  false,
20125
20129
  null,
20126
- "7281c48a",
20130
+ "5818b7d2",
20127
20131
  null
20128
20132
 
20129
20133
  )
@@ -20263,8 +20267,8 @@ var date_component = normalizeComponent(
20263
20267
  )
20264
20268
 
20265
20269
  /* harmony default export */ const date = (date_component.exports);
20266
- ;// ./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=2b85b484&scoped=true
20267
- var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render() {
20270
+ ;// ./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=0e87bbce&scoped=true
20271
+ var fileUploadvue_type_template_id_0e87bbce_scoped_true_render = function render() {
20268
20272
  var _vm = this,
20269
20273
  _c = _vm._self._c;
20270
20274
  return _c('div', [_c('a-form-model-item', {
@@ -20309,7 +20313,7 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20309
20313
  "name": "file",
20310
20314
  "multiple": true,
20311
20315
  "action": _vm.uploadAction,
20312
- "accept": _vm.acceptFileTypes,
20316
+ "customRequest": _vm.customRequest,
20313
20317
  "before-upload": _vm.beforeUpload,
20314
20318
  "showUploadList": false
20315
20319
  },
@@ -20334,9 +20338,12 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20334
20338
  return _c('div', {
20335
20339
  key: file.uid || index,
20336
20340
  staticClass: "file-item",
20341
+ class: {
20342
+ 'is-uploading': file.status === 'uploading'
20343
+ },
20337
20344
  on: {
20338
20345
  "click": function ($event) {
20339
- return _vm.handlePreview(file);
20346
+ file.status === 'done' && _vm.handlePreview(file);
20340
20347
  }
20341
20348
  }
20342
20349
  }, [_c('a-icon', {
@@ -20351,7 +20358,17 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20351
20358
  attrs: {
20352
20359
  "title": file.name
20353
20360
  }
20354
- }, [_vm._v(_vm._s(file.name))])]), !_vm.isDisabled ? _c('a-icon', {
20361
+ }, [_vm._v(_vm._s(file.name))]), file.status === 'uploading' ? _c('div', {
20362
+ staticClass: "file-progress"
20363
+ }, [_c('a-progress', {
20364
+ attrs: {
20365
+ "percent": file.percent || 0,
20366
+ "size": "small",
20367
+ "status": file.percent >= 100 ? 'active' : 'normal'
20368
+ }
20369
+ })], 1) : file.status === 'error' ? _c('div', {
20370
+ staticClass: "file-error"
20371
+ }, [_vm._v("上传失败")]) : _vm._e()]), !_vm.isDisabled && file.status !== 'uploading' ? _c('a-icon', {
20355
20372
  staticClass: "delete-icon",
20356
20373
  attrs: {
20357
20374
  "type": "delete"
@@ -20362,16 +20379,22 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20362
20379
  return _vm.handleDelete(index);
20363
20380
  }
20364
20381
  }
20382
+ }) : _vm._e(), file.status === 'uploading' ? _c('a-icon', {
20383
+ staticClass: "loading-icon",
20384
+ attrs: {
20385
+ "type": "loading"
20386
+ }
20365
20387
  }) : _vm._e()], 1);
20366
20388
  }), 0)]) : _vm._e()], 1)])], 1);
20367
20389
  };
20368
- var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20390
+ var fileUploadvue_type_template_id_0e87bbce_scoped_true_staticRenderFns = [];
20369
20391
 
20370
20392
  ;// ./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
20371
20393
 
20372
20394
 
20373
20395
 
20374
20396
 
20397
+
20375
20398
  /* harmony default export */ const fileUploadvue_type_script_lang_js = ({
20376
20399
  name: "",
20377
20400
  components: {},
@@ -20431,40 +20454,8 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20431
20454
  mounted() {},
20432
20455
  methods: {
20433
20456
  handleChange(info) {
20434
- console.log("handleChange 触发:", info);
20435
- console.log("文件状态:", info.file.status);
20436
- console.log("文件信息:", info.file);
20437
- console.log("fileList:", info.fileList);
20438
- const status = info.file.status;
20439
- if (status === "done") {
20440
- // 上传成功,将文件信息添加到 fileList
20441
- const response = info.file.response;
20442
- console.log("上传成功,响应数据:", response);
20443
- const fileInfo = {
20444
- uid: info.file.uid,
20445
- name: info.file.name,
20446
- size: info.file.size,
20447
- status: "done",
20448
- url: (response === null || response === void 0 ? void 0 : response.message) || (response === null || response === void 0 ? void 0 : response.url) || "" // 根据实际接口返回的字段调整
20449
- // response: response,
20450
- };
20451
-
20452
- // 检查是否已存在,避免重复添加
20453
- const existIndex = this.fileList.findIndex(f => f.uid === fileInfo.uid);
20454
- if (existIndex === -1) {
20455
- this.fileList.push(fileInfo);
20456
- console.log("文件已添加到列表:", this.fileList);
20457
- }
20458
-
20459
- // 更新 models
20460
- this.updateModels();
20461
- this.$message.success(`${info.file.name} 上传成功`);
20462
- } else if (status === "error") {
20463
- console.log("上传失败:", info.file);
20464
- this.$message.error(`${info.file.name} 上传失败`);
20465
- } else if (status === "uploading") {
20466
- console.log("上传中...", info.file.percent);
20467
- }
20457
+ // 上传状态由 customRequest 管理,这里仅处理非自定义上传场景的日志
20458
+ console.log("handleChange 触发:", info.file.status);
20468
20459
  },
20469
20460
  // 打开文件上传弹框
20470
20461
  openFileUpload() {
@@ -20473,11 +20464,10 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20473
20464
  },
20474
20465
  // 上传前校验
20475
20466
  beforeUpload(file) {
20476
- debugger;
20477
20467
  // 校验文件大小
20478
20468
  if (file.size > this.maxFileSize) {
20479
20469
  this.$message.error(`文件 ${file.name} 大小超过限制(最大 ${this.widget.rules.maxFileSize}MB)`);
20480
- return Promise.reject();
20470
+ return false;
20481
20471
  }
20482
20472
 
20483
20473
  // 校验文件类型
@@ -20486,27 +20476,94 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20486
20476
  const allowedTypes = this.widget.rules.fileType.join(",").toLowerCase();
20487
20477
  if (!allowedTypes.includes(fileExt)) {
20488
20478
  this.$message.error(`文件 ${file.name} 类型不支持(支持: ${this.widget.rules.fileType.join(", ")})`);
20489
- return Promise.reject();
20479
+ return false;
20490
20480
  }
20491
20481
  }
20492
20482
  return true;
20493
20483
  },
20494
- // 自定义上传
20484
+ // 自定义上传(带进度条)
20495
20485
  customRequest({
20496
- file
20486
+ file,
20487
+ onSuccess,
20488
+ onError,
20489
+ onProgress
20497
20490
  }) {
20498
- // 这里实现实际的上传逻辑
20499
- // 暂时先将文件添加到列表中
20491
+ const uid = file.uid || Date.now() + Math.random();
20500
20492
  const fileInfo = {
20501
- uid: Date.now() + Math.random(),
20493
+ uid,
20502
20494
  name: file.name,
20503
20495
  size: file.size,
20504
- status: "done",
20505
- originFileObj: file,
20506
- url: "" // 上传后的 URL,需要根据实际上传接口返回
20496
+ status: "uploading",
20497
+ percent: 0,
20498
+ url: "",
20499
+ originFileObj: file
20507
20500
  };
20508
20501
  this.fileList.push(fileInfo);
20509
- this.$message.success(`文件 ${file.name} 添加成功`);
20502
+ const index = this.fileList.length - 1;
20503
+ const formData = new FormData();
20504
+ formData.append("file", file);
20505
+ const xhr = new XMLHttpRequest();
20506
+
20507
+ // 上传进度
20508
+ xhr.upload.onprogress = e => {
20509
+ if (e.lengthComputable) {
20510
+ const percent = Math.round(e.loaded / e.total * 100);
20511
+ this.$set(this.fileList, index, {
20512
+ ...this.fileList[index],
20513
+ percent
20514
+ });
20515
+ if (onProgress) onProgress({
20516
+ percent
20517
+ });
20518
+ }
20519
+ };
20520
+
20521
+ // 上传成功
20522
+ xhr.onload = () => {
20523
+ if (xhr.status >= 200 && xhr.status < 300) {
20524
+ var _response, _response2;
20525
+ let response = {};
20526
+ try {
20527
+ response = JSON.parse(xhr.responseText);
20528
+ } catch (e) {
20529
+ response = {
20530
+ message: xhr.responseText
20531
+ };
20532
+ }
20533
+ const url = ((_response = response) === null || _response === void 0 ? void 0 : _response.message) || ((_response2 = response) === null || _response2 === void 0 ? void 0 : _response2.url) || "";
20534
+ this.$set(this.fileList, index, {
20535
+ ...this.fileList[index],
20536
+ status: "done",
20537
+ percent: 100,
20538
+ url,
20539
+ response
20540
+ });
20541
+ this.updateModels();
20542
+ this.$message.success(`${file.name} 上传成功`);
20543
+ if (onSuccess) onSuccess(response, file);
20544
+ } else {
20545
+ this.$set(this.fileList, index, {
20546
+ ...this.fileList[index],
20547
+ status: "error",
20548
+ percent: 0
20549
+ });
20550
+ this.$message.error(`${file.name} 上传失败`);
20551
+ if (onError) onError(new Error("上传失败"));
20552
+ }
20553
+ };
20554
+
20555
+ // 上传异常
20556
+ xhr.onerror = () => {
20557
+ this.$set(this.fileList, index, {
20558
+ ...this.fileList[index],
20559
+ status: "error",
20560
+ percent: 0
20561
+ });
20562
+ this.$message.error(`${file.name} 上传失败`);
20563
+ if (onError) onError(new Error("网络异常"));
20564
+ };
20565
+ xhr.open("POST", this.uploadAction, true);
20566
+ xhr.send(formData);
20510
20567
  },
20511
20568
  // 删除文件
20512
20569
  handleDelete(index) {
@@ -20569,10 +20626,10 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20569
20626
  });
20570
20627
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js
20571
20628
  /* harmony default export */ const components_fileUploadvue_type_script_lang_js = (fileUploadvue_type_script_lang_js);
20572
- ;// ./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=2b85b484&prod&lang=less&scoped=true
20629
+ ;// ./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=0e87bbce&prod&lang=less&scoped=true
20573
20630
  // extracted by mini-css-extract-plugin
20574
20631
 
20575
- ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=2b85b484&prod&lang=less&scoped=true
20632
+ ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=0e87bbce&prod&lang=less&scoped=true
20576
20633
 
20577
20634
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue
20578
20635
 
@@ -20585,11 +20642,11 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20585
20642
 
20586
20643
  var fileUpload_component = normalizeComponent(
20587
20644
  components_fileUploadvue_type_script_lang_js,
20588
- fileUploadvue_type_template_id_2b85b484_scoped_true_render,
20589
- fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns,
20645
+ fileUploadvue_type_template_id_0e87bbce_scoped_true_render,
20646
+ fileUploadvue_type_template_id_0e87bbce_scoped_true_staticRenderFns,
20590
20647
  false,
20591
20648
  null,
20592
- "2b85b484",
20649
+ "0e87bbce",
20593
20650
  null
20594
20651
 
20595
20652
  )
@@ -20775,7 +20832,6 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
20775
20832
  },
20776
20833
  canEdit: {
20777
20834
  //是否可以编辑
20778
- type: [String, Number],
20779
20835
  default: ''
20780
20836
  }
20781
20837
  },
@@ -21538,10 +21594,10 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21538
21594
  });
21539
21595
  ;// ./src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js
21540
21596
  /* harmony default export */ const components_formCorrectionLayoutvue_type_script_lang_js = (formCorrectionLayoutvue_type_script_lang_js);
21541
- ;// ./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=59bed612&prod&lang=less&scoped=true
21597
+ ;// ./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=5234d37c&prod&lang=less&scoped=true
21542
21598
  // extracted by mini-css-extract-plugin
21543
21599
 
21544
- ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=59bed612&prod&lang=less&scoped=true
21600
+ ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=5234d37c&prod&lang=less&scoped=true
21545
21601
 
21546
21602
  ;// ./src/components/formCorrectionLayout/index.vue
21547
21603
 
@@ -21558,7 +21614,7 @@ var formCorrectionLayout_component = normalizeComponent(
21558
21614
  staticRenderFns,
21559
21615
  false,
21560
21616
  null,
21561
- "59bed612",
21617
+ "5234d37c",
21562
21618
  null
21563
21619
 
21564
21620
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/h-form-error-correction",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/h-form-error-correction.umd.js",