Revert dist changes from #32747 (#33050)

This commit is contained in:
Mark Otto 2021-02-11 07:22:18 -08:00 committed by GitHub
parent 8125856272
commit 037b5df737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 405 additions and 265 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1130,10 +1130,6 @@
padding-left: 3rem !important; padding-left: 3rem !important;
} }
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 { .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important; font-size: calc(1.375rem + 1.5vw) !important;
} }
@ -1186,20 +1182,16 @@
font-weight: bolder !important; font-weight: bolder !important;
} }
.lh-1 { .text-lowercase {
line-height: 1 !important; text-transform: lowercase !important;
} }
.lh-sm { .text-uppercase {
line-height: 1.25 !important; text-transform: uppercase !important;
} }
.lh-base { .text-capitalize {
line-height: 1.5 !important; text-transform: capitalize !important;
}
.lh-lg {
line-height: 2 !important;
} }
.text-start { .text-start {
@ -1214,45 +1206,6 @@
text-align: center !important; text-align: center !important;
} }
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary { .text-primary {
color: #0d6efd !important; color: #0d6efd !important;
} }
@ -1309,6 +1262,22 @@
color: inherit !important; color: inherit !important;
} }
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary { .bg-primary {
background-color: #0d6efd !important; background-color: #0d6efd !important;
} }
@ -1357,6 +1326,37 @@
background-image: var(--bs-gradient) !important; background-image: var(--bs-gradient) !important;
} }
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all { .user-select-all {
-webkit-user-select: all !important; -webkit-user-select: all !important;
-moz-user-select: all !important; -moz-user-select: all !important;

File diff suppressed because one or more lines are too long

View File

@ -1130,10 +1130,6 @@
padding-right: 3rem !important; padding-right: 3rem !important;
} }
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 { .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important; font-size: calc(1.375rem + 1.5vw) !important;
} }
@ -1186,20 +1182,16 @@
font-weight: bolder !important; font-weight: bolder !important;
} }
.lh-1 { .text-lowercase {
line-height: 1 !important; text-transform: lowercase !important;
} }
.lh-sm { .text-uppercase {
line-height: 1.25 !important; text-transform: uppercase !important;
} }
.lh-base { .text-capitalize {
line-height: 1.5 !important; text-transform: capitalize !important;
}
.lh-lg {
line-height: 2 !important;
} }
.text-start { .text-start {
@ -1214,37 +1206,6 @@
text-align: center !important; text-align: center !important;
} }
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-primary { .text-primary {
color: #0d6efd !important; color: #0d6efd !important;
} }
@ -1301,6 +1262,22 @@
color: inherit !important; color: inherit !important;
} }
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary { .bg-primary {
background-color: #0d6efd !important; background-color: #0d6efd !important;
} }
@ -1349,6 +1326,29 @@
background-image: var(--bs-gradient) !important; background-image: var(--bs-gradient) !important;
} }
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all { .user-select-all {
-webkit-user-select: all !important; -webkit-user-select: all !important;
-moz-user-select: all !important; -moz-user-select: all !important;

File diff suppressed because one or more lines are too long

View File

@ -7098,10 +7098,6 @@ textarea.form-control-lg {
padding-left: 3rem !important; padding-left: 3rem !important;
} }
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 { .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important; font-size: calc(1.375rem + 1.5vw) !important;
} }
@ -7154,20 +7150,16 @@ textarea.form-control-lg {
font-weight: bolder !important; font-weight: bolder !important;
} }
.lh-1 { .text-lowercase {
line-height: 1 !important; text-transform: lowercase !important;
} }
.lh-sm { .text-uppercase {
line-height: 1.25 !important; text-transform: uppercase !important;
} }
.lh-base { .text-capitalize {
line-height: 1.5 !important; text-transform: capitalize !important;
}
.lh-lg {
line-height: 2 !important;
} }
.text-start { .text-start {
@ -7182,45 +7174,6 @@ textarea.form-control-lg {
text-align: center !important; text-align: center !important;
} }
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary { .text-primary {
color: #0d6efd !important; color: #0d6efd !important;
} }
@ -7277,6 +7230,22 @@ textarea.form-control-lg {
color: inherit !important; color: inherit !important;
} }
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary { .bg-primary {
background-color: #0d6efd !important; background-color: #0d6efd !important;
} }
@ -7325,6 +7294,37 @@ textarea.form-control-lg {
background-image: var(--bs-gradient) !important; background-image: var(--bs-gradient) !important;
} }
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all { .user-select-all {
-webkit-user-select: all !important; -webkit-user-select: all !important;
-moz-user-select: all !important; -moz-user-select: all !important;

File diff suppressed because one or more lines are too long

View File

@ -7083,10 +7083,6 @@ textarea.form-control-lg {
padding-right: 3rem !important; padding-right: 3rem !important;
} }
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 { .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important; font-size: calc(1.375rem + 1.5vw) !important;
} }
@ -7139,20 +7135,16 @@ textarea.form-control-lg {
font-weight: bolder !important; font-weight: bolder !important;
} }
.lh-1 { .text-lowercase {
line-height: 1 !important; text-transform: lowercase !important;
} }
.lh-sm { .text-uppercase {
line-height: 1.25 !important; text-transform: uppercase !important;
} }
.lh-base { .text-capitalize {
line-height: 1.5 !important; text-transform: capitalize !important;
}
.lh-lg {
line-height: 2 !important;
} }
.text-start { .text-start {
@ -7167,37 +7159,6 @@ textarea.form-control-lg {
text-align: center !important; text-align: center !important;
} }
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-primary { .text-primary {
color: #0d6efd !important; color: #0d6efd !important;
} }
@ -7254,6 +7215,22 @@ textarea.form-control-lg {
color: inherit !important; color: inherit !important;
} }
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary { .bg-primary {
background-color: #0d6efd !important; background-color: #0d6efd !important;
} }
@ -7302,6 +7279,29 @@ textarea.form-control-lg {
background-image: var(--bs-gradient) !important; background-image: var(--bs-gradient) !important;
} }
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all { .user-select-all {
-webkit-user-select: all !important; -webkit-user-select: all !important;
-moz-user-select: all !important; -moz-user-select: all !important;

File diff suppressed because one or more lines are too long

View File

@ -46,7 +46,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -756,8 +766,8 @@
_createClass(Alert, null, [{ _createClass(Alert, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY; return DATA_KEY;
} }
}]); }]);
@ -832,8 +842,8 @@
_createClass(Button, null, [{ _createClass(Button, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY$1; return DATA_KEY$1;
} }
}]); }]);
@ -5872,8 +5882,8 @@
_createClass(Popover, null, [{ _createClass(Popover, null, [{
key: "Default", key: "Default",
// Getters get: // Getters
get: function get() { function get() {
return Default$5; return Default$5;
} }
}, { }, {
@ -6373,8 +6383,8 @@
_createClass(Tab, null, [{ _createClass(Tab, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY$9; return DATA_KEY$9;
} }
}]); }]);

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,17 @@ function _extends() {
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -753,8 +763,8 @@ var Alert = /*#__PURE__*/function (_BaseComponent) {
_createClass(Alert, null, [{ _createClass(Alert, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY; return DATA_KEY;
} }
}]); }]);
@ -829,8 +839,8 @@ var Button = /*#__PURE__*/function (_BaseComponent) {
_createClass(Button, null, [{ _createClass(Button, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY$1; return DATA_KEY$1;
} }
}]); }]);
@ -4148,8 +4158,8 @@ var Popover = /*#__PURE__*/function (_Tooltip) {
_createClass(Popover, null, [{ _createClass(Popover, null, [{
key: "Default", key: "Default",
// Getters get: // Getters
get: function get() { function get() {
return Default$5; return Default$5;
} }
}, { }, {
@ -4649,8 +4659,8 @@ var Tab = /*#__PURE__*/function (_BaseComponent) {
_createClass(Tab, null, [{ _createClass(Tab, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY$9; return DATA_KEY$9;
} }
}]); }]);

File diff suppressed because one or more lines are too long

View File

@ -68,7 +68,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -778,8 +788,8 @@
_createClass(Alert, null, [{ _createClass(Alert, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY; return DATA_KEY;
} }
}]); }]);
@ -854,8 +864,8 @@
_createClass(Button, null, [{ _createClass(Button, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY$1; return DATA_KEY$1;
} }
}]); }]);
@ -4173,8 +4183,8 @@
_createClass(Popover, null, [{ _createClass(Popover, null, [{
key: "Default", key: "Default",
// Getters get: // Getters
get: function get() { function get() {
return Default$5; return Default$5;
} }
}, { }, {
@ -4674,8 +4684,8 @@
_createClass(Tab, null, [{ _createClass(Tab, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY$9; return DATA_KEY$9;
} }
}]); }]);

File diff suppressed because one or more lines are too long

16
js/dist/alert.js vendored
View File

@ -34,7 +34,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -266,8 +276,8 @@
_createClass(Alert, null, [{ _createClass(Alert, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY; return DATA_KEY;
} }
}]); }]);

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"version":3,"file":"base-component.js","sources":["../src/base-component.js"],"sourcesContent":["/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.0.0-beta2): base-component.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Data from './dom/data'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst VERSION = '5.0.0-beta2'\n\nclass BaseComponent {\n constructor(element) {\n if (!element) {\n return\n }\n\n this._element = element\n Data.setData(element, this.constructor.DATA_KEY, this)\n }\n\n dispose() {\n Data.removeData(this._element, this.constructor.DATA_KEY)\n this._element = null\n }\n\n /** Static */\n\n static getInstance(element) {\n return Data.getData(element, this.DATA_KEY)\n }\n\n static get VERSION() {\n return VERSION\n }\n}\n\nexport default BaseComponent\n"],"names":["VERSION","BaseComponent","element","_element","Data","setData","constructor","DATA_KEY","dispose","removeData","getInstance","getData"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASA;EACA;EACA;EACA;EACA;;EAEA,IAAMA,OAAO,GAAG,aAAhB;;MAEMC;EACJ,yBAAYC,OAAZ,EAAqB;EACnB,QAAI,CAACA,OAAL,EAAc;EACZ;EACD;;EAED,SAAKC,QAAL,GAAgBD,OAAhB;EACAE,IAAAA,wBAAI,CAACC,OAAL,CAAaH,OAAb,EAAsB,KAAKI,WAAL,CAAiBC,QAAvC,EAAiD,IAAjD;EACD;;;;WAEDC,UAAA,mBAAU;EACRJ,IAAAA,wBAAI,CAACK,UAAL,CAAgB,KAAKN,QAArB,EAA+B,KAAKG,WAAL,CAAiBC,QAAhD;EACA,SAAKJ,QAAL,GAAgB,IAAhB;EACD;EAED;;;kBAEOO,cAAP,qBAAmBR,OAAnB,EAA4B;EAC1B,WAAOE,wBAAI,CAACO,OAAL,CAAaT,OAAb,EAAsB,KAAKK,QAA3B,CAAP;EACD;;;;0BAEoB;EACnB,aAAOP,OAAP;EACD;;;;;;;;;;;;"} {"version":3,"file":"base-component.js","sources":["../src/base-component.js"],"sourcesContent":["/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.0.0-beta2): base-component.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Data from './dom/data'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst VERSION = '5.0.0-beta2'\n\nclass BaseComponent {\n constructor(element) {\n if (!element) {\n return\n }\n\n this._element = element\n Data.setData(element, this.constructor.DATA_KEY, this)\n }\n\n dispose() {\n Data.removeData(this._element, this.constructor.DATA_KEY)\n this._element = null\n }\n\n /** Static */\n\n static getInstance(element) {\n return Data.getData(element, this.DATA_KEY)\n }\n\n static get VERSION() {\n return VERSION\n }\n}\n\nexport default BaseComponent\n"],"names":["VERSION","BaseComponent","element","_element","Data","setData","constructor","DATA_KEY","dispose","removeData","getInstance","getData"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASA;EACA;EACA;EACA;EACA;;EAEA,IAAMA,OAAO,GAAG,aAAhB;;MAEMC;EACJ,yBAAYC,OAAZ,EAAqB;EACnB,QAAI,CAACA,OAAL,EAAc;EACZ;EACD;;EAED,SAAKC,QAAL,GAAgBD,OAAhB;EACAE,IAAAA,wBAAI,CAACC,OAAL,CAAaH,OAAb,EAAsB,KAAKI,WAAL,CAAiBC,QAAvC,EAAiD,IAAjD;EACD;;;;WAEDC,UAAA,mBAAU;EACRJ,IAAAA,wBAAI,CAACK,UAAL,CAAgB,KAAKN,QAArB,EAA+B,KAAKG,WAAL,CAAiBC,QAAhD;EACA,SAAKJ,QAAL,GAAgB,IAAhB;EACD;EAED;;;kBAEOO,cAAP,qBAAmBR,OAAnB,EAA4B;EAC1B,WAAOE,wBAAI,CAACO,OAAL,CAAaT,OAAb,EAAsB,KAAKK,QAA3B,CAAP;EACD;;;;WAED,eAAqB;EACnB,aAAOP,OAAP;EACD;;;;;;;;;;;;"}

16
js/dist/button.js vendored
View File

@ -34,7 +34,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -134,8 +144,8 @@
_createClass(Button, null, [{ _createClass(Button, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY; return DATA_KEY;
} }
}]); }]);

File diff suppressed because one or more lines are too long

12
js/dist/carousel.js vendored
View File

@ -54,7 +54,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long

12
js/dist/collapse.js vendored
View File

@ -54,7 +54,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long

12
js/dist/dropdown.js vendored
View File

@ -75,7 +75,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long

12
js/dist/modal.js vendored
View File

@ -54,7 +54,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long

16
js/dist/popover.js vendored
View File

@ -52,7 +52,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -226,8 +236,8 @@
_createClass(Popover, null, [{ _createClass(Popover, null, [{
key: "Default", key: "Default",
// Getters get: // Getters
get: function get() { function get() {
return Default; return Default;
} }
}, { }, {

File diff suppressed because one or more lines are too long

12
js/dist/scrollspy.js vendored
View File

@ -54,7 +54,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long

16
js/dist/tab.js vendored
View File

@ -35,7 +35,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**
@ -336,8 +346,8 @@
_createClass(Tab, null, [{ _createClass(Tab, null, [{
key: "DATA_KEY", key: "DATA_KEY",
// Getters get: // Getters
get: function get() { function get() {
return DATA_KEY; return DATA_KEY;
} }
}]); }]);

2
js/dist/tab.js.map vendored

File diff suppressed because one or more lines are too long

12
js/dist/toast.js vendored
View File

@ -53,7 +53,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long

12
js/dist/tooltip.js vendored
View File

@ -75,7 +75,17 @@
function _inheritsLoose(subClass, superClass) { function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype); subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass; subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
} }
/** /**

File diff suppressed because one or more lines are too long