mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
publish: Merge pull request #1397 from wgu-labs/master
generated from commit 9db13a3a7f
This commit is contained in:
parent
3eeb88514e
commit
cac2bbc533
1274
css/bootstrap-material-design.css
vendored
1274
css/bootstrap-material-design.css
vendored
File diff suppressed because it is too large
Load Diff
2
css/bootstrap-material-design.min.css
vendored
2
css/bootstrap-material-design.min.css
vendored
File diff suppressed because one or more lines are too long
31
js/bootstrap-material-design.js
vendored
31
js/bootstrap-material-design.js
vendored
|
@ -2,7 +2,7 @@
|
||||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery'), require('popper.js')) :
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery'), require('popper.js')) :
|
||||||
typeof define === 'function' && define.amd ? define(['jquery', 'popper.js'], factory) :
|
typeof define === 'function' && define.amd ? define(['jquery', 'popper.js'], factory) :
|
||||||
(global = global || self, factory(global.jQuery, global.Popper));
|
(global = global || self, factory(global.jQuery, global.Popper));
|
||||||
}(this, function ($, Popper$1) { 'use strict';
|
}(this, (function ($, Popper$1) { 'use strict';
|
||||||
|
|
||||||
$ = $ && $.hasOwnProperty('default') ? $['default'] : $;
|
$ = $ && $.hasOwnProperty('default') ? $['default'] : $;
|
||||||
Popper$1 = Popper$1 && Popper$1.hasOwnProperty('default') ? Popper$1['default'] : Popper$1;
|
Popper$1 = Popper$1 && Popper$1.hasOwnProperty('default') ? Popper$1['default'] : Popper$1;
|
||||||
|
@ -868,7 +868,6 @@
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
this.next();
|
this.next();
|
||||||
break
|
break
|
||||||
default:
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5549,13 +5548,12 @@
|
||||||
placement: 'string',
|
placement: 'string',
|
||||||
offset: '(number|string)',
|
offset: '(number|string)',
|
||||||
flip: 'boolean'
|
flip: 'boolean'
|
||||||
/**
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
* Class Definition
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
*/
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
/**
|
||||||
|
* ------------------------------------------------------------------------
|
||||||
|
* Class Definition
|
||||||
|
* ------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
|
||||||
var Dropdown =
|
var Dropdown =
|
||||||
/*#__PURE__*/
|
/*#__PURE__*/
|
||||||
|
@ -5716,9 +5714,8 @@
|
||||||
flip: {
|
flip: {
|
||||||
enabled: this._config.flip
|
enabled: this._config.flip
|
||||||
}
|
}
|
||||||
} // Disable Popper.js for Dropdown in Navbar
|
}
|
||||||
|
}; // Disable Popper.js for Dropdown in Navbar
|
||||||
};
|
|
||||||
|
|
||||||
if (this._inNavbar) {
|
if (this._inNavbar) {
|
||||||
popperConfig.modifiers.applyStyle = {
|
popperConfig.modifiers.applyStyle = {
|
||||||
|
@ -6171,6 +6168,8 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$(".bmd-layout-drawer").hide();
|
||||||
|
this.$element.show();
|
||||||
this.$toggles.attr("aria-expanded", true);
|
this.$toggles.attr("aria-expanded", true);
|
||||||
this.$element.attr("aria-expanded", true);
|
this.$element.attr("aria-expanded", true);
|
||||||
this.$element.attr("aria-hidden", false); // focus on the first focusable item
|
this.$element.attr("aria-hidden", false); // focus on the first focusable item
|
||||||
|
@ -6927,13 +6926,5 @@
|
||||||
return BootstrapMaterialDesign;
|
return BootstrapMaterialDesign;
|
||||||
}(jQuery);
|
}(jQuery);
|
||||||
|
|
||||||
/*
|
})));
|
||||||
* This is the main entry point.
|
|
||||||
*
|
|
||||||
* You can import other modules here, including external packages. When bundling using rollup you can mark those modules as external and have them excluded or, if they have a jsnext:main entry in their package.json (like this package does), let rollup bundle them into your dist file.
|
|
||||||
*
|
|
||||||
* at your application entry point. This is necessary for browsers that do not yet support some ES2015 runtime necessities such as Symbol. We do this in `index-iife.js` for our iife rollup bundle.
|
|
||||||
*/
|
|
||||||
|
|
||||||
}));
|
|
||||||
//# sourceMappingURL=bootstrap-material-design.js.map
|
//# sourceMappingURL=bootstrap-material-design.js.map
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
js/bootstrap-material-design.min.js
vendored
2
js/bootstrap-material-design.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user