@ailaw/venus 1.68.0 → 1.71.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 +3 -1
- package/dist/venus.es.js +18 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1548,6 +1548,8 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1548
1548
|
editCalendar: "Edit Calendar",
|
|
1549
1549
|
canEditOnlySelfCreated: "You can only edit events created by your self",
|
|
1550
1550
|
startTime: "Start Time",
|
|
1551
|
-
endTime: "End Time"
|
|
1551
|
+
endTime: "End Time",
|
|
1552
|
+
expandAll: "Expand All",
|
|
1553
|
+
foldAll: "Fold all"
|
|
1552
1554
|
});
|
|
1553
1555
|
export { en as default };
|
package/dist/venus.es.js
CHANGED
|
@@ -1061,6 +1061,13 @@ var i589 = createForm({
|
|
|
1061
1061
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1062
1062
|
}
|
|
1063
1063
|
});
|
|
1064
|
+
var i601 = createForm({
|
|
1065
|
+
displayName: "I-601",
|
|
1066
|
+
roles: {
|
|
1067
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1068
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1069
|
+
}
|
|
1070
|
+
});
|
|
1064
1071
|
var i601A = createForm({
|
|
1065
1072
|
displayName: "I-601A",
|
|
1066
1073
|
roles: {
|
|
@@ -1299,6 +1306,14 @@ var i129f = createForm({
|
|
|
1299
1306
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1300
1307
|
}
|
|
1301
1308
|
});
|
|
1309
|
+
var i693 = createForm({
|
|
1310
|
+
displayName: "I-693",
|
|
1311
|
+
roles: {
|
|
1312
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1313
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1314
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1315
|
+
}
|
|
1316
|
+
});
|
|
1302
1317
|
const formRecords = {
|
|
1303
1318
|
g28Company,
|
|
1304
1319
|
g28Person,
|
|
@@ -1328,6 +1343,7 @@ const formRecords = {
|
|
|
1328
1343
|
i539,
|
|
1329
1344
|
i539A,
|
|
1330
1345
|
i589,
|
|
1346
|
+
i601,
|
|
1331
1347
|
i601A,
|
|
1332
1348
|
i765,
|
|
1333
1349
|
i821,
|
|
@@ -1357,7 +1373,8 @@ const formRecords = {
|
|
|
1357
1373
|
i730,
|
|
1358
1374
|
i912,
|
|
1359
1375
|
i914,
|
|
1360
|
-
i129f
|
|
1376
|
+
i129f,
|
|
1377
|
+
i693
|
|
1361
1378
|
};
|
|
1362
1379
|
var index$2 = Object.values(formRecords);
|
|
1363
1380
|
const acceptableFormats = [
|