@zscreate/h-form-error-correction 0.0.33 → 0.0.35

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-3096e4d8] {
231
+ .formCorrectionLayout[data-v-3234fcba] {
213
232
  width: 100%;
214
233
  }
215
- .formCorrectionLayout .formCorrectionLayout-left[data-v-3096e4d8] {
234
+ .formCorrectionLayout .formCorrectionLayout-left[data-v-3234fcba] {
216
235
  padding-right: 15px;
217
236
  }
218
- .formCorrectionLayout .formCorrectionLayout-right[data-v-3096e4d8] {
237
+ .formCorrectionLayout .formCorrectionLayout-right[data-v-3234fcba] {
219
238
  padding-left: 10px;
220
239
  }
221
- .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-3096e4d8] {
240
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-3234fcba] {
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-3096e4d8] {
249
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-3234fcba] {
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-3096e4d8] {
260
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-3234fcba] {
242
261
  color: #1890ff;
243
262
  }
244
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-3096e4d8] {
263
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-3234fcba] {
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-3096e4d8] {
269
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-3234fcba] {
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-3096e4d8]:hover {
277
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-3234fcba]: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-3096e4d8]:last-child {
281
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-3234fcba]:last-child {
263
282
  margin-bottom: 0;
264
283
  }
265
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-3096e4d8] {
284
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-3234fcba] {
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-3096e4d8] {
290
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-3234fcba] {
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-3096e4d8] {
295
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-3234fcba] {
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-3096e4d8] {
299
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-3234fcba] {
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-3096e4d8],
286
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-3096e4d8] {
304
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-3234fcba],
305
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-3234fcba] {
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-3096e4d8],
293
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-3096e4d8] {
311
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-3234fcba],
312
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-3234fcba] {
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-3096e4d8],
298
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-3096e4d8] {
316
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-3234fcba],
317
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-3234fcba] {
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-3096e4d8] {
323
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-3234fcba] {
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-3096e4d8] {
327
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-3234fcba] {
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-3096e4d8] {
331
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-3234fcba] {
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-3096e4d8] {
335
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-3234fcba] {
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-3096e4d8] {
342
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-3234fcba] {
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-3096e4d8] {
345
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-3234fcba] {
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-3096e4d8] {
350
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-3234fcba] {
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-3096e4d8] {
354
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-3234fcba] {
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-3096e4d8] {
359
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] {
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-3096e4d8] .ant-radio-group {
363
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-3234fcba] .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-3096e4d8] .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-3234fcba] .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-3096e4d8] .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-3234fcba] .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-3096e4d8] .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-3234fcba] .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-3096e4d8] .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-3234fcba] .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-3096e4d8] .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-3234fcba] .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-3096e4d8] {
389
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-3234fcba] {
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-3096e4d8] {
400
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-3234fcba] {
382
401
  color: #1890ff;
383
402
  }
384
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-3096e4d8] {
403
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .row-count[data-v-3234fcba] {
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-3096e4d8] {
408
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-3234fcba] {
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-3096e4d8] {
418
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-3234fcba] {
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-3096e4d8] {
424
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-3234fcba] {
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-3096e4d8] {
428
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-3234fcba] {
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-3096e4d8] {
432
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-3234fcba] {
414
433
  color: #1890ff;
415
434
  }
416
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-3096e4d8] {
435
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-3234fcba] {
417
436
  color: #52c41a;
418
437
  }
419
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-3096e4d8] {
438
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-3234fcba] {
420
439
  color: #ff4d4f;
421
440
  }
422
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-3096e4d8] {
441
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-3234fcba] {
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-3096e4d8] {
445
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-3234fcba] {
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-3096e4d8] {
455
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-3234fcba] {
437
456
  color: #1890ff;
438
457
  }
439
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-3096e4d8] {
458
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-3234fcba] {
440
459
  padding: 16px;
441
460
  }
442
- .formCorrectionLayout .permission[data-v-3096e4d8] {
461
+ .formCorrectionLayout .permission[data-v-3234fcba] {
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-3096e4d8] .ant-form-item-label {
468
+ .formCorrectionLayout[data-v-3234fcba] .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-3096e4d8] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
475
+ .formCorrectionLayout[data-v-3234fcba] .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-3096e4d8] .ant-table-body {
479
+ .formCorrectionLayout[data-v-3234fcba] .ant-table-body {
461
480
  overflow-y: auto !important;
462
481
  overflow-x: auto !important;
463
482
  }
464
- .formCorrectionLayout[data-v-3096e4d8] .ant-table-body::-webkit-scrollbar {
483
+ .formCorrectionLayout[data-v-3234fcba] .ant-table-body::-webkit-scrollbar {
465
484
  width: 0px !important;
466
485
  height: 5px !important;
467
486
  }
468
- .formCorrectionLayout[data-v-3096e4d8] .ant-table .ant-table-header {
487
+ .formCorrectionLayout[data-v-3234fcba] .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-3096e4d8] .ant-table .ant-table-body {
492
+ .formCorrectionLayout[data-v-3234fcba] .ant-table .ant-table-body {
474
493
  overflow-y: auto !important;
475
494
  overflow-x: auto !important;
476
495
  }
477
- .formCorrectionLayout[data-v-3096e4d8] .ant-table-tbody td {
496
+ .formCorrectionLayout[data-v-3234fcba] .ant-table-tbody td {
478
497
  padding-bottom: 0 !important;
479
498
  }
480
- .formCorrectionLayout[data-v-3096e4d8] .form-main-row {
499
+ .formCorrectionLayout[data-v-3234fcba] .form-main-row {
481
500
  align-items: flex-start !important;
482
501
  flex-wrap: wrap;
483
502
  }
484
- .formCorrectionLayout[data-v-3096e4d8] .form-main-row .form-main-col {
503
+ .formCorrectionLayout[data-v-3234fcba] .form-main-row .form-main-col {
485
504
  margin-bottom: 8px;
486
505
  }
487
- .formCorrectionLayout[data-v-3096e4d8] .form-main-row .form-main-col .ant-form-item {
506
+ .formCorrectionLayout[data-v-3234fcba] .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-3096e4d8] .form-main-row .form-main-col .ant-form-item.has-error {
510
+ .formCorrectionLayout[data-v-3234fcba] .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 13:10]</title>
6
+ <title>@zscreate/h-form-error-correction [3 Mar 2026 at 15:54]</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":848740,"parsedSize":858592,"gzipSize":173668,"groups":[{"label":"node_modules","path":"./node_modules","statSize":713958,"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":86685,"groups":[{"id":2034,"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":86685,"parsedSize":853125,"gzipSize":173668,"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":905,"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":7715,"gzipSize":1570,"inaccurateSizes":true}],"parsedSize":8621,"gzipSize":1755,"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":27192,"gzipSize":5535,"inaccurateSizes":true}],"parsedSize":27192,"gzipSize":5535,"inaccurateSizes":true}],"parsedSize":35813,"gzipSize":7290,"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":83046,"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":4694,"gzipSize":955,"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":78338,"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":2066,"gzipSize":420,"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":78128,"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":5757,"gzipSize":1172,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=3096e4d8&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=3096e4d8&scoped=true","statSize":14996,"parsedSize":147585,"gzipSize":30043,"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":312689,"gzipSize":63653,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=3096e4d8&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=3096e4d8&prod&lang=less&scoped=true","statSize":705,"parsedSize":6938,"gzipSize":1412,"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":3533,"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":4881,"gzipSize":993,"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":6377,"gzipSize":1298,"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":8798,"gzipSize":1791,"inaccurateSizes":true}],"parsedSize":20057,"gzipSize":4083,"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":4881,"gzipSize":993,"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":9684,"gzipSize":1971,"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":10491,"gzipSize":2135,"inaccurateSizes":true}],"parsedSize":25056,"gzipSize":5100,"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":4881,"gzipSize":993,"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":8394,"gzipSize":1708,"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":8798,"gzipSize":1791,"inaccurateSizes":true}],"parsedSize":22074,"gzipSize":4493,"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":4881,"gzipSize":993,"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":7066,"gzipSize":1438,"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":8798,"gzipSize":1791,"inaccurateSizes":true}],"parsedSize":20746,"gzipSize":4223,"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":5816,"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":27202,"gzipSize":5537,"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":72355,"gzipSize":14729,"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":7292,"gzipSize":1484,"inaccurateSizes":true}],"parsedSize":112667,"gzipSize":22935,"inaccurateSizes":true}],"parsedSize":204135,"gzipSize":41555,"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":91803,"gzipSize":18688,"inaccurateSizes":true}],"parsedSize":91803,"gzipSize":18688,"inaccurateSizes":true}],"parsedSize":768909,"gzipSize":156524,"inaccurateSizes":true}],"parsedSize":770976,"gzipSize":156945,"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":23186,"gzipSize":4720,"inaccurateSizes":true}],"parsedSize":23186,"gzipSize":4720,"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":18453,"gzipSize":3756,"inaccurateSizes":true}],"parsedSize":18453,"gzipSize":3756,"inaccurateSizes":true}],"parsedSize":817311,"gzipSize":166377,"inaccurateSizes":true}]}],"parsedSize":853125,"gzipSize":173668},{"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":853125,"gzipSize":173668},{"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":850517,"parsedSize":860326,"gzipSize":174037,"groups":[{"label":"node_modules","path":"./node_modules","statSize":715735,"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":88462,"groups":[{"id":9177,"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":88462,"parsedSize":854987,"gzipSize":174037,"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":889,"gzipSize":180,"inaccurateSizes":true},{"id":null,"label":"setPublicPath.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/setPublicPath.js","statSize":784,"parsedSize":7577,"gzipSize":1542,"inaccurateSizes":true}],"parsedSize":8466,"gzipSize":1723,"inaccurateSizes":true},{"label":"_vue-loader@15.11.1@vue-loader/lib/runtime","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime","statSize":2763,"groups":[{"id":null,"label":"componentNormalizer.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js","statSize":2763,"parsedSize":26704,"gzipSize":5435,"inaccurateSizes":true}],"parsedSize":26704,"gzipSize":5435,"inaccurateSizes":true}],"parsedSize":35171,"gzipSize":7159,"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":84823,"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":4610,"gzipSize":938,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components","statSize":80115,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/index.js","statSize":210,"parsedSize":2029,"gzipSize":413,"inaccurateSizes":true},{"label":"formCorrectionLayout","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout","statSize":79905,"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":5654,"gzipSize":1150,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=3234fcba&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=template&id=3234fcba&scoped=true","statSize":15446,"parsedSize":149285,"gzipSize":30387,"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":306787,"gzipSize":62448,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=3234fcba&prod&lang=less&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=3234fcba&prod&lang=less&scoped=true","statSize":705,"parsedSize":6813,"gzipSize":1386,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components","statSize":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":3469,"gzipSize":706,"inaccurateSizes":true},{"label":"input","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input","statSize":2038,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue","statSize":496,"parsedSize":4793,"gzipSize":975,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=2c5cafb9&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue?vue&type=template&id=2c5cafb9&scoped=true","statSize":648,"parsedSize":6262,"gzipSize":1274,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/input/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":8640,"gzipSize":1758,"inaccurateSizes":true}],"parsedSize":19697,"gzipSize":4009,"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":4793,"gzipSize":975,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=5818b7d2&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/select/index.vue?vue&type=template&id=5818b7d2&scoped=true","statSize":1011,"parsedSize":9771,"gzipSize":1989,"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":10302,"gzipSize":2097,"inaccurateSizes":true}],"parsedSize":24868,"gzipSize":5062,"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":4793,"gzipSize":975,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=c7c03600&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/number/index.vue?vue&type=template&id=c7c03600&scoped=true","statSize":853,"parsedSize":8244,"gzipSize":1678,"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":8640,"gzipSize":1758,"inaccurateSizes":true}],"parsedSize":21678,"gzipSize":4412,"inaccurateSizes":true},{"label":"date","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date","statSize":2108,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue","statSize":496,"parsedSize":4793,"gzipSize":975,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=b0651818&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue?vue&type=template&id=b0651818&scoped=true","statSize":718,"parsedSize":6939,"gzipSize":1412,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/date/index.vue?vue&type=script&lang=js","statSize":894,"parsedSize":8640,"gzipSize":1758,"inaccurateSizes":true}],"parsedSize":20373,"gzipSize":4147,"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":5712,"gzipSize":1162,"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":33073,"gzipSize":6732,"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":77745,"gzipSize":15825,"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":7161,"gzipSize":1457,"inaccurateSizes":true}],"parsedSize":123692,"gzipSize":25178,"inaccurateSizes":true}],"parsedSize":213780,"gzipSize":43516,"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":9308,"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":9308,"parsedSize":89962,"gzipSize":18312,"inaccurateSizes":true}],"parsedSize":89962,"gzipSize":18312,"inaccurateSizes":true}],"parsedSize":772283,"gzipSize":157202,"inaccurateSizes":true}],"parsedSize":774313,"gzipSize":157615,"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":22770,"gzipSize":4635,"inaccurateSizes":true}],"parsedSize":22770,"gzipSize":4635,"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":18121,"gzipSize":3688,"inaccurateSizes":true}],"parsedSize":18121,"gzipSize":3688,"inaccurateSizes":true}],"parsedSize":819815,"gzipSize":166877,"inaccurateSizes":true}]}],"parsedSize":854987,"gzipSize":174037},{"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":854987,"gzipSize":174037},{"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.33"};
18820
+ module.exports = {"rE":"0.0.35"};
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=3096e4d8&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=3234fcba&scoped=true
18952
18952
  var render = function render() {
18953
18953
  var _vm = this,
18954
18954
  _c = _vm._self._c;
@@ -18990,6 +18990,7 @@ var render = function render() {
18990
18990
  "widget": widget,
18991
18991
  "models": _vm.models,
18992
18992
  "rules": _vm.rules,
18993
+ "isCorrection": _vm.isCorrection,
18993
18994
  "disabled": _vm.disabled
18994
18995
  },
18995
18996
  on: {
@@ -19005,6 +19006,7 @@ var render = function render() {
19005
19006
  "widget": widget,
19006
19007
  "models": _vm.models,
19007
19008
  "rules": _vm.rules,
19009
+ "isCorrection": _vm.isCorrection,
19008
19010
  "disabled": _vm.disabled
19009
19011
  },
19010
19012
  on: {
@@ -19020,6 +19022,7 @@ var render = function render() {
19020
19022
  "widget": widget,
19021
19023
  "models": _vm.models,
19022
19024
  "rules": _vm.rules,
19025
+ "isCorrection": _vm.isCorrection,
19023
19026
  "disabled": _vm.disabled
19024
19027
  },
19025
19028
  on: {
@@ -19035,6 +19038,7 @@ var render = function render() {
19035
19038
  "widget": widget,
19036
19039
  "models": _vm.models,
19037
19040
  "rules": _vm.rules,
19041
+ "isCorrection": _vm.isCorrection,
19038
19042
  "disabled": _vm.disabled
19039
19043
  },
19040
19044
  on: {
@@ -19049,6 +19053,7 @@ var render = function render() {
19049
19053
  attrs: {
19050
19054
  "widget": widget,
19051
19055
  "models": _vm.models,
19056
+ "isCorrection": _vm.isCorrection,
19052
19057
  "rules": _vm.rules,
19053
19058
  "disabled": _vm.disabled
19054
19059
  },
@@ -19100,7 +19105,8 @@ var render = function render() {
19100
19105
  "hiddenLabel": true,
19101
19106
  "tableKey": widget.tableIdObj.tableName,
19102
19107
  "tableId": record.id,
19103
- "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id)
19108
+ "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id),
19109
+ "isCorrection": _vm.isCorrection
19104
19110
  },
19105
19111
  on: {
19106
19112
  "update:models": function ($event) {
@@ -19126,7 +19132,8 @@ var render = function render() {
19126
19132
  "hiddenLabel": true,
19127
19133
  "tableKey": widget.tableIdObj.tableName,
19128
19134
  "tableId": record.id,
19129
- "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id)
19135
+ "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id),
19136
+ "isCorrection": _vm.isCorrection
19130
19137
  },
19131
19138
  on: {
19132
19139
  "update:models": function ($event) {
@@ -19149,7 +19156,8 @@ var render = function render() {
19149
19156
  "hiddenLabel": true,
19150
19157
  "tableKey": widget.tableIdObj.tableName,
19151
19158
  "tableId": record.id,
19152
- "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id)
19159
+ "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id),
19160
+ "isCorrection": _vm.isCorrection
19153
19161
  },
19154
19162
  on: {
19155
19163
  "update:models": function ($event) {
@@ -19172,7 +19180,8 @@ var render = function render() {
19172
19180
  "hiddenLabel": true,
19173
19181
  "tableKey": widget.tableIdObj.tableName,
19174
19182
  "tableId": record.id,
19175
- "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id)
19183
+ "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id),
19184
+ "isCorrection": _vm.isCorrection
19176
19185
  },
19177
19186
  on: {
19178
19187
  "update:models": function ($event) {
@@ -19195,7 +19204,8 @@ var render = function render() {
19195
19204
  "hiddenLabel": true,
19196
19205
  "tableKey": widget.tableIdObj.tableName,
19197
19206
  "tableId": record.id,
19198
- "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id)
19207
+ "disabled": _vm.isChildRowDisabled(widget.tableIdObj.tableName, record.id),
19208
+ "isCorrection": _vm.isCorrection
19199
19209
  },
19200
19210
  on: {
19201
19211
  "update:models": function ($event) {
@@ -19623,11 +19633,6 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
19623
19633
 
19624
19634
  /* harmony default export */ const widgetMixins = ({
19625
19635
  inject: {
19626
- isCorrection: {
19627
- from: "isCorrection",
19628
- // 来源
19629
- default: false // 默认值
19630
- },
19631
19636
  formConfig: {
19632
19637
  from: "formConfig",
19633
19638
  // 来源
@@ -19710,6 +19715,10 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
19710
19715
  placeholder: {
19711
19716
  type: String,
19712
19717
  default: ""
19718
+ },
19719
+ isCorrection: {
19720
+ type: Boolean,
19721
+ default: false
19713
19722
  }
19714
19723
  },
19715
19724
  beforeMount() {},
@@ -19720,6 +19729,7 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
19720
19729
  isDisabled() {
19721
19730
  // isCorrection为false代表新增纠错都不禁用(默认false)
19722
19731
  // correctionType为4代表仅展示
19732
+ debugger;
19723
19733
  return this.isCorrection && (this.widget.correctionType == 4 || this.disabled);
19724
19734
  },
19725
19735
  // 数据模型计算属性,用于双向绑定
@@ -20055,8 +20065,8 @@ var component = normalizeComponent(
20055
20065
  )
20056
20066
 
20057
20067
  /* harmony default export */ const input = (component.exports);
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=7281c48a&scoped=true
20059
- var selectvue_type_template_id_7281c48a_scoped_true_render = function render() {
20068
+ ;// ./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
20069
+ var selectvue_type_template_id_5818b7d2_scoped_true_render = function render() {
20060
20070
  var _vm = this,
20061
20071
  _c = _vm._self._c;
20062
20072
  return _c('div', [_c('a-form-model-item', {
@@ -20083,12 +20093,13 @@ var selectvue_type_template_id_7281c48a_scoped_true_render = function render() {
20083
20093
  return _c('a-select-option', {
20084
20094
  key: el.value,
20085
20095
  attrs: {
20086
- "value": el.value
20096
+ "value": el.value,
20097
+ "title": el.title
20087
20098
  }
20088
20099
  }, [_vm._v(_vm._s(el.title))]);
20089
20100
  }), 1)], 1)], 1);
20090
20101
  };
20091
- var selectvue_type_template_id_7281c48a_scoped_true_staticRenderFns = [];
20102
+ var selectvue_type_template_id_5818b7d2_scoped_true_staticRenderFns = [];
20092
20103
 
20093
20104
  ;// ./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
20094
20105
 
@@ -20122,11 +20133,11 @@ var selectvue_type_template_id_7281c48a_scoped_true_staticRenderFns = [];
20122
20133
  ;
20123
20134
  var select_component = normalizeComponent(
20124
20135
  components_selectvue_type_script_lang_js,
20125
- selectvue_type_template_id_7281c48a_scoped_true_render,
20126
- selectvue_type_template_id_7281c48a_scoped_true_staticRenderFns,
20136
+ selectvue_type_template_id_5818b7d2_scoped_true_render,
20137
+ selectvue_type_template_id_5818b7d2_scoped_true_staticRenderFns,
20127
20138
  false,
20128
20139
  null,
20129
- "7281c48a",
20140
+ "5818b7d2",
20130
20141
  null
20131
20142
 
20132
20143
  )
@@ -20266,8 +20277,8 @@ var date_component = normalizeComponent(
20266
20277
  )
20267
20278
 
20268
20279
  /* harmony default export */ const date = (date_component.exports);
20269
- ;// ./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
20270
- var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render() {
20280
+ ;// ./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
20281
+ var fileUploadvue_type_template_id_0e87bbce_scoped_true_render = function render() {
20271
20282
  var _vm = this,
20272
20283
  _c = _vm._self._c;
20273
20284
  return _c('div', [_c('a-form-model-item', {
@@ -20312,7 +20323,7 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20312
20323
  "name": "file",
20313
20324
  "multiple": true,
20314
20325
  "action": _vm.uploadAction,
20315
- "accept": _vm.acceptFileTypes,
20326
+ "customRequest": _vm.customRequest,
20316
20327
  "before-upload": _vm.beforeUpload,
20317
20328
  "showUploadList": false
20318
20329
  },
@@ -20337,9 +20348,12 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20337
20348
  return _c('div', {
20338
20349
  key: file.uid || index,
20339
20350
  staticClass: "file-item",
20351
+ class: {
20352
+ 'is-uploading': file.status === 'uploading'
20353
+ },
20340
20354
  on: {
20341
20355
  "click": function ($event) {
20342
- return _vm.handlePreview(file);
20356
+ file.status === 'done' && _vm.handlePreview(file);
20343
20357
  }
20344
20358
  }
20345
20359
  }, [_c('a-icon', {
@@ -20354,7 +20368,17 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20354
20368
  attrs: {
20355
20369
  "title": file.name
20356
20370
  }
20357
- }, [_vm._v(_vm._s(file.name))])]), !_vm.isDisabled ? _c('a-icon', {
20371
+ }, [_vm._v(_vm._s(file.name))]), file.status === 'uploading' ? _c('div', {
20372
+ staticClass: "file-progress"
20373
+ }, [_c('a-progress', {
20374
+ attrs: {
20375
+ "percent": file.percent || 0,
20376
+ "size": "small",
20377
+ "status": file.percent >= 100 ? 'active' : 'normal'
20378
+ }
20379
+ })], 1) : file.status === 'error' ? _c('div', {
20380
+ staticClass: "file-error"
20381
+ }, [_vm._v("上传失败")]) : _vm._e()]), !_vm.isDisabled && file.status !== 'uploading' ? _c('a-icon', {
20358
20382
  staticClass: "delete-icon",
20359
20383
  attrs: {
20360
20384
  "type": "delete"
@@ -20365,16 +20389,22 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_render = function render
20365
20389
  return _vm.handleDelete(index);
20366
20390
  }
20367
20391
  }
20392
+ }) : _vm._e(), file.status === 'uploading' ? _c('a-icon', {
20393
+ staticClass: "loading-icon",
20394
+ attrs: {
20395
+ "type": "loading"
20396
+ }
20368
20397
  }) : _vm._e()], 1);
20369
20398
  }), 0)]) : _vm._e()], 1)])], 1);
20370
20399
  };
20371
- var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20400
+ var fileUploadvue_type_template_id_0e87bbce_scoped_true_staticRenderFns = [];
20372
20401
 
20373
20402
  ;// ./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
20374
20403
 
20375
20404
 
20376
20405
 
20377
20406
 
20407
+
20378
20408
  /* harmony default export */ const fileUploadvue_type_script_lang_js = ({
20379
20409
  name: "",
20380
20410
  components: {},
@@ -20434,40 +20464,8 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20434
20464
  mounted() {},
20435
20465
  methods: {
20436
20466
  handleChange(info) {
20437
- console.log("handleChange 触发:", info);
20438
- console.log("文件状态:", info.file.status);
20439
- console.log("文件信息:", info.file);
20440
- console.log("fileList:", info.fileList);
20441
- const status = info.file.status;
20442
- if (status === "done") {
20443
- // 上传成功,将文件信息添加到 fileList
20444
- const response = info.file.response;
20445
- console.log("上传成功,响应数据:", response);
20446
- const fileInfo = {
20447
- uid: info.file.uid,
20448
- name: info.file.name,
20449
- size: info.file.size,
20450
- status: "done",
20451
- url: (response === null || response === void 0 ? void 0 : response.message) || (response === null || response === void 0 ? void 0 : response.url) || "" // 根据实际接口返回的字段调整
20452
- // response: response,
20453
- };
20454
-
20455
- // 检查是否已存在,避免重复添加
20456
- const existIndex = this.fileList.findIndex(f => f.uid === fileInfo.uid);
20457
- if (existIndex === -1) {
20458
- this.fileList.push(fileInfo);
20459
- console.log("文件已添加到列表:", this.fileList);
20460
- }
20461
-
20462
- // 更新 models
20463
- this.updateModels();
20464
- this.$message.success(`${info.file.name} 上传成功`);
20465
- } else if (status === "error") {
20466
- console.log("上传失败:", info.file);
20467
- this.$message.error(`${info.file.name} 上传失败`);
20468
- } else if (status === "uploading") {
20469
- console.log("上传中...", info.file.percent);
20470
- }
20467
+ // 上传状态由 customRequest 管理,这里仅处理非自定义上传场景的日志
20468
+ console.log("handleChange 触发:", info.file.status);
20471
20469
  },
20472
20470
  // 打开文件上传弹框
20473
20471
  openFileUpload() {
@@ -20476,11 +20474,10 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20476
20474
  },
20477
20475
  // 上传前校验
20478
20476
  beforeUpload(file) {
20479
- debugger;
20480
20477
  // 校验文件大小
20481
20478
  if (file.size > this.maxFileSize) {
20482
20479
  this.$message.error(`文件 ${file.name} 大小超过限制(最大 ${this.widget.rules.maxFileSize}MB)`);
20483
- return Promise.reject();
20480
+ return false;
20484
20481
  }
20485
20482
 
20486
20483
  // 校验文件类型
@@ -20489,27 +20486,94 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20489
20486
  const allowedTypes = this.widget.rules.fileType.join(",").toLowerCase();
20490
20487
  if (!allowedTypes.includes(fileExt)) {
20491
20488
  this.$message.error(`文件 ${file.name} 类型不支持(支持: ${this.widget.rules.fileType.join(", ")})`);
20492
- return Promise.reject();
20489
+ return false;
20493
20490
  }
20494
20491
  }
20495
20492
  return true;
20496
20493
  },
20497
- // 自定义上传
20494
+ // 自定义上传(带进度条)
20498
20495
  customRequest({
20499
- file
20496
+ file,
20497
+ onSuccess,
20498
+ onError,
20499
+ onProgress
20500
20500
  }) {
20501
- // 这里实现实际的上传逻辑
20502
- // 暂时先将文件添加到列表中
20501
+ const uid = file.uid || Date.now() + Math.random();
20503
20502
  const fileInfo = {
20504
- uid: Date.now() + Math.random(),
20503
+ uid,
20505
20504
  name: file.name,
20506
20505
  size: file.size,
20507
- status: "done",
20508
- originFileObj: file,
20509
- url: "" // 上传后的 URL,需要根据实际上传接口返回
20506
+ status: "uploading",
20507
+ percent: 0,
20508
+ url: "",
20509
+ originFileObj: file
20510
20510
  };
20511
20511
  this.fileList.push(fileInfo);
20512
- this.$message.success(`文件 ${file.name} 添加成功`);
20512
+ const index = this.fileList.length - 1;
20513
+ const formData = new FormData();
20514
+ formData.append("file", file);
20515
+ const xhr = new XMLHttpRequest();
20516
+
20517
+ // 上传进度
20518
+ xhr.upload.onprogress = e => {
20519
+ if (e.lengthComputable) {
20520
+ const percent = Math.round(e.loaded / e.total * 100);
20521
+ this.$set(this.fileList, index, {
20522
+ ...this.fileList[index],
20523
+ percent
20524
+ });
20525
+ if (onProgress) onProgress({
20526
+ percent
20527
+ });
20528
+ }
20529
+ };
20530
+
20531
+ // 上传成功
20532
+ xhr.onload = () => {
20533
+ if (xhr.status >= 200 && xhr.status < 300) {
20534
+ var _response, _response2;
20535
+ let response = {};
20536
+ try {
20537
+ response = JSON.parse(xhr.responseText);
20538
+ } catch (e) {
20539
+ response = {
20540
+ message: xhr.responseText
20541
+ };
20542
+ }
20543
+ const url = ((_response = response) === null || _response === void 0 ? void 0 : _response.message) || ((_response2 = response) === null || _response2 === void 0 ? void 0 : _response2.url) || "";
20544
+ this.$set(this.fileList, index, {
20545
+ ...this.fileList[index],
20546
+ status: "done",
20547
+ percent: 100,
20548
+ url,
20549
+ response
20550
+ });
20551
+ this.updateModels();
20552
+ this.$message.success(`${file.name} 上传成功`);
20553
+ if (onSuccess) onSuccess(response, file);
20554
+ } else {
20555
+ this.$set(this.fileList, index, {
20556
+ ...this.fileList[index],
20557
+ status: "error",
20558
+ percent: 0
20559
+ });
20560
+ this.$message.error(`${file.name} 上传失败`);
20561
+ if (onError) onError(new Error("上传失败"));
20562
+ }
20563
+ };
20564
+
20565
+ // 上传异常
20566
+ xhr.onerror = () => {
20567
+ this.$set(this.fileList, index, {
20568
+ ...this.fileList[index],
20569
+ status: "error",
20570
+ percent: 0
20571
+ });
20572
+ this.$message.error(`${file.name} 上传失败`);
20573
+ if (onError) onError(new Error("网络异常"));
20574
+ };
20575
+ xhr.open("POST", this.uploadAction, true);
20576
+ xhr.send(formData);
20513
20577
  },
20514
20578
  // 删除文件
20515
20579
  handleDelete(index) {
@@ -20572,10 +20636,10 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20572
20636
  });
20573
20637
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js
20574
20638
  /* harmony default export */ const components_fileUploadvue_type_script_lang_js = (fileUploadvue_type_script_lang_js);
20575
- ;// ./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
20639
+ ;// ./node_modules/_mini-css-extract-plugin@2.10.0@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@11.1.4@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=0e87bbce&prod&lang=less&scoped=true
20576
20640
  // extracted by mini-css-extract-plugin
20577
20641
 
20578
- ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=2b85b484&prod&lang=less&scoped=true
20642
+ ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=0e87bbce&prod&lang=less&scoped=true
20579
20643
 
20580
20644
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue
20581
20645
 
@@ -20588,11 +20652,11 @@ var fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns = [];
20588
20652
 
20589
20653
  var fileUpload_component = normalizeComponent(
20590
20654
  components_fileUploadvue_type_script_lang_js,
20591
- fileUploadvue_type_template_id_2b85b484_scoped_true_render,
20592
- fileUploadvue_type_template_id_2b85b484_scoped_true_staticRenderFns,
20655
+ fileUploadvue_type_template_id_0e87bbce_scoped_true_render,
20656
+ fileUploadvue_type_template_id_0e87bbce_scoped_true_staticRenderFns,
20593
20657
  false,
20594
20658
  null,
20595
- "2b85b484",
20659
+ "0e87bbce",
20596
20660
  null
20597
20661
 
20598
20662
  )
@@ -20778,7 +20842,6 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
20778
20842
  },
20779
20843
  canEdit: {
20780
20844
  //是否可以编辑
20781
- type: [String, Number],
20782
20845
  default: ''
20783
20846
  }
20784
20847
  },
@@ -21541,10 +21604,10 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21541
21604
  });
21542
21605
  ;// ./src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js
21543
21606
  /* harmony default export */ const components_formCorrectionLayoutvue_type_script_lang_js = (formCorrectionLayoutvue_type_script_lang_js);
21544
- ;// ./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=3096e4d8&prod&lang=less&scoped=true
21607
+ ;// ./node_modules/_mini-css-extract-plugin@2.10.0@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@11.1.4@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=3234fcba&prod&lang=less&scoped=true
21545
21608
  // extracted by mini-css-extract-plugin
21546
21609
 
21547
- ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=3096e4d8&prod&lang=less&scoped=true
21610
+ ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=3234fcba&prod&lang=less&scoped=true
21548
21611
 
21549
21612
  ;// ./src/components/formCorrectionLayout/index.vue
21550
21613
 
@@ -21561,7 +21624,7 @@ var formCorrectionLayout_component = normalizeComponent(
21561
21624
  staticRenderFns,
21562
21625
  false,
21563
21626
  null,
21564
- "3096e4d8",
21627
+ "3234fcba",
21565
21628
  null
21566
21629
 
21567
21630
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/h-form-error-correction",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/h-form-error-correction.umd.js",