diff --git a/package.json b/package.json index 3d6b23233..127a4b2f5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "popper.js": "^1.16.1", "prettier": "^3.2.5", "resolve-url-loader": "^5.0.0", - "vue": "^3.4.19" + "vue": "^3.4.19", + "webpack-cli": "^5.1.4" }, "dependencies": { "@fancyapps/fancybox": "^3.5.7", diff --git a/resources/assets/css/custom.css b/resources/assets/css/custom.css index 47e534a0b..8274da91e 100755 --- a/resources/assets/css/custom.css +++ b/resources/assets/css/custom.css @@ -790,7 +790,9 @@ a:focus { .nav.side-menu > li.active > a { text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0; background: linear-gradient(#334556, #2c4257), #2a3f54; - box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0; + box-shadow: + rgba(0, 0, 0, 0.25) 0 1px 0, + inset rgba(255, 255, 255, 0.16) 0 1px 0; } .navbar-brand, @@ -2753,7 +2755,9 @@ textarea:focus { border: 1px solid #cccccc; border-bottom-color: #b3b3b3; border-radius: 4px; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: + inset 0 1px 0 rgba(255, 255, 255, 0.2), + 0 1px 2px rgba(0, 0, 0, 0.05); } /* ********* /form textarea **************************** */ @@ -4034,7 +4038,10 @@ form:after { } .login_content h1 { - font: normal 25px Helvetica, Arial, sans-serif; + font: + normal 25px Helvetica, + Arial, + sans-serif; letter-spacing: -0.05em; line-height: 20px; margin: 10px 0 30px; @@ -4091,9 +4098,15 @@ form:after { .login_content form input[type='email'], .login_content form input[type='password'] { border-radius: 3px; - -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; - -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; - box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; + -ms-box-shadow: + 0 1px 0 #fff, + 0 -2px 5px rgba(0, 0, 0, 0.08) inset; + -o-box-shadow: + 0 1px 0 #fff, + 0 -2px 5px rgba(0, 0, 0, 0.08) inset; + box-shadow: + 0 1px 0 #fff, + 0 -2px 5px rgba(0, 0, 0, 0.08) inset; border: 1px solid #c8c8c8; color: #777; margin: 0 0 20px; @@ -4183,7 +4196,9 @@ header { } #nprogress .peg { - box-shadow: 0 0 10px #1abb9c, 0 0 5px #1abb9c; + box-shadow: + 0 0 10px #1abb9c, + 0 0 5px #1abb9c; } #nprogress .spinner-icon { diff --git a/resources/assets/js/custom.js b/resources/assets/js/custom.js index 94745a328..aa7848340 100755 --- a/resources/assets/js/custom.js +++ b/resources/assets/js/custom.js @@ -5225,38 +5225,38 @@ $('.bulk_action input').on('ifChecked', function () { $(window).load(function () { NProgress.done(); })); - $(document).ready(function () { - init_sparklines(), - init_flot_chart(), - init_wysiwyg(), - init_InputMask(), - init_JQVmap(), - init_cropper(), - init_knob(), - init_IonRangeSlider(), - init_ColorPicker(), - init_TagsInput(), - init_parsley(), - init_daterangepicker(), - init_daterangepicker_right(), - init_daterangepicker_single_call(), - init_daterangepicker_reservation(), - init_SmartWizard(), - init_EasyPieChart(), - init_charts(), - init_echarts(), - init_morris_charts(), - init_skycons(), - init_select2(), - init_validator(), - init_DataTables(), - init_chart_doughnut(), - init_gauge(), - init_PNotify(), - init_starrr(), - init_calendar(), - init_compose(), - init_CustomNotification(), - init_autosize(), - init_autocomplete(); - }); +$(document).ready(function () { + init_sparklines(), + init_flot_chart(), + init_wysiwyg(), + init_InputMask(), + init_JQVmap(), + init_cropper(), + init_knob(), + init_IonRangeSlider(), + init_ColorPicker(), + init_TagsInput(), + init_parsley(), + init_daterangepicker(), + init_daterangepicker_right(), + init_daterangepicker_single_call(), + init_daterangepicker_reservation(), + init_SmartWizard(), + init_EasyPieChart(), + init_charts(), + init_echarts(), + init_morris_charts(), + init_skycons(), + init_select2(), + init_validator(), + init_DataTables(), + init_chart_doughnut(), + init_gauge(), + init_PNotify(), + init_starrr(), + init_calendar(), + init_compose(), + init_CustomNotification(), + init_autosize(), + init_autocomplete(); +}); diff --git a/resources/assets/js/functions.js b/resources/assets/js/functions.js index 486639c16..cd91e6ae5 100755 --- a/resources/assets/js/functions.js +++ b/resources/assets/js/functions.js @@ -515,7 +515,7 @@ jQuery(function ($) { $('#headsearch_go').trigger('click'); return false; }); - document.getElementById('headsearch_go').addEventListener('click', function () { + document.getElementById('headsearch_go').addEventListener('click', function () { let searchInput = document.getElementById('headsearch'); let categoryInput = document.getElementById('headcat'); if (searchInput.value && searchInput.value != 'Search...') {