prep version

This commit is contained in:
REJack 2020-01-17 09:05:37 +01:00
parent ce486267c4
commit 0e48302342
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
110 changed files with 8814 additions and 4533 deletions

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Core
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Extra Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Pages
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Plugins
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
@charset "UTF-8";/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Extra Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@ -755,6 +755,16 @@
border-left-color: #343a40;
}
.direct-chat-lightblue .right > .direct-chat-text {
background: #3c8dbc;
border-color: #3c8dbc;
color: #ffffff;
}
.direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
border-left-color: #3c8dbc;
}
.direct-chat-navy .right > .direct-chat-text {
background: #001f3f;
border-color: #001f3f;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Pages
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@ -214,6 +214,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
align-items: center;
background: #e9ecef;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* AdminLTE v3.0.2-pre
* AdminLTE v3.0.2
* Only Plugins
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@ -666,6 +666,55 @@
border-color: #6d7a86;
}
.select2-container--default .select2-lightblue.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-search--inline .select2-search__field:focus,
.select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {
border: 1px solid #99c5de;
}
.select2-container--default .select2-lightblue .select2-results__option--highlighted,
.select2-lightblue .select2-container--default .select2-results__option--highlighted {
background-color: #3c8dbc;
color: #ffffff;
}
.select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
background-color: #3884b0;
color: #ffffff;
}
.select2-container--default .select2-lightblue .select2-selection--multiple:focus,
.select2-lightblue .select2-container--default .select2-selection--multiple:focus {
border-color: #99c5de;
}
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #3c8dbc;
border-color: #367fa9;
color: #ffffff;
}
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #ffffff;
}
.select2-container--default .select2-lightblue.select2-container--focus .select2-selection--multiple,
.select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #99c5de;
}
.select2-container--default .select2-navy.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
@ -1592,6 +1641,10 @@
background: #343a40;
}
.slider-lightblue .slider .slider-selection {
background: #3c8dbc;
}
.slider-navy .slider .slider-selection {
background: #001f3f;
}
@ -1792,6 +1845,22 @@
border-color: #343a40;
}
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #3c8dbc;
}
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
border-color: #3c8dbc;
}
.icheck-lightblue > input:first-child:checked + label::before,
.icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #3c8dbc;
border-color: #3c8dbc;
}
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #001f3f;
@ -3286,6 +3355,137 @@
color: #343a40;
}
.pace-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-barber-shop-lightblue .pace {
background: #ffffff;
}
.pace-barber-shop-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-barber-shop-lightblue .pace .pace-activity {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.pace-big-counter-lightblue .pace .pace-progress::after {
color: rgba(60, 141, 188, 0.2);
}
.pace-bounce-lightblue .pace .pace-activity {
background: #3c8dbc;
}
.pace-center-atom-lightblue .pace-progress {
height: 100px;
width: 80px;
}
.pace-center-atom-lightblue .pace-progress::before {
background: #3c8dbc;
color: #ffffff;
font-size: .8rem;
line-height: .7rem;
padding-top: 17%;
}
.pace-center-atom-lightblue .pace-activity {
border-color: #3c8dbc;
}
.pace-center-atom-lightblue .pace-activity::after, .pace-center-atom-lightblue .pace-activity::before {
border-color: #3c8dbc;
}
.pace-center-circle-lightblue .pace .pace-progress {
background: rgba(60, 141, 188, 0.8);
color: #ffffff;
}
.pace-center-radar-lightblue .pace .pace-activity {
border-color: #3c8dbc transparent transparent;
}
.pace-center-radar-lightblue .pace .pace-activity::before {
border-color: #3c8dbc transparent transparent;
}
.pace-center-simple-lightblue .pace {
background: #ffffff;
border-color: #3c8dbc;
}
.pace-center-simple-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-material-lightblue .pace {
color: #3c8dbc;
}
.pace-corner-indicator-lightblue .pace .pace-activity {
background: #3c8dbc;
}
.pace-corner-indicator-lightblue .pace .pace-activity::after,
.pace-corner-indicator-lightblue .pace .pace-activity::before  {
border: 5px solid #ffffff;
}
.pace-corner-indicator-lightblue .pace .pace-activity::before {
border-right-color: rgba(60, 141, 188, 0.2);
border-left-color: rgba(60, 141, 188, 0.2);
}
.pace-corner-indicator-lightblue .pace .pace-activity::after {
border-top-color: rgba(60, 141, 188, 0.2);
border-bottom-color: rgba(60, 141, 188, 0.2);
}
.pace-fill-left-lightblue .pace .pace-progress {
background-color: rgba(60, 141, 188, 0.2);
}
.pace-flash-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-flash-lightblue .pace .pace-progress-inner {
box-shadow: 0 0 10px #3c8dbc, 0 0 5px #3c8dbc;
}
.pace-flash-lightblue .pace .pace-activity {
border-top-color: #3c8dbc;
border-left-color: #3c8dbc;
}
.pace-loading-bar-lightblue .pace .pace-progress {
background: #3c8dbc;
color: #3c8dbc;
box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}
.pace-loading-bar-lightblue .pace .pace-activity {
box-shadow: inset 0 0 0 2px #3c8dbc, inset 0 0 0 7px #ffffff;
}
.pace-mac-osx-lightblue .pace .pace-progress {
background-color: #3c8dbc;
box-shadow: inset -1px 0 #3c8dbc, inset 0 -1px #3c8dbc, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}
.pace-mac-osx-lightblue .pace .pace-activity {
background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
height: 12px;
}
.pace-progress-color-lightblue .pace-progress {
color: #3c8dbc;
}
.pace-navy .pace .pace-progress {
background: #001f3f;
}
@ -5752,6 +5952,12 @@
color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {
background: #3c8dbc;
color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
background: #001f3f;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/js/adminlte.js vendored
View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre (https://adminlte.io)
* AdminLTE v3.0.2 (https://adminlte.io)
* Copyright 2014-2020 Colorlib <http://colorlib.com>
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2-pre (https://adminlte.io)
* AdminLTE v3.0.2 (https://adminlte.io)
* Copyright 2014-2020 Colorlib <http://colorlib.com>
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/

View file

@ -22,7 +22,7 @@ plugins:
- jekyll-seo-tag
title: AdminLTE v3 Documentaion
version: v3.0.1
version: v3.0.2
description: >- # this means to ignore newlines until "baseurl:"
AdminLTE v3 Documentaion

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.1
* AdminLTE v3.0.2
* Only Extra Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@ -755,6 +755,16 @@
border-left-color: #343a40;
}
.direct-chat-lightblue .right > .direct-chat-text {
background: #3c8dbc;
border-color: #3c8dbc;
color: #ffffff;
}
.direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
border-left-color: #3c8dbc;
}
.direct-chat-navy .right > .direct-chat-text {
background: #001f3f;
border-color: #001f3f;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.1
* AdminLTE v3.0.2
* Only Pages
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@ -214,6 +214,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
align-items: center;
background: #e9ecef;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* AdminLTE v3.0.1
* AdminLTE v3.0.2
* Only Plugins
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@ -666,6 +666,55 @@
border-color: #6d7a86;
}
.select2-container--default .select2-lightblue.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-search--inline .select2-search__field:focus,
.select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {
border: 1px solid #99c5de;
}
.select2-container--default .select2-lightblue .select2-results__option--highlighted,
.select2-lightblue .select2-container--default .select2-results__option--highlighted {
background-color: #3c8dbc;
color: #ffffff;
}
.select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
background-color: #3884b0;
color: #ffffff;
}
.select2-container--default .select2-lightblue .select2-selection--multiple:focus,
.select2-lightblue .select2-container--default .select2-selection--multiple:focus {
border-color: #99c5de;
}
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #3c8dbc;
border-color: #367fa9;
color: #ffffff;
}
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #ffffff;
}
.select2-container--default .select2-lightblue.select2-container--focus .select2-selection--multiple,
.select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #99c5de;
}
.select2-container--default .select2-navy.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
@ -1592,6 +1641,10 @@
background: #343a40;
}
.slider-lightblue .slider .slider-selection {
background: #3c8dbc;
}
.slider-navy .slider .slider-selection {
background: #001f3f;
}
@ -1792,6 +1845,22 @@
border-color: #343a40;
}
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #3c8dbc;
}
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
border-color: #3c8dbc;
}
.icheck-lightblue > input:first-child:checked + label::before,
.icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #3c8dbc;
border-color: #3c8dbc;
}
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #001f3f;
@ -3286,6 +3355,137 @@
color: #343a40;
}
.pace-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-barber-shop-lightblue .pace {
background: #ffffff;
}
.pace-barber-shop-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-barber-shop-lightblue .pace .pace-activity {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.pace-big-counter-lightblue .pace .pace-progress::after {
color: rgba(60, 141, 188, 0.2);
}
.pace-bounce-lightblue .pace .pace-activity {
background: #3c8dbc;
}
.pace-center-atom-lightblue .pace-progress {
height: 100px;
width: 80px;
}
.pace-center-atom-lightblue .pace-progress::before {
background: #3c8dbc;
color: #ffffff;
font-size: .8rem;
line-height: .7rem;
padding-top: 17%;
}
.pace-center-atom-lightblue .pace-activity {
border-color: #3c8dbc;
}
.pace-center-atom-lightblue .pace-activity::after, .pace-center-atom-lightblue .pace-activity::before {
border-color: #3c8dbc;
}
.pace-center-circle-lightblue .pace .pace-progress {
background: rgba(60, 141, 188, 0.8);
color: #ffffff;
}
.pace-center-radar-lightblue .pace .pace-activity {
border-color: #3c8dbc transparent transparent;
}
.pace-center-radar-lightblue .pace .pace-activity::before {
border-color: #3c8dbc transparent transparent;
}
.pace-center-simple-lightblue .pace {
background: #ffffff;
border-color: #3c8dbc;
}
.pace-center-simple-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-material-lightblue .pace {
color: #3c8dbc;
}
.pace-corner-indicator-lightblue .pace .pace-activity {
background: #3c8dbc;
}
.pace-corner-indicator-lightblue .pace .pace-activity::after,
.pace-corner-indicator-lightblue .pace .pace-activity::before  {
border: 5px solid #ffffff;
}
.pace-corner-indicator-lightblue .pace .pace-activity::before {
border-right-color: rgba(60, 141, 188, 0.2);
border-left-color: rgba(60, 141, 188, 0.2);
}
.pace-corner-indicator-lightblue .pace .pace-activity::after {
border-top-color: rgba(60, 141, 188, 0.2);
border-bottom-color: rgba(60, 141, 188, 0.2);
}
.pace-fill-left-lightblue .pace .pace-progress {
background-color: rgba(60, 141, 188, 0.2);
}
.pace-flash-lightblue .pace .pace-progress {
background: #3c8dbc;
}
.pace-flash-lightblue .pace .pace-progress-inner {
box-shadow: 0 0 10px #3c8dbc, 0 0 5px #3c8dbc;
}
.pace-flash-lightblue .pace .pace-activity {
border-top-color: #3c8dbc;
border-left-color: #3c8dbc;
}
.pace-loading-bar-lightblue .pace .pace-progress {
background: #3c8dbc;
color: #3c8dbc;
box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}
.pace-loading-bar-lightblue .pace .pace-activity {
box-shadow: inset 0 0 0 2px #3c8dbc, inset 0 0 0 7px #ffffff;
}
.pace-mac-osx-lightblue .pace .pace-progress {
background-color: #3c8dbc;
box-shadow: inset -1px 0 #3c8dbc, inset 0 -1px #3c8dbc, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}
.pace-mac-osx-lightblue .pace .pace-activity {
background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
height: 12px;
}
.pace-progress-color-lightblue .pace-progress {
color: #3c8dbc;
}
.pace-navy .pace .pace-progress {
background: #001f3f;
}
@ -5752,6 +5952,12 @@
color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {
background: #3c8dbc;
color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
background: #001f3f;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/*!
* AdminLTE v3.0.1 (https://adminlte.io)
* Copyright 2014-2019 Colorlib <http://colorlib.com>
* AdminLTE v3.0.2 (https://adminlte.io)
* Copyright 2014-2020 Colorlib <http://colorlib.com>
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/
(function (global, factory) {
@ -75,7 +75,7 @@
var _proto = ControlSidebar.prototype;
_proto.show = function show() {
_proto.collapse = function collapse() {
// Show the control sidebar
if (this._config.controlsidebarSlide) {
$('html').addClass(ClassName.CONTROL_SIDEBAR_ANIMATE);
@ -88,11 +88,11 @@
$('body').removeClass(ClassName.CONTROL_SIDEBAR_OPEN);
}
var expandedEvent = $.Event(Event.EXPANDED);
$(this._element).trigger(expandedEvent);
var collapsedEvent = $.Event(Event.COLLAPSED);
$(this._element).trigger(collapsedEvent);
};
_proto.collapse = function collapse() {
_proto.show = function show() {
// Collapse the control sidebar
if (this._config.controlsidebarSlide) {
$('html').addClass(ClassName.CONTROL_SIDEBAR_ANIMATE);
@ -107,19 +107,19 @@
$('body').addClass(ClassName.CONTROL_SIDEBAR_OPEN);
}
var collapsedEvent = $.Event(Event.COLLAPSED);
$(this._element).trigger(collapsedEvent);
var expandedEvent = $.Event(Event.EXPANDED);
$(this._element).trigger(expandedEvent);
};
_proto.toggle = function toggle() {
var shouldOpen = $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || $('body').hasClass(ClassName.CONTROL_SIDEBAR_SLIDE);
var shouldClose = $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || $('body').hasClass(ClassName.CONTROL_SIDEBAR_SLIDE);
if (shouldOpen) {
// Open the control sidebar
this.show();
} else {
if (shouldClose) {
// Close the control sidebar
this.collapse();
} else {
// Open the control sidebar
this.show();
}
} // Private
;
@ -303,6 +303,8 @@
CONTENT_HEADER: '.content-header',
WRAPPER: '.wrapper',
CONTROL_SIDEBAR: '.control-sidebar',
CONTROL_SIDEBAR_CONTENT: '.control-sidebar-content',
CONTROL_SIDEBAR_BTN: '[data-widget="control-sidebar"]',
LAYOUT_FIXED: '.layout-fixed',
FOOTER: '.main-footer',
PUSHMENU_BTN: '[data-widget="pushmenu"]',
@ -318,7 +320,9 @@
NAVBAR_FIXED: 'layout-navbar-fixed',
FOOTER_FIXED: 'layout-footer-fixed',
LOGIN_PAGE: 'login-page',
REGISTER_PAGE: 'register-page'
REGISTER_PAGE: 'register-page',
CONTROL_SIDEBAR_SLIDE_OPEN: 'control-sidebar-slide-open',
CONTROL_SIDEBAR_OPEN: 'control-sidebar-open'
};
var Default = {
scrollbarTheme: 'os-theme-light',
@ -342,17 +346,30 @@
var _proto = Layout.prototype;
_proto.fixLayoutHeight = function fixLayoutHeight() {
_proto.fixLayoutHeight = function fixLayoutHeight(extra) {
if (extra === void 0) {
extra = null;
}
var control_sidebar = 0;
if ($('body').hasClass(ClassName.CONTROL_SIDEBAR_SLIDE_OPEN) || $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || extra == 'control_sidebar') {
control_sidebar = $(Selector.CONTROL_SIDEBAR_CONTENT).height();
}
var heights = {
window: $(window).height(),
header: $(Selector.HEADER).length !== 0 ? $(Selector.HEADER).outerHeight() : 0,
footer: $(Selector.FOOTER).length !== 0 ? $(Selector.FOOTER).outerHeight() : 0,
sidebar: $(Selector.SIDEBAR).length !== 0 ? $(Selector.SIDEBAR).height() : 0
sidebar: $(Selector.SIDEBAR).length !== 0 ? $(Selector.SIDEBAR).height() : 0,
control_sidebar: control_sidebar
};
var max = this._max(heights);
if (max == heights.window) {
if (max == heights.control_sidebar) {
$(Selector.CONTENT).css('min-height', max);
} else if (max == heights.window) {
$(Selector.CONTENT).css('min-height', max - heights.header - heights.footer);
} else {
$(Selector.CONTENT).css('min-height', max - heights.header);
@ -386,6 +403,11 @@
$(Selector.PUSHMENU_BTN).on('collapsed.lte.pushmenu shown.lte.pushmenu', function () {
_this.fixLayoutHeight();
});
$(Selector.CONTROL_SIDEBAR_BTN).on('collapsed.lte.controlsidebar', function () {
_this.fixLayoutHeight();
}).on('expanded.lte.controlsidebar', function () {
_this.fixLayoutHeight('control_sidebar');
});
$(window).resize(function () {
_this.fixLayoutHeight();
});
@ -413,6 +435,10 @@
;
Layout._jQueryInterface = function _jQueryInterface(config) {
if (config === void 0) {
config = '';
}
return this.each(function () {
var data = $(this).data(DATA_KEY);
@ -423,8 +449,8 @@
$(this).data(DATA_KEY, data);
}
if (config === 'init') {
data[config]();
if (config === 'init' || config === '') {
data['_init']();
}
});
};
@ -1147,7 +1173,7 @@
_this._parent.addClass(ClassName.COLLAPSED);
});
this._parent.find(this._settings.collapseTrigger + ' .' + this._settings.collapseIcon).addClass(this._settings.expandIcon).removeClass(this._settings.collapseIcon);
this._parent.find('> ' + Selector.CARD_HEADER + ' ' + this._settings.collapseTrigger + ' .' + this._settings.collapseIcon).addClass(this._settings.expandIcon).removeClass(this._settings.collapseIcon);
var collapsed = $.Event(Event.COLLAPSED);
@ -1161,7 +1187,7 @@
_this2._parent.removeClass(ClassName.COLLAPSED);
});
this._parent.find(this._settings.collapseTrigger + ' .' + this._settings.expandIcon).addClass(this._settings.collapseIcon).removeClass(this._settings.expandIcon);
this._parent.find('> ' + Selector.CARD_HEADER + ' ' + this._settings.collapseTrigger + ' .' + this._settings.expandIcon).addClass(this._settings.collapseIcon).removeClass(this._settings.expandIcon);
var expanded = $.Event(Event.EXPANDED);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -23,6 +23,8 @@
'navbar-indigo',
'navbar-purple',
'navbar-pink',
'navbar-navy',
'navbar-lightblue',
'navbar-teal',
'navbar-cyan',
'navbar-dark',
@ -240,6 +242,7 @@
'bg-danger',
'bg-success',
'bg-indigo',
'bg-lightblue',
'bg-navy',
'bg-purple',
'bg-fuchsia',
@ -258,6 +261,7 @@
'accent-danger',
'accent-success',
'accent-indigo',
'accent-lightblue',
'accent-navy',
'accent-purple',
'accent-fuchsia',
@ -276,6 +280,7 @@
'sidebar-dark-danger',
'sidebar-dark-success',
'sidebar-dark-indigo',
'sidebar-dark-lightblue',
'sidebar-dark-navy',
'sidebar-dark-purple',
'sidebar-dark-fuchsia',
@ -291,6 +296,7 @@
'sidebar-light-danger',
'sidebar-light-success',
'sidebar-light-indigo',
'sidebar-light-lightblue',
'sidebar-light-navy',
'sidebar-light-purple',
'sidebar-light-fuchsia',
@ -319,10 +325,10 @@
}))
$container.append('<h6>Dark Sidebar Variants</h6>')
var $sidebar_variants = $('<div />', {
var $sidebar_variants_dark = $('<div />', {
'class': 'd-flex'
})
$container.append($sidebar_variants)
$container.append($sidebar_variants_dark)
$container.append(createSkinBlock(sidebar_colors, function () {
var color = $(this).data('color')
var sidebar_class = 'sidebar-dark-' + color.replace('bg-', '')
@ -335,10 +341,10 @@
}))
$container.append('<h6>Light Sidebar Variants</h6>')
var $sidebar_variants = $('<div />', {
var $sidebar_variants_light = $('<div />', {
'class': 'd-flex'
})
$container.append($sidebar_variants)
$container.append($sidebar_variants_light)
$container.append(createSkinBlock(sidebar_colors, function () {
var color = $(this).data('color')
var sidebar_class = 'sidebar-light-' + color.replace('bg-', '')

View file

@ -1325,7 +1325,7 @@
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
</footer>

View file

@ -1560,7 +1560,7 @@
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
</footer>
</div>

View file

@ -991,7 +991,7 @@ to get the desired effect
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
</footer>
</div>

View file

@ -1,7 +1,7 @@
{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "3.0.2-pre",
"version": "3.0.2",
"license": "MIT",
"author": "Colorlib <http://colorlib.com>",
"main": "dist/js/adminlte.min.js",

View file

@ -2028,7 +2028,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1722,7 +1722,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -742,7 +742,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1159,7 +1159,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1197,7 +1197,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -817,7 +817,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -868,7 +868,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -835,7 +835,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -803,7 +803,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -853,7 +853,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -859,7 +859,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -923,7 +923,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -753,7 +753,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -753,7 +753,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -753,7 +753,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1041,7 +1041,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -871,7 +871,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -891,7 +891,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer no-print">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -765,7 +765,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -780,7 +780,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -755,7 +755,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1084,7 +1084,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -806,7 +806,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -878,7 +878,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -878,7 +878,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1283,7 +1283,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1334,7 +1334,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -764,7 +764,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -1289,7 +1289,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -772,7 +772,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -904,7 +904,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -758,7 +758,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

View file

@ -758,7 +758,7 @@
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.2-pre
<b>Version</b> 3.0.2
</div>
<strong>Copyright &copy; 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved.

Some files were not shown because too many files have changed in this diff Show more