@ailaw/venus 1.70.0 → 1.71.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/en.js +3 -1
  2. 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.70.0",
3
+ "version": "1.71.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],