@ailaw/venus 1.81.0 → 1.83.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.
Files changed (2) hide show
  1. package/dist/en3.js +5 -1
  2. package/package.json +1 -1
package/dist/en3.js CHANGED
@@ -921,6 +921,10 @@ var lang3 = {
921
921
  intakeTemplateManagement: "Intake Template Management",
922
922
  submittedDate: "Submit Date",
923
923
  pleaseCreateIntakeTemplate: 'Click the "Create" button to add a template',
924
- addReceipt: "Add Receipt"
924
+ addReceipt: "Add Receipt",
925
+ form: "Form",
926
+ latestEdition: "Latest Edition",
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).",
928
+ formUpdateWarningCheckDesc: "Remind me next time in this case"
925
929
  };
926
930
  export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.81.0",
3
+ "version": "1.83.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],