Current state
This commit is contained in:
10
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.autoheight.css
vendored
Normal file
10
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.autoheight.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
jQuery.mmenu autoHeight addon CSS
|
||||
*/
|
||||
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
|
||||
max-height: 80%; }
|
||||
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
|
||||
max-height: 100%; }
|
||||
.mm-menu.mm-measureheight > .mm-panel {
|
||||
bottom: auto !important;
|
||||
height: auto !important; }
|
||||
71
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.buttonbars.css
vendored
Normal file
71
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.buttonbars.css
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
jQuery.mmenu buttonbars addon CSS
|
||||
*/
|
||||
.mm-buttonbar {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: relative; }
|
||||
.mm-buttonbar:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both; }
|
||||
.mm-buttonbar > * {
|
||||
border-left: 1px solid transparent;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
.mm-buttonbar > a {
|
||||
text-decoration: none; }
|
||||
.mm-buttonbar > input {
|
||||
position: absolute;
|
||||
left: -1000px;
|
||||
top: -1000px; }
|
||||
.mm-buttonbar > input:checked + label {
|
||||
border-color: transparent !important; }
|
||||
.mm-buttonbar > *:first-child,
|
||||
.mm-buttonbar > input:first-child + * {
|
||||
border-left: none; }
|
||||
.mm-buttonbar.mm-buttonbar-2 > * {
|
||||
width: 50%; }
|
||||
.mm-buttonbar.mm-buttonbar-3 > * {
|
||||
width: 33.33%; }
|
||||
.mm-buttonbar.mm-buttonbar-4 > * {
|
||||
width: 25%; }
|
||||
.mm-buttonbar.mm-buttonbar-5 > * {
|
||||
width: 20%; }
|
||||
|
||||
.mm-header .mm-buttonbar {
|
||||
margin-top: 0px;
|
||||
margin-left: -30px;
|
||||
margin-right: -30px; }
|
||||
|
||||
.mm-footer .mm-buttonbar {
|
||||
border: none;
|
||||
border-radius: none;
|
||||
line-height: 40px;
|
||||
margin: -10px -10px 0 -20px; }
|
||||
.mm-footer .mm-buttonbar > * {
|
||||
border-left: none; }
|
||||
|
||||
.mm-listview > li > .mm-buttonbar {
|
||||
margin: 10px 20px; }
|
||||
|
||||
.mm-menu .mm-buttonbar {
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background: #f3f3f3; }
|
||||
.mm-menu .mm-buttonbar > * {
|
||||
border-color: rgba(0, 0, 0, 0.7); }
|
||||
.mm-menu .mm-buttonbar > input:checked + label {
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
color: #f3f3f3; }
|
||||
33
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.counters.css
vendored
Normal file
33
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.counters.css
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
jQuery.mmenu counters addon CSS
|
||||
*/
|
||||
em.mm-counter {
|
||||
font: inherit;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
text-indent: 0;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
margin-top: -10px;
|
||||
position: absolute;
|
||||
right: 50px;
|
||||
top: 50%; }
|
||||
em.mm-counter + a.mm-next {
|
||||
padding-left: 40px; }
|
||||
em.mm-counter + a.mm-next + a,
|
||||
em.mm-counter + a.mm-next + span {
|
||||
margin-right: 90px; }
|
||||
em.mm-counter + a.mm-fullsubopen {
|
||||
padding-left: 0; }
|
||||
|
||||
.mm-vertical > .mm-counter {
|
||||
top: 12px;
|
||||
margin-top: 0; }
|
||||
.mm-vertical.mm-spacer > .mm-counter {
|
||||
margin-top: 40px; }
|
||||
|
||||
.mm-nosubresults > .mm-counter {
|
||||
display: none; }
|
||||
|
||||
.mm-menu em.mm-counter {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
41
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.dividers.css
vendored
Normal file
41
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.dividers.css
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
jQuery.mmenu dividers addon CSS
|
||||
*/
|
||||
.mm-divider > span {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
line-height: 25px; }
|
||||
.mm-divider.mm-opened a.mm-next:after {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
|
||||
.mm-collapsed:not(.mm-uncollapsed) {
|
||||
display: none; }
|
||||
|
||||
.mm-fixeddivider {
|
||||
background: inherit;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
.mm-fixeddivider:after {
|
||||
content: none !important;
|
||||
display: none !important; }
|
||||
|
||||
.mm-hasdividers .mm-fixeddivider {
|
||||
display: block; }
|
||||
|
||||
.mm-menu .mm-fixeddivider span {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
13
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.dragopen.css
vendored
Normal file
13
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.dragopen.css
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
jQuery.mmenu dragOpen addon CSS
|
||||
*/
|
||||
html.mm-opened.mm-dragging .mm-menu,
|
||||
html.mm-opened.mm-dragging .mm-page,
|
||||
html.mm-opened.mm-dragging .mm-fixed-top,
|
||||
html.mm-opened.mm-dragging .mm-fixed-bottom,
|
||||
html.mm-opened.mm-dragging #mm-blocker {
|
||||
-webkit-transition-duration: 0s;
|
||||
-moz-transition-duration: 0s;
|
||||
-ms-transition-duration: 0s;
|
||||
-o-transition-duration: 0s;
|
||||
transition-duration: 0s; }
|
||||
28
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.footer.css
vendored
Normal file
28
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.footer.css
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
jQuery.mmenu footer addon CSS
|
||||
*/
|
||||
.mm-footer {
|
||||
background: inherit;
|
||||
border-top: 1px solid transparent;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
padding: 10px 20px;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
|
||||
.mm-menu.mm-hasfooter > .mm-panel {
|
||||
bottom: 40px; }
|
||||
|
||||
.mm-menu .mm-footer {
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
25
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.header.css
vendored
Normal file
25
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.header.css
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
jQuery.mmenu header addon CSS
|
||||
*/
|
||||
.mm-menu > .mm-header {
|
||||
background: inherit;
|
||||
z-index: 3;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
.mm-menu > .mm-header .mm-close:after {
|
||||
content: 'x'; }
|
||||
|
||||
.mm-menu.mm-hassearch > .mm-header {
|
||||
top: 40px; }
|
||||
|
||||
.mm-menu.mm-hasheader .mm-panel .mm-header {
|
||||
display: none; }
|
||||
.mm-menu.mm-hasheader .mm-panel,
|
||||
.mm-menu.mm-hasheader .mm-fixeddivider {
|
||||
top: 40px; }
|
||||
.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
|
||||
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
|
||||
top: 80px; }
|
||||
10
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.height.css
vendored
Normal file
10
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.height.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
jQuery.mmenu height addon CSS
|
||||
*/
|
||||
.mm-menu.mm-top.mm-customheight, .mm-menu.mm-bottom.mm-customheight {
|
||||
max-height: 80%; }
|
||||
.mm-menu.mm-top.mm-customheight.mm-fullscreen, .mm-menu.mm-bottom.mm-customheight.mm-fullscreen {
|
||||
max-height: 100%; }
|
||||
.mm-menu.mm-measureheight > .mm-panel {
|
||||
bottom: auto !important;
|
||||
height: auto !important; }
|
||||
69
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.offcanvas.css
vendored
Normal file
69
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.offcanvas.css
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
/*
|
||||
jQuery.mmenu offcanvas addon CSS
|
||||
*/
|
||||
.mm-page {
|
||||
box-sizing: border-box;
|
||||
position: relative; }
|
||||
|
||||
.mm-slideout {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
-ms-transition: -ms-transform 0.4s ease;
|
||||
transition: transform 0.4s ease; }
|
||||
|
||||
html.mm-opened {
|
||||
overflow: hidden;
|
||||
position: relative; }
|
||||
html.mm-opened body {
|
||||
overflow: hidden; }
|
||||
html.mm-opened .mm-page {
|
||||
min-height: 100vh; }
|
||||
|
||||
html.mm-background .mm-page {
|
||||
background: inherit; }
|
||||
|
||||
#mm-blocker {
|
||||
background: rgba(3, 2, 1, 0);
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999999; }
|
||||
|
||||
html.mm-opened #mm-blocker,
|
||||
html.mm-blocking #mm-blocker {
|
||||
display: block; }
|
||||
|
||||
.mm-menu.mm-offcanvas {
|
||||
display: none;
|
||||
position: fixed; }
|
||||
.mm-menu.mm-current {
|
||||
display: block; }
|
||||
|
||||
.mm-menu {
|
||||
width: 80%;
|
||||
min-width: 140px;
|
||||
max-width: 440px; }
|
||||
|
||||
html.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(80%, 0);
|
||||
-moz-transform: translate(80%, 0);
|
||||
-ms-transform: translate(80%, 0);
|
||||
-o-transform: translate(80%, 0);
|
||||
transform: translate(80%, 0); }
|
||||
|
||||
@media all and (max-width: 175px) {
|
||||
html.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(140px, 0);
|
||||
-moz-transform: translate(140px, 0);
|
||||
-ms-transform: translate(140px, 0);
|
||||
-o-transform: translate(140px, 0);
|
||||
transform: translate(140px, 0); } }
|
||||
@media all and (min-width: 550px) {
|
||||
html.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(440px, 0);
|
||||
-moz-transform: translate(440px, 0);
|
||||
-ms-transform: translate(440px, 0);
|
||||
-o-transform: translate(440px, 0);
|
||||
transform: translate(440px, 0); } }
|
||||
70
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.searchfield.css
vendored
Normal file
70
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.searchfield.css
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
/*
|
||||
jQuery.mmenu searchfield addon CSS
|
||||
*/
|
||||
.mm-search,
|
||||
.mm-search input {
|
||||
box-sizing: border-box; }
|
||||
|
||||
.mm-menu > .mm-search {
|
||||
background: inherit;
|
||||
z-index: 3;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
|
||||
.mm-search {
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
padding: 10px 10px 0 10px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0; }
|
||||
.mm-search input {
|
||||
border: none;
|
||||
border-radius: 25px;
|
||||
font: inherit;
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
outline: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 25px;
|
||||
margin: 0;
|
||||
padding: 0 10px; }
|
||||
.mm-search input::-ms-clear {
|
||||
display: none; }
|
||||
|
||||
.mm-panel.mm-hassearch {
|
||||
padding-top: 40px; }
|
||||
.mm-panel.mm-hassearch.mm-hasheader {
|
||||
padding-top: 80px; }
|
||||
.mm-panel.mm-hassearch.mm-hasheader .mm-search {
|
||||
top: 40px; }
|
||||
|
||||
.mm-noresultsmsg {
|
||||
text-align: center;
|
||||
font-size: 21px;
|
||||
display: none;
|
||||
padding: 40px 0; }
|
||||
|
||||
.mm-noresults .mm-noresultsmsg {
|
||||
display: block; }
|
||||
.mm-noresults .mm-indexer {
|
||||
display: none !important; }
|
||||
|
||||
.mm-menu li.mm-nosubresults > a.mm-next {
|
||||
display: none; }
|
||||
.mm-menu li.mm-nosubresults > a.mm-next + a,
|
||||
.mm-menu li.mm-nosubresults > a.mm-next + span {
|
||||
padding-right: 10px; }
|
||||
.mm-menu.mm-hassearch .mm-panel,
|
||||
.mm-menu.mm-hassearch .mm-fixeddivider {
|
||||
top: 40px; }
|
||||
|
||||
.mm-menu .mm-search input {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.mm-menu .mm-noresultsmsg {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
50
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.sectionindexer.css
vendored
Normal file
50
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.sectionindexer.css
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
jQuery.mmenu sectionIndexer addon CSS
|
||||
*/
|
||||
.mm-indexer {
|
||||
background: inherit;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
box-sizing: border-box;
|
||||
width: 20px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
bottom: 10px;
|
||||
right: -100px;
|
||||
z-index: 3;
|
||||
-webkit-transition: right 0.4s ease;
|
||||
-moz-transition: right 0.4s ease;
|
||||
-ms-transition: right 0.4s ease;
|
||||
-o-transition: right 0.4s ease;
|
||||
transition: right 0.4s ease;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
.mm-indexer a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
height: 3.71%; }
|
||||
.mm-indexer ~ .mm-panel.mm-hasindexer {
|
||||
padding-right: 40px; }
|
||||
|
||||
.mm-hasindexer .mm-indexer {
|
||||
right: 0; }
|
||||
.mm-hasindexer .mm-fixeddivider {
|
||||
right: 20px; }
|
||||
|
||||
.mm-hasheader .mm-indexer {
|
||||
top: 50px; }
|
||||
|
||||
.mm-hasfooter .mm-indexer {
|
||||
bottom: 50px; }
|
||||
|
||||
.mm-hassearch .mm-indexer {
|
||||
top: 50px; }
|
||||
|
||||
.mm-hassearch.mm-hasheader .mm-indexer {
|
||||
top: 90px; }
|
||||
|
||||
.mm-menu .mm-indexer a {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
91
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.toggles.css
vendored
Normal file
91
public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.toggles.css
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
/*
|
||||
jQuery.mmenu toggles addon CSS
|
||||
*/
|
||||
input.mm-toggle,
|
||||
input.mm-check {
|
||||
position: absolute;
|
||||
left: -10000px; }
|
||||
|
||||
label.mm-toggle,
|
||||
label.mm-check {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
bottom: 50%;
|
||||
z-index: 2; }
|
||||
label.mm-toggle:before,
|
||||
label.mm-check:before {
|
||||
content: '';
|
||||
display: block; }
|
||||
|
||||
label.mm-toggle {
|
||||
border-radius: 30px;
|
||||
width: 50px;
|
||||
height: 30px;
|
||||
margin-bottom: -15px; }
|
||||
label.mm-toggle:before {
|
||||
border-radius: 30px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin: 1px; }
|
||||
|
||||
input.mm-toggle:checked ~ label.mm-toggle:before {
|
||||
float: right; }
|
||||
|
||||
label.mm-check {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-bottom: -15px; }
|
||||
label.mm-check:before {
|
||||
border-left: 3px solid;
|
||||
border-bottom: 3px solid;
|
||||
width: 40%;
|
||||
height: 20%;
|
||||
margin: 25% 0 0 20%;
|
||||
opacity: 0.1;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
|
||||
input.mm-check:checked ~ label.mm-check:before {
|
||||
opacity: 1; }
|
||||
|
||||
label.mm-toggle, label.mm-check {
|
||||
right: 20px; }
|
||||
label.mm-toggle + a,
|
||||
label.mm-toggle + span {
|
||||
padding-right: 80px; }
|
||||
label.mm-check + a,
|
||||
label.mm-check + span {
|
||||
padding-right: 60px; }
|
||||
|
||||
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
|
||||
right: 60px; }
|
||||
a.mm-next + label.mm-toggle + a,
|
||||
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
|
||||
a.mm-next + label.mm-check + span {
|
||||
margin-right: 50px; }
|
||||
a.mm-next + label.mm-toggle + a,
|
||||
a.mm-next + label.mm-toggle + span {
|
||||
padding-right: 70px; }
|
||||
a.mm-next + label.mm-check + a,
|
||||
a.mm-next + label.mm-check + span {
|
||||
padding-right: 50px; }
|
||||
|
||||
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
|
||||
right: 100px; }
|
||||
em.mm-counter + a.mm-next + label.mm-toggle + a,
|
||||
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
|
||||
em.mm-counter + a.mm-next + label.mm-check + span {
|
||||
margin-right: 90px; }
|
||||
|
||||
.mm-menu label.mm-toggle {
|
||||
background: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu label.mm-toggle:before {
|
||||
background: #f3f3f3; }
|
||||
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
|
||||
background: #4bd963; }
|
||||
|
||||
.mm-menu label.mm-check:before {
|
||||
border-color: rgba(0, 0, 0, 0.7); }
|
||||
10
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.borderstyle.css
vendored
Normal file
10
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.borderstyle.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
jQuery.mmenu borderstyle extension CSS
|
||||
*/
|
||||
.mm-menu.mm-border-none .mm-listview > li:after,
|
||||
.mm-listview.mm-border-none > li:after {
|
||||
content: none; }
|
||||
|
||||
.mm-menu.mm-border-full .mm-listview > li:after,
|
||||
.mm-listview.mm-border-full > li:after {
|
||||
left: 0 !important; }
|
||||
100
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.effects.css
vendored
Normal file
100
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.effects.css
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
/*
|
||||
jQuery.mmenu effects extension CSS
|
||||
*/
|
||||
html.mm-effect-slide .mm-menu.mm-offcanvas {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
transition: transform 0.4s ease; }
|
||||
html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: translate3d(-30%, 0, 0);
|
||||
-moz-transform: translate3d(-30%, 0, 0);
|
||||
-ms-transform: translate3d(-30%, 0, 0);
|
||||
-o-transform: translate3d(-30%, 0, 0);
|
||||
transform: translate3d(-30%, 0, 0); }
|
||||
html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: translate3d(0%, 0, 0);
|
||||
-moz-transform: translate3d(0%, 0, 0);
|
||||
-ms-transform: translate3d(0%, 0, 0);
|
||||
-o-transform: translate3d(0%, 0, 0);
|
||||
transform: translate3d(0%, 0, 0); }
|
||||
html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: translate3d(30%, 0, 0);
|
||||
-moz-transform: translate3d(30%, 0, 0);
|
||||
-ms-transform: translate3d(30%, 0, 0);
|
||||
-o-transform: translate3d(30%, 0, 0);
|
||||
transform: translate3d(30%, 0, 0); }
|
||||
html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: translate3d(0%, 0, 0);
|
||||
-moz-transform: translate3d(0%, 0, 0);
|
||||
-ms-transform: translate3d(0%, 0, 0);
|
||||
-o-transform: translate3d(0%, 0, 0);
|
||||
transform: translate3d(0%, 0, 0); }
|
||||
|
||||
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
-moz-transition: -moz-transform 0.4s ease;
|
||||
-ms-transition: -ms-transform 0.4s ease;
|
||||
-o-transition: -o-transform 0.4s ease;
|
||||
transition: transform 0.4s ease; }
|
||||
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-webkit-transform-origin: left center;
|
||||
-moz-transform-origin: left center;
|
||||
-ms-transform-origin: left center;
|
||||
-o-transform-origin: left center;
|
||||
transform-origin: left center; }
|
||||
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-o-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
transform: scale(1, 1) translate3d(0%, 0, 0); }
|
||||
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
|
||||
-moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
|
||||
-ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
|
||||
-o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
|
||||
transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
|
||||
-webkit-transform-origin: right center;
|
||||
-moz-transform-origin: right center;
|
||||
-ms-transform-origin: right center;
|
||||
-o-transform-origin: right center;
|
||||
transform-origin: right center; }
|
||||
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
|
||||
-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-o-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
transform: scale(1, 1) translate3d(0%, 0, 0); }
|
||||
|
||||
html.mm-effect-zoom-panels .mm-menu .mm-panel {
|
||||
-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
|
||||
-moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
|
||||
-ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
|
||||
-o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
|
||||
transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
|
||||
-webkit-transform-origin: left center;
|
||||
-moz-transform-origin: left center;
|
||||
-ms-transform-origin: left center;
|
||||
-o-transform-origin: left center;
|
||||
transform-origin: left center;
|
||||
-webkit-transition-property: -webkit-transform, left;
|
||||
-moz-transition-property: -moz-transform, left;
|
||||
-ms-transition-property: -ms-transform, left;
|
||||
-o-transition-property: -o-transform, left;
|
||||
transition-property: transform, left; }
|
||||
html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
|
||||
-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
-o-transform: scale(1, 1) translate3d(0%, 0, 0);
|
||||
transform: scale(1, 1) translate3d(0%, 0, 0); }
|
||||
html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
|
||||
-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
|
||||
transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }
|
||||
57
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.fullscreen.css
vendored
Normal file
57
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.fullscreen.css
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
/*
|
||||
jQuery.mmenu fullscreen extension CSS
|
||||
*/
|
||||
.mm-menu.mm-fullscreen {
|
||||
width: 100%;
|
||||
min-width: 140px;
|
||||
max-width: 10000px; }
|
||||
|
||||
html.mm-opening.mm-fullscreen .mm-slideout {
|
||||
-webkit-transform: translate(100%, 0);
|
||||
-moz-transform: translate(100%, 0);
|
||||
-ms-transform: translate(100%, 0);
|
||||
-o-transform: translate(100%, 0);
|
||||
transform: translate(100%, 0); }
|
||||
|
||||
@media all and (max-width: 140px) {
|
||||
html.mm-opening.mm-fullscreen .mm-slideout {
|
||||
-webkit-transform: translate(140px, 0);
|
||||
-moz-transform: translate(140px, 0);
|
||||
-ms-transform: translate(140px, 0);
|
||||
-o-transform: translate(140px, 0);
|
||||
transform: translate(140px, 0); } }
|
||||
@media all and (min-width: 10000px) {
|
||||
html.mm-opening.mm-fullscreen .mm-slideout {
|
||||
-webkit-transform: translate(10000px, 0);
|
||||
-moz-transform: translate(10000px, 0);
|
||||
-ms-transform: translate(10000px, 0);
|
||||
-o-transform: translate(10000px, 0);
|
||||
transform: translate(10000px, 0); } }
|
||||
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
|
||||
-webkit-transform: translate(-100%, 0);
|
||||
-moz-transform: translate(-100%, 0);
|
||||
-ms-transform: translate(-100%, 0);
|
||||
-o-transform: translate(-100%, 0);
|
||||
transform: translate(-100%, 0); }
|
||||
|
||||
@media all and (max-width: 140px) {
|
||||
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
|
||||
-webkit-transform: translate(-140px, 0);
|
||||
-moz-transform: translate(-140px, 0);
|
||||
-ms-transform: translate(-140px, 0);
|
||||
-o-transform: translate(-140px, 0);
|
||||
transform: translate(-140px, 0); } }
|
||||
@media all and (min-width: 10000px) {
|
||||
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
|
||||
-webkit-transform: translate(-10000px, 0);
|
||||
-moz-transform: translate(-10000px, 0);
|
||||
-ms-transform: translate(-10000px, 0);
|
||||
-o-transform: translate(-10000px, 0);
|
||||
transform: translate(-10000px, 0); } }
|
||||
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
|
||||
height: 100%;
|
||||
min-height: 140px;
|
||||
max-height: 10000px; }
|
||||
|
||||
html.mm-opened.mm-fullscreen .mm-page {
|
||||
box-shadow: none !important; }
|
||||
21
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.iconbar.css
vendored
Normal file
21
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.iconbar.css
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
jQuery.mmenu iconbar extension CSS
|
||||
*/
|
||||
body {
|
||||
overflow-x: hidden; }
|
||||
|
||||
.mm-menu.mm-iconbar {
|
||||
display: block; }
|
||||
|
||||
.mm-page {
|
||||
background: inherit;
|
||||
min-height: 100vh; }
|
||||
|
||||
.mm-slideout {
|
||||
box-sizing: border-box;
|
||||
padding-right: 60px;
|
||||
-webkit-transform: translate3d(60px, 0, 0);
|
||||
-moz-transform: translate3d(60px, 0, 0);
|
||||
-ms-transform: translate3d(60px, 0, 0);
|
||||
-o-transform: translate3d(60px, 0, 0);
|
||||
transform: translate3d(60px, 0, 0); }
|
||||
11
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.multiline.css
vendored
Normal file
11
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.multiline.css
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
jQuery.mmenu multiline extension CSS
|
||||
*/
|
||||
.mm-menu.mm-multiline .mm-listview > li > a,
|
||||
.mm-menu.mm-multiline .mm-listview > li > span,
|
||||
.mm-listview.mm-multiline > li
|
||||
.mm-listview > li.mm-multiline > a,
|
||||
.mm-listview.mm-multiline > li
|
||||
.mm-listview > li.mm-multiline > span {
|
||||
text-overflow: clip;
|
||||
white-space: normal; }
|
||||
21
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.pageshadow.css
vendored
Normal file
21
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.pageshadow.css
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
jQuery.mmenu pageshadow extension CSS
|
||||
*/
|
||||
.mm-menu.mm-pageshadow:after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 120%;
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
top: -10%;
|
||||
z-index: 99; }
|
||||
.mm-menu.mm-pageshadow.mm-right:after {
|
||||
left: auto;
|
||||
right: 100%; }
|
||||
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
|
||||
content: none;
|
||||
display: none; }
|
||||
|
||||
.mm-menu.mm-pageshadow:after {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
|
||||
91
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.positioning.css
vendored
Normal file
91
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.positioning.css
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
/*
|
||||
jQuery.mmenu position extension CSS
|
||||
*/
|
||||
.mm-menu.mm-top,
|
||||
.mm-menu.mm-bottom {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
max-width: 100%; }
|
||||
|
||||
.mm-menu.mm-right {
|
||||
left: auto;
|
||||
right: 0; }
|
||||
|
||||
.mm-menu.mm-bottom {
|
||||
top: auto;
|
||||
bottom: 0; }
|
||||
|
||||
html.mm-right.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(-80%, 0);
|
||||
-moz-transform: translate(-80%, 0);
|
||||
-ms-transform: translate(-80%, 0);
|
||||
-o-transform: translate(-80%, 0);
|
||||
transform: translate(-80%, 0); }
|
||||
|
||||
@media all and (max-width: 175px) {
|
||||
html.mm-right.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(-140px, 0);
|
||||
-moz-transform: translate(-140px, 0);
|
||||
-ms-transform: translate(-140px, 0);
|
||||
-o-transform: translate(-140px, 0);
|
||||
transform: translate(-140px, 0); } }
|
||||
@media all and (min-width: 550px) {
|
||||
html.mm-right.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(-440px, 0);
|
||||
-moz-transform: translate(-440px, 0);
|
||||
-ms-transform: translate(-440px, 0);
|
||||
-o-transform: translate(-440px, 0);
|
||||
transform: translate(-440px, 0); } }
|
||||
/*
|
||||
jQuery.mmenu z-position extension CSS
|
||||
*/
|
||||
html.mm-front .mm-slideout {
|
||||
-webkit-transform: none !important;
|
||||
-moz-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
-o-transform: none !important;
|
||||
transform: none !important;
|
||||
z-index: 0 !important; }
|
||||
|
||||
.mm-menu.mm-front {
|
||||
z-index: 1; }
|
||||
|
||||
.mm-menu.mm-front, .mm-menu.mm-next {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
-ms-transition: -ms-transform 0.4s ease;
|
||||
transition: transform 0.4s ease;
|
||||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
-moz-transform: translate3d(-100%, 0, 0);
|
||||
-ms-transform: translate3d(-100%, 0, 0);
|
||||
-o-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0); }
|
||||
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
-moz-transform: translate3d(100%, 0, 0);
|
||||
-ms-transform: translate3d(100%, 0, 0);
|
||||
-o-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0); }
|
||||
.mm-menu.mm-top {
|
||||
-webkit-transform: translate3d(0, -100%, 0);
|
||||
-moz-transform: translate3d(0, -100%, 0);
|
||||
-ms-transform: translate3d(0, -100%, 0);
|
||||
-o-transform: translate3d(0, -100%, 0);
|
||||
transform: translate3d(0, -100%, 0); }
|
||||
.mm-menu.mm-bottom {
|
||||
-webkit-transform: translate3d(0, 100%, 0);
|
||||
-moz-transform: translate3d(0, 100%, 0);
|
||||
-ms-transform: translate3d(0, 100%, 0);
|
||||
-o-transform: translate3d(0, 100%, 0);
|
||||
transform: translate3d(0, 100%, 0); }
|
||||
|
||||
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
|
||||
.mm-menu.mm-top, .mm-menu.mm-bottom {
|
||||
height: 80%;
|
||||
min-height: 140px;
|
||||
max-height: 880px; }
|
||||
213
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.themes.css
vendored
Normal file
213
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.themes.css
vendored
Normal file
@@ -0,0 +1,213 @@
|
||||
/*
|
||||
jQuery.mmenu themes extension CSS
|
||||
*/
|
||||
.mm-menu.mm-theme-dark {
|
||||
background: #333333;
|
||||
color: rgba(255, 255, 255, 0.8); }
|
||||
.mm-menu.mm-theme-dark .mm-header {
|
||||
border-color: rgba(0, 0, 0, 0.15); }
|
||||
.mm-menu.mm-theme-dark .mm-header > a {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-dark .mm-header .mm-btn:before,
|
||||
.mm-menu.mm-theme-dark .mm-header .mm-btn:after {
|
||||
border-color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-dark .mm-listview > li:after {
|
||||
border-color: rgba(0, 0, 0, 0.15); }
|
||||
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
|
||||
border-color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
|
||||
border-color: rgba(0, 0, 0, 0.15); }
|
||||
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
|
||||
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
|
||||
background: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
|
||||
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
|
||||
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
|
||||
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
|
||||
background: rgba(255, 255, 255, 0.05); }
|
||||
.mm-menu.mm-theme-dark .mm-divider {
|
||||
background: rgba(255, 255, 255, 0.05); }
|
||||
|
||||
.mm-menu.mm-theme-dark .mm-buttonbar {
|
||||
border-color: rgba(255, 255, 255, 0.8);
|
||||
background: #333333; }
|
||||
.mm-menu.mm-theme-dark .mm-buttonbar > * {
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
color: #333333; }
|
||||
|
||||
.mm-menu.mm-theme-dark label.mm-check:before {
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
.mm-menu.mm-theme-dark em.mm-counter {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-dark .mm-footer {
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-dark .mm-fixeddivider span {
|
||||
background: rgba(255, 255, 255, 0.05); }
|
||||
|
||||
.mm-menu.mm-pageshadow.mm-theme-dark:after {
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
|
||||
|
||||
.mm-menu.mm-theme-dark .mm-search input {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
color: rgba(255, 255, 255, 0.8); }
|
||||
.mm-menu.mm-theme-dark .mm-noresultsmsg {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-dark .mm-indexer a {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-dark label.mm-toggle {
|
||||
background: rgba(0, 0, 0, 0.15); }
|
||||
.mm-menu.mm-theme-dark label.mm-toggle:before {
|
||||
background: #333333; }
|
||||
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
|
||||
background: #4bd963; }
|
||||
|
||||
.mm-menu.mm-theme-white {
|
||||
background: white;
|
||||
color: rgba(0, 0, 0, 0.6); }
|
||||
.mm-menu.mm-theme-white .mm-header {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu.mm-theme-white .mm-header > a {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu.mm-theme-white .mm-header .mm-btn:before,
|
||||
.mm-menu.mm-theme-white .mm-header .mm-btn:after {
|
||||
border-color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu.mm-theme-white .mm-listview > li:after {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
|
||||
border-color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
|
||||
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
|
||||
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
|
||||
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
|
||||
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
|
||||
background: rgba(0, 0, 0, 0.03); }
|
||||
.mm-menu.mm-theme-white .mm-divider {
|
||||
background: rgba(0, 0, 0, 0.03); }
|
||||
|
||||
.mm-menu.mm-theme-white .mm-buttonbar {
|
||||
border-color: rgba(0, 0, 0, 0.6);
|
||||
background: white; }
|
||||
.mm-menu.mm-theme-white .mm-buttonbar > * {
|
||||
border-color: rgba(0, 0, 0, 0.6); }
|
||||
.mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
color: white; }
|
||||
|
||||
.mm-menu.mm-theme-white label.mm-check:before {
|
||||
border-color: rgba(0, 0, 0, 0.6); }
|
||||
|
||||
.mm-menu.mm-theme-white em.mm-counter {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
|
||||
.mm-menu.mm-theme-white .mm-footer {
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
|
||||
.mm-menu.mm-theme-white .mm-fixeddivider span {
|
||||
background: rgba(0, 0, 0, 0.03); }
|
||||
|
||||
.mm-menu.mm-pageshadow.mm-theme-white:after {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.mm-menu.mm-theme-white .mm-search input {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
color: rgba(0, 0, 0, 0.6); }
|
||||
.mm-menu.mm-theme-white .mm-noresultsmsg {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
|
||||
.mm-menu.mm-theme-white .mm-indexer a {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
|
||||
.mm-menu.mm-theme-white label.mm-toggle {
|
||||
background: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu.mm-theme-white label.mm-toggle:before {
|
||||
background: white; }
|
||||
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
|
||||
background: #4bd963; }
|
||||
|
||||
.mm-menu.mm-theme-black {
|
||||
background: black;
|
||||
color: rgba(255, 255, 255, 0.6); }
|
||||
.mm-menu.mm-theme-black .mm-header {
|
||||
border-color: rgba(255, 255, 255, 0.2); }
|
||||
.mm-menu.mm-theme-black .mm-header > a {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-black .mm-header .mm-btn:before,
|
||||
.mm-menu.mm-theme-black .mm-header .mm-btn:after {
|
||||
border-color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-black .mm-listview > li:after {
|
||||
border-color: rgba(255, 255, 255, 0.2); }
|
||||
.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
|
||||
border-color: rgba(255, 255, 255, 0.4); }
|
||||
.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
|
||||
border-color: rgba(255, 255, 255, 0.2); }
|
||||
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
|
||||
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
|
||||
background: rgba(255, 255, 255, 0.3); }
|
||||
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
|
||||
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
|
||||
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
|
||||
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
|
||||
background: rgba(255, 255, 255, 0.2); }
|
||||
.mm-menu.mm-theme-black .mm-divider {
|
||||
background: rgba(255, 255, 255, 0.2); }
|
||||
|
||||
.mm-menu.mm-theme-black .mm-buttonbar {
|
||||
border-color: rgba(255, 255, 255, 0.6);
|
||||
background: black; }
|
||||
.mm-menu.mm-theme-black .mm-buttonbar > * {
|
||||
border-color: rgba(255, 255, 255, 0.6); }
|
||||
.mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
color: black; }
|
||||
|
||||
.mm-menu.mm-theme-black label.mm-check:before {
|
||||
border-color: rgba(255, 255, 255, 0.6); }
|
||||
|
||||
.mm-menu.mm-theme-black em.mm-counter {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-black .mm-footer {
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-black .mm-fixeddivider span {
|
||||
background: rgba(255, 255, 255, 0.2); }
|
||||
|
||||
.mm-menu.mm-pageshadow.mm-theme-black:after {
|
||||
content: none;
|
||||
display: none; }
|
||||
|
||||
.mm-menu.mm-theme-black .mm-search input {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
color: rgba(255, 255, 255, 0.6); }
|
||||
.mm-menu.mm-theme-black .mm-noresultsmsg {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-black .mm-indexer a {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.mm-menu.mm-theme-black label.mm-toggle {
|
||||
background: rgba(255, 255, 255, 0.2); }
|
||||
.mm-menu.mm-theme-black label.mm-toggle:before {
|
||||
background: black; }
|
||||
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
|
||||
background: #4bd963; }
|
||||
36
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.widescreen.css
vendored
Normal file
36
public/legacy/js/mmenu/dist/css/extensions/jquery.mmenu.widescreen.css
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
jQuery.mmenu widescreen extension CSS
|
||||
|
||||
To use on widescreens only, include it using a mediaquery:
|
||||
<link type="text/css" href="mmenu-widescreen.css" media="all and (min-width: 900px)"/>
|
||||
*/
|
||||
html,
|
||||
body {
|
||||
overflow: auto !important; }
|
||||
|
||||
body {
|
||||
position: relative; }
|
||||
|
||||
#mm-blocker {
|
||||
display: none !important; }
|
||||
|
||||
.mm-slideout {
|
||||
-webkit-transform: none !important;
|
||||
-moz-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
-o-transform: none !important;
|
||||
transform: none !important;
|
||||
width: 70% !important;
|
||||
margin-left: 30% !important; }
|
||||
|
||||
.mm-page {
|
||||
background: inherit;
|
||||
box-sizing: border-box;
|
||||
min-height: 100vh; }
|
||||
|
||||
.mm-menu.mm-widescreen {
|
||||
display: block;
|
||||
width: 30% !important;
|
||||
min-width: none !important;
|
||||
max-width: none !important;
|
||||
z-index: 0; }
|
||||
1304
public/legacy/js/mmenu/dist/css/jquery.mmenu.all.css
vendored
Normal file
1304
public/legacy/js/mmenu/dist/css/jquery.mmenu.all.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
353
public/legacy/js/mmenu/dist/css/jquery.mmenu.css
vendored
Normal file
353
public/legacy/js/mmenu/dist/css/jquery.mmenu.css
vendored
Normal file
@@ -0,0 +1,353 @@
|
||||
/*
|
||||
jQuery.mmenu CSS
|
||||
*/
|
||||
/*
|
||||
jQuery.mmenu oncanvas CSS
|
||||
*/
|
||||
.mm-hidden {
|
||||
display: none !important; }
|
||||
|
||||
.mm-wrapper {
|
||||
overflow-x: hidden;
|
||||
position: relative; }
|
||||
|
||||
.mm-menu,
|
||||
.mm-menu > .mm-panel {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 0; }
|
||||
|
||||
.mm-menu {
|
||||
background: inherit;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding: 0; }
|
||||
|
||||
.mm-panel {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
-moz-transition: -moz-transform 0.4s ease;
|
||||
-ms-transition: -ms-transform 0.4s ease;
|
||||
-o-transition: -o-transform 0.4s ease;
|
||||
transition: transform 0.4s ease;
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
-moz-transform: translate3d(100%, 0, 0);
|
||||
-ms-transform: translate3d(100%, 0, 0);
|
||||
-o-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0); }
|
||||
.mm-panel.mm-opened {
|
||||
-webkit-transform: translate3d(0%, 0, 0);
|
||||
-moz-transform: translate3d(0%, 0, 0);
|
||||
-ms-transform: translate3d(0%, 0, 0);
|
||||
-o-transform: translate3d(0%, 0, 0);
|
||||
transform: translate3d(0%, 0, 0); }
|
||||
.mm-panel.mm-subopened {
|
||||
-webkit-transform: translate3d(-30%, 0, 0);
|
||||
-moz-transform: translate3d(-30%, 0, 0);
|
||||
-ms-transform: translate3d(-30%, 0, 0);
|
||||
-o-transform: translate3d(-30%, 0, 0);
|
||||
transform: translate3d(-30%, 0, 0); }
|
||||
.mm-panel.mm-highest {
|
||||
z-index: 1; }
|
||||
|
||||
.mm-menu > .mm-panel {
|
||||
background: inherit;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
padding: 0 20px; }
|
||||
.mm-menu > .mm-panel.mm-hasheader {
|
||||
padding-top: 40px; }
|
||||
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 20px; }
|
||||
|
||||
.mm-vertical .mm-panel {
|
||||
-webkit-transform: none !important;
|
||||
-moz-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
-o-transform: none !important;
|
||||
transform: none !important; }
|
||||
|
||||
.mm-vertical .mm-listview .mm-panel,
|
||||
.mm-listview .mm-vertical .mm-panel {
|
||||
display: none;
|
||||
padding: 10px 0 10px 10px; }
|
||||
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
|
||||
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
|
||||
border-color: transparent; }
|
||||
|
||||
.mm-vertical li.mm-opened > .mm-panel,
|
||||
li.mm-vertical.mm-opened > .mm-panel {
|
||||
display: block; }
|
||||
|
||||
.mm-vertical .mm-listview > li > .mm-next,
|
||||
.mm-listview > li.mm-vertical > .mm-next {
|
||||
height: 40px;
|
||||
bottom: auto; }
|
||||
.mm-vertical .mm-listview > li > .mm-next:after,
|
||||
.mm-listview > li.mm-vertical > .mm-next:after {
|
||||
top: 16px;
|
||||
bottom: auto; }
|
||||
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
|
||||
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
|
||||
.mm-header {
|
||||
border-bottom: 1px solid transparent;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
height: 40px;
|
||||
padding: 0 40px;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0; }
|
||||
.mm-header > a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 10px 0; }
|
||||
.mm-header .mm-title {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
.mm-header .mm-btn {
|
||||
box-sizing: border-box;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
.mm-header .mm-btn:first-child {
|
||||
padding-left: 20px;
|
||||
left: 0; }
|
||||
.mm-header .mm-btn:last-child {
|
||||
padding-right: 20px;
|
||||
right: 0; }
|
||||
|
||||
.mm-listview,
|
||||
.mm-listview > li {
|
||||
list-style: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0; }
|
||||
|
||||
.mm-listview {
|
||||
font: inherit;
|
||||
font-size: 14px; }
|
||||
.mm-listview a,
|
||||
.mm-listview a:hover {
|
||||
text-decoration: none; }
|
||||
.mm-listview > li {
|
||||
position: relative; }
|
||||
.mm-listview > li > a,
|
||||
.mm-listview > li > span {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
color: inherit;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
padding: 10px 10px 10px 20px;
|
||||
margin: 0; }
|
||||
.mm-listview > li:not(.mm-divider):after {
|
||||
content: '';
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0; }
|
||||
.mm-listview > li:not(.mm-divider):after {
|
||||
left: 20px; }
|
||||
.mm-listview .mm-next {
|
||||
background: rgba(3, 2, 1, 0);
|
||||
width: 50px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 2; }
|
||||
.mm-listview .mm-next:before {
|
||||
content: '';
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0; }
|
||||
.mm-listview .mm-next + a,
|
||||
.mm-listview .mm-next + span {
|
||||
margin-right: 50px; }
|
||||
.mm-listview .mm-next.mm-fullsubopen {
|
||||
width: 100%; }
|
||||
.mm-listview .mm-next.mm-fullsubopen:before {
|
||||
border-left: none; }
|
||||
.mm-listview .mm-next.mm-fullsubopen + a,
|
||||
.mm-listview .mm-next.mm-fullsubopen + span {
|
||||
padding-right: 50px;
|
||||
margin-right: 0; }
|
||||
|
||||
.mm-menu > .mm-panel > .mm-listview {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px; }
|
||||
.mm-menu > .mm-panel > .mm-listview.mm-first {
|
||||
margin-top: -20px; }
|
||||
.mm-menu > .mm-panel > .mm-listview.mm-last {
|
||||
padding-bottom: 20px; }
|
||||
|
||||
.mm-prev:before,
|
||||
.mm-next:after {
|
||||
content: '';
|
||||
border: 2px solid transparent;
|
||||
display: inline-block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
|
||||
.mm-prev:before {
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
left: 20px; }
|
||||
|
||||
.mm-next:after {
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
right: 20px; }
|
||||
|
||||
.mm-divider {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
text-indent: 20px;
|
||||
line-height: 25px; }
|
||||
|
||||
.mm-listview > li.mm-spacer {
|
||||
padding-top: 40px; }
|
||||
.mm-listview > li.mm-spacer > .mm-next {
|
||||
top: 40px; }
|
||||
.mm-listview > li.mm-spacer.mm-divider {
|
||||
padding-top: 25px; }
|
||||
|
||||
.mm-menu {
|
||||
background: #f3f3f3;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.mm-menu .mm-header {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu .mm-header > a {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-header .mm-btn:before,
|
||||
.mm-menu .mm-header .mm-btn:after {
|
||||
border-color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-listview > li:after {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
|
||||
border-color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
|
||||
.mm-menu .mm-listview > li.mm-selected > span {
|
||||
background: rgba(255, 255, 255, 0.5); }
|
||||
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
|
||||
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
|
||||
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
|
||||
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
.mm-menu .mm-divider {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
/*
|
||||
jQuery.mmenu offcanvas addon CSS
|
||||
*/
|
||||
.mm-page {
|
||||
box-sizing: border-box;
|
||||
position: relative; }
|
||||
|
||||
.mm-slideout {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
-ms-transition: -ms-transform 0.4s ease;
|
||||
transition: transform 0.4s ease; }
|
||||
|
||||
html.mm-opened {
|
||||
overflow: hidden;
|
||||
position: relative; }
|
||||
html.mm-opened body {
|
||||
overflow: hidden; }
|
||||
html.mm-opened .mm-page {
|
||||
min-height: 100vh; }
|
||||
|
||||
html.mm-background .mm-page {
|
||||
background: inherit; }
|
||||
|
||||
#mm-blocker {
|
||||
background: rgba(3, 2, 1, 0);
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999999; }
|
||||
|
||||
html.mm-opened #mm-blocker,
|
||||
html.mm-blocking #mm-blocker {
|
||||
display: block; }
|
||||
|
||||
.mm-menu.mm-offcanvas {
|
||||
display: none;
|
||||
position: fixed; }
|
||||
.mm-menu.mm-current {
|
||||
display: block; }
|
||||
|
||||
.mm-menu {
|
||||
width: 80%;
|
||||
min-width: 140px;
|
||||
max-width: 440px; }
|
||||
|
||||
html.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(80%, 0);
|
||||
-moz-transform: translate(80%, 0);
|
||||
-ms-transform: translate(80%, 0);
|
||||
-o-transform: translate(80%, 0);
|
||||
transform: translate(80%, 0); }
|
||||
|
||||
@media all and (max-width: 175px) {
|
||||
html.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(140px, 0);
|
||||
-moz-transform: translate(140px, 0);
|
||||
-ms-transform: translate(140px, 0);
|
||||
-o-transform: translate(140px, 0);
|
||||
transform: translate(140px, 0); } }
|
||||
@media all and (min-width: 550px) {
|
||||
html.mm-opening .mm-slideout {
|
||||
-webkit-transform: translate(440px, 0);
|
||||
-moz-transform: translate(440px, 0);
|
||||
-ms-transform: translate(440px, 0);
|
||||
-o-transform: translate(440px, 0);
|
||||
transform: translate(440px, 0); } }
|
||||
280
public/legacy/js/mmenu/dist/css/jquery.mmenu.oncanvas.css
vendored
Normal file
280
public/legacy/js/mmenu/dist/css/jquery.mmenu.oncanvas.css
vendored
Normal file
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
jQuery.mmenu oncanvas CSS
|
||||
*/
|
||||
.mm-hidden {
|
||||
display: none !important; }
|
||||
|
||||
.mm-wrapper {
|
||||
overflow-x: hidden;
|
||||
position: relative; }
|
||||
|
||||
.mm-menu,
|
||||
.mm-menu > .mm-panel {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 0; }
|
||||
|
||||
.mm-menu {
|
||||
background: inherit;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding: 0; }
|
||||
|
||||
.mm-panel {
|
||||
-webkit-transition: -webkit-transform 0.4s ease;
|
||||
-moz-transition: -moz-transform 0.4s ease;
|
||||
-ms-transition: -ms-transform 0.4s ease;
|
||||
-o-transition: -o-transform 0.4s ease;
|
||||
transition: transform 0.4s ease;
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
-moz-transform: translate3d(100%, 0, 0);
|
||||
-ms-transform: translate3d(100%, 0, 0);
|
||||
-o-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0); }
|
||||
.mm-panel.mm-opened {
|
||||
-webkit-transform: translate3d(0%, 0, 0);
|
||||
-moz-transform: translate3d(0%, 0, 0);
|
||||
-ms-transform: translate3d(0%, 0, 0);
|
||||
-o-transform: translate3d(0%, 0, 0);
|
||||
transform: translate3d(0%, 0, 0); }
|
||||
.mm-panel.mm-subopened {
|
||||
-webkit-transform: translate3d(-30%, 0, 0);
|
||||
-moz-transform: translate3d(-30%, 0, 0);
|
||||
-ms-transform: translate3d(-30%, 0, 0);
|
||||
-o-transform: translate3d(-30%, 0, 0);
|
||||
transform: translate3d(-30%, 0, 0); }
|
||||
.mm-panel.mm-highest {
|
||||
z-index: 1; }
|
||||
|
||||
.mm-menu > .mm-panel {
|
||||
background: inherit;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
padding: 0 20px; }
|
||||
.mm-menu > .mm-panel.mm-hasheader {
|
||||
padding-top: 40px; }
|
||||
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 20px; }
|
||||
|
||||
.mm-vertical .mm-panel {
|
||||
-webkit-transform: none !important;
|
||||
-moz-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
-o-transform: none !important;
|
||||
transform: none !important; }
|
||||
|
||||
.mm-vertical .mm-listview .mm-panel,
|
||||
.mm-listview .mm-vertical .mm-panel {
|
||||
display: none;
|
||||
padding: 10px 0 10px 10px; }
|
||||
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
|
||||
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
|
||||
border-color: transparent; }
|
||||
|
||||
.mm-vertical li.mm-opened > .mm-panel,
|
||||
li.mm-vertical.mm-opened > .mm-panel {
|
||||
display: block; }
|
||||
|
||||
.mm-vertical .mm-listview > li > .mm-next,
|
||||
.mm-listview > li.mm-vertical > .mm-next {
|
||||
height: 40px;
|
||||
bottom: auto; }
|
||||
.mm-vertical .mm-listview > li > .mm-next:after,
|
||||
.mm-listview > li.mm-vertical > .mm-next:after {
|
||||
top: 16px;
|
||||
bottom: auto; }
|
||||
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
|
||||
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg); }
|
||||
|
||||
.mm-header {
|
||||
border-bottom: 1px solid transparent;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
height: 40px;
|
||||
padding: 0 40px;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0; }
|
||||
.mm-header > a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 10px 0; }
|
||||
.mm-header .mm-title {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
.mm-header .mm-btn {
|
||||
box-sizing: border-box;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
.mm-header .mm-btn:first-child {
|
||||
padding-left: 20px;
|
||||
left: 0; }
|
||||
.mm-header .mm-btn:last-child {
|
||||
padding-right: 20px;
|
||||
right: 0; }
|
||||
|
||||
.mm-listview,
|
||||
.mm-listview > li {
|
||||
list-style: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0; }
|
||||
|
||||
.mm-listview {
|
||||
font: inherit;
|
||||
font-size: 14px; }
|
||||
.mm-listview a,
|
||||
.mm-listview a:hover {
|
||||
text-decoration: none; }
|
||||
.mm-listview > li {
|
||||
position: relative; }
|
||||
.mm-listview > li > a,
|
||||
.mm-listview > li > span {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
color: inherit;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
padding: 10px 10px 10px 20px;
|
||||
margin: 0; }
|
||||
.mm-listview > li:not(.mm-divider):after {
|
||||
content: '';
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0; }
|
||||
.mm-listview > li:not(.mm-divider):after {
|
||||
left: 20px; }
|
||||
.mm-listview .mm-next {
|
||||
background: rgba(3, 2, 1, 0);
|
||||
width: 50px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 2; }
|
||||
.mm-listview .mm-next:before {
|
||||
content: '';
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0; }
|
||||
.mm-listview .mm-next + a,
|
||||
.mm-listview .mm-next + span {
|
||||
margin-right: 50px; }
|
||||
.mm-listview .mm-next.mm-fullsubopen {
|
||||
width: 100%; }
|
||||
.mm-listview .mm-next.mm-fullsubopen:before {
|
||||
border-left: none; }
|
||||
.mm-listview .mm-next.mm-fullsubopen + a,
|
||||
.mm-listview .mm-next.mm-fullsubopen + span {
|
||||
padding-right: 50px;
|
||||
margin-right: 0; }
|
||||
|
||||
.mm-menu > .mm-panel > .mm-listview {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px; }
|
||||
.mm-menu > .mm-panel > .mm-listview.mm-first {
|
||||
margin-top: -20px; }
|
||||
.mm-menu > .mm-panel > .mm-listview.mm-last {
|
||||
padding-bottom: 20px; }
|
||||
|
||||
.mm-prev:before,
|
||||
.mm-next:after {
|
||||
content: '';
|
||||
border: 2px solid transparent;
|
||||
display: inline-block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
|
||||
.mm-prev:before {
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
left: 20px; }
|
||||
|
||||
.mm-next:after {
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
right: 20px; }
|
||||
|
||||
.mm-divider {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
text-indent: 20px;
|
||||
line-height: 25px; }
|
||||
|
||||
.mm-listview > li.mm-spacer {
|
||||
padding-top: 40px; }
|
||||
.mm-listview > li.mm-spacer > .mm-next {
|
||||
top: 40px; }
|
||||
.mm-listview > li.mm-spacer.mm-divider {
|
||||
padding-top: 25px; }
|
||||
|
||||
.mm-menu {
|
||||
background: #f3f3f3;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.mm-menu .mm-header {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu .mm-header > a {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-header .mm-btn:before,
|
||||
.mm-menu .mm-header .mm-btn:after {
|
||||
border-color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-listview > li:after {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
|
||||
border-color: rgba(0, 0, 0, 0.3); }
|
||||
.mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
|
||||
.mm-menu .mm-listview > li.mm-selected > span {
|
||||
background: rgba(255, 255, 255, 0.5); }
|
||||
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
|
||||
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
|
||||
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
|
||||
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
.mm-menu .mm-divider {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.autoheight.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.autoheight.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu autoHeight addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var e="mmenu",i="autoHeight";t[e].addons[i]={setup:function(){if(this.opts.offCanvas){switch(this.opts.offCanvas.position){case"left":case"right":return}var n=this,o=this.opts[i];if(this.conf[i],h=t[e].glbl,"boolean"==typeof o&&o&&(o={height:"auto"}),"object"!=typeof o&&(o={}),o=this.opts[i]=t.extend(!0,{},t[e].defaults[i],o),"auto"==o.height){this.$menu.addClass(s.autoheight);var u=function(t){var e=this.$menu.children("."+s.current);_top=parseInt(e.css("top"),10)||0,_bot=parseInt(e.css("bottom"),10)||0,this.$menu.addClass(s.measureheight),t=t||this.$menu.children("."+s.current),t.is("."+s.vertical)&&(t=t.parents("."+s.panel).not("."+s.vertical).first()),this.$menu.height(t.outerHeight()+_top+_bot).removeClass(s.measureheight)};this.bind("update",u),this.bind("openPanel",u),this.bind("closePanel",u),this.bind("open",u),h.$wndw.off(a.resize+"-autoheight").on(a.resize+"-autoheight",function(){u.call(n)})}}},add:function(){s=t[e]._c,n=t[e]._d,a=t[e]._e,s.add("autoheight measureheight"),a.add("resize")},clickAnchor:function(){}},t[e].defaults[i]={height:"default"};var s,n,a,h}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.backbutton.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.backbutton.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu backButton addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(o){var t="mmenu",n="backButton";o[t].addons[n]={setup:function(){if(this.opts.offCanvas){var i=this,e=this.opts[n];if(this.conf[n],a=o[t].glbl,"boolean"==typeof e&&(e={close:e}),"object"!=typeof e&&(e={}),e=o.extend(!0,{},o[t].defaults[n],e),e.close){var c="#"+i.$menu.attr("id");this.bind("opened",function(){location.hash!=c&&history.pushState(null,document.title,c)}),o(window).on("popstate",function(o){a.$html.hasClass(s.opened)?(o.stopPropagation(),i.close()):location.hash==c&&(o.stopPropagation(),i.open())})}}},add:function(){return window.history&&window.history.pushState?(s=o[t]._c,i=o[t]._d,e=o[t]._e,void 0):(o[t].addons[n].setup=function(){},void 0)},clickAnchor:function(){}},o[t].defaults[n]={close:!1};var s,i,e,a}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.buttonbars.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.buttonbars.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu buttonbars addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var n="mmenu",i="buttonbars";t[n].addons[i]={setup:function(){this.opts[i],this.conf[i],s=t[n].glbl,this.bind("init",function(n){this.__refactorClass(t("div",n),this.conf.classNames[i].buttonbar,"buttonbar"),t("."+a.buttonbar,n).each(function(){var n=t(this),i=n.children().not("input"),o=n.children().filter("input");n.addClass(a.buttonbar+"-"+i.length),o.each(function(){var n=t(this),a=i.filter('label[for="'+n.attr("id")+'"]');a.length&&n.insertBefore(a)})})})},add:function(){a=t[n]._c,o=t[n]._d,r=t[n]._e,a.add("buttonbar")},clickAnchor:function(){}},t[n].configuration.classNames[i]={buttonbar:"Buttonbar"};var a,o,r,s}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.counters.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.counters.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu counters addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var n="mmenu",e="counters";t[n].addons[e]={setup:function(){var c=this,o=this.opts[e];this.conf[e],s=t[n].glbl,"boolean"==typeof o&&(o={add:o,update:o}),"object"!=typeof o&&(o={}),o=this.opts[e]=t.extend(!0,{},t[n].defaults[e],o),this.bind("init",function(n){this.__refactorClass(t("em",n),this.conf.classNames[e].counter,"counter")}),o.add&&this.bind("init",function(n){n.each(function(){var n=t(this).data(a.parent);n&&(n.children("em."+i.counter).length||n.prepend(t('<em class="'+i.counter+'" />')))})}),o.update&&this.bind("update",function(){this.$menu.find("."+i.panel).each(function(){var n=t(this),e=n.data(a.parent);if(e){var s=e.children("em."+i.counter);s.length&&(n=n.children("."+i.listview),n.length&&s.html(c.__filterListItems(n.children()).length))}})})},add:function(){i=t[n]._c,a=t[n]._d,c=t[n]._e,i.add("counter search noresultsmsg")},clickAnchor:function(){}},t[n].defaults[e]={add:!1,update:!1},t[n].configuration.classNames[e]={counter:"Counter"};var i,a,c,s}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.dividers.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.dividers.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu dividers addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(i){var e="mmenu",s="dividers";i[e].addons[s]={setup:function(){var n=this,a=this.opts[s];if(this.conf[s],l=i[e].glbl,"boolean"==typeof a&&(a={add:a,fixed:a}),"object"!=typeof a&&(a={}),a=this.opts[s]=i.extend(!0,{},i[e].defaults[s],a),this.bind("init",function(){this.__refactorClass(i("li",this.$menu),this.conf.classNames[s].collapsed,"collapsed")}),a.add&&this.bind("init",function(e){switch(a.addTo){case"panels":var s=e;break;default:var s=i(a.addTo,this.$menu).filter("."+d.panel)}i("."+d.divider,s).remove(),s.find("."+d.listview).not("."+d.vertical).each(function(){var e="";n.__filterListItems(i(this).children()).each(function(){var s=i.trim(i(this).children("a, span").text()).slice(0,1).toLowerCase();s!=e&&s.length&&(e=s,i('<li class="'+d.divider+'">'+s+"</li>").insertBefore(this))})})}),a.collapse&&this.bind("init",function(e){i("."+d.divider,e).each(function(){var e=i(this),s=e.nextUntil("."+d.divider,"."+d.collapsed);s.length&&(e.children("."+d.subopen).length||(e.wrapInner("<span />"),e.prepend('<a href="#" class="'+d.subopen+" "+d.fullsubopen+'" />')))})}),a.fixed){var o=function(e){e=e||this.$menu.children("."+d.current);var s=e.find("."+d.divider).not("."+d.hidden);if(s.length){this.$menu.addClass(d.hasdividers);var n=e.scrollTop()||0,t="";e.is(":visible")&&e.find("."+d.divider).not("."+d.hidden).each(function(){i(this).position().top+n<n+1&&(t=i(this).text())}),this.$fixeddivider.text(t)}else this.$menu.removeClass(d.hasdividers)};this.$fixeddivider=i('<ul class="'+d.listview+" "+d.fixeddivider+'"><li class="'+d.divider+'"></li></ul>').prependTo(this.$menu).children(),this.bind("openPanel",o),this.bind("init",function(e){e.off(t.scroll+"-dividers "+t.touchmove+"-dividers").on(t.scroll+"-dividers "+t.touchmove+"-dividers",function(){o.call(n,i(this))})})}},add:function(){d=i[e]._c,n=i[e]._d,t=i[e]._e,d.add("collapsed uncollapsed fixeddivider hasdividers"),t.add("scroll")},clickAnchor:function(i,e){if(this.opts[s].collapse&&e){var n=i.parent();if(n.is("."+d.divider)){var t=n.nextUntil("."+d.divider,"."+d.collapsed);return n.toggleClass(d.opened),t[n.hasClass(d.opened)?"addClass":"removeClass"](d.uncollapsed),!0}}return!1}},i[e].defaults[s]={add:!1,addTo:"panels",fixed:!1,collapse:!1},i[e].configuration.classNames[s]={collapsed:"Collapsed"};var d,n,t,l}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.dragopen.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.dragopen.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu dragOpen addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){function t(e,t,n){return t>e&&(e=t),e>n&&(e=n),e}var n="mmenu",o="dragOpen";e[n].addons[o]={setup:function(){if(this.opts.offCanvas){var i=this,a=this.opts[o],p=this.conf[o];if(r=e[n].glbl,"boolean"==typeof a&&(a={open:a}),"object"!=typeof a&&(a={}),a=this.opts[o]=e.extend(!0,{},e[n].defaults[o],a),a.open){var d,f,c,u,h,l={},m=0,g=!1,v=!1,w=0,_=0;switch(this.opts.offCanvas.position){case"left":case"right":l.events="panleft panright",l.typeLower="x",l.typeUpper="X",v="width";break;case"top":case"bottom":l.events="panup pandown",l.typeLower="y",l.typeUpper="Y",v="height"}switch(this.opts.offCanvas.position){case"right":case"bottom":l.negative=!0,u=function(e){e>=r.$wndw[v]()-a.maxStartPos&&(m=1)};break;default:l.negative=!1,u=function(e){e<=a.maxStartPos&&(m=1)}}switch(this.opts.offCanvas.position){case"left":l.open_dir="right",l.close_dir="left";break;case"right":l.open_dir="left",l.close_dir="right";break;case"top":l.open_dir="down",l.close_dir="up";break;case"bottom":l.open_dir="up",l.close_dir="down"}switch(this.opts.offCanvas.zposition){case"front":h=function(){return this.$menu};break;default:h=function(){return e("."+s.slideout)}}var b=this.__valueOrFn(a.pageNode,this.$menu,r.$page);"string"==typeof b&&(b=e(b));var y=new Hammer(b[0],a.vendors.hammer);y.on("panstart",function(e){u(e.center[l.typeLower]),r.$slideOutNodes=h(),g=l.open_dir}).on(l.events+" panend",function(e){m>0&&e.preventDefault()}).on(l.events,function(e){if(d=e["delta"+l.typeUpper],l.negative&&(d=-d),d!=w&&(g=d>=w?l.open_dir:l.close_dir),w=d,w>a.threshold&&1==m){if(r.$html.hasClass(s.opened))return;m=2,i._openSetup(),i.trigger("opening"),r.$html.addClass(s.dragging),_=t(r.$wndw[v]()*p[v].perc,p[v].min,p[v].max)}2==m&&(f=t(w,10,_)-("front"==i.opts.offCanvas.zposition?_:0),l.negative&&(f=-f),c="translate"+l.typeUpper+"("+f+"px )",r.$slideOutNodes.css({"-webkit-transform":"-webkit-"+c,transform:c}))}).on("panend",function(){2==m&&(r.$html.removeClass(s.dragging),r.$slideOutNodes.css("transform",""),i[g==l.open_dir?"_openFinish":"close"]()),m=0})}}},add:function(){return"function"!=typeof Hammer||Hammer.VERSION<2?(e[n].addons[o].setup=function(){},void 0):(s=e[n]._c,i=e[n]._d,a=e[n]._e,s.add("dragging"),void 0)},clickAnchor:function(){}},e[n].defaults[o]={open:!1,maxStartPos:100,threshold:50,vendors:{hammer:{}}},e[n].configuration[o]={width:{perc:.8,min:140,max:440},height:{perc:.8,min:140,max:880}};var s,i,a,r}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.fixedelements.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.fixedelements.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu fixedElements addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(i){var s="mmenu",a="fixedElements";i[s].addons[a]={setup:function(){if(this.opts.offCanvas){this.opts[a],this.conf[a],t=i[s].glbl;var d=function(i){var s=this.conf.classNames[a].fixed;this.__refactorClass(i.find("."+s),s,"fixed").appendTo(t.$body).addClass(n.slideout)};d.call(this,t.$page),this.bind("setPage",d)}},add:function(){n=i[s]._c,d=i[s]._d,e=i[s]._e,n.add("fixed")},clickAnchor:function(){}},i[s].configuration.classNames[a]={fixed:"Fixed"};var n,d,e,t}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.footer.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.footer.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu footer addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var e="mmenu",o="footer";t[e].addons[o]={setup:function(){var i=this.opts[o];if(this.conf[o],a=t[e].glbl,"boolean"==typeof i&&(i={add:i,update:i}),"object"!=typeof i&&(i={}),i=this.opts[o]=t.extend(!0,{},t[e].defaults[o],i),i.add){var s=i.content?i.content:i.title;t('<div class="'+n.footer+'" />').appendTo(this.$menu).append(s),this.$menu.addClass(n.hasfooter)}if(this.$footer=this.$menu.children("."+n.footer),i.update&&this.$footer&&this.$footer.length){var d=function(e){e=e||this.$menu.children("."+n.current);var s=t("."+this.conf.classNames[o].panelFooter,e).html()||i.title;this.$footer[s?"removeClass":"addClass"](n.hidden),this.$footer.html(s)};this.bind("openPanel",d),this.bind("init",function(){d.call(this,this.$menu.children("."+n.current))})}},add:function(){n=t[e]._c,i=t[e]._d,s=t[e]._e,n.add("footer hasfooter")},clickAnchor:function(){}},t[e].defaults[o]={add:!1,content:!1,title:"",update:!1},t[e].configuration.classNames[o]={panelFooter:"Footer"};var n,i,s,a}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.header.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.header.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu header addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){var t="mmenu",a="header";e[t].addons[a]={setup:function(){var i=this.opts[a];if(this.conf[a],s=e[t].glbl,"boolean"==typeof i&&(i={add:i,update:i}),"object"!=typeof i&&(i={}),"undefined"==typeof i.content&&(i.content=["prev","title","next"]),i=this.opts[a]=e.extend(!0,{},e[t].defaults[a],i),i.add){if(i.content instanceof Array){for(var d=e("<div />"),h=0,l=i.content.length;l>h;h++)switch(i.content[h]){case"prev":case"next":case"close":d.append('<a class="'+n[i.content[h]]+" "+n.btn+'" href="#"></a>');break;case"title":d.append('<a class="'+n.title+'"></a>');break;default:d.append(i.content[h])}d=d.html()}else var d=i.content;e('<div class="'+n.header+'" />').prependTo(this.$menu).append(d),this.$menu.addClass(n.hasheader),this.bind("init",function(e){e.removeClass(n.hasheader)})}if(this.$header=this.$menu.children("."+n.header),i.update&&this.$header&&this.$header.length){var c=this.$header.find("."+n.title),o=this.$header.find("."+n.prev),f=this.$header.find("."+n.next),p=this.$header.find("."+n.close),u=function(e){e=e||this.$menu.children("."+n.current);var t=e.find("."+this.conf.classNames[a].panelHeader),s=e.find("."+this.conf.classNames[a].panelPrev),d=e.find("."+this.conf.classNames[a].panelNext),h=e.data(r.parent),l=t.html(),p=s.attr("href"),u=d.attr("href"),v=!1,m=s.html(),$=d.html();switch(l||(l=e.children("."+n.header).children("."+n.title).html()),l||(l=i.title),p||(p=e.children("."+n.header).children("."+n.prev).attr("href")),i.titleLink){case"anchor":var v=h?h.children("a").not("."+n.next).attr("href"):!1;break;case"panel":var v=p}c[v?"attr":"removeAttr"]("href",v),c[l?"removeClass":"addClass"](n.hidden),c.html(l),o[p?"attr":"removeAttr"]("href",p),o[p||m?"removeClass":"addClass"](n.hidden),o.html(m),f[u?"attr":"removeAttr"]("href",u),f[u||$?"removeClass":"addClass"](n.hidden),f.html($)};if(this.bind("openPanel",u),this.bind("init",function(){u.call(this,this.$menu.children("."+n.current))}),this.opts.offCanvas){var v=function(e){p.attr("href","#"+e.attr("id"))};v.call(this,s.$page),this.bind("setPage",v)}}},add:function(){n=e[t]._c,r=e[t]._d,i=e[t]._e,n.add("close")},clickAnchor:function(){}},e[t].defaults[a]={add:!1,title:"Menu",titleLink:"panel",update:!1},e[t].configuration.classNames[a]={panelHeader:"Header",panelNext:"Next",panelPrev:"Prev"};var n,r,i,s}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.offcanvas.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.offcanvas.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu offCanvas addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){var t="mmenu",o="offCanvas";e[t].addons[o]={setup:function(){if(this.opts[o]){var n=this.opts[o],i=this.conf[o];a=e[t].glbl,this._api=e.merge(this._api,["open","close","setPage"]),("top"==n.position||"bottom"==n.position)&&(n.zposition="front"),"string"!=typeof i.pageSelector&&(i.pageSelector="> "+i.pageNodetype),a.$allMenus=(a.$allMenus||e()).add(this.$menu),this.vars.opened=!1;var r=[s.offcanvas];"left"!=n.position&&r.push(s.mm(n.position)),"back"!=n.zposition&&r.push(s.mm(n.zposition)),this.$menu.addClass(r.join(" ")).parent().removeClass(s.wrapper),this.setPage(a.$page),this._initBlocker(),this["_initWindow_"+o](),this.$menu[i.menuInjectMethod+"To"](i.menuWrapperSelector)}},add:function(){s=e[t]._c,n=e[t]._d,i=e[t]._e,s.add("offcanvas slideout modal background opening blocker page"),n.add("style"),i.add("resize")},clickAnchor:function(e){if(!this.opts[o])return!1;var t=this.$menu.attr("id");if(t&&t.length&&(this.conf.clone&&(t=s.umm(t)),e.is('[href="#'+t+'"]')))return this.open(),!0;if(a.$page){var t=a.$page.attr("id");return t&&t.length&&e.is('[href="#'+t+'"]')?(this.close(),!0):!1}}},e[t].defaults[o]={position:"left",zposition:"back",modal:!1,moveBackground:!0},e[t].configuration[o]={pageNodetype:"div",pageSelector:null,menuWrapperSelector:"body",menuInjectMethod:"prepend"},e[t].prototype.open=function(){if(!this.vars.opened){var e=this;this._openSetup(),setTimeout(function(){e._openFinish()},this.conf.openingInterval),this.trigger("open")}},e[t].prototype._openSetup=function(){var e=this;this.closeAllOthers(),a.$page.data(n.style,a.$page.attr("style")||""),a.$wndw.trigger(i.resize+"-offcanvas",[!0]);var t=[s.opened];this.opts[o].modal&&t.push(s.modal),this.opts[o].moveBackground&&t.push(s.background),"left"!=this.opts[o].position&&t.push(s.mm(this.opts[o].position)),"back"!=this.opts[o].zposition&&t.push(s.mm(this.opts[o].zposition)),this.opts.extensions&&t.push(this.opts.extensions),a.$html.addClass(t.join(" ")),setTimeout(function(){e.vars.opened=!0},this.conf.openingInterval),this.$menu.addClass(s.current+" "+s.opened)},e[t].prototype._openFinish=function(){var e=this;this.__transitionend(a.$page,function(){e.trigger("opened")},this.conf.transitionDuration),a.$html.addClass(s.opening),this.trigger("opening")},e[t].prototype.close=function(){if(this.vars.opened){var e=this;this.__transitionend(a.$page,function(){e.$menu.removeClass(s.current).removeClass(s.opened),a.$html.removeClass(s.opened).removeClass(s.modal).removeClass(s.background).removeClass(s.mm(e.opts[o].position)).removeClass(s.mm(e.opts[o].zposition)),e.opts.extensions&&a.$html.removeClass(e.opts.extensions),a.$page.attr("style",a.$page.data(n.style)),e.vars.opened=!1,e.trigger("closed")},this.conf.transitionDuration),a.$html.removeClass(s.opening),this.trigger("close"),this.trigger("closing")}},e[t].prototype.closeAllOthers=function(){a.$allMenus.not(this.$menu).each(function(){var o=e(this).data(t);o&&o.close&&o.close()})},e[t].prototype.setPage=function(t){t&&t.length||(t=e(this.conf[o].pageSelector,a.$body),t.length>1&&(t=t.wrapAll("<"+this.conf[o].pageNodetype+" />").parent())),t.attr("id",t.attr("id")||this.__getUniqueId()),t.addClass(s.page+" "+s.slideout),a.$page=t,this.trigger("setPage",t)},e[t].prototype["_initWindow_"+o]=function(){a.$wndw.off(i.keydown+"-offcanvas").on(i.keydown+"-offcanvas",function(e){return a.$html.hasClass(s.opened)&&9==e.keyCode?(e.preventDefault(),!1):void 0});var e=0;a.$wndw.off(i.resize+"-offcanvas").on(i.resize+"-offcanvas",function(t,o){if(o||a.$html.hasClass(s.opened)){var n=a.$wndw.height();(o||n!=e)&&(e=n,a.$page.css("minHeight",n))}})},e[t].prototype._initBlocker=function(){var t=this;a.$blck||(a.$blck=e('<div id="'+s.blocker+'" class="'+s.slideout+'" />')),a.$blck.appendTo(a.$body).off(i.touchstart+"-offcanvas "+i.touchmove+"-offcanvas").on(i.touchstart+"-offcanvas "+i.touchmove+"-offcanvas",function(e){e.preventDefault(),e.stopPropagation(),a.$blck.trigger(i.mousedown+"-offcanvas")}).off(i.mousedown+"-offcanvas").on(i.mousedown+"-offcanvas",function(e){e.preventDefault(),a.$html.hasClass(s.modal)||(t.closeAllOthers(),t.close())})};var s,n,i,a}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.searchfield.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.searchfield.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu searchfield addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){function s(e){switch(e){case 9:case 16:case 17:case 18:case 37:case 38:case 39:case 40:return!0}return!1}var a="mmenu",n="searchfield";e[a].addons[n]={setup:function(){var o=this,d=this.opts[n],c=this.conf[n];r=e[a].glbl,"boolean"==typeof d&&(d={add:d,search:d}),"object"!=typeof d&&(d={}),d=this.opts[n]=e.extend(!0,{},e[a].defaults[n],d),this.bind("init",function(a){if(d.add){switch(d.addTo){case"menu":var n=this.$menu;break;case"panels":var n=a;break;default:var n=e(d.addTo,this.$menu).filter("."+t.panel)}n.each(function(){var s=e(this);if(!s.is("."+t.panel)||!s.is("."+t.vertical)){if(!s.children("."+t.search).length){var a=c.form?"form":"div",n=e("<"+a+' class="'+t.search+'" />');if(c.form&&"object"==typeof c.form)for(var l in c.form)n.attr(l,c.form[l]);n.append('<input placeholder="'+d.placeholder+'" type="text" autocomplete="off" />').prependTo(s),s.addClass(t.hassearch)}if(d.noResults&&(s.is("."+t.menu)&&(s=s.children("."+t.panel).first()),!s.children("."+t.noresultsmsg).length)){var i=s.children("."+t.listview);e('<div class="'+t.noresultsmsg+'" />').append(d.noResults)[i.length?"insertBefore":"prependTo"](i.length?i:s)}}})}d.search&&e("."+t.search,this.$menu).each(function(){var a=e(this);if("menu"==d.addTo)var n=e("."+t.panel,o.$menu),r=o.$menu;else var n=a.closest("."+t.panel),r=n;var c=a.children("input"),h=o.__findAddBack(n,"."+t.listview).children("li"),u=h.filter("."+t.divider),f=o.__filterListItems(h),p="> a",v=p+", > span",m=function(){var s=c.val().toLowerCase();n.scrollTop(0),f.add(u).addClass(t.hidden).find("."+t.fullsubopensearch).removeClass(t.fullsubopen).removeClass(t.fullsubopensearch),f.each(function(){var a=e(this),n=p;(d.showTextItems||d.showSubPanels&&a.find("."+t.next))&&(n=v),e(n,a).text().toLowerCase().indexOf(s)>-1&&a.add(a.prevAll("."+t.divider).first()).removeClass(t.hidden)}),d.showSubPanels&&n.each(function(){var s=e(this);o.__filterListItems(s.find("."+t.listview).children()).each(function(){var s=e(this),a=s.data(l.sub);s.removeClass(t.nosubresults),a&&a.find("."+t.listview).children().removeClass(t.hidden)})}),e(n.get().reverse()).each(function(s){var a=e(this),n=a.data(l.parent);n&&(o.__filterListItems(a.find("."+t.listview).children()).length?(n.hasClass(t.hidden)&&n.children("."+t.next).not("."+t.fullsubopen).addClass(t.fullsubopen).addClass(t.fullsubopensearch),n.removeClass(t.hidden).removeClass(t.nosubresults).prevAll("."+t.divider).first().removeClass(t.hidden)):"menu"==d.addTo&&(a.hasClass(t.opened)&&setTimeout(function(){o.openPanel(n.closest("."+t.panel))},1.5*(s+1)*o.conf.openingInterval),n.addClass(t.nosubresults)))}),r[f.not("."+t.hidden).length?"removeClass":"addClass"](t.noresults),this.update()};c.off(i.keyup+"-searchfield "+i.change+"-searchfield").on(i.keyup+"-searchfield",function(e){s(e.keyCode)||m.call(o)}).on(i.change+"-searchfield",function(){m.call(o)})})})},add:function(){t=e[a]._c,l=e[a]._d,i=e[a]._e,t.add("search hassearch noresultsmsg noresults nosubresults fullsubopensearch"),i.add("change keyup")},clickAnchor:function(){}},e[a].defaults[n]={add:!1,addTo:"menu",search:!1,placeholder:"Search",noResults:"No results found.",showTextItems:!1,showSubPanels:!0},e[a].configuration[n]={form:!1};var t,l,i,r}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.sectionindexer.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.sectionindexer.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu sectionIndexer addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){var a="mmenu",r="sectionIndexer";e[a].addons[r]={setup:function(){var n=this,s=this.opts[r];this.conf[r],d=e[a].glbl,"boolean"==typeof s&&(s={add:s}),"object"!=typeof s&&(s={}),s=this.opts[r]=e.extend(!0,{},e[a].defaults[r],s),this.bind("init",function(a){if(s.add){switch(s.addTo){case"panels":var r=a;break;default:var r=e(s.addTo,this.$menu).filter("."+i.panel)}r.find("."+i.divider).closest("."+i.panel).addClass(i.hasindexer)}if(!this.$indexer&&this.$menu.children("."+i.hasindexer).length){this.$indexer=e('<div class="'+i.indexer+'" />').prependTo(this.$menu).append('<a href="#a">a</a><a href="#b">b</a><a href="#c">c</a><a href="#d">d</a><a href="#e">e</a><a href="#f">f</a><a href="#g">g</a><a href="#h">h</a><a href="#i">i</a><a href="#j">j</a><a href="#k">k</a><a href="#l">l</a><a href="#m">m</a><a href="#n">n</a><a href="#o">o</a><a href="#p">p</a><a href="#q">q</a><a href="#r">r</a><a href="#s">s</a><a href="#t">t</a><a href="#u">u</a><a href="#v">v</a><a href="#w">w</a><a href="#x">x</a><a href="#y">y</a><a href="#z">z</a><a href="##">#</a>'),this.$indexer.children().on(h.mouseover+"-searchfield "+i.touchmove+"-searchfield",function(){var a=e(this).attr("href").slice(1),r=n.$menu.children("."+i.current),h=r.find("."+i.listview),d=!1,s=r.scrollTop(),t=h.position().top+parseInt(h.css("margin-top"),10)+parseInt(h.css("padding-top"),10)+s;r.scrollTop(0),h.children("."+i.divider).not("."+i.hidden).each(function(){d===!1&&a==e(this).text().slice(0,1).toLowerCase()&&(d=e(this).position().top+t)}),r.scrollTop(d!==!1?d:s)});var d=function(e){n.$menu[(e.hasClass(i.hasindexer)?"add":"remove")+"Class"](i.hasindexer)};this.bind("openPanel",d),d.call(this,this.$menu.children("."+i.current))}})},add:function(){i=e[a]._c,n=e[a]._d,h=e[a]._e,i.add("indexer hasindexer"),h.add("mouseover touchmove")},clickAnchor:function(e){return e.parent().is("."+i.indexer)?!0:void 0}},e[a].defaults[r]={add:!1,addTo:"panels"};var i,n,h,d}(jQuery);
|
||||
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.toggles.min.js
vendored
Normal file
7
public/legacy/js/mmenu/dist/js/addons/jquery.mmenu.toggles.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* jQuery mmenu toggles addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var e="mmenu",c="toggles";t[e].addons[c]={setup:function(){var n=this;this.opts[c],this.conf[c],l=t[e].glbl,this.bind("init",function(e){this.__refactorClass(t("input",e),this.conf.classNames[c].toggle,"toggle"),this.__refactorClass(t("input",e),this.conf.classNames[c].check,"check"),t("input."+s.toggle+", input."+s.check,e).each(function(){var e=t(this),c=e.closest("li"),i=e.hasClass(s.toggle)?"toggle":"check",l=e.attr("id")||n.__getUniqueId();c.children('label[for="'+l+'"]').length||(e.attr("id",l),c.prepend(e),t('<label for="'+l+'" class="'+s[i]+'"></label>').insertBefore(c.children("a, span").last()))})})},add:function(){s=t[e]._c,n=t[e]._d,i=t[e]._e,s.add("toggle check")},clickAnchor:function(){}},t[e].configuration.classNames[c]={toggle:"Toggle",check:"Check"};var s,n,i,l}(jQuery);
|
||||
104
public/legacy/js/mmenu/dist/js/jquery.mmenu.min.all.js
vendored
Normal file
104
public/legacy/js/mmenu/dist/js/jquery.mmenu.min.all.js
vendored
Normal file
File diff suppressed because one or more lines are too long
20
public/legacy/js/mmenu/dist/js/jquery.mmenu.min.js
vendored
Normal file
20
public/legacy/js/mmenu/dist/js/jquery.mmenu.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
13
public/legacy/js/mmenu/dist/js/jquery.mmenu.oncanvas.min.js
vendored
Normal file
13
public/legacy/js/mmenu/dist/js/jquery.mmenu.oncanvas.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/legacy/js/mmenu/dist/js_umd/_inc/affix.js
vendored
Normal file
1
public/legacy/js/mmenu/dist/js_umd/_inc/affix.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
}));
|
||||
18
public/legacy/js/mmenu/dist/js_umd/_inc/prefix.js
vendored
Normal file
18
public/legacy/js/mmenu/dist/js_umd/_inc/prefix.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.autoheight.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.autoheight.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu autoHeight addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var e="mmenu",i="autoHeight";t[e].addons[i]={setup:function(){if(this.opts.offCanvas){switch(this.opts.offCanvas.position){case"left":case"right":return}var n=this,o=this.opts[i];if(this.conf[i],h=t[e].glbl,"boolean"==typeof o&&o&&(o={height:"auto"}),"object"!=typeof o&&(o={}),o=this.opts[i]=t.extend(!0,{},t[e].defaults[i],o),"auto"==o.height){this.$menu.addClass(s.autoheight);var u=function(t){var e=this.$menu.children("."+s.current);_top=parseInt(e.css("top"),10)||0,_bot=parseInt(e.css("bottom"),10)||0,this.$menu.addClass(s.measureheight),t=t||this.$menu.children("."+s.current),t.is("."+s.vertical)&&(t=t.parents("."+s.panel).not("."+s.vertical).first()),this.$menu.height(t.outerHeight()+_top+_bot).removeClass(s.measureheight)};this.bind("update",u),this.bind("openPanel",u),this.bind("closePanel",u),this.bind("open",u),h.$wndw.off(a.resize+"-autoheight").on(a.resize+"-autoheight",function(){u.call(n)})}}},add:function(){s=t[e]._c,n=t[e]._d,a=t[e]._e,s.add("autoheight measureheight"),a.add("resize")},clickAnchor:function(){}},t[e].defaults[i]={height:"default"};var s,n,a,h}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.backbutton.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.backbutton.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu backButton addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(o){var t="mmenu",n="backButton";o[t].addons[n]={setup:function(){if(this.opts.offCanvas){var i=this,e=this.opts[n];if(this.conf[n],a=o[t].glbl,"boolean"==typeof e&&(e={close:e}),"object"!=typeof e&&(e={}),e=o.extend(!0,{},o[t].defaults[n],e),e.close){var c="#"+i.$menu.attr("id");this.bind("opened",function(){location.hash!=c&&history.pushState(null,document.title,c)}),o(window).on("popstate",function(o){a.$html.hasClass(s.opened)?(o.stopPropagation(),i.close()):location.hash==c&&(o.stopPropagation(),i.open())})}}},add:function(){return window.history&&window.history.pushState?(s=o[t]._c,i=o[t]._d,e=o[t]._e,void 0):(o[t].addons[n].setup=function(){},void 0)},clickAnchor:function(){}},o[t].defaults[n]={close:!1};var s,i,e,a}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.buttonbars.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.buttonbars.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu buttonbars addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var n="mmenu",i="buttonbars";t[n].addons[i]={setup:function(){this.opts[i],this.conf[i],s=t[n].glbl,this.bind("init",function(n){this.__refactorClass(t("div",n),this.conf.classNames[i].buttonbar,"buttonbar"),t("."+a.buttonbar,n).each(function(){var n=t(this),i=n.children().not("input"),o=n.children().filter("input");n.addClass(a.buttonbar+"-"+i.length),o.each(function(){var n=t(this),a=i.filter('label[for="'+n.attr("id")+'"]');a.length&&n.insertBefore(a)})})})},add:function(){a=t[n]._c,o=t[n]._d,r=t[n]._e,a.add("buttonbar")},clickAnchor:function(){}},t[n].configuration.classNames[i]={buttonbar:"Buttonbar"};var a,o,r,s}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.counters.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.counters.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu counters addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var n="mmenu",e="counters";t[n].addons[e]={setup:function(){var c=this,o=this.opts[e];this.conf[e],s=t[n].glbl,"boolean"==typeof o&&(o={add:o,update:o}),"object"!=typeof o&&(o={}),o=this.opts[e]=t.extend(!0,{},t[n].defaults[e],o),this.bind("init",function(n){this.__refactorClass(t("em",n),this.conf.classNames[e].counter,"counter")}),o.add&&this.bind("init",function(n){n.each(function(){var n=t(this).data(a.parent);n&&(n.children("em."+i.counter).length||n.prepend(t('<em class="'+i.counter+'" />')))})}),o.update&&this.bind("update",function(){this.$menu.find("."+i.panel).each(function(){var n=t(this),e=n.data(a.parent);if(e){var s=e.children("em."+i.counter);s.length&&(n=n.children("."+i.listview),n.length&&s.html(c.__filterListItems(n.children()).length))}})})},add:function(){i=t[n]._c,a=t[n]._d,c=t[n]._e,i.add("counter search noresultsmsg")},clickAnchor:function(){}},t[n].defaults[e]={add:!1,update:!1},t[n].configuration.classNames[e]={counter:"Counter"};var i,a,c,s}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.dividers.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.dividers.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu dividers addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(i){var e="mmenu",s="dividers";i[e].addons[s]={setup:function(){var n=this,a=this.opts[s];if(this.conf[s],l=i[e].glbl,"boolean"==typeof a&&(a={add:a,fixed:a}),"object"!=typeof a&&(a={}),a=this.opts[s]=i.extend(!0,{},i[e].defaults[s],a),this.bind("init",function(){this.__refactorClass(i("li",this.$menu),this.conf.classNames[s].collapsed,"collapsed")}),a.add&&this.bind("init",function(e){switch(a.addTo){case"panels":var s=e;break;default:var s=i(a.addTo,this.$menu).filter("."+d.panel)}i("."+d.divider,s).remove(),s.find("."+d.listview).not("."+d.vertical).each(function(){var e="";n.__filterListItems(i(this).children()).each(function(){var s=i.trim(i(this).children("a, span").text()).slice(0,1).toLowerCase();s!=e&&s.length&&(e=s,i('<li class="'+d.divider+'">'+s+"</li>").insertBefore(this))})})}),a.collapse&&this.bind("init",function(e){i("."+d.divider,e).each(function(){var e=i(this),s=e.nextUntil("."+d.divider,"."+d.collapsed);s.length&&(e.children("."+d.subopen).length||(e.wrapInner("<span />"),e.prepend('<a href="#" class="'+d.subopen+" "+d.fullsubopen+'" />')))})}),a.fixed){var o=function(e){e=e||this.$menu.children("."+d.current);var s=e.find("."+d.divider).not("."+d.hidden);if(s.length){this.$menu.addClass(d.hasdividers);var n=e.scrollTop()||0,t="";e.is(":visible")&&e.find("."+d.divider).not("."+d.hidden).each(function(){i(this).position().top+n<n+1&&(t=i(this).text())}),this.$fixeddivider.text(t)}else this.$menu.removeClass(d.hasdividers)};this.$fixeddivider=i('<ul class="'+d.listview+" "+d.fixeddivider+'"><li class="'+d.divider+'"></li></ul>').prependTo(this.$menu).children(),this.bind("openPanel",o),this.bind("init",function(e){e.off(t.scroll+"-dividers "+t.touchmove+"-dividers").on(t.scroll+"-dividers "+t.touchmove+"-dividers",function(){o.call(n,i(this))})})}},add:function(){d=i[e]._c,n=i[e]._d,t=i[e]._e,d.add("collapsed uncollapsed fixeddivider hasdividers"),t.add("scroll")},clickAnchor:function(i,e){if(this.opts[s].collapse&&e){var n=i.parent();if(n.is("."+d.divider)){var t=n.nextUntil("."+d.divider,"."+d.collapsed);return n.toggleClass(d.opened),t[n.hasClass(d.opened)?"addClass":"removeClass"](d.uncollapsed),!0}}return!1}},i[e].defaults[s]={add:!1,addTo:"panels",fixed:!1,collapse:!1},i[e].configuration.classNames[s]={collapsed:"Collapsed"};var d,n,t,l}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.dragopen.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.dragopen.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu dragOpen addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){function t(e,t,n){return t>e&&(e=t),e>n&&(e=n),e}var n="mmenu",o="dragOpen";e[n].addons[o]={setup:function(){if(this.opts.offCanvas){var i=this,a=this.opts[o],p=this.conf[o];if(r=e[n].glbl,"boolean"==typeof a&&(a={open:a}),"object"!=typeof a&&(a={}),a=this.opts[o]=e.extend(!0,{},e[n].defaults[o],a),a.open){var d,f,c,u,h,l={},m=0,g=!1,v=!1,w=0,_=0;switch(this.opts.offCanvas.position){case"left":case"right":l.events="panleft panright",l.typeLower="x",l.typeUpper="X",v="width";break;case"top":case"bottom":l.events="panup pandown",l.typeLower="y",l.typeUpper="Y",v="height"}switch(this.opts.offCanvas.position){case"right":case"bottom":l.negative=!0,u=function(e){e>=r.$wndw[v]()-a.maxStartPos&&(m=1)};break;default:l.negative=!1,u=function(e){e<=a.maxStartPos&&(m=1)}}switch(this.opts.offCanvas.position){case"left":l.open_dir="right",l.close_dir="left";break;case"right":l.open_dir="left",l.close_dir="right";break;case"top":l.open_dir="down",l.close_dir="up";break;case"bottom":l.open_dir="up",l.close_dir="down"}switch(this.opts.offCanvas.zposition){case"front":h=function(){return this.$menu};break;default:h=function(){return e("."+s.slideout)}}var b=this.__valueOrFn(a.pageNode,this.$menu,r.$page);"string"==typeof b&&(b=e(b));var y=new Hammer(b[0],a.vendors.hammer);y.on("panstart",function(e){u(e.center[l.typeLower]),r.$slideOutNodes=h(),g=l.open_dir}).on(l.events+" panend",function(e){m>0&&e.preventDefault()}).on(l.events,function(e){if(d=e["delta"+l.typeUpper],l.negative&&(d=-d),d!=w&&(g=d>=w?l.open_dir:l.close_dir),w=d,w>a.threshold&&1==m){if(r.$html.hasClass(s.opened))return;m=2,i._openSetup(),i.trigger("opening"),r.$html.addClass(s.dragging),_=t(r.$wndw[v]()*p[v].perc,p[v].min,p[v].max)}2==m&&(f=t(w,10,_)-("front"==i.opts.offCanvas.zposition?_:0),l.negative&&(f=-f),c="translate"+l.typeUpper+"("+f+"px )",r.$slideOutNodes.css({"-webkit-transform":"-webkit-"+c,transform:c}))}).on("panend",function(){2==m&&(r.$html.removeClass(s.dragging),r.$slideOutNodes.css("transform",""),i[g==l.open_dir?"_openFinish":"close"]()),m=0})}}},add:function(){return"function"!=typeof Hammer||Hammer.VERSION<2?(e[n].addons[o].setup=function(){},void 0):(s=e[n]._c,i=e[n]._d,a=e[n]._e,s.add("dragging"),void 0)},clickAnchor:function(){}},e[n].defaults[o]={open:!1,maxStartPos:100,threshold:50,vendors:{hammer:{}}},e[n].configuration[o]={width:{perc:.8,min:140,max:440},height:{perc:.8,min:140,max:880}};var s,i,a,r}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.fixedelements.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.fixedelements.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu fixedElements addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(i){var s="mmenu",a="fixedElements";i[s].addons[a]={setup:function(){if(this.opts.offCanvas){this.opts[a],this.conf[a],t=i[s].glbl;var d=function(i){var s=this.conf.classNames[a].fixed;this.__refactorClass(i.find("."+s),s,"fixed").appendTo(t.$body).addClass(n.slideout)};d.call(this,t.$page),this.bind("setPage",d)}},add:function(){n=i[s]._c,d=i[s]._d,e=i[s]._e,n.add("fixed")},clickAnchor:function(){}},i[s].configuration.classNames[a]={fixed:"Fixed"};var n,d,e,t}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.footer.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.footer.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu footer addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var e="mmenu",o="footer";t[e].addons[o]={setup:function(){var i=this.opts[o];if(this.conf[o],a=t[e].glbl,"boolean"==typeof i&&(i={add:i,update:i}),"object"!=typeof i&&(i={}),i=this.opts[o]=t.extend(!0,{},t[e].defaults[o],i),i.add){var s=i.content?i.content:i.title;t('<div class="'+n.footer+'" />').appendTo(this.$menu).append(s),this.$menu.addClass(n.hasfooter)}if(this.$footer=this.$menu.children("."+n.footer),i.update&&this.$footer&&this.$footer.length){var d=function(e){e=e||this.$menu.children("."+n.current);var s=t("."+this.conf.classNames[o].panelFooter,e).html()||i.title;this.$footer[s?"removeClass":"addClass"](n.hidden),this.$footer.html(s)};this.bind("openPanel",d),this.bind("init",function(){d.call(this,this.$menu.children("."+n.current))})}},add:function(){n=t[e]._c,i=t[e]._d,s=t[e]._e,n.add("footer hasfooter")},clickAnchor:function(){}},t[e].defaults[o]={add:!1,content:!1,title:"",update:!1},t[e].configuration.classNames[o]={panelFooter:"Footer"};var n,i,s,a}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.header.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.header.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu header addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){var t="mmenu",a="header";e[t].addons[a]={setup:function(){var i=this.opts[a];if(this.conf[a],s=e[t].glbl,"boolean"==typeof i&&(i={add:i,update:i}),"object"!=typeof i&&(i={}),"undefined"==typeof i.content&&(i.content=["prev","title","next"]),i=this.opts[a]=e.extend(!0,{},e[t].defaults[a],i),i.add){if(i.content instanceof Array){for(var d=e("<div />"),h=0,l=i.content.length;l>h;h++)switch(i.content[h]){case"prev":case"next":case"close":d.append('<a class="'+n[i.content[h]]+" "+n.btn+'" href="#"></a>');break;case"title":d.append('<a class="'+n.title+'"></a>');break;default:d.append(i.content[h])}d=d.html()}else var d=i.content;e('<div class="'+n.header+'" />').prependTo(this.$menu).append(d),this.$menu.addClass(n.hasheader),this.bind("init",function(e){e.removeClass(n.hasheader)})}if(this.$header=this.$menu.children("."+n.header),i.update&&this.$header&&this.$header.length){var c=this.$header.find("."+n.title),o=this.$header.find("."+n.prev),f=this.$header.find("."+n.next),p=this.$header.find("."+n.close),u=function(e){e=e||this.$menu.children("."+n.current);var t=e.find("."+this.conf.classNames[a].panelHeader),s=e.find("."+this.conf.classNames[a].panelPrev),d=e.find("."+this.conf.classNames[a].panelNext),h=e.data(r.parent),l=t.html(),p=s.attr("href"),u=d.attr("href"),v=!1,m=s.html(),$=d.html();switch(l||(l=e.children("."+n.header).children("."+n.title).html()),l||(l=i.title),p||(p=e.children("."+n.header).children("."+n.prev).attr("href")),i.titleLink){case"anchor":var v=h?h.children("a").not("."+n.next).attr("href"):!1;break;case"panel":var v=p}c[v?"attr":"removeAttr"]("href",v),c[l?"removeClass":"addClass"](n.hidden),c.html(l),o[p?"attr":"removeAttr"]("href",p),o[p||m?"removeClass":"addClass"](n.hidden),o.html(m),f[u?"attr":"removeAttr"]("href",u),f[u||$?"removeClass":"addClass"](n.hidden),f.html($)};if(this.bind("openPanel",u),this.bind("init",function(){u.call(this,this.$menu.children("."+n.current))}),this.opts.offCanvas){var v=function(e){p.attr("href","#"+e.attr("id"))};v.call(this,s.$page),this.bind("setPage",v)}}},add:function(){n=e[t]._c,r=e[t]._d,i=e[t]._e,n.add("close")},clickAnchor:function(){}},e[t].defaults[a]={add:!1,title:"Menu",titleLink:"panel",update:!1},e[t].configuration.classNames[a]={panelHeader:"Header",panelNext:"Next",panelPrev:"Prev"};var n,r,i,s}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.offcanvas.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.offcanvas.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu offCanvas addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){var t="mmenu",o="offCanvas";e[t].addons[o]={setup:function(){if(this.opts[o]){var n=this.opts[o],i=this.conf[o];a=e[t].glbl,this._api=e.merge(this._api,["open","close","setPage"]),("top"==n.position||"bottom"==n.position)&&(n.zposition="front"),"string"!=typeof i.pageSelector&&(i.pageSelector="> "+i.pageNodetype),a.$allMenus=(a.$allMenus||e()).add(this.$menu),this.vars.opened=!1;var r=[s.offcanvas];"left"!=n.position&&r.push(s.mm(n.position)),"back"!=n.zposition&&r.push(s.mm(n.zposition)),this.$menu.addClass(r.join(" ")).parent().removeClass(s.wrapper),this.setPage(a.$page),this._initBlocker(),this["_initWindow_"+o](),this.$menu[i.menuInjectMethod+"To"](i.menuWrapperSelector)}},add:function(){s=e[t]._c,n=e[t]._d,i=e[t]._e,s.add("offcanvas slideout modal background opening blocker page"),n.add("style"),i.add("resize")},clickAnchor:function(e){if(!this.opts[o])return!1;var t=this.$menu.attr("id");if(t&&t.length&&(this.conf.clone&&(t=s.umm(t)),e.is('[href="#'+t+'"]')))return this.open(),!0;if(a.$page){var t=a.$page.attr("id");return t&&t.length&&e.is('[href="#'+t+'"]')?(this.close(),!0):!1}}},e[t].defaults[o]={position:"left",zposition:"back",modal:!1,moveBackground:!0},e[t].configuration[o]={pageNodetype:"div",pageSelector:null,menuWrapperSelector:"body",menuInjectMethod:"prepend"},e[t].prototype.open=function(){if(!this.vars.opened){var e=this;this._openSetup(),setTimeout(function(){e._openFinish()},this.conf.openingInterval),this.trigger("open")}},e[t].prototype._openSetup=function(){var e=this;this.closeAllOthers(),a.$page.data(n.style,a.$page.attr("style")||""),a.$wndw.trigger(i.resize+"-offcanvas",[!0]);var t=[s.opened];this.opts[o].modal&&t.push(s.modal),this.opts[o].moveBackground&&t.push(s.background),"left"!=this.opts[o].position&&t.push(s.mm(this.opts[o].position)),"back"!=this.opts[o].zposition&&t.push(s.mm(this.opts[o].zposition)),this.opts.extensions&&t.push(this.opts.extensions),a.$html.addClass(t.join(" ")),setTimeout(function(){e.vars.opened=!0},this.conf.openingInterval),this.$menu.addClass(s.current+" "+s.opened)},e[t].prototype._openFinish=function(){var e=this;this.__transitionend(a.$page,function(){e.trigger("opened")},this.conf.transitionDuration),a.$html.addClass(s.opening),this.trigger("opening")},e[t].prototype.close=function(){if(this.vars.opened){var e=this;this.__transitionend(a.$page,function(){e.$menu.removeClass(s.current).removeClass(s.opened),a.$html.removeClass(s.opened).removeClass(s.modal).removeClass(s.background).removeClass(s.mm(e.opts[o].position)).removeClass(s.mm(e.opts[o].zposition)),e.opts.extensions&&a.$html.removeClass(e.opts.extensions),a.$page.attr("style",a.$page.data(n.style)),e.vars.opened=!1,e.trigger("closed")},this.conf.transitionDuration),a.$html.removeClass(s.opening),this.trigger("close"),this.trigger("closing")}},e[t].prototype.closeAllOthers=function(){a.$allMenus.not(this.$menu).each(function(){var o=e(this).data(t);o&&o.close&&o.close()})},e[t].prototype.setPage=function(t){t&&t.length||(t=e(this.conf[o].pageSelector,a.$body),t.length>1&&(t=t.wrapAll("<"+this.conf[o].pageNodetype+" />").parent())),t.attr("id",t.attr("id")||this.__getUniqueId()),t.addClass(s.page+" "+s.slideout),a.$page=t,this.trigger("setPage",t)},e[t].prototype["_initWindow_"+o]=function(){a.$wndw.off(i.keydown+"-offcanvas").on(i.keydown+"-offcanvas",function(e){return a.$html.hasClass(s.opened)&&9==e.keyCode?(e.preventDefault(),!1):void 0});var e=0;a.$wndw.off(i.resize+"-offcanvas").on(i.resize+"-offcanvas",function(t,o){if(o||a.$html.hasClass(s.opened)){var n=a.$wndw.height();(o||n!=e)&&(e=n,a.$page.css("minHeight",n))}})},e[t].prototype._initBlocker=function(){var t=this;a.$blck||(a.$blck=e('<div id="'+s.blocker+'" class="'+s.slideout+'" />')),a.$blck.appendTo(a.$body).off(i.touchstart+"-offcanvas "+i.touchmove+"-offcanvas").on(i.touchstart+"-offcanvas "+i.touchmove+"-offcanvas",function(e){e.preventDefault(),e.stopPropagation(),a.$blck.trigger(i.mousedown+"-offcanvas")}).off(i.mousedown+"-offcanvas").on(i.mousedown+"-offcanvas",function(e){e.preventDefault(),a.$html.hasClass(s.modal)||(t.closeAllOthers(),t.close())})};var s,n,i,a}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.searchfield.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.searchfield.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu searchfield addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(e){function s(e){switch(e){case 9:case 16:case 17:case 18:case 37:case 38:case 39:case 40:return!0}return!1}var a="mmenu",n="searchfield";e[a].addons[n]={setup:function(){var o=this,d=this.opts[n],c=this.conf[n];r=e[a].glbl,"boolean"==typeof d&&(d={add:d,search:d}),"object"!=typeof d&&(d={}),d=this.opts[n]=e.extend(!0,{},e[a].defaults[n],d),this.bind("init",function(a){if(d.add){switch(d.addTo){case"menu":var n=this.$menu;break;case"panels":var n=a;break;default:var n=e(d.addTo,this.$menu).filter("."+t.panel)}n.each(function(){var s=e(this);if(!s.is("."+t.panel)||!s.is("."+t.vertical)){if(!s.children("."+t.search).length){var a=c.form?"form":"div",n=e("<"+a+' class="'+t.search+'" />');if(c.form&&"object"==typeof c.form)for(var l in c.form)n.attr(l,c.form[l]);n.append('<input placeholder="'+d.placeholder+'" type="text" autocomplete="off" />').prependTo(s),s.addClass(t.hassearch)}if(d.noResults&&(s.is("."+t.menu)&&(s=s.children("."+t.panel).first()),!s.children("."+t.noresultsmsg).length)){var i=s.children("."+t.listview);e('<div class="'+t.noresultsmsg+'" />').append(d.noResults)[i.length?"insertBefore":"prependTo"](i.length?i:s)}}})}d.search&&e("."+t.search,this.$menu).each(function(){var a=e(this);if("menu"==d.addTo)var n=e("."+t.panel,o.$menu),r=o.$menu;else var n=a.closest("."+t.panel),r=n;var c=a.children("input"),h=o.__findAddBack(n,"."+t.listview).children("li"),u=h.filter("."+t.divider),f=o.__filterListItems(h),p="> a",v=p+", > span",m=function(){var s=c.val().toLowerCase();n.scrollTop(0),f.add(u).addClass(t.hidden).find("."+t.fullsubopensearch).removeClass(t.fullsubopen).removeClass(t.fullsubopensearch),f.each(function(){var a=e(this),n=p;(d.showTextItems||d.showSubPanels&&a.find("."+t.next))&&(n=v),e(n,a).text().toLowerCase().indexOf(s)>-1&&a.add(a.prevAll("."+t.divider).first()).removeClass(t.hidden)}),d.showSubPanels&&n.each(function(){var s=e(this);o.__filterListItems(s.find("."+t.listview).children()).each(function(){var s=e(this),a=s.data(l.sub);s.removeClass(t.nosubresults),a&&a.find("."+t.listview).children().removeClass(t.hidden)})}),e(n.get().reverse()).each(function(s){var a=e(this),n=a.data(l.parent);n&&(o.__filterListItems(a.find("."+t.listview).children()).length?(n.hasClass(t.hidden)&&n.children("."+t.next).not("."+t.fullsubopen).addClass(t.fullsubopen).addClass(t.fullsubopensearch),n.removeClass(t.hidden).removeClass(t.nosubresults).prevAll("."+t.divider).first().removeClass(t.hidden)):"menu"==d.addTo&&(a.hasClass(t.opened)&&setTimeout(function(){o.openPanel(n.closest("."+t.panel))},1.5*(s+1)*o.conf.openingInterval),n.addClass(t.nosubresults)))}),r[f.not("."+t.hidden).length?"removeClass":"addClass"](t.noresults),this.update()};c.off(i.keyup+"-searchfield "+i.change+"-searchfield").on(i.keyup+"-searchfield",function(e){s(e.keyCode)||m.call(o)}).on(i.change+"-searchfield",function(){m.call(o)})})})},add:function(){t=e[a]._c,l=e[a]._d,i=e[a]._e,t.add("search hassearch noresultsmsg noresults nosubresults fullsubopensearch"),i.add("change keyup")},clickAnchor:function(){}},e[a].defaults[n]={add:!1,addTo:"menu",search:!1,placeholder:"Search",noResults:"No results found.",showTextItems:!1,showSubPanels:!0},e[a].configuration[n]={form:!1};var t,l,i,r}(jQuery);
|
||||
}));
|
||||
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.toggles.umd.js
vendored
Normal file
27
public/legacy/js/mmenu/dist/js_umd/addons/jquery.mmenu.toggles.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu toggles addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(t){var e="mmenu",c="toggles";t[e].addons[c]={setup:function(){var n=this;this.opts[c],this.conf[c],l=t[e].glbl,this.bind("init",function(e){this.__refactorClass(t("input",e),this.conf.classNames[c].toggle,"toggle"),this.__refactorClass(t("input",e),this.conf.classNames[c].check,"check"),t("input."+s.toggle+", input."+s.check,e).each(function(){var e=t(this),c=e.closest("li"),i=e.hasClass(s.toggle)?"toggle":"check",l=e.attr("id")||n.__getUniqueId();c.children('label[for="'+l+'"]').length||(e.attr("id",l),c.prepend(e),t('<label for="'+l+'" class="'+s[i]+'"></label>').insertBefore(c.children("a, span").last()))})})},add:function(){s=t[e]._c,n=t[e]._d,i=t[e]._e,s.add("toggle check")},clickAnchor:function(){}},t[e].configuration.classNames[c]={toggle:"Toggle",check:"Check"};var s,n,i,l}(jQuery);
|
||||
}));
|
||||
33
public/legacy/js/mmenu/dist/js_umd/jquery.mmenu.oncanvas.umd.js
vendored
Normal file
33
public/legacy/js/mmenu/dist/js_umd/jquery.mmenu.oncanvas.umd.js
vendored
Normal file
File diff suppressed because one or more lines are too long
124
public/legacy/js/mmenu/dist/js_umd/jquery.mmenu.umd.all.js
vendored
Normal file
124
public/legacy/js/mmenu/dist/js_umd/jquery.mmenu.umd.all.js
vendored
Normal file
File diff suppressed because one or more lines are too long
40
public/legacy/js/mmenu/dist/js_umd/jquery.mmenu.umd.js
vendored
Normal file
40
public/legacy/js/mmenu/dist/js_umd/jquery.mmenu.umd.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user