@ailaw/venus 1.84.0 → 1.86.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 CHANGED
@@ -880,6 +880,7 @@ 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",
883
884
  createANewTask: "Create a new task",
884
885
  moreThan150: "Should not be longer than 150 chars.",
885
886
  confirmDeleteTask: "This task will be permanently deleted. Existing cases won't be affected.",
@@ -923,6 +924,9 @@ var lang3 = {
923
924
  pleaseCreateIntakeTemplate: 'Click the "Create" button to add a template',
924
925
  addReceipt: "Add Receipt",
925
926
  form: "Form",
927
+ addForm: "Add Form",
928
+ addForms: "Add Form(s)",
929
+ addFormsFromCaseTemplate: "Add Form(s) From Case Template",
926
930
  latestEdition: "Latest Edition",
927
931
  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).",
928
932
  formUpdateWarningCheckDesc: "Remind me next time in this case"
package/dist/venus.es.js CHANGED
@@ -1377,6 +1377,14 @@ var i751 = createForm({
1377
1377
  Preparer: [GlueRoleType.PREPARERPROFILE]
1378
1378
  }
1379
1379
  });
1380
+ var i824 = createForm({
1381
+ displayName: "I-824",
1382
+ roles: {
1383
+ Beneficiary: [GlueRoleType.USERPROFILE],
1384
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1385
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1386
+ }
1387
+ });
1380
1388
  const formRecords = {
1381
1389
  g28Company,
1382
1390
  g28Person,
@@ -1443,7 +1451,8 @@ const formRecords = {
1443
1451
  i526912,
1444
1452
  i90,
1445
1453
  eta9035,
1446
- i751
1454
+ i751,
1455
+ i824
1447
1456
  };
1448
1457
  var index$2 = Object.values(formRecords);
1449
1458
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.84.0",
3
+ "version": "1.86.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],