@ailaw/venus 1.47.0 → 1.50.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 CHANGED
@@ -1531,9 +1531,9 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1531
1531
  timeRange: "Time Range",
1532
1532
  allDay: "All Day",
1533
1533
  attendees: "Attendees",
1534
- daily: "Daily",
1535
- weekly: "Weekly",
1536
- monthly: "Monthly",
1534
+ daily: "Day",
1535
+ weekly: "Week",
1536
+ monthly: "Month",
1537
1537
  teamMembers: "Team Members",
1538
1538
  calendars: "Calendars",
1539
1539
  new: "New",
@@ -1546,6 +1546,8 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1546
1546
  color: "Color",
1547
1547
  addCalendar: "Add Calendar",
1548
1548
  editCalendar: "Edit Calendar",
1549
- canEditOnlySelfCreated: "You can only edits event created by your self"
1549
+ canEditOnlySelfCreated: "You can only edit events created by your self",
1550
+ startTime: "Start Time",
1551
+ endTime: "End Time"
1550
1552
  });
1551
1553
  export { en as default };
package/dist/venus.es.js CHANGED
@@ -1145,14 +1145,16 @@ var i129OP = createForm({
1145
1145
  displayName: "I-129 with O and P Supplement",
1146
1146
  roles: {
1147
1147
  Beneficiary: [GlueRoleType.USERPROFILE],
1148
- Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1148
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1149
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1149
1150
  }
1150
1151
  });
1151
1152
  var i129R1 = createForm({
1152
1153
  displayName: "I-129 with R-1 Supplement",
1153
1154
  roles: {
1154
1155
  Beneficiary: [GlueRoleType.USERPROFILE],
1155
- Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1156
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1157
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1156
1158
  }
1157
1159
  });
1158
1160
  var eoir42b = createForm({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.47.0",
3
+ "version": "1.50.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],