@quasar/quasar-ui-qcalendar
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "@quasar/quasar-ui-qcalendar", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Jeff Galbraith <jeff@quasar.dev>", | ||
@@ -60,7 +60,7 @@ "description": "QCalendar - Day/Month/Week Calendars, Popups, Date Pickers, Schedules, Agendas and Planners for your Quasar Apps", | ||
"@rollup/plugin-buble": "^0.21.3", | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"@rollup/plugin-commonjs": "^15.1.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"autoprefixer": "^9.8.6", | ||
"autoprefixer": "9.8.6", | ||
"babel-core": "^6.26.3", | ||
@@ -73,6 +73,6 @@ "babel-eslint": "^10.1.0", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^7.8.1", | ||
"eslint": "^7.9.0", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^24.0.0", | ||
"eslint-plugin-jest": "^24.0.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -88,12 +88,12 @@ "eslint-plugin-promise": "^4.2.1", | ||
"open": "^7.2.1", | ||
"postcss": "^7.0.32", | ||
"postcss": "7.0.32", | ||
"postcss-rtl": "^1.7.3", | ||
"promise": "^8.1.0", | ||
"quasar": "^1.13.2", | ||
"quasar": "^1.14.0", | ||
"quasar-json-api": "^1.0.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.26.11", | ||
"rollup": "^2.28.1", | ||
"rollup-plugin-vue": "=5.1.9", | ||
"uglify-es": "^3.3.9", | ||
"vue-jest": "^3.0.6", | ||
"vue-jest": "^3.0.7", | ||
"vue-template-compiler": "=2.6.12", | ||
@@ -100,0 +100,0 @@ "zlib": "^1.0.5" |
@@ -446,3 +446,3 @@ // Quasar | ||
.map((_, i) => i + parseInt(this.columnIndexStart, 10)) | ||
.map(i => this.__renderDay(h, this.days[0], 0, i)) | ||
.map(i => this.__renderDay(h, resource, this.days[0], i)) | ||
} | ||
@@ -449,0 +449,0 @@ else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1061404