@zscreate/h-form-error-correction 0.0.16 → 0.0.18

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.
@@ -111,15 +111,15 @@
111
111
  justify-content: flex-end !important
112
112
  }
113
113
 
114
- .file-upload-container .current-org[data-v-585cbffd] {
114
+ .file-upload-container .current-org[data-v-564a0bbc] {
115
115
  margin-bottom: 16px;
116
116
  color: rgba(0, 0, 0, 0.45);
117
117
  font-size: 14px;
118
118
  }
119
- .file-upload-container .upload-area[data-v-585cbffd] {
119
+ .file-upload-container .upload-area[data-v-564a0bbc] {
120
120
  margin-bottom: 20px;
121
121
  }
122
- .file-upload-container .upload-area .upload-dragger[data-v-585cbffd] {
122
+ .file-upload-container .upload-area .upload-dragger[data-v-564a0bbc] {
123
123
  border: 2px dashed #d9d9d9;
124
124
  border-radius: 4px;
125
125
  background: #fafafa;
@@ -129,31 +129,31 @@
129
129
  transition: border-color 0.3s;
130
130
  width: 100%;
131
131
  }
132
- .file-upload-container .upload-area .upload-dragger[data-v-585cbffd]:hover {
132
+ .file-upload-container .upload-area .upload-dragger[data-v-564a0bbc]:hover {
133
133
  border-color: #1890ff;
134
134
  }
135
- .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-585cbffd] {
135
+ .file-upload-container .upload-area .upload-dragger .upload-icon[data-v-564a0bbc] {
136
136
  margin-bottom: 8px;
137
137
  }
138
- .file-upload-container .upload-area .upload-dragger .upload-text[data-v-585cbffd] {
138
+ .file-upload-container .upload-area .upload-dragger .upload-text[data-v-564a0bbc] {
139
139
  margin: 0;
140
140
  color: rgba(0, 0, 0, 0.65);
141
141
  font-size: 14px;
142
142
  }
143
- .file-upload-container .file-list-section[data-v-585cbffd] {
143
+ .file-upload-container .file-list-section[data-v-564a0bbc] {
144
144
  margin-top: 10px;
145
145
  }
146
- .file-upload-container .file-list-section .file-list-title[data-v-585cbffd] {
146
+ .file-upload-container .file-list-section .file-list-title[data-v-564a0bbc] {
147
147
  margin-bottom: 12px;
148
148
  font-size: 14px;
149
149
  font-weight: 500;
150
150
  color: rgba(0, 0, 0, 0.85);
151
151
  }
152
- .file-upload-container .file-list-section .file-list[data-v-585cbffd] {
152
+ .file-upload-container .file-list-section .file-list[data-v-564a0bbc] {
153
153
  max-height: 300px;
154
154
  overflow-y: auto;
155
155
  }
156
- .file-upload-container .file-list-section .file-list .file-item[data-v-585cbffd] {
156
+ .file-upload-container .file-list-section .file-list .file-item[data-v-564a0bbc] {
157
157
  display: flex;
158
158
  align-items: center;
159
159
  padding: 12px;
@@ -163,20 +163,20 @@
163
163
  transition: all 0.3s;
164
164
  cursor: pointer;
165
165
  }
166
- .file-upload-container .file-list-section .file-list .file-item[data-v-585cbffd]:hover {
166
+ .file-upload-container .file-list-section .file-list .file-item[data-v-564a0bbc]:hover {
167
167
  background: #fafafa;
168
168
  border-color: #d9d9d9;
169
169
  }
170
- .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-585cbffd] {
170
+ .file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-564a0bbc] {
171
171
  font-size: 20px;
172
172
  color: #1890ff;
173
173
  margin-right: 12px;
174
174
  }
175
- .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-585cbffd] {
175
+ .file-upload-container .file-list-section .file-list .file-item .file-info[data-v-564a0bbc] {
176
176
  flex: 1;
177
177
  min-width: 0;
178
178
  }
179
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-585cbffd] {
179
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-564a0bbc] {
180
180
  font-size: 14px;
181
181
  color: rgba(0, 0, 0, 0.85);
182
182
  margin-bottom: 4px;
@@ -184,34 +184,34 @@
184
184
  text-overflow: ellipsis;
185
185
  white-space: nowrap;
186
186
  }
187
- .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-585cbffd] {
187
+ .file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-564a0bbc] {
188
188
  font-size: 12px;
189
189
  color: rgba(0, 0, 0, 0.45);
190
190
  }
191
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-585cbffd] {
191
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-564a0bbc] {
192
192
  font-size: 16px;
193
193
  color: rgba(0, 0, 0, 0.45);
194
194
  cursor: pointer;
195
195
  transition: color 0.3s;
196
196
  }
197
- .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-585cbffd]:hover {
197
+ .file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-564a0bbc]:hover {
198
198
  color: #ff4d4f;
199
199
  }
200
- [data-v-585cbffd] .ant-form-item-children input[disabledColor="true"] {
200
+ [data-v-564a0bbc] .ant-form-item-children input[disabledColor="true"] {
201
201
  background-color: #f5f5f5 !important;
202
202
  color: #c1b8c1;
203
203
  }
204
204
 
205
- .formCorrectionLayout[data-v-196716d1] {
205
+ .formCorrectionLayout[data-v-b7c090f4] {
206
206
  width: 100%;
207
207
  }
208
- .formCorrectionLayout .formCorrectionLayout-left[data-v-196716d1] {
208
+ .formCorrectionLayout .formCorrectionLayout-left[data-v-b7c090f4] {
209
209
  padding-right: 15px;
210
210
  }
211
- .formCorrectionLayout .formCorrectionLayout-right[data-v-196716d1] {
211
+ .formCorrectionLayout .formCorrectionLayout-right[data-v-b7c090f4] {
212
212
  padding-left: 10px;
213
213
  }
214
- .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-196716d1] {
214
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-b7c090f4] {
215
215
  background: white;
216
216
  border-radius: 4px;
217
217
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
@@ -219,7 +219,7 @@
219
219
  flex-direction: column;
220
220
  overflow: hidden;
221
221
  }
222
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-196716d1] {
222
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-b7c090f4] {
223
223
  padding: 16px;
224
224
  border-bottom: 1px solid #f0f0f0;
225
225
  font-size: 16px;
@@ -230,15 +230,15 @@
230
230
  gap: 8px;
231
231
  flex-shrink: 0;
232
232
  }
233
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-196716d1] {
233
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-b7c090f4] {
234
234
  color: #1890ff;
235
235
  }
236
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-196716d1] {
236
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-b7c090f4] {
237
237
  padding: 12px;
238
238
  overflow-y: auto;
239
239
  flex: 1;
240
240
  }
241
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-196716d1] {
241
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-b7c090f4] {
242
242
  background: #f5f5f5;
243
243
  border-radius: 4px;
244
244
  padding: 12px;
@@ -246,97 +246,97 @@
246
246
  border-left: 3px solid #1890ff;
247
247
  transition: all 0.3s;
248
248
  }
249
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-196716d1]:hover {
249
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-b7c090f4]:hover {
250
250
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
251
251
  transform: translateX(2px);
252
252
  }
253
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-196716d1]:last-child {
253
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-b7c090f4]:last-child {
254
254
  margin-bottom: 0;
255
255
  }
256
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-196716d1] {
256
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-b7c090f4] {
257
257
  display: flex;
258
258
  justify-content: space-between;
259
259
  align-items: center;
260
260
  margin-bottom: 8px;
261
261
  }
262
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-196716d1] {
262
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-b7c090f4] {
263
263
  font-weight: 500;
264
264
  color: rgba(0, 0, 0, 0.85);
265
265
  font-size: 14px;
266
266
  }
267
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-196716d1] {
267
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-b7c090f4] {
268
268
  font-size: 12px;
269
269
  color: rgba(0, 0, 0, 0.45);
270
270
  }
271
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-196716d1] {
271
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-b7c090f4] {
272
272
  display: flex;
273
273
  flex-direction: column;
274
274
  gap: 6px;
275
275
  }
276
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-196716d1],
277
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-196716d1] {
276
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-b7c090f4],
277
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-b7c090f4] {
278
278
  display: flex;
279
279
  align-items: center;
280
280
  gap: 8px;
281
281
  font-size: 13px;
282
282
  }
283
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-196716d1],
284
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-196716d1] {
283
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-b7c090f4],
284
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-b7c090f4] {
285
285
  color: rgba(0, 0, 0, 0.65);
286
286
  min-width: 40px;
287
287
  }
288
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-196716d1],
289
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-196716d1] {
288
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-b7c090f4],
289
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-b7c090f4] {
290
290
  color: rgba(0, 0, 0, 0.85);
291
291
  word-break: break-all;
292
292
  white-space: pre-line;
293
293
  flex: 1;
294
294
  }
295
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-196716d1] {
295
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-b7c090f4] {
296
296
  text-decoration: line-through;
297
297
  color: rgba(0, 0, 0, 0.45);
298
298
  }
299
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-196716d1] {
299
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-b7c090f4] {
300
300
  color: #52c41a;
301
301
  font-weight: 500;
302
302
  }
303
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-196716d1] {
303
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-b7c090f4] {
304
304
  color: #1890ff;
305
305
  align-self: center;
306
306
  }
307
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-196716d1] {
307
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-b7c090f4] {
308
308
  display: flex;
309
309
  align-items: center;
310
310
  gap: 8px;
311
311
  font-size: 13px;
312
312
  flex-wrap: wrap;
313
313
  }
314
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-196716d1] {
314
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-b7c090f4] {
315
315
  color: rgba(0, 0, 0, 0.65);
316
316
  }
317
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-196716d1] {
317
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-b7c090f4] {
318
318
  color: #1890ff;
319
319
  font-weight: 500;
320
320
  margin-left: 4px;
321
321
  }
322
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-196716d1] {
322
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-b7c090f4] {
323
323
  color: #ff4d4f;
324
324
  font-weight: 500;
325
325
  }
326
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-196716d1] {
326
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-b7c090f4] {
327
327
  margin-top: 5px;
328
328
  padding-top: 12px;
329
329
  border-top: 1px dashed #e8e8e8;
330
330
  }
331
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] {
331
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] {
332
332
  display: flex;
333
333
  justify-content: center;
334
334
  }
335
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] .ant-radio-group {
335
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] .ant-radio-group {
336
336
  width: 100%;
337
337
  display: flex;
338
338
  }
339
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] .ant-radio-group .ant-radio-button-wrapper {
339
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] .ant-radio-group .ant-radio-button-wrapper {
340
340
  flex: 1;
341
341
  text-align: center;
342
342
  height: 32px;
@@ -344,21 +344,21 @@
344
344
  font-size: 13px;
345
345
  transition: all 0.3s;
346
346
  }
347
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] .ant-radio-group .ant-radio-button-wrapper:hover {
347
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] .ant-radio-group .ant-radio-button-wrapper:hover {
348
348
  transform: translateY(-1px);
349
349
  }
350
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
350
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
351
351
  background-color: #52c41a;
352
352
  border-color: #52c41a;
353
353
  }
354
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
354
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
355
355
  background-color: #ff4d4f;
356
356
  border-color: #ff4d4f;
357
357
  }
358
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-196716d1] .ant-radio-group .ant-radio-button-wrapper i {
358
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-b7c090f4] .ant-radio-group .ant-radio-button-wrapper i {
359
359
  margin-right: 4px;
360
360
  }
361
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-196716d1] {
361
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-b7c090f4] {
362
362
  display: flex;
363
363
  align-items: center;
364
364
  justify-content: center;
@@ -369,10 +369,10 @@
369
369
  color: rgba(0, 0, 0, 0.45);
370
370
  font-size: 13px;
371
371
  }
372
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-196716d1] {
372
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-b7c090f4] {
373
373
  color: #1890ff;
374
374
  }
375
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-196716d1] {
375
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-b7c090f4] {
376
376
  padding: 10px 10px;
377
377
  background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
378
378
  border-top: 1px solid #e8e8e8;
@@ -382,34 +382,34 @@
382
382
  align-items: center;
383
383
  flex-shrink: 0;
384
384
  }
385
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-196716d1] {
385
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-b7c090f4] {
386
386
  display: flex;
387
387
  flex-direction: column;
388
388
  align-items: center;
389
389
  gap: 4px;
390
390
  }
391
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-196716d1] {
391
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-b7c090f4] {
392
392
  font-size: 12px;
393
393
  color: rgba(0, 0, 0, 0.45);
394
394
  }
395
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-196716d1] {
395
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-b7c090f4] {
396
396
  font-size: 20px;
397
397
  font-weight: 600;
398
398
  }
399
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-196716d1] {
399
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-b7c090f4] {
400
400
  color: #1890ff;
401
401
  }
402
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-196716d1] {
402
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-b7c090f4] {
403
403
  color: #52c41a;
404
404
  }
405
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-196716d1] {
405
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-b7c090f4] {
406
406
  color: #ff4d4f;
407
407
  }
408
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-196716d1] {
408
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-b7c090f4] {
409
409
  border-top: 1px solid #f0f0f0;
410
410
  flex-shrink: 0;
411
411
  }
412
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-196716d1] {
412
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-b7c090f4] {
413
413
  padding: 16px;
414
414
  font-size: 16px;
415
415
  font-weight: 500;
@@ -419,48 +419,63 @@
419
419
  gap: 8px;
420
420
  background-color: #fafafa;
421
421
  }
422
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-196716d1] {
422
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-b7c090f4] {
423
423
  color: #1890ff;
424
424
  }
425
- .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-196716d1] {
425
+ .formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-b7c090f4] {
426
426
  padding: 16px;
427
427
  }
428
- .formCorrectionLayout .permission[data-v-196716d1] {
428
+ .formCorrectionLayout .permission[data-v-b7c090f4] {
429
429
  background-color: #fafafa;
430
430
  border: 1px solid #e8e8e8;
431
431
  border-top: none;
432
432
  display: flex;
433
433
  justify-content: space-between;
434
434
  }
435
- .formCorrectionLayout[data-v-196716d1] .ant-form-item-label {
435
+ .formCorrectionLayout[data-v-b7c090f4] .ant-form-item-label {
436
436
  overflow: hidden;
437
437
  text-overflow: ellipsis;
438
438
  white-space: nowrap;
439
439
  width: 100%;
440
440
  text-align: left;
441
441
  }
442
- .formCorrectionLayout[data-v-196716d1] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
442
+ .formCorrectionLayout[data-v-b7c090f4] .ant-table-fixed-header .ant-table-body-inner::-webkit-scrollbar {
443
443
  width: 0 !important;
444
444
  height: 0 !important;
445
445
  }
446
- .formCorrectionLayout[data-v-196716d1] .ant-table-body {
446
+ .formCorrectionLayout[data-v-b7c090f4] .ant-table-body {
447
447
  overflow-y: auto !important;
448
448
  overflow-x: auto !important;
449
449
  }
450
- .formCorrectionLayout[data-v-196716d1] .ant-table-body::-webkit-scrollbar {
450
+ .formCorrectionLayout[data-v-b7c090f4] .ant-table-body::-webkit-scrollbar {
451
451
  width: 0px !important;
452
452
  height: 5px !important;
453
453
  }
454
- .formCorrectionLayout[data-v-196716d1] .ant-table .ant-table-header {
454
+ .formCorrectionLayout[data-v-b7c090f4] .ant-table .ant-table-header {
455
455
  overflow: hidden !important;
456
456
  margin-bottom: 0 !important;
457
457
  padding-bottom: 0 !important;
458
458
  }
459
- .formCorrectionLayout[data-v-196716d1] .ant-table .ant-table-body {
459
+ .formCorrectionLayout[data-v-b7c090f4] .ant-table .ant-table-body {
460
460
  overflow-y: auto !important;
461
461
  overflow-x: auto !important;
462
462
  }
463
- .formCorrectionLayout[data-v-196716d1] .ant-table-tbody td {
463
+ .formCorrectionLayout[data-v-b7c090f4] .ant-table-tbody td {
464
464
  padding-bottom: 0 !important;
465
465
  }
466
+ .formCorrectionLayout[data-v-b7c090f4] .form-main-row {
467
+ align-items: flex-start !important;
468
+ flex-wrap: wrap;
469
+ }
470
+ .formCorrectionLayout[data-v-b7c090f4] .form-main-row .form-main-col {
471
+ margin-bottom: 8px;
472
+ }
473
+ .formCorrectionLayout[data-v-b7c090f4] .form-main-row .form-main-col .ant-form-item {
474
+ margin-bottom: 0 !important;
475
+ padding-bottom: 22px;
476
+ }
477
+ .formCorrectionLayout[data-v-b7c090f4] .form-main-row .form-main-col .ant-form-item.has-error {
478
+ padding-bottom: 0;
479
+ margin-bottom: 22px !important;
480
+ }
466
481
 
@@ -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 [25 Feb 2026 at 16:04]</title>
6
+ <title>@zscreate/h-form-error-correction [26 Feb 2026 at 09:16]</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":845027,"parsedSize":855057,"gzipSize":172529,"groups":[{"label":"node_modules","path":"./node_modules","statSize":710423,"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":83150,"groups":[{"id":5253,"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":83150,"parsedSize":849972,"gzipSize":172529,"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":940,"gzipSize":190,"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":8014,"gzipSize":1626,"inaccurateSizes":true}],"parsedSize":8954,"gzipSize":1817,"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":28243,"gzipSize":5732,"inaccurateSizes":true}],"parsedSize":28243,"gzipSize":5732,"inaccurateSizes":true}],"parsedSize":37198,"gzipSize":7550,"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":79511,"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":4875,"gzipSize":989,"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":74803,"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":2146,"gzipSize":435,"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":74593,"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":5979,"gzipSize":1213,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=196716d1&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=196716d1&scoped=true","statSize":14933,"parsedSize":152647,"gzipSize":30984,"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":28468,"parsedSize":291004,"gzipSize":59068,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=196716d1&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=196716d1&prod&lang=less&scoped=true","statSize":705,"parsedSize":7206,"gzipSize":1462,"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":20720,"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":3669,"gzipSize":744,"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":5070,"gzipSize":1029,"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":6623,"gzipSize":1344,"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":9138,"gzipSize":1854,"inaccurateSizes":true}],"parsedSize":20832,"gzipSize":4228,"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":5070,"gzipSize":1029,"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":10058,"gzipSize":2041,"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":10896,"gzipSize":2211,"inaccurateSizes":true}],"parsedSize":26025,"gzipSize":5282,"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":5070,"gzipSize":1029,"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":8719,"gzipSize":1769,"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":9138,"gzipSize":1854,"inaccurateSizes":true}],"parsedSize":22928,"gzipSize":4654,"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":5070,"gzipSize":1029,"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":7339,"gzipSize":1489,"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":9138,"gzipSize":1854,"inaccurateSizes":true}],"parsedSize":21548,"gzipSize":4373,"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":11426,"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":6041,"gzipSize":1226,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=585cbffd&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=585cbffd&scoped=true","statSize":2864,"parsedSize":29276,"gzipSize":5942,"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":7230,"parsedSize":73906,"gzipSize":15001,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=585cbffd&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=585cbffd&prod&lang=less&scoped=true","statSize":741,"parsedSize":7574,"gzipSize":1537,"inaccurateSizes":true}],"parsedSize":116798,"gzipSize":23707,"inaccurateSizes":true}],"parsedSize":211803,"gzipSize":42992,"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":9182,"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":9182,"parsedSize":93859,"gzipSize":19051,"inaccurateSizes":true}],"parsedSize":93859,"gzipSize":19051,"inaccurateSizes":true}],"parsedSize":762501,"gzipSize":154773,"inaccurateSizes":true}],"parsedSize":764647,"gzipSize":155209,"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":24083,"gzipSize":4888,"inaccurateSizes":true}],"parsedSize":24083,"gzipSize":4888,"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":19166,"gzipSize":3890,"inaccurateSizes":true}],"parsedSize":19166,"gzipSize":3890,"inaccurateSizes":true}],"parsedSize":812773,"gzipSize":164978,"inaccurateSizes":true}]}],"parsedSize":849972,"gzipSize":172529},{"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":849972,"gzipSize":172529},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133485,"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":2957,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":2957}],"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":845739,"parsedSize":855769,"gzipSize":172799,"groups":[{"label":"node_modules","path":"./node_modules","statSize":711135,"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":83862,"groups":[{"id":3577,"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":83862,"parsedSize":850484,"gzipSize":172799,"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":933,"gzipSize":189,"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":7950,"gzipSize":1615,"inaccurateSizes":true}],"parsedSize":8883,"gzipSize":1805,"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":28020,"gzipSize":5693,"inaccurateSizes":true}],"parsedSize":28020,"gzipSize":5693,"inaccurateSizes":true}],"parsedSize":36904,"gzipSize":7498,"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":80223,"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":4837,"gzipSize":982,"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":75515,"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":2129,"gzipSize":432,"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":75305,"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":5932,"gzipSize":1205,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=b7c090f4&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=b7c090f4&scoped=true","statSize":15047,"parsedSize":152598,"gzipSize":31004,"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":28999,"parsedSize":294092,"gzipSize":59752,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=b7c090f4&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=b7c090f4&prod&lang=less&scoped=true","statSize":705,"parsedSize":7149,"gzipSize":1452,"inaccurateSizes":true},{"label":"components","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components","statSize":20804,"groups":[{"id":null,"label":"index.js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/index.js","statSize":359,"parsedSize":3640,"gzipSize":739,"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":5030,"gzipSize":1022,"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":6571,"gzipSize":1335,"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":9066,"gzipSize":1842,"inaccurateSizes":true}],"parsedSize":20668,"gzipSize":4199,"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":5030,"gzipSize":1022,"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":9979,"gzipSize":2027,"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":10810,"gzipSize":2196,"inaccurateSizes":true}],"parsedSize":25820,"gzipSize":5246,"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":5030,"gzipSize":1022,"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":8650,"gzipSize":1757,"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":9066,"gzipSize":1842,"inaccurateSizes":true}],"parsedSize":22747,"gzipSize":4621,"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":5030,"gzipSize":1022,"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":7281,"gzipSize":1479,"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":9066,"gzipSize":1842,"inaccurateSizes":true}],"parsedSize":21378,"gzipSize":4343,"inaccurateSizes":true},{"label":"fileUpload","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload","statSize":11510,"groups":[{"id":null,"label":"index.vue","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue","statSize":591,"parsedSize":5993,"gzipSize":1217,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=template&id=564a0bbc&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=template&id=564a0bbc&scoped=true","statSize":2864,"parsedSize":29045,"gzipSize":5901,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=script&lang=js","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js","statSize":7314,"parsedSize":74174,"gzipSize":15070,"inaccurateSizes":true},{"id":null,"label":"index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true","path":"./node_modules/_@vue_cli-service@5.0.9@@vue/cli-service/lib/commands/build/entry-lib.js + 36 modules (concatenated)/src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true","statSize":741,"parsedSize":7514,"gzipSize":1526,"inaccurateSizes":true}],"parsedSize":116728,"gzipSize":23716,"inaccurateSizes":true}],"parsedSize":210983,"gzipSize":42866,"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":9165,"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":9165,"parsedSize":92946,"gzipSize":18884,"inaccurateSizes":true}],"parsedSize":92946,"gzipSize":18884,"inaccurateSizes":true}],"parsedSize":763703,"gzipSize":155167,"inaccurateSizes":true}],"parsedSize":765833,"gzipSize":155599,"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":23893,"gzipSize":4854,"inaccurateSizes":true}],"parsedSize":23893,"gzipSize":4854,"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":19015,"gzipSize":3863,"inaccurateSizes":true}],"parsedSize":19015,"gzipSize":3863,"inaccurateSizes":true}],"parsedSize":813579,"gzipSize":165300,"inaccurateSizes":true}]}],"parsedSize":850484,"gzipSize":172799},{"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":850484,"gzipSize":172799},{"id":8330,"label":"package.json","path":"./package.json","statSize":1119},{"label":"src","path":"./src","statSize":133485,"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":2957,"groups":[{"id":null,"label":"index.css","path":"./src/static/index.css","statSize":2957}],"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.16"};
18820
+ module.exports = {"rE":"0.0.18"};
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=196716d1&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=b7c090f4&scoped=true
18952
18952
  var render = function render() {
18953
18953
  var _vm = this,
18954
18954
  _c = _vm._self._c;
@@ -18973,11 +18973,15 @@ var render = function render() {
18973
18973
  "rules": _vm.rules
18974
18974
  }
18975
18975
  }, [_c('a-row', {
18976
+ staticClass: "form-main-row",
18976
18977
  attrs: {
18978
+ "type": "flex",
18979
+ "align": "top",
18977
18980
  "gutter": [30, 0]
18978
18981
  }
18979
18982
  }, _vm._l(_vm.formConfig.correctData.tableList[0], function (widget, index) {
18980
18983
  return _c('a-col', {
18984
+ staticClass: "form-main-col",
18981
18985
  attrs: {
18982
18986
  "span": widget.correctionType != 5 ? 8 : 0
18983
18987
  }
@@ -19792,21 +19796,21 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
19792
19796
  message: val.fieldNotes + "必须填写",
19793
19797
  trigger: ["blur", "change"]
19794
19798
  });
19795
- if (val.rules) {
19796
- if (val.columnType == "input") {
19797
- ruleList.push({
19798
- pattern: val.rules,
19799
- required: true,
19800
- message: "正则校验",
19801
- trigger: ["blur", "change"]
19802
- });
19803
- } else if (val.columnType == "date") {
19804
- ruleList.push({
19805
- required: true,
19806
- validator: this.validateTime,
19807
- trigger: ["blur", "change"]
19808
- });
19809
- }
19799
+ }
19800
+ if (val.rules) {
19801
+ if (val.columnType == "input") {
19802
+ ruleList.push({
19803
+ pattern: val.rules,
19804
+ required: true,
19805
+ message: "正则校验",
19806
+ trigger: ["blur", "change"]
19807
+ });
19808
+ } else if (val.columnType == "date") {
19809
+ ruleList.push({
19810
+ required: true,
19811
+ validator: this.validateTime,
19812
+ trigger: ["blur", "change"]
19813
+ });
19810
19814
  }
19811
19815
  }
19812
19816
  if (ruleList.length) {
@@ -19854,7 +19858,7 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
19854
19858
  //时间比较
19855
19859
  validateTime(rule, value, callback) {
19856
19860
  let options = this.widget.rules; //当前触发的日期中的规则配置
19857
-
19861
+ debugger;
19858
19862
  // 获取目标时间的值
19859
19863
  let targetDate;
19860
19864
  if (this.tableKey) {
@@ -20249,8 +20253,8 @@ var date_component = normalizeComponent(
20249
20253
  )
20250
20254
 
20251
20255
  /* harmony default export */ const date = (date_component.exports);
20252
- ;// ./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=585cbffd&scoped=true
20253
- var fileUploadvue_type_template_id_585cbffd_scoped_true_render = function render() {
20256
+ ;// ./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=564a0bbc&scoped=true
20257
+ var fileUploadvue_type_template_id_564a0bbc_scoped_true_render = function render() {
20254
20258
  var _vm = this,
20255
20259
  _c = _vm._self._c;
20256
20260
  return _c('div', [_c('a-form-model-item', {
@@ -20353,7 +20357,7 @@ var fileUploadvue_type_template_id_585cbffd_scoped_true_render = function render
20353
20357
  }) : _vm._e()], 1);
20354
20358
  }), 0)]) : _vm._e()], 1)])], 1);
20355
20359
  };
20356
- var fileUploadvue_type_template_id_585cbffd_scoped_true_staticRenderFns = [];
20360
+ var fileUploadvue_type_template_id_564a0bbc_scoped_true_staticRenderFns = [];
20357
20361
 
20358
20362
  ;// ./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
20359
20363
 
@@ -20521,8 +20525,8 @@ var fileUploadvue_type_template_id_585cbffd_scoped_true_staticRenderFns = [];
20521
20525
  },
20522
20526
  // 更新 models 数据
20523
20527
  updateModels() {
20524
- // 将文件列表保存到 dataModel
20525
- const fileData = !this.fileList || !this.fileList.length ? undefined : JSON.stringify(this.fileList);
20528
+ // 将文件列表保存到 dataModel,空文件列表时传 null(与初始空值语义一致,便于纠错记录判断)
20529
+ const fileData = !this.fileList || !this.fileList.length ? null : JSON.stringify(this.fileList);
20526
20530
 
20527
20531
  // 使用 dataModel 的 setter 来更新数据
20528
20532
  this.dataModel = fileData;
@@ -20558,10 +20562,10 @@ var fileUploadvue_type_template_id_585cbffd_scoped_true_staticRenderFns = [];
20558
20562
  });
20559
20563
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=script&lang=js
20560
20564
  /* harmony default export */ const components_fileUploadvue_type_script_lang_js = (fileUploadvue_type_script_lang_js);
20561
- ;// ./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=585cbffd&prod&lang=less&scoped=true
20565
+ ;// ./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=564a0bbc&prod&lang=less&scoped=true
20562
20566
  // extracted by mini-css-extract-plugin
20563
20567
 
20564
- ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=585cbffd&prod&lang=less&scoped=true
20568
+ ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue?vue&type=style&index=0&id=564a0bbc&prod&lang=less&scoped=true
20565
20569
 
20566
20570
  ;// ./src/components/formCorrectionLayout/components/fileUpload/index.vue
20567
20571
 
@@ -20574,11 +20578,11 @@ var fileUploadvue_type_template_id_585cbffd_scoped_true_staticRenderFns = [];
20574
20578
 
20575
20579
  var fileUpload_component = normalizeComponent(
20576
20580
  components_fileUploadvue_type_script_lang_js,
20577
- fileUploadvue_type_template_id_585cbffd_scoped_true_render,
20578
- fileUploadvue_type_template_id_585cbffd_scoped_true_staticRenderFns,
20581
+ fileUploadvue_type_template_id_564a0bbc_scoped_true_render,
20582
+ fileUploadvue_type_template_id_564a0bbc_scoped_true_staticRenderFns,
20579
20583
  false,
20580
20584
  null,
20581
- "585cbffd",
20585
+ "564a0bbc",
20582
20586
  null
20583
20587
 
20584
20588
  )
@@ -21209,8 +21213,14 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21209
21213
  initialValue = this.originalModels[widget.fieldName];
21210
21214
  }
21211
21215
 
21216
+ // 判断两个值是否语义相同(支持 null/undefined/空字符串/"[]"/[] 互相视为相同,支持数字与字符串类型互转比较)
21217
+ const isEmpty = v => v === null || v === undefined || v === "" || v === "[]" || Array.isArray(v) && v.length === 0;
21218
+ const isSameValue = newValue === initialValue || isEmpty(newValue) && isEmpty(initialValue) ||
21219
+ // 处理数字类型与字符串类型的比较(如 number组件返回数字6,初始值为字符串"6")
21220
+ String(newValue) === String(initialValue);
21221
+
21212
21222
  // 新值与初始值相同,说明改回了原值
21213
- if (newValue === initialValue) {
21223
+ if (isSameValue) {
21214
21224
  // 移除该字段的修改记录
21215
21225
  const recordIndex = this.modificationHistory.findIndex(item => {
21216
21226
  if (item.type !== "modify") return false;
@@ -21463,10 +21473,10 @@ var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
21463
21473
  });
21464
21474
  ;// ./src/components/formCorrectionLayout/index.vue?vue&type=script&lang=js
21465
21475
  /* harmony default export */ const components_formCorrectionLayoutvue_type_script_lang_js = (formCorrectionLayoutvue_type_script_lang_js);
21466
- ;// ./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=196716d1&prod&lang=less&scoped=true
21476
+ ;// ./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=b7c090f4&prod&lang=less&scoped=true
21467
21477
  // extracted by mini-css-extract-plugin
21468
21478
 
21469
- ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=196716d1&prod&lang=less&scoped=true
21479
+ ;// ./src/components/formCorrectionLayout/index.vue?vue&type=style&index=0&id=b7c090f4&prod&lang=less&scoped=true
21470
21480
 
21471
21481
  ;// ./src/components/formCorrectionLayout/index.vue
21472
21482
 
@@ -21483,7 +21493,7 @@ var formCorrectionLayout_component = normalizeComponent(
21483
21493
  staticRenderFns,
21484
21494
  false,
21485
21495
  null,
21486
- "196716d1",
21496
+ "b7c090f4",
21487
21497
  null
21488
21498
 
21489
21499
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/h-form-error-correction",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/h-form-error-correction.umd.js",