@bildvitta/quasar-ui-asteroid 3.10.0-beta.9 → 3.10.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.10.0-beta.9",
4
+ "version": "3.10.0",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "dist/asteroid.cjs.min.js",
@@ -355,10 +355,10 @@ export default {
355
355
  },
356
356
 
357
357
  setEvents ({ year, month }) {
358
- if (!this.events.length || !year || !month) return
359
-
360
358
  this.resetEvents()
361
359
 
360
+ if (!this.events.length || !year || !month) return
361
+
362
362
  const daysElement = this.dateElement.querySelectorAll('.q-date__calendar-days .q-date__calendar-item')
363
363
  const daysElementList = Array.from(daysElement)
364
364