@ailaw/venus 1.124.0 → 1.126.0
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/en.js +14 -1
- package/dist/venus.es.js +18 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1566,6 +1566,19 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1566
1566
|
addStageAfter: "Add a stage after {progressName}",
|
|
1567
1567
|
confirmToMoveStage: "Are you sure to move to this stage?",
|
|
1568
1568
|
addFromProgressTemplates: "Import from Progress Templates",
|
|
1569
|
-
manageProgressTemplates: "Manage Progress Templates"
|
|
1569
|
+
manageProgressTemplates: "Manage Progress Templates",
|
|
1570
|
+
"e-signature": "E-Signature",
|
|
1571
|
+
noESignatureTokenHint: "Your office is not integrated with Dropbox Sign. Please integrate first. <br>Click 'OK' to jump into Integration Page.",
|
|
1572
|
+
createSignatureRequest: "Create an Signature Request",
|
|
1573
|
+
requester: "Requester",
|
|
1574
|
+
requesterName: "Requester Name",
|
|
1575
|
+
file: "File",
|
|
1576
|
+
signers: "Signer(s)",
|
|
1577
|
+
selectClient: "Select Client",
|
|
1578
|
+
selectAClient: "Select a Client",
|
|
1579
|
+
newSigner: "New Signer",
|
|
1580
|
+
signerName: "Signer Name",
|
|
1581
|
+
addAnotherSigner: "Add another Signer",
|
|
1582
|
+
moreDetail: "More Detail"
|
|
1570
1583
|
});
|
|
1571
1584
|
export { en as default };
|
package/dist/venus.es.js
CHANGED
|
@@ -1489,6 +1489,21 @@ var n336 = createForm({
|
|
|
1489
1489
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1490
1490
|
}
|
|
1491
1491
|
});
|
|
1492
|
+
var i914supa = createForm({
|
|
1493
|
+
displayName: "I-914-SupA",
|
|
1494
|
+
roles: {
|
|
1495
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1496
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1497
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1498
|
+
}
|
|
1499
|
+
});
|
|
1500
|
+
var ds3035 = createForm({
|
|
1501
|
+
displayName: "DS-3035",
|
|
1502
|
+
roles: {
|
|
1503
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1504
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1505
|
+
}
|
|
1506
|
+
});
|
|
1492
1507
|
const formRecords = {
|
|
1493
1508
|
g28Company,
|
|
1494
1509
|
g28Person,
|
|
@@ -1569,7 +1584,9 @@ const formRecords = {
|
|
|
1569
1584
|
i407,
|
|
1570
1585
|
eoir26,
|
|
1571
1586
|
i131a,
|
|
1572
|
-
n336
|
|
1587
|
+
n336,
|
|
1588
|
+
i914supa,
|
|
1589
|
+
ds3035
|
|
1573
1590
|
};
|
|
1574
1591
|
var index$2 = Object.values(formRecords);
|
|
1575
1592
|
const acceptableFormats = [
|