dayspan-vuetify
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "dayspan-vuetify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A collection of components for Schedules and Calendars in DaySpan using Vuetify", | ||
@@ -25,3 +25,3 @@ "author": "Philip Diffenderfer <pdiffenderfer@gmail.com>", | ||
"dependencies": { | ||
"dayspan": "^0.12.0", | ||
"dayspan": "^0.12.1", | ||
"material-design-icons-iconfont": "^3.0.3", | ||
@@ -28,0 +28,0 @@ "vue": "^2.3.3", |
@@ -15,2 +15,4 @@ # dayspan-vuetify | ||
[Current documentation](docs/README.md) | ||
## Usage | ||
@@ -37,2 +39,4 @@ | ||
To see what options can be passed to the plugin, [checkout this file](src/component.js). | ||
Once done, you can access components like `ds-event`, `ds-calendar`, and `ds-calendar-app` from any component (they are registered globally). | ||
@@ -39,0 +43,0 @@ |
@@ -24,3 +24,3 @@ | ||
{id: 'W', label: 'Week', shortcut: 'W', type: Units.WEEK, size: 1, focus: 0.4999, repeat: true, listTimes: true, updateRows: true, schedule: false }, | ||
{id: 'M', label: 'Month ', shortcut: 'M', type: Units.MONTH, size: 1, focus: 0.4999, repeat: true, listTimes: false, updateRows: true, schedule: false }, | ||
{id: 'M', label: 'Month', shortcut: 'M', type: Units.MONTH, size: 1, focus: 0.4999, repeat: true, listTimes: false, updateRows: true, schedule: false }, | ||
{id: 'Y', label: 'Year', shortcut: 'Y', type: Units.YEAR, size: 1, focus: 0.4999, repeat: true, listTimes: false, updateRows: true, schedule: false }, | ||
@@ -27,0 +27,0 @@ {id: 'S', label: 'Schedule',shortcut: 'S', type: Units.DAY, size: 92, focus: 0.0000, repeat: false, listTimes: false, updateRows: false, schedule: true }, |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5582902
93
59
4
+ Addednanoid@3.3.7(transitive)
- Removednanoid@3.3.8(transitive)
Updateddayspan@^0.12.1