Skip to content

Commit c12ac42

Browse files
2 parents 439f60f + 1822d7b commit c12ac42

File tree

7 files changed

+55
-52026
lines changed

7 files changed

+55
-52026
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ test/coverage
66
yarn-error.log
77
reports
88
.idea/*
9+
test/dist

package.json

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -38,45 +38,46 @@
3838
},
3939
"pre-commit": "lint:staged",
4040
"devDependencies": {
41-
"add-asset-html-webpack-plugin": "^2.0.0",
42-
"babel-core": "^6.24.0",
43-
"babel-eslint": "^7.2.0",
44-
"babel-helper-vue-jsx-merge-props": "^2.0.0",
45-
"babel-loader": "^7.0.0",
46-
"babel-plugin-istanbul": "^4.1.0",
41+
"add-asset-html-webpack-plugin": "^2.1.2",
42+
"babel-core": "^6.26.0",
43+
"babel-eslint": "^8.0.3",
44+
"babel-helper-vue-jsx-merge-props": "^2.0.3",
45+
"babel-loader": "^7.1.2",
46+
"babel-plugin-istanbul": "^4.1.5",
4747
"babel-plugin-syntax-jsx": "^6.18.0",
48-
"babel-plugin-transform-object-rest-spread": "^6.23.0",
48+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4949
"babel-plugin-transform-runtime": "^6.23.0",
50-
"babel-plugin-transform-vue-jsx": "^3.4.0",
51-
"babel-preset-env": "^1.4.0",
52-
"buble": "^0.15.2",
53-
"chai": "^3.5.0",
54-
"chai-dom": "^1.4.0",
55-
"clean-css": "^4.0.0",
56-
"cross-env": "^4.0.0",
50+
"babel-plugin-transform-vue-jsx": "^3.5.0",
51+
"babel-preset-env": "^1.6.1",
52+
"buble": "^0.18.0",
53+
"chai": "^4.1.2",
54+
"chai-dom": "^1.6.0",
55+
"clean-css": "^4.1.9",
56+
"cross-env": "^5.1.1",
5757
"css-loader": "^0.28.0",
58-
"eslint": "^3.19.0",
59-
"eslint-config-vue": "^2.0.0",
60-
"eslint-plugin-vue": "^2.0.0",
61-
"extract-text-webpack-plugin": "^2.1.0",
62-
"html-webpack-plugin": "^2.28.0",
63-
"karma": "^1.7.0",
58+
"eslint": "^4.12.1",
59+
"eslint-config-vue": "^2.0.2",
60+
"eslint-plugin-vue": "^2.1.0",
61+
"extract-text-webpack-plugin": "2.1.0",
62+
"html-webpack-plugin": "2.28.0",
63+
"karma": "^1.7.1",
6464
"karma-chai-dom": "^1.1.0",
65-
"karma-chrome-launcher": "^2.1.0",
66-
"karma-coverage": "^1.1.0",
65+
"karma-chrome-launcher": "^2.2.0",
66+
"karma-coverage": "^1.1.1",
6767
"karma-mocha": "^1.3.0",
68-
"karma-sinon-chai": "^1.3.0",
68+
"karma-sinon-chai": "^1.3.3",
6969
"karma-sourcemap-loader": "^0.3.7",
7070
"karma-spec-reporter": "^0.0.31",
71-
"karma-webpack": "^2.0.0",
72-
"lint-staged": "^3.4.0",
71+
"karma-webpack": "^2.0.6",
72+
"lint-staged": "^6.0.0",
7373
"mkdirp": "^0.5.1",
74-
"mocha": "^3.3.0",
74+
"mocha": "^4.0.1",
7575
"mocha-css": "^1.0.1",
76-
"postcss": "^6.0.0",
77-
"postcss-cssnext": "^2.10.0",
78-
"pre-commit": "^1.2.0",
79-
"rimraf": "^2.6.0",
76+
"postcss": "^6.0.14",
77+
"postcss-cssnext": "^3.0.2",
78+
"pre-commit": "^1.2.2",
79+
"puppeteer": "0.13.0",
80+
"rimraf": "^2.6.2",
8081
"rollup": "^0.41.6",
8182
"rollup-plugin-buble": "^0.15.0",
8283
"rollup-plugin-commonjs": "^8.0.0",
@@ -86,28 +87,28 @@
8687
"rollup-plugin-replace": "^1.1.0",
8788
"rollup-plugin-sass": "^0.5.3",
8889
"rollup-plugin-vue": "^2.3.0",
89-
"sinon": "2.2.0",
90-
"sinon-chai": "^2.10.0",
91-
"style-loader": "^0.17.0",
92-
"stylefmt": "^5.3.0",
93-
"stylelint": "^7.10.0",
94-
"stylelint-config-standard": "^16.0.0",
90+
"sinon": "4.1.2",
91+
"sinon-chai": "^2.14.0",
92+
"style-loader": "0.17.0",
93+
"stylefmt": "^6.0.0",
94+
"stylelint": "^8.3.1",
95+
"stylelint-config-standard": "^18.0.0",
9596
"stylelint-processor-html": "^1.0.0",
96-
"uglify-js": "^3.0.0",
97+
"uglify-js": "^3.2.1",
9798
"uppercamelcase": "^3.0.0",
98-
"vue": "^2.3.0",
99-
"vue-loader": "^12.0.0",
100-
"vue-template-compiler": "^2.3.0",
101-
"webpack": "^2.5.0",
99+
"vue": "^2.5.9",
100+
"vue-loader": "^13.5.0",
101+
"vue-template-compiler": "^2.5.9",
102+
"webpack": "^2.7.0",
102103
"webpack-bundle-analyzer": "^2.4.0",
103104
"webpack-dashboard": "^0.4.0",
104105
"webpack-dev-server": "^2.4.0",
105106
"webpack-merge": "^4.0.0",
106-
"yarn-or-npm": "^2.0.0",
107-
"fecha": "^2.3.1"
107+
"yarn-or-npm": "^2.0.4",
108+
"fecha": "^2.3.2"
108109
},
109110
"peerDependencies": {
110-
"vue": "^2.3.0"
111+
"vue": "^2.5.9"
111112
},
112113
"dllPlugin": {
113114
"name": "vuePluginTemplateDeps",

src/RangedatePicker.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@
194194
line-height: 2em;
195195
}
196196
197+
.calendar_preset li {
198+
line-height: 2.6em;
199+
width: auto;
200+
display: block;
201+
}
202+
197203
.calendar_days li:hover {
198204
background: #eee;
199205
color: #000;
@@ -213,12 +219,6 @@ li.calendar_days_in-range {
213219
padding: 0;
214220
}
215221
216-
.calendar_preset li {
217-
line-height: 2.6em;
218-
width: auto;
219-
display: block;
220-
}
221-
222222
.calendar_preset li.calendar_preset-ranges {
223223
padding: 0 30px 0 10px;
224224
margin-bottom: 5px;

0 commit comments

Comments
 (0)