@ailaw/venus 1.70.0 → 1.73.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
|
@@ -1314,6 +1314,21 @@ var i693 = createForm({
|
|
|
1314
1314
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1315
1315
|
}
|
|
1316
1316
|
});
|
|
1317
|
+
var eta9089 = createForm({
|
|
1318
|
+
displayName: "ETA-9089",
|
|
1319
|
+
roles: {
|
|
1320
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1321
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1322
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1323
|
+
}
|
|
1324
|
+
});
|
|
1325
|
+
var i829 = createForm({
|
|
1326
|
+
displayName: "I-829",
|
|
1327
|
+
roles: {
|
|
1328
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1329
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1330
|
+
}
|
|
1331
|
+
});
|
|
1317
1332
|
const formRecords = {
|
|
1318
1333
|
g28Company,
|
|
1319
1334
|
g28Person,
|
|
@@ -1374,7 +1389,9 @@ const formRecords = {
|
|
|
1374
1389
|
i912,
|
|
1375
1390
|
i914,
|
|
1376
1391
|
i129f,
|
|
1377
|
-
i693
|
|
1392
|
+
i693,
|
|
1393
|
+
eta9089,
|
|
1394
|
+
i829
|
|
1378
1395
|
};
|
|
1379
1396
|
var index$2 = Object.values(formRecords);
|
|
1380
1397
|
const acceptableFormats = [
|