Ignore:
Timestamp:
10/13/21 15:44:57 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
120759b
Parents:
194a359
Message:

added documents crud, added last_seen_to_user, edited views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/assets/js/app.min.js

    r194a359 r24a616f  
    1 /******/ (function(modules) { // webpackBootstrap
    2 /******/        // The module cache
    3 /******/        var installedModules = {};
     1/******/ (() => { // webpackBootstrap
     2var __webpack_exports__ = {};
     3/*!****************************************!*\
     4  !*** ./resources/assets/js/app.min.js ***!
     5  \****************************************/
     6function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
     7
    48/******/
    5 /******/        // The require function
    6 /******/        function __webpack_require__(moduleId) {
    7 /******/
    8 /******/                // Check if module is in cache
    9 /******/                if(installedModules[moduleId]) {
    10 /******/                        return installedModules[moduleId].exports;
    11 /******/                }
    12 /******/                // Create a new module (and put it into the cache)
    13 /******/                var module = installedModules[moduleId] = {
    14 /******/                        i: moduleId,
    15 /******/                        l: false,
    16 /******/                        exports: {}
    17 /******/                };
    18 /******/
    19 /******/                // Execute the module function
    20 /******/                modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
    21 /******/
    22 /******/                // Flag the module as loaded
    23 /******/                module.l = true;
    24 /******/
    25 /******/                // Return the exports of the module
    26 /******/                return module.exports;
    27 /******/        }
    28 /******/
    29 /******/
    30 /******/        // expose the modules object (__webpack_modules__)
    31 /******/        __webpack_require__.m = modules;
    32 /******/
    33 /******/        // expose the module cache
    34 /******/        __webpack_require__.c = installedModules;
    35 /******/
    36 /******/        // define getter function for harmony exports
    37 /******/        __webpack_require__.d = function(exports, name, getter) {
    38 /******/                if(!__webpack_require__.o(exports, name)) {
    39 /******/                        Object.defineProperty(exports, name, { enumerable: true, get: getter });
    40 /******/                }
    41 /******/        };
    42 /******/
    43 /******/        // define __esModule on exports
    44 /******/        __webpack_require__.r = function(exports) {
    45 /******/                if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
    46 /******/                        Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
    47 /******/                }
    48 /******/                Object.defineProperty(exports, '__esModule', { value: true });
    49 /******/        };
    50 /******/
    51 /******/        // create a fake namespace object
    52 /******/        // mode & 1: value is a module id, require it
    53 /******/        // mode & 2: merge all properties of value into the ns
    54 /******/        // mode & 4: return value when already ns object
    55 /******/        // mode & 8|1: behave like require
    56 /******/        __webpack_require__.t = function(value, mode) {
    57 /******/                if(mode & 1) value = __webpack_require__(value);
    58 /******/                if(mode & 8) return value;
    59 /******/                if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
    60 /******/                var ns = Object.create(null);
    61 /******/                __webpack_require__.r(ns);
    62 /******/                Object.defineProperty(ns, 'default', { enumerable: true, value: value });
    63 /******/                if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
    64 /******/                return ns;
    65 /******/        };
    66 /******/
    67 /******/        // getDefaultExport function for compatibility with non-harmony modules
    68 /******/        __webpack_require__.n = function(module) {
    69 /******/                var getter = module && module.__esModule ?
    70 /******/                        function getDefault() { return module['default']; } :
    71 /******/                        function getModuleExports() { return module; };
    72 /******/                __webpack_require__.d(getter, 'a', getter);
    73 /******/                return getter;
    74 /******/        };
    75 /******/
    76 /******/        // Object.prototype.hasOwnProperty.call
    77 /******/        __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
    78 /******/
    79 /******/        // __webpack_public_path__
    80 /******/        __webpack_require__.p = "/";
    81 /******/
    82 /******/
    83 /******/        // Load entry module and return exports
    84 /******/        return __webpack_require__(__webpack_require__.s = 0);
    85 /******/ })
    86 /************************************************************************/
    87 /******/ ({
    88 
    89 /***/ "./public/assets/sass/app.scss":
    90 /*!*************************************!*\
    91   !*** ./public/assets/sass/app.scss ***!
    92   \*************************************/
    93 /*! no static exports found */
    94 /***/ (function(module, exports) {
    95 
    96 // removed by extract-text-webpack-plugin
    97 
    98 /***/ }),
    99 
    100 /***/ "./resources/js/app.js":
    101 /*!*****************************!*\
    102   !*** ./resources/js/app.js ***!
    103   \*****************************/
    104 /*! no static exports found */
    105 /***/ (function(module, exports, __webpack_require__) {
    106 
    107 "use strict";
    108 
    109 
    110 (function ($) {
    111   var wind_ = $(window),
    112       body_ = $('body');
    113   feather.replace({
    114     'stroke-width': 1.5
    115   });
    116   $(document).on('click', '[data-toggle="fullscreen"]', function () {
    117     $(this).toggleClass('active-fullscreen');
    118 
    119     if (document.fullscreenEnabled) {
    120       if ($(this).hasClass("active-fullscreen")) {
    121         document.documentElement.requestFullscreen();
    122       } else {
    123         document.exitFullscreen();
     9(function (modules) {
     10  // webpackBootstrap
     11
     12  /******/
     13  // The module cache
     14
     15  /******/
     16  var installedModules = {};
     17  /******/
     18
     19  /******/
     20  // The require function
     21
     22  /******/
     23
     24  function __nested_webpack_require_572__(moduleId) {
     25    /******/
     26
     27    /******/
     28    // Check if module is in cache
     29
     30    /******/
     31    if (installedModules[moduleId]) {
     32      /******/
     33      return installedModules[moduleId].exports;
     34      /******/
     35    }
     36    /******/
     37    // Create a new module (and put it into the cache)
     38
     39    /******/
     40
     41
     42    var module = installedModules[moduleId] = {
     43      /******/
     44      i: moduleId,
     45
     46      /******/
     47      l: false,
     48
     49      /******/
     50      exports: {}
     51      /******/
     52
     53    };
     54    /******/
     55
     56    /******/
     57    // Execute the module function
     58
     59    /******/
     60
     61    modules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_572__);
     62    /******/
     63
     64    /******/
     65    // Flag the module as loaded
     66
     67    /******/
     68
     69    module.l = true;
     70    /******/
     71
     72    /******/
     73    // Return the exports of the module
     74
     75    /******/
     76
     77    return module.exports;
     78    /******/
     79  }
     80  /******/
     81
     82  /******/
     83
     84  /******/
     85  // expose the modules object (__webpack_modules__)
     86
     87  /******/
     88
     89
     90  __nested_webpack_require_572__.m = modules;
     91  /******/
     92
     93  /******/
     94  // expose the module cache
     95
     96  /******/
     97
     98  __nested_webpack_require_572__.c = installedModules;
     99  /******/
     100
     101  /******/
     102  // define getter function for harmony exports
     103
     104  /******/
     105
     106  __nested_webpack_require_572__.d = function (exports, name, getter) {
     107    /******/
     108    if (!__nested_webpack_require_572__.o(exports, name)) {
     109      /******/
     110      Object.defineProperty(exports, name, {
     111        enumerable: true,
     112        get: getter
     113      });
     114      /******/
     115    }
     116    /******/
     117
     118  };
     119  /******/
     120
     121  /******/
     122  // define __esModule on exports
     123
     124  /******/
     125
     126
     127  __nested_webpack_require_572__.r = function (exports) {
     128    /******/
     129    if (typeof Symbol !== 'undefined' && Symbol.toStringTag) {
     130      /******/
     131      Object.defineProperty(exports, Symbol.toStringTag, {
     132        value: 'Module'
     133      });
     134      /******/
     135    }
     136    /******/
     137
     138
     139    Object.defineProperty(exports, '__esModule', {
     140      value: true
     141    });
     142    /******/
     143  };
     144  /******/
     145
     146  /******/
     147  // create a fake namespace object
     148
     149  /******/
     150  // mode & 1: value is a module id, require it
     151
     152  /******/
     153  // mode & 2: merge all properties of value into the ns
     154
     155  /******/
     156  // mode & 4: return value when already ns object
     157
     158  /******/
     159  // mode & 8|1: behave like require
     160
     161  /******/
     162
     163
     164  __nested_webpack_require_572__.t = function (value, mode) {
     165    /******/
     166    if (mode & 1) value = __nested_webpack_require_572__(value);
     167    /******/
     168
     169    if (mode & 8) return value;
     170    /******/
     171
     172    if (mode & 4 && _typeof(value) === 'object' && value && value.__esModule) return value;
     173    /******/
     174
     175    var ns = Object.create(null);
     176    /******/
     177
     178    __nested_webpack_require_572__.r(ns);
     179    /******/
     180
     181
     182    Object.defineProperty(ns, 'default', {
     183      enumerable: true,
     184      value: value
     185    });
     186    /******/
     187
     188    if (mode & 2 && typeof value != 'string') for (var key in value) {
     189      __nested_webpack_require_572__.d(ns, key, function (key) {
     190        return value[key];
     191      }.bind(null, key));
     192    }
     193    /******/
     194
     195    return ns;
     196    /******/
     197  };
     198  /******/
     199
     200  /******/
     201  // getDefaultExport function for compatibility with non-harmony modules
     202
     203  /******/
     204
     205
     206  __nested_webpack_require_572__.n = function (module) {
     207    /******/
     208    var getter = module && module.__esModule ?
     209    /******/
     210    function getDefault() {
     211      return module['default'];
     212    } :
     213    /******/
     214    function getModuleExports() {
     215      return module;
     216    };
     217    /******/
     218
     219    __nested_webpack_require_572__.d(getter, 'a', getter);
     220    /******/
     221
     222
     223    return getter;
     224    /******/
     225  };
     226  /******/
     227
     228  /******/
     229  // Object.prototype.hasOwnProperty.call
     230
     231  /******/
     232
     233
     234  __nested_webpack_require_572__.o = function (object, property) {
     235    return Object.prototype.hasOwnProperty.call(object, property);
     236  };
     237  /******/
     238
     239  /******/
     240  // __webpack_public_path__
     241
     242  /******/
     243
     244
     245  __nested_webpack_require_572__.p = "/";
     246  /******/
     247
     248  /******/
     249
     250  /******/
     251  // Load entry module and return exports
     252
     253  /******/
     254
     255  return __nested_webpack_require_572__(__nested_webpack_require_572__.s = 0);
     256  /******/
     257})({
     258  /***/
     259  "./public/assets/sass/app.scss": function publicAssetsSassAppScss(module, exports) {// removed by extract-text-webpack-plugin
     260
     261    /***/
     262  },
     263
     264  /***/
     265  "./resources/js/app.js": function resourcesJsAppJs(module, exports, __webpack_require__) {
     266    "use strict";
     267
     268    (function ($) {
     269      var wind_ = $(window),
     270          body_ = $('body');
     271      feather.replace({
     272        'stroke-width': 1.5
     273      });
     274      $(document).on('click', '[data-toggle="fullscreen"]', function () {
     275        $(this).toggleClass('active-fullscreen');
     276
     277        if (document.fullscreenEnabled) {
     278          if ($(this).hasClass("active-fullscreen")) {
     279            document.documentElement.requestFullscreen();
     280          } else {
     281            document.exitFullscreen();
     282          }
     283        } else {
     284          alert("Your browser does not support fullscreen.");
     285        }
     286
     287        return false;
     288      });
     289      $(document).on('click', '.overlay', function () {
     290        $.removeOverlay();
     291
     292        if (body_.hasClass('horizontal-navigation')) {
     293          $('.horizontal-navigation').removeClass('open');
     294        } else {
     295          $('.navigation').removeClass('open');
     296        }
     297
     298        body_.removeClass('navigation-show');
     299      });
     300      $(document).on('click', '[data-sidebar-target]', function () {
     301        var target = $(this).data('sidebar-target');
     302        $('body').addClass('no-scroll');
     303        $('.sidebar-group').addClass('show');
     304        $('.sidebar-group .sidebar').removeClass('show');
     305        $('.sidebar-group .sidebar' + target).addClass('show');
     306        return false;
     307      });
     308      $(document).on('click', '.sidebar-group', function (e) {
     309        if ($(e.target).is($('.sidebar-group'))) {
     310          $('.sidebar-group').removeClass('show');
     311          $('body').removeClass('no-scroll');
     312          $('.sidebar-group .sidebar').removeClass('show');
     313        }
     314      }); // Active pages, automatically show on the menu
     315
     316      $('.navigation .navigation-menu-body .navigation-menu-group ul li a.active').closest('ul').parent('li').addClass('open').closest('ul').parent('li').addClass('open');
     317      $('.navigation .navigation-menu-body .navigation-menu-group ul li a.active').closest('div').addClass('open');
     318      $('.navigation .navigation-menu-tab [data-nav-target="#' + $('.navigation .navigation-menu-body .navigation-menu-group ul li a.active').closest('div').attr('id') + '"]').addClass('active');
     319      $('body.horizontal-navigation .horizontal-navigation ul li a.active').closest('ul').parent('li').addClass('open').closest('ul').parent('li').addClass('open');
     320      /*------------- create/remove overlay -------------*/
     321
     322      $.createOverlay = function () {
     323        if ($('.overlay').length < 1) {
     324          body_.addClass('no-scroll').append('<div class="overlay"></div>');
     325          $('.overlay').addClass('show');
     326        }
     327      };
     328
     329      $.removeOverlay = function () {
     330        body_.removeClass('no-scroll');
     331        $('.overlay').remove();
     332      };
     333      /*------------- create/remove overlay -------------*/
     334
     335
     336      $('[data-backround-image]').each(function (e) {
     337        $(this).css("background", 'url(' + $(this).data('backround-image') + ')');
     338      });
     339      /*------------- page loader -------------*/
     340
     341      wind_.on('load', function () {
     342        $('.preloader').fadeOut(400, function () {
     343          setTimeout(function () {
     344            toastr.options = {
     345              timeOut: 2000,
     346              progressBar: true,
     347              showMethod: "slideDown",
     348              hideMethod: "slideUp",
     349              showDuration: 200,
     350              hideDuration: 200,
     351              positionClass: "toast-top-center"
     352            }; //toastr.success('Welcome');
     353
     354            $('.theme-switcher').removeClass('open');
     355          }, 500); // $('.theme-switcher').css('opacity', 1);
     356        });
     357      });
     358      /*------------- page loader -------------*/
     359
     360      /*------------- side menu (sub menü arrow) -------------*/
     361
     362      wind_.on('load', function () {
     363        setTimeout(function () {
     364          $('.navigation .navigation-menu-body ul li a').each(function () {
     365            var $this = $(this);
     366
     367            if ($this.next('ul').length) {
     368              $this.append('<i class="sub-menu-arrow ti-angle-up"></i>');
     369            }
     370          });
     371          $('.navigation .navigation-menu-body ul li.open>a>.sub-menu-arrow').removeClass('ti-plus').addClass('ti-minus').addClass('rotate-in');
     372          $('body.horizontal-navigation .horizontal-navigation ul li a').each(function () {
     373            var $this = $(this);
     374
     375            if ($this.next('ul').length) {
     376              $this.append('<i class="sub-menu-arrow ti-angle-right"></i>');
     377            }
     378          });
     379        }, 200);
     380      });
     381      /*------------- side menu (sub menü arrow) -------------*/
     382
     383      $(document).on('click', '[data-action="navigation-toggler"]', function () {
     384        if (body_.hasClass('horizontal-navigation')) {
     385          $('.horizontal-navigation').toggleClass('open');
     386        } else {
     387          $('.navigation').toggleClass('open');
     388        }
     389
     390        $.createOverlay();
     391      });
     392      $(document).on('click', '[data-nav-target]', function () {
     393        var $this = $(this),
     394            target = $this.data('nav-target');
     395
     396        if (body_.hasClass('navigation-toggle-one')) {
     397          body_.addClass('navigation-show');
     398        }
     399
     400        if (body_.hasClass('horizontal-navigation')) {
     401          $('.navigation .navigation-menu-body').show();
     402        }
     403
     404        $('.navigation .navigation-menu-body .navigation-menu-group > div').removeClass('open');
     405        $('.navigation .navigation-menu-body .navigation-menu-group ' + target).addClass('open');
     406        $('[data-nav-target]').removeClass('active');
     407        $this.addClass('active');
     408        $this.tooltip('hide');
     409        return false;
     410      });
     411      var c = $('.header .header-left .header-logo').clone();
     412      $('.navigation .navigation-header').append(c.addClass('navigation-logo').removeClass('header-logo'));
     413      $(document).on('click', '.navigation-toggler a', function () {
     414        if (wind_.width() < 1200) {
     415          $.createOverlay();
     416          body_.addClass('navigation-show');
     417        } else {
     418          if (!body_.hasClass('navigation-toggle-one') && !body_.hasClass('navigation-toggle-two')) {
     419            body_.addClass('navigation-toggle-one');
     420          } else if (body_.hasClass('navigation-toggle-one') && !body_.hasClass('navigation-toggle-two')) {
     421            body_.addClass('navigation-toggle-two');
     422            body_.removeClass('navigation-toggle-one');
     423          } else if (!body_.hasClass('navigation-toggle-one') && body_.hasClass('navigation-toggle-two')) {
     424            body_.removeClass('navigation-toggle-two');
     425            body_.removeClass('navigation-toggle-one');
     426          }
     427        }
     428
     429        return false;
     430      });
     431      $(document).on('click', '.header-toggler a', function () {
     432        $('.header ul.navbar-nav').toggleClass('open');
     433        return false;
     434      });
     435      $(document).on('click', '*', function (e) {
     436        if (!$(e.target).is($('.navigation, .navigation *, .navigation-toggler *')) && body_.hasClass('navigation-toggle-one')) {
     437          body_.removeClass('navigation-show');
     438        }
     439      });
     440      $(document).on('click', '*', function (e) {
     441        if (!$(e.target).is('.header ul.navbar-nav, .header ul.navbar-nav *, .header-toggler, .header-toggler *')) {
     442          $('.header ul.navbar-nav').removeClass('open');
     443        }
     444      });
     445      /*------------- form validation -------------*/
     446
     447      window.addEventListener('load', function () {
     448        // Fetch all the forms we want to apply custom Bootstrap validation styles to
     449        var forms = document.getElementsByClassName('needs-validation'); // Loop over them and prevent submission
     450
     451        Array.prototype.filter.call(forms, function (form) {
     452          form.addEventListener('submit', function (event) {
     453            if (form.checkValidity() === false) {
     454              event.preventDefault();
     455              event.stopPropagation();
     456            }
     457
     458            form.classList.add('was-validated');
     459          }, false);
     460        });
     461      }, false);
     462      /*------------- form validation -------------*/
     463
     464      /*------------- responsive html table -------------*/
     465
     466      var table_responsive_stack = $(".table-responsive-stack");
     467      table_responsive_stack.find("th").each(function (i) {
     468        $(".table-responsive-stack td:nth-child(" + (i + 1) + ")").prepend('<span class="table-responsive-stack-thead">' + $(this).text() + ":</span> ");
     469        $(".table-responsive-stack-thead").hide();
     470      });
     471      table_responsive_stack.each(function () {
     472        var thCount = $(this).find("th").length,
     473            rowGrow = 100 / thCount + "%";
     474        $(this).find("th, td").css("flex-basis", rowGrow);
     475      });
     476
     477      function flexTable() {
     478        if (wind_.width() < 768) {
     479          $(".table-responsive-stack").each(function (i) {
     480            $(this).find(".table-responsive-stack-thead").show();
     481            $(this).find("thead").hide();
     482          }); // window is less than 768px
     483        } else {
     484          $(".table-responsive-stack").each(function (i) {
     485            $(this).find(".table-responsive-stack-thead").hide();
     486            $(this).find("thead").show();
     487          });
     488        }
    124489      }
    125     } else {
    126       alert("Your browser does not support fullscreen.");
    127     }
    128 
    129     return false;
    130   });
    131   $(document).on('click', '.overlay', function () {
    132     $.removeOverlay();
    133 
    134     if (body_.hasClass('horizontal-navigation')) {
    135       $('.horizontal-navigation').removeClass('open');
    136     } else {
    137       $('.navigation').removeClass('open');
    138     }
    139 
    140     body_.removeClass('navigation-show');
    141   });
    142   $(document).on('click', '[data-sidebar-target]', function () {
    143     var target = $(this).data('sidebar-target');
    144     $('body').addClass('no-scroll');
    145     $('.sidebar-group').addClass('show');
    146     $('.sidebar-group .sidebar').removeClass('show');
    147     $('.sidebar-group .sidebar' + target).addClass('show');
    148     return false;
    149   });
    150   $(document).on('click', '.sidebar-group', function (e) {
    151     if ($(e.target).is($('.sidebar-group'))) {
    152       $('.sidebar-group').removeClass('show');
    153       $('body').removeClass('no-scroll');
    154       $('.sidebar-group .sidebar').removeClass('show');
    155     }
    156   }); // Active pages, automatically show on the menu
    157 
    158   $('.navigation .navigation-menu-body .navigation-menu-group ul li a.active').closest('ul').parent('li').addClass('open').closest('ul').parent('li').addClass('open');
    159   $('.navigation .navigation-menu-body .navigation-menu-group ul li a.active').closest('div').addClass('open');
    160   $('.navigation .navigation-menu-tab [data-nav-target="#' + $('.navigation .navigation-menu-body .navigation-menu-group ul li a.active').closest('div').attr('id') + '"]').addClass('active');
    161   $('body.horizontal-navigation .horizontal-navigation ul li a.active').closest('ul').parent('li').addClass('open').closest('ul').parent('li').addClass('open');
    162   /*------------- create/remove overlay -------------*/
    163 
    164   $.createOverlay = function () {
    165     if ($('.overlay').length < 1) {
    166       body_.addClass('no-scroll').append('<div class="overlay"></div>');
    167       $('.overlay').addClass('show');
    168     }
    169   };
    170 
    171   $.removeOverlay = function () {
    172     body_.removeClass('no-scroll');
    173     $('.overlay').remove();
    174   };
    175   /*------------- create/remove overlay -------------*/
    176 
    177 
    178   $('[data-backround-image]').each(function (e) {
    179     $(this).css("background", 'url(' + $(this).data('backround-image') + ')');
    180   });
    181   /*------------- page loader -------------*/
    182 
    183   wind_.on('load', function () {
    184     $('.preloader').fadeOut(400, function () {
    185       setTimeout(function () {
    186         toastr.options = {
    187           timeOut: 2000,
    188           progressBar: true,
    189           showMethod: "slideDown",
    190           hideMethod: "slideUp",
    191           showDuration: 200,
    192           hideDuration: 200,
    193           positionClass: "toast-top-center"
    194         };
    195         // toastr.success('Welcome');
    196         $('.theme-switcher').removeClass('open');
    197       }, 500); // $('.theme-switcher').css('opacity', 1);
    198     });
    199   });
    200   /*------------- page loader -------------*/
    201 
    202   /*------------- side menu (sub menü arrow) -------------*/
    203 
    204   wind_.on('load', function () {
    205     setTimeout(function () {
    206       $('.navigation .navigation-menu-body ul li a').each(function () {
     490
     491      flexTable();
     492
     493      window.onresize = function (event) {
     494        flexTable();
     495      };
     496      /*------------- responsive html table -------------*/
     497
     498      /*------------- header search -------------*/
     499
     500
     501      $(document).on('click', '[data-toggle="search"], [data-toggle="search"] *', function () {
     502        $('.header .header-body .header-search').show().find('.form-control').focus();
     503        return false;
     504      });
     505      $(document).on('click', '.close-header-search, .close-header-search svg', function () {
     506        $('.header .header-body .header-search').hide();
     507        return false;
     508      });
     509      $(document).on('click', '*', function (e) {
     510        if (!$(e.target).is($('.header, .header *, [data-toggle="search"], [data-toggle="search"] *'))) {
     511          $('.header .header-body .header-search').hide();
     512        }
     513      });
     514      /*------------- header search -------------*/
     515
     516      /*------------- custom accordion -------------*/
     517
     518      $(document).on('click', '.accordion.custom-accordion .accordion-row a.accordion-header', function () {
    207519        var $this = $(this);
     520        $this.closest('.accordion.custom-accordion').find('.accordion-row').not($this.parent()).removeClass('open');
     521        $this.parent('.accordion-row').toggleClass('open');
     522        return false;
     523      });
     524      /*------------- custom accordion -------------*/
     525
     526      /*------------- responsive table dropdown -------------*/
     527
     528      var dropdownMenu,
     529          table_responsive = $('.table-responsive');
     530      table_responsive.on('show.bs.dropdown', function (e) {
     531        dropdownMenu = $(e.target).find('.dropdown-menu');
     532        body_.append(dropdownMenu.detach());
     533        var eOffset = $(e.target).offset();
     534        dropdownMenu.css({
     535          'display': 'block',
     536          'top': eOffset.top + $(e.target).outerHeight(),
     537          'left': eOffset.left,
     538          'width': '184px',
     539          'font-size': '14px'
     540        });
     541        dropdownMenu.addClass("mobPosDropdown");
     542      });
     543      table_responsive.on('hide.bs.dropdown', function (e) {
     544        $(e.target).append(dropdownMenu.detach());
     545        dropdownMenu.hide();
     546      });
     547      /*------------- responsive table dropdown -------------*/
     548
     549      /*------------- chat -------------*/
     550
     551      $(document).on('click', '.chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item', function () {
     552        $('.chat-block .chat-content').addClass('chat-mobile-open');
     553        return false;
     554      });
     555      $(document).on('click', '.chat-block .chat-content .mobile-chat-close-btn a', function () {
     556        $('.chat-block .chat-content').removeClass('chat-mobile-open');
     557        return false;
     558      });
     559      /*------------- chat -------------*/
     560
     561      /*------------- aside menu toggle -------------*/
     562
     563      $(document).on('click', '.navigation ul li a', function () {
     564        var $this = $(this);
    208565
    209566        if ($this.next('ul').length) {
    210           $this.append('<i class="sub-menu-arrow ti-angle-up"></i>');
    211         }
    212       });
    213       $('.navigation .navigation-menu-body ul li.open>a>.sub-menu-arrow').removeClass('ti-plus').addClass('ti-minus').addClass('rotate-in');
    214       $('body.horizontal-navigation .horizontal-navigation ul li a').each(function () {
     567          var sub_menu_arrow = $this.find('.sub-menu-arrow');
     568          sub_menu_arrow.toggleClass('rotate-in');
     569          $this.next('ul').toggle(200);
     570          $this.parent('li').siblings().find('ul').not($this.parent('li').find('ul')).slideUp(200);
     571          $this.next('ul').find('li ul').slideUp(200);
     572          $this.next('ul').find('li>a').find('.sub-menu-arrow').removeClass('ti-minus').addClass('ti-plus');
     573          $this.next('ul').find('li>a').find('.sub-menu-arrow').removeClass('rotate-in');
     574          $this.parent('li').siblings().not($this.parent('li').find('ul')).find('>a').find('.sub-menu-arrow').removeClass('ti-minus').addClass('ti-plus');
     575          $this.parent('li').siblings().not($this.parent('li').find('ul')).find('>a').find('.sub-menu-arrow').removeClass('rotate-in');
     576
     577          if (sub_menu_arrow.hasClass('rotate-in')) {
     578            setTimeout(function () {
     579              sub_menu_arrow.removeClass('ti-plus').addClass('ti-minus');
     580            }, 200);
     581          } else {
     582            sub_menu_arrow.removeClass('ti-minus').addClass('ti-plus');
     583          }
     584
     585          if (!body_.hasClass('horizontal-side-menu') && wind_.width() >= 1200) {
     586            setTimeout(function (e) {
     587              $('.navigation .navigation-menu-body').getNiceScroll().resize();
     588            }, 300);
     589          }
     590
     591          return false;
     592        }
     593      });
     594      $(document).on('click', '.horizontal-navigation ul li a', function () {
    215595        var $this = $(this);
    216596
    217597        if ($this.next('ul').length) {
    218           $this.append('<i class="sub-menu-arrow ti-angle-right"></i>');
    219         }
    220       });
    221     }, 200);
    222   });
    223   /*------------- side menu (sub menü arrow) -------------*/
    224 
    225   $(document).on('click', '[data-action="navigation-toggler"]', function () {
    226     if (body_.hasClass('horizontal-navigation')) {
    227       $('.horizontal-navigation').toggleClass('open');
    228     } else {
    229       $('.navigation').toggleClass('open');
    230     }
    231 
    232     $.createOverlay();
    233   });
    234   $(document).on('click', '[data-nav-target]', function () {
    235     var $this = $(this),
    236         target = $this.data('nav-target');
    237 
    238     if (body_.hasClass('navigation-toggle-one')) {
    239       body_.addClass('navigation-show');
    240     }
    241 
    242     if (body_.hasClass('horizontal-navigation')) {
    243       $('.navigation .navigation-menu-body').show();
    244     }
    245 
    246     $('.navigation .navigation-menu-body .navigation-menu-group > div').removeClass('open');
    247     $('.navigation .navigation-menu-body .navigation-menu-group ' + target).addClass('open');
    248     $('[data-nav-target]').removeClass('active');
    249     $this.addClass('active');
    250     $this.tooltip('hide');
    251     return false;
    252   });
    253   var c = $('.header .header-left .header-logo').clone();
    254   $('.navigation .navigation-header').append(c.addClass('navigation-logo').removeClass('header-logo'));
    255   $(document).on('click', '.navigation-toggler a', function () {
    256     if (wind_.width() < 1200) {
    257       $.createOverlay();
    258       body_.addClass('navigation-show');
    259     } else {
    260       if (!body_.hasClass('navigation-toggle-one') && !body_.hasClass('navigation-toggle-two')) {
    261         body_.addClass('navigation-toggle-one');
    262       } else if (body_.hasClass('navigation-toggle-one') && !body_.hasClass('navigation-toggle-two')) {
    263         body_.addClass('navigation-toggle-two');
    264         body_.removeClass('navigation-toggle-one');
    265       } else if (!body_.hasClass('navigation-toggle-one') && body_.hasClass('navigation-toggle-two')) {
    266         body_.removeClass('navigation-toggle-two');
    267         body_.removeClass('navigation-toggle-one');
     598          $this.next('ul').toggle(200);
     599          $this.parent('li').siblings().find('ul').not($this.parent('li').find('ul')).slideUp(200);
     600          $this.next('ul').find('li ul').slideUp(200);
     601          return false;
     602        }
     603      });
     604      /*------------- aside menu toggle -------------*/
     605
     606      /*------------- other -------------*/
     607
     608      $(document).on('click', '.dropdown-menu', function (e) {
     609        e.stopPropagation();
     610      });
     611      $('#exampleModal').on('show.bs.modal', function (event) {
     612        var button = $(event.relatedTarget),
     613            recipient = button.data('whatever'),
     614            modal = $(this);
     615        modal.find('.modal-title').text('New message to ' + recipient);
     616        modal.find('.modal-body input').val(recipient);
     617      });
     618      $('[data-toggle="tooltip"]').tooltip({
     619        container: 'body'
     620      });
     621      $('[data-toggle="popover"]').popover();
     622      $('.carousel').carousel();
     623
     624      if (wind_.width() >= 992) {
     625        $('.card-scroll').niceScroll();
     626        $('.table-responsive').niceScroll();
     627        $('.sidebar-group .sidebar').niceScroll();
     628        $('.app-block .app-content .app-lists').niceScroll();
     629        $('.app-block .app-sidebar .app-sidebar-menu').niceScroll();
     630        $('.chat-block .chat-sidebar .chat-sidebar-content').niceScroll();
     631        var chat_messages = $('.chat-block .chat-content .messages');
     632
     633        if (chat_messages.length) {
     634          chat_messages.niceScroll({
     635            horizrailenabled: false
     636          });
     637          chat_messages.getNiceScroll(0).doScrollTop(chat_messages.get(0).scrollHeight, -1);
     638        }
    268639      }
    269     }
    270 
    271     return false;
    272   });
    273   $(document).on('click', '.header-toggler a', function () {
    274     $('.header ul.navbar-nav').toggleClass('open');
    275     return false;
    276   });
    277   $(document).on('click', '*', function (e) {
    278     if (!$(e.target).is($('.navigation, .navigation *, .navigation-toggler *')) && body_.hasClass('navigation-toggle-one')) {
    279       body_.removeClass('navigation-show');
    280     }
    281   });
    282   $(document).on('click', '*', function (e) {
    283     if (!$(e.target).is('.header ul.navbar-nav, .header ul.navbar-nav *, .header-toggler, .header-toggler *')) {
    284       $('.header ul.navbar-nav').removeClass('open');
    285     }
    286   });
    287   /*------------- form validation -------------*/
    288 
    289   window.addEventListener('load', function () {
    290     // Fetch all the forms we want to apply custom Bootstrap validation styles to
    291     var forms = document.getElementsByClassName('needs-validation'); // Loop over them and prevent submission
    292 
    293     Array.prototype.filter.call(forms, function (form) {
    294       form.addEventListener('submit', function (event) {
    295         if (form.checkValidity() === false) {
    296           event.preventDefault();
    297           event.stopPropagation();
    298         }
    299 
    300         form.classList.add('was-validated');
    301       }, false);
    302     });
    303   }, false);
    304   /*------------- form validation -------------*/
    305 
    306   /*------------- responsive html table -------------*/
    307 
    308   var table_responsive_stack = $(".table-responsive-stack");
    309   table_responsive_stack.find("th").each(function (i) {
    310     $(".table-responsive-stack td:nth-child(" + (i + 1) + ")").prepend('<span class="table-responsive-stack-thead">' + $(this).text() + ":</span> ");
    311     $(".table-responsive-stack-thead").hide();
    312   });
    313   table_responsive_stack.each(function () {
    314     var thCount = $(this).find("th").length,
    315         rowGrow = 100 / thCount + "%";
    316     $(this).find("th, td").css("flex-basis", rowGrow);
    317   });
    318 
    319   function flexTable() {
    320     if (wind_.width() < 768) {
    321       $(".table-responsive-stack").each(function (i) {
    322         $(this).find(".table-responsive-stack-thead").show();
    323         $(this).find("thead").hide();
    324       }); // window is less than 768px
    325     } else {
    326       $(".table-responsive-stack").each(function (i) {
    327         $(this).find(".table-responsive-stack-thead").hide();
    328         $(this).find("thead").show();
    329       });
    330     }
     640
     641      if (!body_.hasClass('small-navigation') && !body_.hasClass('horizontal-navigation') && wind_.width() >= 992) {
     642        $('.navigation .navigation-menu-body').niceScroll();
     643      }
     644
     645      $('.dropdown-menu ul.list-group').niceScroll();
     646    })(jQuery);
     647    /***/
     648
     649  },
     650
     651  /***/
     652  0: function _(module, exports, __nested_webpack_require_20110__) {
     653    __nested_webpack_require_20110__(
     654    /*! C:\wamp64\www\themeforest\nago\resources\js\app.js */
     655    "./resources/js/app.js");
     656
     657    module.exports = __nested_webpack_require_20110__(
     658    /*! C:\wamp64\www\themeforest\nago\public\assets\sass\app.scss */
     659    "./public/assets/sass/app.scss");
     660    /***/
    331661  }
    332 
    333   flexTable();
    334 
    335   window.onresize = function (event) {
    336     flexTable();
    337   };
    338   /*------------- responsive html table -------------*/
    339 
    340   /*------------- header search -------------*/
    341 
    342 
    343   $(document).on('click', '[data-toggle="search"], [data-toggle="search"] *', function () {
    344     $('.header .header-body .header-search').show().find('.form-control').focus();
    345     return false;
    346   });
    347   $(document).on('click', '.close-header-search, .close-header-search svg', function () {
    348     $('.header .header-body .header-search').hide();
    349     return false;
    350   });
    351   $(document).on('click', '*', function (e) {
    352     if (!$(e.target).is($('.header, .header *, [data-toggle="search"], [data-toggle="search"] *'))) {
    353       $('.header .header-body .header-search').hide();
    354     }
    355   });
    356   /*------------- header search -------------*/
    357 
    358   /*------------- custom accordion -------------*/
    359 
    360   $(document).on('click', '.accordion.custom-accordion .accordion-row a.accordion-header', function () {
    361     var $this = $(this);
    362     $this.closest('.accordion.custom-accordion').find('.accordion-row').not($this.parent()).removeClass('open');
    363     $this.parent('.accordion-row').toggleClass('open');
    364     return false;
    365   });
    366   /*------------- custom accordion -------------*/
    367 
    368   /*------------- responsive table dropdown -------------*/
    369 
    370   var dropdownMenu,
    371       table_responsive = $('.table-responsive');
    372   table_responsive.on('show.bs.dropdown', function (e) {
    373     dropdownMenu = $(e.target).find('.dropdown-menu');
    374     body_.append(dropdownMenu.detach());
    375     var eOffset = $(e.target).offset();
    376     dropdownMenu.css({
    377       'display': 'block',
    378       'top': eOffset.top + $(e.target).outerHeight(),
    379       'left': eOffset.left,
    380       'width': '184px',
    381       'font-size': '14px'
    382     });
    383     dropdownMenu.addClass("mobPosDropdown");
    384   });
    385   table_responsive.on('hide.bs.dropdown', function (e) {
    386     $(e.target).append(dropdownMenu.detach());
    387     dropdownMenu.hide();
    388   });
    389   /*------------- responsive table dropdown -------------*/
    390 
    391   /*------------- chat -------------*/
    392 
    393   $(document).on('click', '.chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item', function () {
    394     $('.chat-block .chat-content').addClass('chat-mobile-open');
    395     return false;
    396   });
    397   $(document).on('click', '.chat-block .chat-content .mobile-chat-close-btn a', function () {
    398     $('.chat-block .chat-content').removeClass('chat-mobile-open');
    399     return false;
    400   });
    401   /*------------- chat -------------*/
    402 
    403   /*------------- aside menu toggle -------------*/
    404 
    405   $(document).on('click', '.navigation ul li a', function () {
    406     var $this = $(this);
    407 
    408     if ($this.next('ul').length) {
    409       var sub_menu_arrow = $this.find('.sub-menu-arrow');
    410       sub_menu_arrow.toggleClass('rotate-in');
    411       $this.next('ul').toggle(200);
    412       $this.parent('li').siblings().find('ul').not($this.parent('li').find('ul')).slideUp(200);
    413       $this.next('ul').find('li ul').slideUp(200);
    414       $this.next('ul').find('li>a').find('.sub-menu-arrow').removeClass('ti-minus').addClass('ti-plus');
    415       $this.next('ul').find('li>a').find('.sub-menu-arrow').removeClass('rotate-in');
    416       $this.parent('li').siblings().not($this.parent('li').find('ul')).find('>a').find('.sub-menu-arrow').removeClass('ti-minus').addClass('ti-plus');
    417       $this.parent('li').siblings().not($this.parent('li').find('ul')).find('>a').find('.sub-menu-arrow').removeClass('rotate-in');
    418 
    419       if (sub_menu_arrow.hasClass('rotate-in')) {
    420         setTimeout(function () {
    421           sub_menu_arrow.removeClass('ti-plus').addClass('ti-minus');
    422         }, 200);
    423       } else {
    424         sub_menu_arrow.removeClass('ti-minus').addClass('ti-plus');
    425       }
    426 
    427       if (!body_.hasClass('horizontal-side-menu') && wind_.width() >= 1200) {
    428         setTimeout(function (e) {
    429           $('.navigation .navigation-menu-body').getNiceScroll().resize();
    430         }, 300);
    431       }
    432 
    433       return false;
    434     }
    435   });
    436   $(document).on('click', '.horizontal-navigation ul li a', function () {
    437     var $this = $(this);
    438 
    439     if ($this.next('ul').length) {
    440       $this.next('ul').toggle(200);
    441       $this.parent('li').siblings().find('ul').not($this.parent('li').find('ul')).slideUp(200);
    442       $this.next('ul').find('li ul').slideUp(200);
    443       return false;
    444     }
    445   });
    446   /*------------- aside menu toggle -------------*/
    447 
    448   /*------------- other -------------*/
    449 
    450   $(document).on('click', '.dropdown-menu', function (e) {
    451     e.stopPropagation();
    452   });
    453   $('#exampleModal').on('show.bs.modal', function (event) {
    454     var button = $(event.relatedTarget),
    455         recipient = button.data('whatever'),
    456         modal = $(this);
    457     modal.find('.modal-title').text('New message to ' + recipient);
    458     modal.find('.modal-body input').val(recipient);
    459   });
    460   $('[data-toggle="tooltip"]').tooltip({
    461     container: 'body'
    462   });
    463   $('[data-toggle="popover"]').popover();
    464   $('.carousel').carousel();
    465 
    466   if (wind_.width() >= 992) {
    467     $('.card-scroll').niceScroll();
    468     $('.table-responsive').niceScroll();
    469     $('.sidebar-group .sidebar').niceScroll();
    470     $('.app-block .app-content .app-lists').niceScroll();
    471     $('.app-block .app-sidebar .app-sidebar-menu').niceScroll();
    472     $('.chat-block .chat-sidebar .chat-sidebar-content').niceScroll();
    473     var chat_messages = $('.chat-block .chat-content .messages');
    474 
    475     if (chat_messages.length) {
    476       chat_messages.niceScroll({
    477         horizrailenabled: false
    478       });
    479       chat_messages.getNiceScroll(0).doScrollTop(chat_messages.get(0).scrollHeight, -1);
    480     }
    481   }
    482 
    483   if (!body_.hasClass('small-navigation') && !body_.hasClass('horizontal-navigation') && wind_.width() >= 992) {
    484     $('.navigation .navigation-menu-body').niceScroll();
    485   }
    486 
    487   $('.dropdown-menu ul.list-group').niceScroll();
    488   /* Theme Switcher */
    489 
    490   /* var path = window.location.pathname;
    491   var page = path.split("/").pop();
    492    var theme_switcher_html = '<div class="theme-switcher open"> \n\
    493       <div class="theme-switcher-button"> \n\
    494           <i class="fa fa-cog"></i> \n\
    495       </div> \n\
    496       <div class="theme-switcher-panel"> \n\
    497           <div class="card"> \n\
    498               <div class="card-body"> \n\
    499                   <h6 class="card-title">Theme Switcher</h6> \n\
    500                   <div class="form-group mb-2"> \n\
    501                       <div class="custom-control custom-switch"> \n\
    502                           <input type="checkbox" class="custom-control-input" id="dark"> \n\
    503                           <label class="custom-control-label" for="dark">Dark</label> \n\
    504                       </div> \n\
    505                   </div> \n\
    506                   <div class="form-group mb-2"> \n\
    507                       <div class="custom-control custom-switch"> \n\
    508                           <input type="checkbox" class="custom-control-input" id="semi-dark"> \n\
    509                           <label class="custom-control-label" for="semi-dark">Semi dark</label> \n\
    510                       </div> \n\
    511                   </div> \n\
    512                   <div class="form-group mb-2"> \n\
    513                       <div class="custom-control custom-switch"> \n\
    514                           <input type="checkbox" class="custom-control-input" id="shadow-layout"> \n\
    515                           <label class="custom-control-label" for="shadow-layout">Shadow layout</label> \n\
    516                       </div> \n\
    517                   </div> \n\
    518                   <div class="form-group mb-2"> \n\
    519                       <div class="custom-control custom-switch"> \n\
    520                           <input type="checkbox" class="custom-control-input" ' + (page === 'chat.html' || page === 'inbox.html' || page === 'app-todo.html' ? 'disabled' : '') + ' id="sticky-navigation"> \n\
    521                           <label class="custom-control-label" for="sticky-navigation">Sticky navigation</label> \n\
    522                       </div> \n\
    523                   </div> \n\
    524                   <div class="form-group mb-2"> \n\
    525                       <div class="custom-control custom-switch"> \n\
    526                           <input type="checkbox" class="custom-control-input" ' + (page === 'chat.html' || page === 'inbox.html' || page === 'app-todo.html' ? 'disabled' : '') + ' id="small-navigation"> \n\
    527                           <label class="custom-control-label" for="small-navigation">Small navigation</label> \n\
    528                       </div> \n\
    529                   </div> \n\
    530                   <div class="form-group mb-2"> \n\
    531                       <div class="custom-control custom-switch"> \n\
    532                           <input type="checkbox" class="custom-control-input" id="hidden-navigation"> \n\
    533                           <label class="custom-control-label" for="hidden-navigation">Hidden navigation</label> \n\
    534                       </div> \n\
    535                   </div> \n\
    536                   <div class="form-group mb-2"> \n\
    537                       <div class="custom-control custom-switch"> \n\
    538                           <input type="checkbox" class="custom-control-input" ' + (page === 'chat.html' || page === 'inbox.html' || page === 'app-todo.html' ? 'disabled' : '') + ' id="sticky-header"> \n\
    539                           <label class="custom-control-label" for="sticky-header">Sticky header</label> \n\
    540                       </div> \n\
    541                   </div> \n\
    542                   <div class="form-group mb-2"> \n\
    543                       <div class="custom-control custom-switch"> \n\
    544                           <input type="checkbox" class="custom-control-input" id="light-header"> \n\
    545                           <label class="custom-control-label" for="light-header">Light header</label> \n\
    546                       </div> \n\
    547                   </div> \n\
    548                   <div class="form-group mb-2"> \n\
    549                       <div class="custom-control custom-switch"> \n\
    550                           <input type="checkbox" class="custom-control-input" ' + (page === 'chat.html' || page === 'inbox.html' || page === 'app-todo.html' ? 'disabled' : '') + ' id="sticky-footer"> \n\
    551                           <label class="custom-control-label" for="sticky-footer">Sticky footer</label> \n\
    552                       </div> \n\
    553                   </div> \n\
    554               </div> \n\
    555           </div> \n\
    556       </div> \n\
    557   </div>';
    558    $('body').append(theme_switcher_html);
    559    $(document).on('click', '.theme-switcher input[type="checkbox"]', function () {
    560       var id = $(this).attr('id');
    561       if (id === 'sticky-navigation') {
    562           if ($(this).prop('checked')) {
    563               $('.navigation').niceScroll().resize();
    564           } else {
    565               $('.navigation').niceScroll().remove();
    566           }
    567           if ($('body').hasClass('small-navigation')) {
    568               $('.navigation .navigation-menu-body > ul > li').each(function () {
    569                   if ($(this).find('> a').next('ul').length) {
    570                       // Dropdown add header title
    571                       $(this).find('.dropdown-divider').remove();
    572                   } else {
    573                       // Add tooltip
    574                       $(this).find('> a').tooltip('dispose');
    575                   }
    576               });
    577               $('body').removeClass('small-navigation');
    578               $('.theme-switcher input[type="checkbox"][id="small-navigation"]').prop('checked', false);
    579           }
    580           if ($('body').hasClass('hidden-navigation')) {CUSTOMİZABLE
    581               $('body').removeClass('hidden-navigation');
    582               $('.theme-switcher input[type="checkbox"][id="hidden-navigation"]').prop('checked', false);
    583           }
    584       }
    585       if (id === 'small-navigation') {
    586           if ($(this).prop('checked')) {
    587               $('.navigation .navigation-menu-body > ul > li').each(function () {
    588                   if ($(this).find('> a').next('ul').length) {
    589                       // Dropdown add header title
    590                       $(this).find('> a').next('ul').prepend('<li class="dropdown-divider">' + $(this).find('> a > span:not(.badge)').text() + '</li>')
    591                   } else {
    592                       // Add tooltip
    593                       $(this).find('> a').attr('title', $(this).find('> a > span:not(.badge)').text());
    594                       $(this).find('> a').tooltip({
    595                           placement: "right"
    596                       });
    597                   }
    598               });
    599           } else {
    600               $('.navigation .navigation-menu-body > ul > li').each(function () {
    601                   if ($(this).find('> a').next('ul').length) {
    602                       // Dropdown add header title
    603                       $(this).find('.dropdown-divider').remove();
    604                   } else {
    605                       // Add tooltip
    606                       $(this).find('> a').tooltip('dispose');
    607                   }
    608               });
    609           }
    610           if ($('body').hasClass('sticky-navigation')) {
    611               $('body').removeClass('sticky-navigation');
    612               $('.navigation').niceScroll().remove();
    613               $('.theme-switcher input[type="checkbox"][id="sticky-navigation"]').prop('checked', false);
    614           }
    615           if ($('body').hasClass('hidden-navigation')) {
    616               $('body').removeClass('hidden-navigation');
    617               $('.theme-switcher input[type="checkbox"][id="hidden-navigation"]').prop('checked', false);
    618           }
    619       }
    620       if (id === 'hidden-navigation') {
    621           setTimeout(function () {
    622               $('.navigation').niceScroll().resize();
    623               $('.app-block .app-content .app-lists').niceScroll().resize();
    624               $('.app-block .app-sidebar .app-sidebar-menu').niceScroll().resize();
    625               $('.chat-block .chat-sidebar .chat-sidebar-content .tab-content .tab-pane').niceScroll().resize();
    626           }, 200);
    627           if (!$(this).prop('checked')) {
    628               $.removeOverlay();
    629               $('.navigation').removeClass('open');
    630           }
    631           if (page != 'chat.html' && page != 'inbox.html' && page != 'app-todo.html') {
    632               if ($('body').hasClass('sticky-navigation')) {
    633                   $('body').removeClass('sticky-navigation');
    634                   $('.theme-switcher input[type="checkbox"][id="sticky-navigation"]').prop('checked', false);
    635               }
    636           }
    637           if ($('body').hasClass('small-navigation')) {
    638               $('.navigation .navigation-menu-body > ul > li').each(function () {
    639                   if ($(this).find('> a').next('ul').length) {
    640                       // Dropdown add header title
    641                       $(this).find('.dropdown-divider').remove();
    642                   } else {
    643                       // Add tooltip
    644                       $(this).find('> a').tooltip('dispose');
    645                   }
    646               });
    647               $('body').removeClass('small-navigation');
    648               $('.theme-switcher input[type="checkbox"][id="small-navigation"]').prop('checked', false);
    649           }
    650       }
    651       if (id === 'dark') {
    652           if ($('body').hasClass('semi-dark')) {
    653               $('body').removeClass('semi-dark');
    654               $('.theme-switcher input[type="checkbox"][id="semi-dark"]').prop('checked', false);
    655           }
    656       }
    657       if (id === 'semi-dark') {
    658           if ($('body').hasClass('dark')) {
    659               $('body').removeClass('dark');
    660               $('.theme-switcher input[type="checkbox"][id="dark"]').prop('checked', false);
    661           }
    662       }
    663       $('body').toggleClass(id);
    664   });
    665    $(document).on('click', '.theme-switcher .theme-switcher-button', function () {
    666       $('.theme-switcher').toggleClass('open');
    667   }); */
    668 })(jQuery);
    669 
    670 /***/ }),
    671 
    672 /***/ 0:
    673 /*!*****************************************************************!*\
    674   !*** multi ./resources/js/app.js ./public/assets/sass/app.scss ***!
    675   \*****************************************************************/
    676 /*! no static exports found */
    677 /***/ (function(module, exports, __webpack_require__) {
    678 
    679 __webpack_require__(/**/"./resources/js/app.js");
    680 module.exports = __webpack_require__(/**/"./public/assets/sass/app.scss");
    681 
    682 
    683 /***/ })
    684 
    685 /******/ });
     662  /******/
     663
     664});
     665/******/ })()
     666;
Note: See TracChangeset for help on using the changeset viewer.