vue-ctk-date-time-picker
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "vue-ctk-date-time-picker", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A vue component for select date & time (by Chronotruck)", | ||
@@ -13,3 +13,3 @@ "author": "Louis Mazel <loic.mazuel@chronotruck.com>", | ||
"build": "npm run lint && npm run build:lib && npm run build:demo", | ||
"build:lib": "vue-cli-service build --target lib ./src/VueCtkDateTimePicker/index.vue", | ||
"build:lib": "vue-cli-service build --target lib ./src/VueCtkDateTimePicker/index.vue && cp dist/vue-ctk-date-time-picker.css dist/vue-ctk-date-time-picker.min.css", | ||
"build:demo": "vue-cli-service build --dest demo --mode production", | ||
@@ -33,4 +33,2 @@ "test": "vue-cli-service test:unit /test/specs", | ||
"devDependencies": { | ||
"@vue/cli": "3.1.3", | ||
"@vue/cli-service": "3.1.4", | ||
"@babel/core": "^7.0.0", | ||
@@ -49,2 +47,4 @@ "@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@vue/cli": "3.1.3", | ||
"@vue/cli-service": "3.1.4", | ||
"autoprefixer": "^8.0.0", | ||
@@ -51,0 +51,0 @@ "babel-eslint": "^9.0.0", |
@@ -38,10 +38,11 @@ ![vue-ctk-date-time-picker](./assets/logo_sticky.png) | ||
```html | ||
<link rel="stylesheet" type="text/css" href="${YOUR_PATH}/vue-ctk-date-time-picker.css"> | ||
<vue-ctk-date-time-picker></vue-ctk-date-time-picker> | ||
<script src="https://unpkg.com/vue" charset="utf-8"></script> | ||
<script src="./dist/vue-ctk-date-time-picker.umd.min.js" charset="utf-8"></script> | ||
<link rel="stylesheet" type="text/css" href="./dist/vue-ctk-date-time-picker.css"> | ||
<script src="${YOUR_PATH}/vue-ctk-date-time-picker.umd.min.js" charset="utf-8"></script> | ||
<script type="text/javascript"> | ||
Vue.component('vue-ctk-date-time-picker', window.VueCtkDateTimePicker.default); | ||
Vue.component('vue-ctk-date-time-picker', window['vue-ctk-date-time-picker'].default); | ||
</script> | ||
@@ -75,3 +76,3 @@ ``` | ||
| auto-close | Boolean | no | false | | ||
| without-input | Boolean | no | false | | ||
| inline | Boolean | no | false | | ||
| overlay-background | Boolean | no | false | | ||
@@ -117,3 +118,2 @@ | disabled-dates (7) | Boolean | no | [] | | ||
- Disable specific hours & minutes on TimePicker | ||
- Custom shortcuts on RangeDatePicker | ||
@@ -120,0 +120,0 @@ - UI Improvements for TimePicker (Issue #35) |
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 not supported yet
Sorry, the diff of this file is too big to display
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
7267594