@ailaw/venus 1.86.0 → 1.87.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 +0 -4
- package/dist/venus.es.js +9 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -880,7 +880,6 @@ var lang3 = {
|
|
|
880
880
|
searchTaskPlaceholder: "Search Task name/Tag",
|
|
881
881
|
taskManagement: "Task Management",
|
|
882
882
|
addFromList: "Add from list",
|
|
883
|
-
addTasksFromCaseTemplate: "Add Task(s) from Case Template",
|
|
884
883
|
createANewTask: "Create a new task",
|
|
885
884
|
moreThan150: "Should not be longer than 150 chars.",
|
|
886
885
|
confirmDeleteTask: "This task will be permanently deleted. Existing cases won't be affected.",
|
|
@@ -924,9 +923,6 @@ var lang3 = {
|
|
|
924
923
|
pleaseCreateIntakeTemplate: 'Click the "Create" button to add a template',
|
|
925
924
|
addReceipt: "Add Receipt",
|
|
926
925
|
form: "Form",
|
|
927
|
-
addForm: "Add Form",
|
|
928
|
-
addForms: "Add Form(s)",
|
|
929
|
-
addFormsFromCaseTemplate: "Add Form(s) From Case Template",
|
|
930
926
|
latestEdition: "Latest Edition",
|
|
931
927
|
formUpdateWarningTitle: "The following form(s) in this case had been updated to the latest version. Please check the version when you use the form(s).",
|
|
932
928
|
formUpdateWarningCheckDesc: "Remind me next time in this case"
|
package/dist/venus.es.js
CHANGED
|
@@ -1385,6 +1385,13 @@ var i824 = createForm({
|
|
|
1385
1385
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1386
1386
|
}
|
|
1387
1387
|
});
|
|
1388
|
+
var g639Expired = createForm({
|
|
1389
|
+
displayName: "G-639 Expired",
|
|
1390
|
+
roles: {
|
|
1391
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1392
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1393
|
+
}
|
|
1394
|
+
});
|
|
1388
1395
|
const formRecords = {
|
|
1389
1396
|
g28Company,
|
|
1390
1397
|
g28Person,
|
|
@@ -1452,7 +1459,8 @@ const formRecords = {
|
|
|
1452
1459
|
i90,
|
|
1453
1460
|
eta9035,
|
|
1454
1461
|
i751,
|
|
1455
|
-
i824
|
|
1462
|
+
i824,
|
|
1463
|
+
g639Expired
|
|
1456
1464
|
};
|
|
1457
1465
|
var index$2 = Object.values(formRecords);
|
|
1458
1466
|
const acceptableFormats = [
|