@ailaw/venus 1.139.0 → 1.141.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/es.js +2 -2
- package/dist/venus.es.js +9 -1
- package/package.json +1 -1
package/dist/es.js
CHANGED
|
@@ -211,7 +211,7 @@ var es = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
211
211
|
state: "Estado",
|
|
212
212
|
province: "Provincia",
|
|
213
213
|
city: "Ciudad",
|
|
214
|
-
zip: "
|
|
214
|
+
zip: "C\xF3digo postal",
|
|
215
215
|
postal: "Postal",
|
|
216
216
|
website: "P\xE1gina Web de la compa\xF1\xEDa",
|
|
217
217
|
estabYear: "A\xF1o Establecido",
|
|
@@ -1338,7 +1338,7 @@ var es = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1338
1338
|
personalInformationEmployee3: "Habla a",
|
|
1339
1339
|
companyTeleNumber: "N\xFAmero de tel\xE9fono de la empresa",
|
|
1340
1340
|
countryWithoutRegion: "Pa\xEDs",
|
|
1341
|
-
worksheetWithoutValidation: "Omitir
|
|
1341
|
+
worksheetWithoutValidation: "Omitir casillas obligatorio",
|
|
1342
1342
|
worksheetWithoutValidationNote1: "Nota: est\xE1 intentando omitir los campos obligatorios.",
|
|
1343
1343
|
worksheetWithoutValidationNote2: "\xBFEst\xE1 seguro de que desea continuar con informaci\xF3n incompleta?",
|
|
1344
1344
|
worksheetWithoutValidationNote3: "El abogado podr\xEDa comunicarse con usted por la parte incompleta.",
|
package/dist/venus.es.js
CHANGED
|
@@ -1541,6 +1541,13 @@ var eta9141 = createForm({
|
|
|
1541
1541
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1542
1542
|
}
|
|
1543
1543
|
});
|
|
1544
|
+
var i246 = createForm({
|
|
1545
|
+
displayName: "I-246",
|
|
1546
|
+
roles: {
|
|
1547
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1548
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1549
|
+
}
|
|
1550
|
+
});
|
|
1544
1551
|
const formRecords = {
|
|
1545
1552
|
g28Company,
|
|
1546
1553
|
g28Person,
|
|
@@ -1627,7 +1634,8 @@ const formRecords = {
|
|
|
1627
1634
|
i612,
|
|
1628
1635
|
i956k,
|
|
1629
1636
|
i129e3,
|
|
1630
|
-
eta9141
|
|
1637
|
+
eta9141,
|
|
1638
|
+
i246
|
|
1631
1639
|
};
|
|
1632
1640
|
var index$2 = Object.values(formRecords);
|
|
1633
1641
|
const acceptableFormats = [
|