classcard-ui 0.2.511 → 0.2.514

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.511",
3
+ "version": "0.2.514",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -264,6 +264,12 @@ export default {
264
264
  return 0;
265
265
  }
266
266
  },
267
+ getActiveStartAndEndDates() {
268
+ return {
269
+ startDate: this.daysArray[0],
270
+ endDate: this.daysArray[this.daysArray.length - 1],
271
+ };
272
+ },
267
273
  },
268
274
  computed: {
269
275
  currentMonthAndYear() {