-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to quasar 0.16 and ensure compatibility; cleanup and add watch…
…es for changes to the eventsArray and startDate to hopefully better catch page refreshes; add function to get a string version of an event ID which should allow for IDs that are not integers; remove the "blankCalendarEvent" variables in favor of just checking to see if an eventObject is empty; make sure empty array and object properties are defined by a function (thank you @dreglad)
- Loading branch information
Chris Benjamin
committed
May 24, 2018
1 parent
2ea4384
commit 38d9f89
Showing
11 changed files
with
112 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"name": "quasar-calendar", | ||
"version": "0.2.2", | ||
"description": "A full display calendar for the Quasar vue.js framework", | ||
"keywords": [ | ||
"vue", | ||
"quasar", | ||
"quasar-framework", | ||
"calendar" | ||
], | ||
"bugs": "https://github.com/stormseed/quasar-calendar/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/stormseed/quasar-calendar.git" | ||
}, | ||
"homepage": "https://github.com/stormseed/quasar-calendar", | ||
"author": "Chris Benjamin <[email protected]>", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src/index.js", | ||
"src/**/*js", | ||
"src/**/*vue", | ||
"src/**/*styl", | ||
"package.json" | ||
], | ||
"dependencies": { | ||
"lodash.has": "^4.5.2", | ||
"luxon": "^0.5.8" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "8.2.1", | ||
"eslint": "4.15.0", | ||
"eslint-config-standard": "10.2.1", | ||
"eslint-friendly-formatter": "3.0.0", | ||
"eslint-loader": "1.7.1", | ||
"eslint-plugin-html": "^4.0.2", | ||
"eslint-plugin-import": "2.7.0", | ||
"eslint-plugin-node": "5.2.0", | ||
"eslint-plugin-promise": "3.4.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
"eslint-plugin-vue": "4.0.0", | ||
"quasar-cli": "^0.15.7" | ||
}, | ||
"peerDependencies": { | ||
"quasar-framework": "^0.15.6" | ||
} | ||
"name": "quasar-calendar", | ||
"version": "0.2.3", | ||
"description": "A full display calendar for the Quasar vue.js framework", | ||
"keywords": [ | ||
"vue", | ||
"quasar", | ||
"quasar-framework", | ||
"calendar" | ||
], | ||
"bugs": "https://github.com/stormseed/quasar-calendar/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/stormseed/quasar-calendar.git" | ||
}, | ||
"homepage": "https://github.com/stormseed/quasar-calendar", | ||
"author": "Chris Benjamin <[email protected]>", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src/index.js", | ||
"src/**/*js", | ||
"src/**/*vue", | ||
"src/**/*styl", | ||
"package.json" | ||
], | ||
"dependencies": { | ||
"lodash.has": "^4.5.2", | ||
"luxon": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.3", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-html": "^4.0.3", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"eslint-plugin-vue": "^4.5.0", | ||
"quasar-cli": "^0.16.1" | ||
}, | ||
"peerDependencies": { | ||
"quasar-framework": "^0.16.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.