New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quasar/quasar-ui-qcalendar

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quasar/quasar-ui-qcalendar - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

dist/api/Timestamp.json

4

dist/vetur/attributes.json

@@ -231,7 +231,7 @@ {

"q-calendar/left-column-options": {
"type": "object",
"type": "array",
"description": "An array of objects used to add columns to the left side of the agenda. Each object must have an id and label key or define the id object key using the `column-options-id` and the label using the `column-options-label` properties. The value of the id should be unique for each object. The object is passed to slots"
},
"q-calendar/right-column-options": {
"type": "object",
"type": "array",
"description": "An array of objects used to add columns to the right side of the agenda. Each object must have an id and label key or define the id object key using the `column-options-id` and the label using the `column-options-label` properties. The value of the id should be unique for each object. The object is passed to slots"

@@ -238,0 +238,0 @@ },

{
"name": "@quasar/quasar-ui-qcalendar",
"version": "3.0.1",
"version": "3.1.0",
"author": "Jeff Galbraith <jeff@quasar.dev>",

@@ -9,2 +9,3 @@ "description": "QCalendar - Day/Month/Week Calendars, Popups, Date Pickers, Schedules, Agendas and Planners for your Quasar Apps",

"main": "dist/index.common.js",
"typings": "dist/types/index.d.ts",
"scripts": {

@@ -79,3 +80,3 @@ "lint": "eslint --ext .js,.vue src",

"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.1.0",

@@ -90,3 +91,3 @@ "jest": "^26.6.3",

"quasar": "^1.14.3",
"quasar-json-api": "^1.1.0",
"quasar-json-api": "^1.2.0",
"rimraf": "^3.0.2",

@@ -93,0 +94,0 @@ "rollup": "^2.33.1",

@@ -21,3 +21,3 @@ QCalendar

3. The original theming has been removed. The css vars are 25% faster than the previous theming code
4. You no longer need to provide a .q-active-date class. You can now change the active date colors via css vars
4. You no longer need to provide a `.q-active-date` class of your own. You can now change the active date colors via css vars
5. You no longer need to hook into the styles properties (ie: interval-style) to change the way disabled days look. You can now change the disable date colors via css vars

@@ -24,0 +24,0 @@ 6. 'activeDate' is now included in a lot of the scoped slots and events

@@ -22,3 +22,3 @@ // Mixins

getDayIdentifier
} from '../utils/timestamp.js'
} from '../utils/Timestamp.js'

@@ -25,0 +25,0 @@ // Calendars

@@ -9,3 +9,3 @@ // Mixins

getEndOfMonth
} from '../utils/timestamp'
} from '../utils/Timestamp.js'

@@ -12,0 +12,0 @@ /* @vue/component */

@@ -13,3 +13,3 @@ // Quasar

createNativeLocaleFormatter
} from '../utils/timestamp'
} from '../utils/Timestamp.js'
import { convertToUnit } from '../utils/helpers.js'

@@ -201,3 +201,3 @@

key: day.date,
staticClass: 'q-calendar-weekly__head-weekday' + (disabled === true ? ' q-disabled-day' : ''),
staticClass: 'q-calendar-weekly__head-weekday' + (disabled === true ? ' q-disabled-day disabled' : ''),
style: {

@@ -204,0 +204,0 @@ minWidth: width,

@@ -74,3 +74,3 @@ import { version } from '../package.json'

compareDateTime
} from './utils/timestamp.js'
} from './utils/Timestamp.js'

@@ -77,0 +77,0 @@ import {

@@ -18,3 +18,3 @@ // Mixins

getDayIdentifier
} from '../utils/timestamp'
} from '../utils/Timestamp.js'

@@ -133,3 +133,3 @@ export default {

'q-range-hover': hover === true && (firstDay === true || lastDay === true || betweenDays === true),
'q-disabled-day': timestamp.disabled === true
'q-disabled-day disabled': timestamp.disabled === true
}

@@ -136,0 +136,0 @@ },

@@ -13,3 +13,3 @@ // Mixins

createNativeLocaleFormatter
} from '../utils/timestamp'
} from '../utils/Timestamp.js'

@@ -16,0 +16,0 @@ export default {

@@ -11,3 +11,3 @@ // Mixins

updateRelative
} from '../utils/timestamp'
} from '../utils/Timestamp.js'

@@ -14,0 +14,0 @@ export default {

@@ -5,3 +5,3 @@ import {

parseDate
} from '../utils/timestamp'
} from '../utils/Timestamp.js'

@@ -8,0 +8,0 @@ export default {

@@ -1,2 +0,2 @@

import { validateNumber, validateTimestamp } from './timestamp'
import { validateNumber, validateTimestamp } from './Timestamp.js'
import { validateView } from './views'

@@ -3,0 +3,0 @@

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc