This commit is contained in:
Tony Air 2019-12-18 03:40:56 +07:00
parent 0f98ab8afd
commit c7317bebec
6 changed files with 35 additions and 28 deletions

12
dist/css/app.css vendored
View File

@ -3462,7 +3462,8 @@ textarea.form-control,
margin-left: -1.25rem; margin-left: -1.25rem;
} }
.form-check-input[disabled] ~ .form-check-label { .form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
color: #757575; color: #757575;
} }
@ -5358,11 +5359,13 @@ input[type="button"].btn-block {
border-color: #cae6fc; border-color: #cae6fc;
} }
.custom-control-input[disabled] ~ .custom-control-label { .custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
color: #757575; color: #757575;
} }
.custom-control-input[disabled] ~ .custom-control-label::before { .custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #eeeeee; background-color: #eeeeee;
} }
@ -5564,7 +5567,8 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25); box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
} }
.custom-file-input[disabled] ~ .custom-file-label { .custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
background-color: #eeeeee; background-color: #eeeeee;
} }

File diff suppressed because one or more lines are too long

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,61 +1,61 @@
/*@cc_on!@*/ /*@cc_on!@*/
/*! /*!
* Bootstrap alert.js v4.4.0 (https://getbootstrap.com/) * Bootstrap alert.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap button.js v4.4.0 (https://getbootstrap.com/) * Bootstrap button.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap carousel.js v4.4.0 (https://getbootstrap.com/) * Bootstrap carousel.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap collapse.js v4.4.0 (https://getbootstrap.com/) * Bootstrap collapse.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap modal.js v4.4.0 (https://getbootstrap.com/) * Bootstrap modal.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap popover.js v4.4.0 (https://getbootstrap.com/) * Bootstrap popover.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap scrollspy.js v4.4.0 (https://getbootstrap.com/) * Bootstrap scrollspy.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap tab.js v4.4.0 (https://getbootstrap.com/) * Bootstrap tab.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap tooltip.js v4.4.0 (https://getbootstrap.com/) * Bootstrap tooltip.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap util.js v4.4.0 (https://getbootstrap.com/) * Bootstrap util.js v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */

2
dist/js/app.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@
"@google/markerclusterer": "^1.0.3", "@google/markerclusterer": "^1.0.3",
"animate.css": "^3.7.0", "animate.css": "^3.7.0",
"bootbox": "^4.4.0", "bootbox": "^4.4.0",
"bootstrap": "^4.4.0", "bootstrap": "^4.4.1",
"bootstrap-confirmation2": "^4.1.0", "bootstrap-confirmation2": "^4.1.0",
"bootstrap-datepicker": "^1.9.0", "bootstrap-datepicker": "^1.9.0",
"bootstrap-offcanvas": "^1.0.0", "bootstrap-offcanvas": "^1.0.0",
@ -48,7 +48,7 @@
"jquery.appear": "^1.0.1", "jquery.appear": "^1.0.1",
"jquery.inputmask": "^3.3.4", "jquery.inputmask": "^3.3.4",
"laravel-mix": "^4.1.2", "laravel-mix": "^4.1.2",
"mapbox-gl": "^1.5.0", "mapbox-gl": "^1.6.0",
"offcanvas-bootstrap": "^2.5.2", "offcanvas-bootstrap": "^2.5.2",
"popper.js": "^1.15.0", "popper.js": "^1.15.0",
"pouchdb": "^6.4.3", "pouchdb": "^6.4.3",
@ -57,7 +57,7 @@
"routie": "0.0.1", "routie": "0.0.1",
"select2": "^4.0.12", "select2": "^4.0.12",
"smooth-scroll": "^14.2.1", "smooth-scroll": "^14.2.1",
"yarn": "^1.19.2" "yarn": "^1.21.1"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^7.2.5", "autoprefixer": "^7.2.5",
@ -73,11 +73,11 @@
"copy-webpack-plugin": "^4.6.0", "copy-webpack-plugin": "^4.6.0",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"cross-env": "^5.1.6", "cross-env": "^5.1.6",
"css-loader": "^3.2.0", "css-loader": "^3.4.0",
"eslint": "^4.18.1", "eslint": "^4.18.1",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.19.1",
"eslint-plugin-jquery": "^1.5.1", "eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-react": "^7.14.3", "eslint-plugin-react": "^7.17.0",
"exports-loader": "^0.7.0", "exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0", "extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "^1.0.2", "favicons-webpack-plugin": "^1.0.2",
@ -103,11 +103,11 @@
"script-ext-html-webpack-plugin": "^2.1.4", "script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^0.19.0", "style-loader": "^0.19.0",
"svg-url-loader": "^2.3.3", "svg-url-loader": "^2.3.3",
"terser-webpack-plugin": "^2.2.1", "terser-webpack-plugin": "^2.3.1",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22", "uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^2.2.0", "uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^0.6.2", "url-loader": "^0.6.2",
"webpack": "^4.39.1", "webpack": "^4.41.3",
"webpack-cli": "^3.3.10", "webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0", "webpack-dev-server": "^3.9.0",
"webpack-manifest-plugin": "^1.3.2", "webpack-manifest-plugin": "^1.3.2",
@ -124,7 +124,8 @@
"block-no-empty": null, "block-no-empty": null,
"color-no-invalid-hex": true, "color-no-invalid-hex": true,
"comment-empty-line-before": [ "comment-empty-line-before": [
"always", { "always",
{
"ignore": [ "ignore": [
"stylelint-commands", "stylelint-commands",
"after-comment" "after-comment"
@ -133,7 +134,8 @@
], ],
"declaration-colon-space-after": "always", "declaration-colon-space-after": "always",
"indentation": [ "indentation": [
4, { 4,
{
"except": [ "except": [
"value" "value"
] ]
@ -141,7 +143,8 @@
], ],
"max-empty-lines": 2, "max-empty-lines": 2,
"rule-empty-line-before": [ "rule-empty-line-before": [
"always", { "always",
{
"except": [ "except": [
"first-nested" "first-nested"
], ],