@ailaw/venus 1.131.0 → 1.133.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/en3.js +2 -0
- package/dist/venus.es.js +9 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -962,6 +962,7 @@ var lang3 = {
|
|
|
962
962
|
templateName: "Template Name",
|
|
963
963
|
fileName: "File Name",
|
|
964
964
|
addDocumentTemplate: "Add Document Template",
|
|
965
|
+
editDocumentTemplate: "Edit Document Template",
|
|
965
966
|
uploadDocument: "Upload a Document",
|
|
966
967
|
documentTemplate: "Document Template",
|
|
967
968
|
docTemplateName: "Document Template Name",
|
|
@@ -974,6 +975,7 @@ var lang3 = {
|
|
|
974
975
|
selectBeneficiary: "Select a Beneficiary",
|
|
975
976
|
docs: "Docs",
|
|
976
977
|
goToDocTemplateSetting: "Go to Document Template Setting",
|
|
978
|
+
loadingDocTemplates: "Loading Document Templates",
|
|
977
979
|
youCanChangeFormVersion: "You can change the following forms' version: ",
|
|
978
980
|
formUpdate: "Form Update"
|
|
979
981
|
};
|
package/dist/venus.es.js
CHANGED
|
@@ -1510,6 +1510,13 @@ var ds3035 = createForm({
|
|
|
1510
1510
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1511
1511
|
}
|
|
1512
1512
|
});
|
|
1513
|
+
var i612 = createForm({
|
|
1514
|
+
displayName: "I-612",
|
|
1515
|
+
roles: {
|
|
1516
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1517
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1518
|
+
}
|
|
1519
|
+
});
|
|
1513
1520
|
const formRecords = {
|
|
1514
1521
|
g28Company,
|
|
1515
1522
|
g28Person,
|
|
@@ -1592,7 +1599,8 @@ const formRecords = {
|
|
|
1592
1599
|
i131a,
|
|
1593
1600
|
n336,
|
|
1594
1601
|
i914a,
|
|
1595
|
-
ds3035
|
|
1602
|
+
ds3035,
|
|
1603
|
+
i612
|
|
1596
1604
|
};
|
|
1597
1605
|
var index$2 = Object.values(formRecords);
|
|
1598
1606
|
const acceptableFormats = [
|