aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/bootstrap/js/src
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-04-23 00:37:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-04-23 00:37:58 -0400
commit9b0e86a8e74768c4fe848fb5ce8d754292db4e3e (patch)
treecfd424be8ecb68357e6e572033f08bc534bf724f /npm_assets/node_modules/bootstrap/js/src
parent393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 (diff)
New upstream version 8.3.0.upstream/8.3.0upstream
Diffstat (limited to 'npm_assets/node_modules/bootstrap/js/src')
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/alert.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/button.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/carousel.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/collapse.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/dropdown.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/modal.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/popover.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/scrollspy.js6
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/tab.js7
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/toast.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/tools/sanitizer.js2
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/tooltip.js4
-rw-r--r--npm_assets/node_modules/bootstrap/js/src/util.js2
13 files changed, 27 insertions, 26 deletions
diff --git a/npm_assets/node_modules/bootstrap/js/src/alert.js b/npm_assets/node_modules/bootstrap/js/src/alert.js
index 8902c40..8a5b7dd 100644
--- a/npm_assets/node_modules/bootstrap/js/src/alert.js
+++ b/npm_assets/node_modules/bootstrap/js/src/alert.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): alert.js
+ * Bootstrap (v4.6.2): alert.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'alert'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.alert'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
diff --git a/npm_assets/node_modules/bootstrap/js/src/button.js b/npm_assets/node_modules/bootstrap/js/src/button.js
index 509fec8..307d787 100644
--- a/npm_assets/node_modules/bootstrap/js/src/button.js
+++ b/npm_assets/node_modules/bootstrap/js/src/button.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): button.js
+ * Bootstrap (v4.6.2): button.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -12,7 +12,7 @@ import $ from 'jquery'
*/
const NAME = 'button'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.button'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
diff --git a/npm_assets/node_modules/bootstrap/js/src/carousel.js b/npm_assets/node_modules/bootstrap/js/src/carousel.js
index 18732d0..aed44e1 100644
--- a/npm_assets/node_modules/bootstrap/js/src/carousel.js
+++ b/npm_assets/node_modules/bootstrap/js/src/carousel.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): carousel.js
+ * Bootstrap (v4.6.2): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'carousel'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.carousel'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
diff --git a/npm_assets/node_modules/bootstrap/js/src/collapse.js b/npm_assets/node_modules/bootstrap/js/src/collapse.js
index 0b9651c..2257ffc 100644
--- a/npm_assets/node_modules/bootstrap/js/src/collapse.js
+++ b/npm_assets/node_modules/bootstrap/js/src/collapse.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): collapse.js
+ * Bootstrap (v4.6.2): collapse.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'collapse'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.collapse'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
diff --git a/npm_assets/node_modules/bootstrap/js/src/dropdown.js b/npm_assets/node_modules/bootstrap/js/src/dropdown.js
index 1403fd9..6d776ea 100644
--- a/npm_assets/node_modules/bootstrap/js/src/dropdown.js
+++ b/npm_assets/node_modules/bootstrap/js/src/dropdown.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): dropdown.js
+ * Bootstrap (v4.6.2): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -14,7 +14,7 @@ import Util from './util'
*/
const NAME = 'dropdown'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.dropdown'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
diff --git a/npm_assets/node_modules/bootstrap/js/src/modal.js b/npm_assets/node_modules/bootstrap/js/src/modal.js
index 2856654..a447b4b 100644
--- a/npm_assets/node_modules/bootstrap/js/src/modal.js
+++ b/npm_assets/node_modules/bootstrap/js/src/modal.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): modal.js
+ * Bootstrap (v4.6.2): modal.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'modal'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.modal'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
diff --git a/npm_assets/node_modules/bootstrap/js/src/popover.js b/npm_assets/node_modules/bootstrap/js/src/popover.js
index 499b7e7..3602c9b 100644
--- a/npm_assets/node_modules/bootstrap/js/src/popover.js
+++ b/npm_assets/node_modules/bootstrap/js/src/popover.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): popover.js
+ * Bootstrap (v4.6.2): popover.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Tooltip from './tooltip'
*/
const NAME = 'popover'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.popover'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
diff --git a/npm_assets/node_modules/bootstrap/js/src/scrollspy.js b/npm_assets/node_modules/bootstrap/js/src/scrollspy.js
index 05b6efc..9611537 100644
--- a/npm_assets/node_modules/bootstrap/js/src/scrollspy.js
+++ b/npm_assets/node_modules/bootstrap/js/src/scrollspy.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): scrollspy.js
+ * Bootstrap (v4.6.2): scrollspy.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'scrollspy'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.scrollspy'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
@@ -122,7 +122,7 @@ class ScrollSpy {
return null
})
- .filter(item => item)
+ .filter(Boolean)
.sort((a, b) => a[0] - b[0])
.forEach(item => {
this._offsets.push(item[0])
diff --git a/npm_assets/node_modules/bootstrap/js/src/tab.js b/npm_assets/node_modules/bootstrap/js/src/tab.js
index 85f2f2e..589e0a3 100644
--- a/npm_assets/node_modules/bootstrap/js/src/tab.js
+++ b/npm_assets/node_modules/bootstrap/js/src/tab.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): tab.js
+ * Bootstrap (v4.6.2): tab.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'tab'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.tab'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
@@ -58,7 +58,8 @@ class Tab {
if (this._element.parentNode &&
this._element.parentNode.nodeType === Node.ELEMENT_NODE &&
$(this._element).hasClass(CLASS_NAME_ACTIVE) ||
- $(this._element).hasClass(CLASS_NAME_DISABLED)) {
+ $(this._element).hasClass(CLASS_NAME_DISABLED) ||
+ this._element.hasAttribute('disabled')) {
return
}
diff --git a/npm_assets/node_modules/bootstrap/js/src/toast.js b/npm_assets/node_modules/bootstrap/js/src/toast.js
index c6c64cf..78ef5ce 100644
--- a/npm_assets/node_modules/bootstrap/js/src/toast.js
+++ b/npm_assets/node_modules/bootstrap/js/src/toast.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): toast.js
+ * Bootstrap (v4.6.2): toast.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'toast'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.toast'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
diff --git a/npm_assets/node_modules/bootstrap/js/src/tools/sanitizer.js b/npm_assets/node_modules/bootstrap/js/src/tools/sanitizer.js
index 4bc5b70..c66fe89 100644
--- a/npm_assets/node_modules/bootstrap/js/src/tools/sanitizer.js
+++ b/npm_assets/node_modules/bootstrap/js/src/tools/sanitizer.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): tools/sanitizer.js
+ * Bootstrap (v4.6.2): tools/sanitizer.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/npm_assets/node_modules/bootstrap/js/src/tooltip.js b/npm_assets/node_modules/bootstrap/js/src/tooltip.js
index b8612ab..874567d 100644
--- a/npm_assets/node_modules/bootstrap/js/src/tooltip.js
+++ b/npm_assets/node_modules/bootstrap/js/src/tooltip.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): tooltip.js
+ * Bootstrap (v4.6.2): tooltip.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ import Util from './util'
*/
const NAME = 'tooltip'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.tooltip'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
diff --git a/npm_assets/node_modules/bootstrap/js/src/util.js b/npm_assets/node_modules/bootstrap/js/src/util.js
index 38aff85..d2f7b5a 100644
--- a/npm_assets/node_modules/bootstrap/js/src/util.js
+++ b/npm_assets/node_modules/bootstrap/js/src/util.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): util.js
+ * Bootstrap (v4.6.2): util.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/