@quasar/quasar-ui-qcalendar
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -275,5 +275,6 @@ // @ts-ignore | ||
* @param time The time for which a position is needed in 24-hour format (HH:mm) | ||
* @returns The absolute y starting position | ||
* @param clamp Clamp negative values to 0 | ||
* @returns The absolute y starting position, but `false` on invalid time parameter | ||
*/ | ||
timeStartPos (time? : string): number | ||
timeStartPos (time? : string, clamp? : boolean): number | ||
/** | ||
@@ -280,0 +281,0 @@ * Calculates the starting x position of the passed in time |
{ | ||
"name": "@quasar/quasar-ui-qcalendar", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"author": "Jeff Galbraith <jeff@quasar.dev>", | ||
@@ -57,3 +57,3 @@ "description": "QCalendar - Day/Month/Week Calendars, Popups, Date Pickers, Schedules, Agendas and Planners for your Quasar Apps", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.7", | ||
"@babel/core": "^7.12.8", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
@@ -86,3 +86,3 @@ "@babel/preset-env": "^7.12.7", | ||
"open": "^7.3.0", | ||
"postcss": "^8.1.9", | ||
"postcss": "^8.1.10", | ||
"promise": "^8.1.0", | ||
@@ -89,0 +89,0 @@ "quasar": "^1.14.5", |
@@ -25,3 +25,4 @@ QCalendar | ||
7. On interval-based calendars, when using the property "interval-minutes", those parts of the calendar are now called "interval sections" and can be changed via css vars. The default is to now have a "dashed" look, while at the main interval time, the lines are solid. Again, all changeable via css vars | ||
8. All deprecated slots and events were removed | ||
8. You no longer have to provide `.q-range-first`, `.q-range-last` and `.q-range` classes via `day-class` property for range selection. It's all built-in now. | ||
9. All deprecated slots and events were removed | ||
@@ -28,0 +29,0 @@ Also, check out the new [Theme Builder](https://quasarframework.github.io/quasar-ui-qcalendar/theme-builder) in the docs. |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
1121004
24346
306