@dyedurham/search-and-file-widget 1.6.5 → 1.6.6
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.
- package/dnd-filing-shell.js +4 -0
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -87996,6 +87996,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87996
87996
|
documentName: this.validateOptions()?.documentName ?? "Incorporation Draft",
|
|
87997
87997
|
documentType: "pdf"
|
|
87998
87998
|
});
|
|
87999
|
+
delete this.task()?.deltaData.validatedData;
|
|
87999
88000
|
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), {
|
|
88000
88001
|
serviceOrderId,
|
|
88001
88002
|
validatedData: JSON.parse(JSON.stringify(requestBody))
|
|
@@ -88031,6 +88032,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88031
88032
|
documentName: this.validateOptions()?.documentName ?? "Incorporation Draft",
|
|
88032
88033
|
documentType: "pdf"
|
|
88033
88034
|
});
|
|
88035
|
+
delete this.task()?.deltaData.validatedData;
|
|
88034
88036
|
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), {
|
|
88035
88037
|
serviceOrderId,
|
|
88036
88038
|
validatedData: JSON.parse(JSON.stringify(requestBody))
|
|
@@ -88081,6 +88083,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88081
88083
|
documentType: "pdf"
|
|
88082
88084
|
});
|
|
88083
88085
|
}
|
|
88086
|
+
delete this.task()?.deltaData.validatedData;
|
|
88084
88087
|
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), {
|
|
88085
88088
|
serviceOrderId,
|
|
88086
88089
|
validatedData: JSON.parse(JSON.stringify(requestBody))
|
|
@@ -88190,6 +88193,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88190
88193
|
const response = yield this.updateMaintainService.submitInitialReturnValidationToECore(signature, requestBody, this.validateOptions());
|
|
88191
88194
|
if (this.hasResponseErrors(response))
|
|
88192
88195
|
return;
|
|
88196
|
+
delete this.task()?.deltaData.validatedData;
|
|
88193
88197
|
this.deltaDataChange.emit(__spreadProps(__spreadValues({}, deltaData), {
|
|
88194
88198
|
serviceOrderId: this.serviceOrderId,
|
|
88195
88199
|
validatedData: JSON.parse(JSON.stringify(requestBody))
|