@feedmepos/mf-financing 0.0.27-dev → 0.0.28-dev
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/dist/app.d.ts
CHANGED
|
@@ -113,7 +113,6 @@ export declare const i18nMessages: {
|
|
|
113
113
|
preview: string;
|
|
114
114
|
};
|
|
115
115
|
signature: {
|
|
116
|
-
clearSignature: string;
|
|
117
116
|
clickToAdd: string;
|
|
118
117
|
dialogTitle: string;
|
|
119
118
|
saveBefore: string;
|
|
@@ -233,7 +232,6 @@ export declare const i18nMessages: {
|
|
|
233
232
|
preview: string;
|
|
234
233
|
};
|
|
235
234
|
signature: {
|
|
236
|
-
clearSignature: string;
|
|
237
235
|
clickToAdd: string;
|
|
238
236
|
dialogTitle: string;
|
|
239
237
|
saveBefore: string;
|
package/dist/app.js
CHANGED
|
@@ -112,7 +112,6 @@ const Ln = {
|
|
|
112
112
|
preview: "Preview"
|
|
113
113
|
},
|
|
114
114
|
signature: {
|
|
115
|
-
clearSignature: "Clear Signature",
|
|
116
115
|
clickToAdd: "Click to add signature",
|
|
117
116
|
dialogTitle: "Signature",
|
|
118
117
|
saveBefore: "Please save your signature before closing",
|
|
@@ -231,7 +230,6 @@ const Ln = {
|
|
|
231
230
|
preview: "预览"
|
|
232
231
|
},
|
|
233
232
|
signature: {
|
|
234
|
-
clearSignature: "清除签名",
|
|
235
233
|
clickToAdd: "点击添加签名",
|
|
236
234
|
dialogTitle: "签名",
|
|
237
235
|
saveBefore: "请在关闭前保存您的签名",
|
|
@@ -256,7 +254,7 @@ const Ln = {
|
|
|
256
254
|
{
|
|
257
255
|
path: "/application/submission",
|
|
258
256
|
name: "mf-financing-application-submission",
|
|
259
|
-
component: () => import("./Submission-
|
|
257
|
+
component: () => import("./Submission-C4Q0Ox4-.js")
|
|
260
258
|
}
|
|
261
259
|
];
|
|
262
260
|
bn({
|