mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 09:16:05 +01:00
Updated admin dependencies. Brought in datetime picker and upped the bootstrap dep (fixes #1807)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import $ from 'jquery';
|
||||
import { config } from 'grav-config';
|
||||
import 'eonasdan-bootstrap-datetimepicker';
|
||||
import '../../utils/bootstrap-datetimepicker';
|
||||
|
||||
export default class DateTimeField {
|
||||
|
||||
|
||||
2632
themes/grav/app/utils/bootstrap-datetimepicker.js
vendored
Normal file
2632
themes/grav/app/utils/bootstrap-datetimepicker.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
46
themes/grav/js/admin.min.js
vendored
46
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
74
themes/grav/js/vendor.min.js
vendored
74
themes/grav/js/vendor.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -14,30 +14,33 @@
|
||||
"author": "RocketTheme, LLC",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chartist": "0.11.0",
|
||||
"codemirror": "^5.30.0",
|
||||
"bootstrap": "^3.4",
|
||||
"chartist": "0.11.4",
|
||||
"codemirror": "^5.51.0",
|
||||
"cookies-js": "^1.2.3",
|
||||
"debounce": "^1.0.2",
|
||||
"dropzone": "^5.3.0",
|
||||
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
||||
"debounce": "^1.2.0",
|
||||
"dropzone": "^5.5.1",
|
||||
"es6-map": "^0.1.5",
|
||||
"es6-promise": "^4.1.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"eventemitter3": "^4.0.0",
|
||||
"exif-js": "^2.3.0",
|
||||
"gemini-scrollbar": "^1.5.2",
|
||||
"immutable": "^3.8.1",
|
||||
"gemini-scrollbar": "^1.5.3",
|
||||
"immutable": "^3.8.2",
|
||||
"immutablediff": "^0.4.4",
|
||||
"js-yaml": "^3.10.0",
|
||||
"mout": "^1.0.0",
|
||||
"popper.js": "^1.14.4",
|
||||
"rangetouch": "^1.0.5",
|
||||
"selectize": "^0.12.4",
|
||||
"sortablejs": "^1.6.1",
|
||||
"js-yaml": "^3.13.1",
|
||||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.27",
|
||||
"mout": "^1.2.2",
|
||||
"npm-check-updates": "^4.0.1",
|
||||
"popper.js": "^1.16.1",
|
||||
"rangetouch": "^2.0.0",
|
||||
"selectize": "^0.12.6",
|
||||
"sortablejs": "^1.10.2",
|
||||
"speakingurl": "^14.0.1",
|
||||
"toastr": "^2.1.2",
|
||||
"toastr": "^2.1.4",
|
||||
"watchjs": "0.0.0",
|
||||
"whatwg-fetch": "^2.0.3",
|
||||
"yarn": "^1.15.2"
|
||||
"whatwg-fetch": "^3.0.0",
|
||||
"yarn": "^1.21.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.25.0",
|
||||
|
||||
@@ -494,7 +494,7 @@ form {
|
||||
}
|
||||
input[type=checkbox]:checked + label:before {
|
||||
content:"\f00c";
|
||||
font-family: "FontAwesome";
|
||||
font-family: "FontAwesome", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
@@ -827,7 +827,7 @@ textarea.frontmatter {
|
||||
}
|
||||
}
|
||||
|
||||
& > div:last-of-type() {
|
||||
& > div:last-of-type {
|
||||
.checkboxes.toggleable {
|
||||
label {
|
||||
border-right-width: 1px;
|
||||
|
||||
7
themes/grav/webpack.conf.js
vendored
7
themes/grav/webpack.conf.js
vendored
@@ -8,15 +8,16 @@ module.exports = {
|
||||
'codemirror',
|
||||
'chartist',
|
||||
'selectize',
|
||||
'rangetouch',
|
||||
/* 'rangetouch',*/
|
||||
'toastr',
|
||||
'bootstrap',
|
||||
'sortablejs',
|
||||
'dropzone',
|
||||
'eonasdan-bootstrap-datetimepicker',
|
||||
'watchjs',
|
||||
'js-yaml',
|
||||
'speakingurl'
|
||||
'speakingurl',
|
||||
'moment',
|
||||
'moment-timezone'
|
||||
]
|
||||
},
|
||||
output: {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user