mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt
This commit is contained in:
parent
e615ae053c
commit
b39ce7d6c0
30 changed files with 558 additions and 558 deletions
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -294,14 +294,6 @@ var Alert = (function ($) {
|
||||||
$(element).detach().trigger(Event.CLOSED).remove();
|
$(element).detach().trigger(Event.CLOSED).remove();
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -332,6 +324,14 @@ var Alert = (function ($) {
|
||||||
alertInstance.close(this);
|
alertInstance.close(this);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Alert;
|
return Alert;
|
||||||
|
@ -461,14 +461,6 @@ var Button = (function ($) {
|
||||||
this._element = null;
|
this._element = null;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -487,6 +479,14 @@ var Button = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Button;
|
return Button;
|
||||||
|
@ -880,19 +880,6 @@ var Carousel = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -953,6 +940,19 @@ var Carousel = (function ($) {
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Carousel;
|
return Carousel;
|
||||||
|
@ -1263,19 +1263,6 @@ var Collapse = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_getTargetFromElement',
|
key: '_getTargetFromElement',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -1306,6 +1293,19 @@ var Collapse = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Collapse;
|
return Collapse;
|
||||||
|
@ -1468,14 +1468,6 @@ var Dropdown = (function ($) {
|
||||||
$(this._element).on(Event.CLICK, this.toggle);
|
$(this._element).on(Event.CLICK, this.toggle);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -1588,6 +1580,14 @@ var Dropdown = (function ($) {
|
||||||
|
|
||||||
items[index].focus();
|
items[index].focus();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Dropdown;
|
return Dropdown;
|
||||||
|
@ -2049,19 +2049,6 @@ var Modal = (function ($) {
|
||||||
return scrollbarWidth;
|
return scrollbarWidth;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -2083,6 +2070,19 @@ var Modal = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Modal;
|
return Modal;
|
||||||
|
@ -2383,19 +2383,6 @@ var ScrollSpy = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -2415,6 +2402,19 @@ var ScrollSpy = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return ScrollSpy;
|
return ScrollSpy;
|
||||||
|
@ -2659,14 +2659,6 @@ var Tab = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -2686,6 +2678,14 @@ var Tab = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tab;
|
return Tab;
|
||||||
|
@ -3224,6 +3224,30 @@ var Tooltip = (function ($) {
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Tooltip(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -3261,30 +3285,6 @@ var Tooltip = (function ($) {
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Tooltip(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tooltip;
|
return Tooltip;
|
||||||
|
@ -3420,6 +3420,30 @@ var Popover = (function ($) {
|
||||||
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Popover(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -3457,30 +3481,6 @@ var Popover = (function ($) {
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Popover(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Popover;
|
return Popover;
|
||||||
|
|
4
dist/js/bootstrap.min.js
vendored
4
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
18
dist/js/umd/alert.js
vendored
18
dist/js/umd/alert.js
vendored
|
@ -140,14 +140,6 @@
|
||||||
$(element).detach().trigger(Event.CLOSED).remove();
|
$(element).detach().trigger(Event.CLOSED).remove();
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -178,6 +170,14 @@
|
||||||
alertInstance.close(this);
|
alertInstance.close(this);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Alert;
|
return Alert;
|
||||||
|
@ -208,4 +208,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Alert;
|
module.exports = Alert;
|
||||||
});
|
});
|
||||||
|
|
18
dist/js/umd/button.js
vendored
18
dist/js/umd/button.js
vendored
|
@ -117,14 +117,6 @@
|
||||||
this._element = null;
|
this._element = null;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -143,6 +135,14 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Button;
|
return Button;
|
||||||
|
@ -186,4 +186,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Button;
|
module.exports = Button;
|
||||||
});
|
});
|
||||||
|
|
28
dist/js/umd/carousel.js
vendored
28
dist/js/umd/carousel.js
vendored
|
@ -372,19 +372,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -445,6 +432,19 @@
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Carousel;
|
return Carousel;
|
||||||
|
@ -482,4 +482,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Carousel;
|
module.exports = Carousel;
|
||||||
});
|
});
|
||||||
|
|
28
dist/js/umd/collapse.js
vendored
28
dist/js/umd/collapse.js
vendored
|
@ -295,19 +295,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_getTargetFromElement',
|
key: '_getTargetFromElement',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -338,6 +325,19 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Collapse;
|
return Collapse;
|
||||||
|
@ -377,4 +377,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Collapse;
|
module.exports = Collapse;
|
||||||
});
|
});
|
||||||
|
|
18
dist/js/umd/dropdown.js
vendored
18
dist/js/umd/dropdown.js
vendored
|
@ -145,14 +145,6 @@
|
||||||
$(this._element).on(Event.CLICK, this.toggle);
|
$(this._element).on(Event.CLICK, this.toggle);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -265,6 +257,14 @@
|
||||||
|
|
||||||
items[index].focus();
|
items[index].focus();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Dropdown;
|
return Dropdown;
|
||||||
|
@ -297,4 +297,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Dropdown;
|
module.exports = Dropdown;
|
||||||
});
|
});
|
||||||
|
|
28
dist/js/umd/modal.js
vendored
28
dist/js/umd/modal.js
vendored
|
@ -451,19 +451,6 @@
|
||||||
return scrollbarWidth;
|
return scrollbarWidth;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -485,6 +472,19 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Modal;
|
return Modal;
|
||||||
|
@ -545,4 +545,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Modal;
|
module.exports = Modal;
|
||||||
});
|
});
|
||||||
|
|
50
dist/js/umd/popover.js
vendored
50
dist/js/umd/popover.js
vendored
|
@ -137,6 +137,30 @@
|
||||||
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Popover(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -174,30 +198,6 @@
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Popover(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Popover;
|
return Popover;
|
||||||
|
@ -220,4 +220,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Popover;
|
module.exports = Popover;
|
||||||
});
|
});
|
||||||
|
|
28
dist/js/umd/scrollspy.js
vendored
28
dist/js/umd/scrollspy.js
vendored
|
@ -262,19 +262,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -294,6 +281,19 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return ScrollSpy;
|
return ScrollSpy;
|
||||||
|
@ -331,4 +331,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = ScrollSpy;
|
module.exports = ScrollSpy;
|
||||||
});
|
});
|
||||||
|
|
18
dist/js/umd/tab.js
vendored
18
dist/js/umd/tab.js
vendored
|
@ -229,14 +229,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -256,6 +248,14 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tab;
|
return Tab;
|
||||||
|
@ -289,4 +289,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Tab;
|
module.exports = Tab;
|
||||||
});
|
});
|
||||||
|
|
50
dist/js/umd/tooltip.js
vendored
50
dist/js/umd/tooltip.js
vendored
|
@ -527,6 +527,30 @@
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Tooltip(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -564,30 +588,6 @@
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Tooltip(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tooltip;
|
return Tooltip;
|
||||||
|
@ -610,4 +610,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Tooltip;
|
module.exports = Tooltip;
|
||||||
});
|
});
|
||||||
|
|
2
dist/js/umd/util.js
vendored
2
dist/js/umd/util.js
vendored
|
@ -163,4 +163,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Util;
|
module.exports = Util;
|
||||||
});
|
});
|
||||||
|
|
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -294,14 +294,6 @@ var Alert = (function ($) {
|
||||||
$(element).detach().trigger(Event.CLOSED).remove();
|
$(element).detach().trigger(Event.CLOSED).remove();
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -332,6 +324,14 @@ var Alert = (function ($) {
|
||||||
alertInstance.close(this);
|
alertInstance.close(this);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Alert;
|
return Alert;
|
||||||
|
@ -461,14 +461,6 @@ var Button = (function ($) {
|
||||||
this._element = null;
|
this._element = null;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -487,6 +479,14 @@ var Button = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Button;
|
return Button;
|
||||||
|
@ -880,19 +880,6 @@ var Carousel = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -953,6 +940,19 @@ var Carousel = (function ($) {
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Carousel;
|
return Carousel;
|
||||||
|
@ -1263,19 +1263,6 @@ var Collapse = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_getTargetFromElement',
|
key: '_getTargetFromElement',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -1306,6 +1293,19 @@ var Collapse = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Collapse;
|
return Collapse;
|
||||||
|
@ -1468,14 +1468,6 @@ var Dropdown = (function ($) {
|
||||||
$(this._element).on(Event.CLICK, this.toggle);
|
$(this._element).on(Event.CLICK, this.toggle);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -1588,6 +1580,14 @@ var Dropdown = (function ($) {
|
||||||
|
|
||||||
items[index].focus();
|
items[index].focus();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Dropdown;
|
return Dropdown;
|
||||||
|
@ -2049,19 +2049,6 @@ var Modal = (function ($) {
|
||||||
return scrollbarWidth;
|
return scrollbarWidth;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -2083,6 +2070,19 @@ var Modal = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Modal;
|
return Modal;
|
||||||
|
@ -2383,19 +2383,6 @@ var ScrollSpy = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -2415,6 +2402,19 @@ var ScrollSpy = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return ScrollSpy;
|
return ScrollSpy;
|
||||||
|
@ -2659,14 +2659,6 @@ var Tab = (function ($) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -2686,6 +2678,14 @@ var Tab = (function ($) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tab;
|
return Tab;
|
||||||
|
@ -3224,6 +3224,30 @@ var Tooltip = (function ($) {
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Tooltip(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -3261,30 +3285,6 @@ var Tooltip = (function ($) {
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Tooltip(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tooltip;
|
return Tooltip;
|
||||||
|
@ -3420,6 +3420,30 @@ var Popover = (function ($) {
|
||||||
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Popover(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -3457,30 +3481,6 @@ var Popover = (function ($) {
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Popover(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Popover;
|
return Popover;
|
||||||
|
|
4
docs/dist/js/bootstrap.min.js
vendored
4
docs/dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
18
docs/dist/js/umd/alert.js
vendored
18
docs/dist/js/umd/alert.js
vendored
|
@ -140,14 +140,6 @@
|
||||||
$(element).detach().trigger(Event.CLOSED).remove();
|
$(element).detach().trigger(Event.CLOSED).remove();
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -178,6 +170,14 @@
|
||||||
alertInstance.close(this);
|
alertInstance.close(this);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Alert;
|
return Alert;
|
||||||
|
@ -208,4 +208,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Alert;
|
module.exports = Alert;
|
||||||
});
|
});
|
||||||
|
|
18
docs/dist/js/umd/button.js
vendored
18
docs/dist/js/umd/button.js
vendored
|
@ -117,14 +117,6 @@
|
||||||
this._element = null;
|
this._element = null;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -143,6 +135,14 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Button;
|
return Button;
|
||||||
|
@ -186,4 +186,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Button;
|
module.exports = Button;
|
||||||
});
|
});
|
||||||
|
|
28
docs/dist/js/umd/carousel.js
vendored
28
docs/dist/js/umd/carousel.js
vendored
|
@ -372,19 +372,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -445,6 +432,19 @@
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Carousel;
|
return Carousel;
|
||||||
|
@ -482,4 +482,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Carousel;
|
module.exports = Carousel;
|
||||||
});
|
});
|
||||||
|
|
28
docs/dist/js/umd/collapse.js
vendored
28
docs/dist/js/umd/collapse.js
vendored
|
@ -295,19 +295,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_getTargetFromElement',
|
key: '_getTargetFromElement',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -338,6 +325,19 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Collapse;
|
return Collapse;
|
||||||
|
@ -377,4 +377,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Collapse;
|
module.exports = Collapse;
|
||||||
});
|
});
|
||||||
|
|
18
docs/dist/js/umd/dropdown.js
vendored
18
docs/dist/js/umd/dropdown.js
vendored
|
@ -145,14 +145,6 @@
|
||||||
$(this._element).on(Event.CLICK, this.toggle);
|
$(this._element).on(Event.CLICK, this.toggle);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -265,6 +257,14 @@
|
||||||
|
|
||||||
items[index].focus();
|
items[index].focus();
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Dropdown;
|
return Dropdown;
|
||||||
|
@ -297,4 +297,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Dropdown;
|
module.exports = Dropdown;
|
||||||
});
|
});
|
||||||
|
|
28
docs/dist/js/umd/modal.js
vendored
28
docs/dist/js/umd/modal.js
vendored
|
@ -451,19 +451,6 @@
|
||||||
return scrollbarWidth;
|
return scrollbarWidth;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -485,6 +472,19 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Modal;
|
return Modal;
|
||||||
|
@ -545,4 +545,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Modal;
|
module.exports = Modal;
|
||||||
});
|
});
|
||||||
|
|
50
docs/dist/js/umd/popover.js
vendored
50
docs/dist/js/umd/popover.js
vendored
|
@ -137,6 +137,30 @@
|
||||||
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Popover(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -174,30 +198,6 @@
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Popover(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Popover;
|
return Popover;
|
||||||
|
@ -220,4 +220,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Popover;
|
module.exports = Popover;
|
||||||
});
|
});
|
||||||
|
|
28
docs/dist/js/umd/scrollspy.js
vendored
28
docs/dist/js/umd/scrollspy.js
vendored
|
@ -262,19 +262,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: 'Default',
|
|
||||||
get: function () {
|
|
||||||
return Default;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -294,6 +281,19 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
key: 'Default',
|
||||||
|
get: function () {
|
||||||
|
return Default;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return ScrollSpy;
|
return ScrollSpy;
|
||||||
|
@ -331,4 +331,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = ScrollSpy;
|
module.exports = ScrollSpy;
|
||||||
});
|
});
|
||||||
|
|
18
docs/dist/js/umd/tab.js
vendored
18
docs/dist/js/umd/tab.js
vendored
|
@ -229,14 +229,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
key: 'VERSION',
|
|
||||||
|
|
||||||
// getters
|
|
||||||
|
|
||||||
get: function () {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -256,6 +248,14 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
key: 'VERSION',
|
||||||
|
|
||||||
|
// getters
|
||||||
|
|
||||||
|
get: function () {
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tab;
|
return Tab;
|
||||||
|
@ -289,4 +289,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Tab;
|
module.exports = Tab;
|
||||||
});
|
});
|
||||||
|
|
50
docs/dist/js/umd/tooltip.js
vendored
50
docs/dist/js/umd/tooltip.js
vendored
|
@ -527,6 +527,30 @@
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
}], [{
|
}], [{
|
||||||
|
key: '_jQueryInterface',
|
||||||
|
|
||||||
|
// static
|
||||||
|
|
||||||
|
value: function _jQueryInterface(config) {
|
||||||
|
return this.each(function () {
|
||||||
|
var data = $(this).data(DATA_KEY);
|
||||||
|
var _config = typeof config === 'object' ? config : null;
|
||||||
|
|
||||||
|
if (!data && /destroy|hide/.test(config)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data) {
|
||||||
|
data = new Tooltip(this, _config);
|
||||||
|
$(this).data(DATA_KEY, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof config === 'string') {
|
||||||
|
data[config]();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}, {
|
||||||
key: 'VERSION',
|
key: 'VERSION',
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
|
@ -564,30 +588,6 @@
|
||||||
get: function () {
|
get: function () {
|
||||||
return DefaultType;
|
return DefaultType;
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
key: '_jQueryInterface',
|
|
||||||
|
|
||||||
// static
|
|
||||||
|
|
||||||
value: function _jQueryInterface(config) {
|
|
||||||
return this.each(function () {
|
|
||||||
var data = $(this).data(DATA_KEY);
|
|
||||||
var _config = typeof config === 'object' ? config : null;
|
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!data) {
|
|
||||||
data = new Tooltip(this, _config);
|
|
||||||
$(this).data(DATA_KEY, data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof config === 'string') {
|
|
||||||
data[config]();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return Tooltip;
|
return Tooltip;
|
||||||
|
@ -610,4 +610,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Tooltip;
|
module.exports = Tooltip;
|
||||||
});
|
});
|
||||||
|
|
2
docs/dist/js/umd/util.js
vendored
2
docs/dist/js/umd/util.js
vendored
|
@ -163,4 +163,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
module.exports = Util;
|
module.exports = Util;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue