administrate-bootstrap-theme 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/administrate-bootstrap-theme/_base.scss +14 -0
  3. data/app/assets/stylesheets/administrate-bootstrap-theme/components/_form.scss +16 -0
  4. data/lib/administrate-bootstrap-theme/version.rb +1 -1
  5. data/node_modules/bootstrap/LICENSE +22 -0
  6. data/node_modules/bootstrap/README.md +239 -0
  7. data/node_modules/bootstrap/dist/css/bootstrap-grid.css +4997 -0
  8. data/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  9. data/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
  10. data/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  11. data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css +4996 -0
  12. data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
  13. data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css +7 -0
  14. data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
  15. data/node_modules/bootstrap/dist/css/bootstrap-reboot.css +426 -0
  16. data/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  17. data/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
  18. data/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  19. data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css +423 -0
  20. data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
  21. data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +8 -0
  22. data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
  23. data/node_modules/bootstrap/dist/css/bootstrap-utilities.css +4752 -0
  24. data/node_modules/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
  25. data/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css +7 -0
  26. data/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
  27. data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css +4743 -0
  28. data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
  29. data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +7 -0
  30. data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
  31. data/node_modules/bootstrap/dist/css/bootstrap.css +10819 -0
  32. data/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
  33. data/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
  34. data/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  35. data/node_modules/bootstrap/dist/css/bootstrap.rtl.css +10795 -0
  36. data/node_modules/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
  37. data/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css +7 -0
  38. data/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
  39. data/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6714 -0
  40. data/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  41. data/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  42. data/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  43. data/node_modules/bootstrap/dist/js/bootstrap.esm.js +4944 -0
  44. data/node_modules/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
  45. data/node_modules/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
  46. data/node_modules/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
  47. data/node_modules/bootstrap/dist/js/bootstrap.js +4993 -0
  48. data/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
  49. data/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
  50. data/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  51. data/node_modules/bootstrap/js/dist/alert.js +264 -0
  52. data/node_modules/bootstrap/js/dist/alert.js.map +1 -0
  53. data/node_modules/bootstrap/js/dist/base-component.js +62 -0
  54. data/node_modules/bootstrap/js/dist/base-component.js.map +1 -0
  55. data/node_modules/bootstrap/js/dist/button.js +146 -0
  56. data/node_modules/bootstrap/js/dist/button.js.map +1 -0
  57. data/node_modules/bootstrap/js/dist/carousel.js +757 -0
  58. data/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
  59. data/node_modules/bootstrap/js/dist/collapse.js +551 -0
  60. data/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
  61. data/node_modules/bootstrap/js/dist/dom/data.js +69 -0
  62. data/node_modules/bootstrap/js/dist/dom/data.js.map +1 -0
  63. data/node_modules/bootstrap/js/dist/dom/event-handler.js +305 -0
  64. data/node_modules/bootstrap/js/dist/dom/event-handler.js.map +1 -0
  65. data/node_modules/bootstrap/js/dist/dom/manipulator.js +89 -0
  66. data/node_modules/bootstrap/js/dist/dom/manipulator.js.map +1 -0
  67. data/node_modules/bootstrap/js/dist/dom/selector-engine.js +86 -0
  68. data/node_modules/bootstrap/js/dist/dom/selector-engine.js.map +1 -0
  69. data/node_modules/bootstrap/js/dist/dropdown.js +662 -0
  70. data/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
  71. data/node_modules/bootstrap/js/dist/modal.js +752 -0
  72. data/node_modules/bootstrap/js/dist/modal.js.map +1 -0
  73. data/node_modules/bootstrap/js/dist/offcanvas.js +509 -0
  74. data/node_modules/bootstrap/js/dist/offcanvas.js.map +1 -0
  75. data/node_modules/bootstrap/js/dist/popover.js +216 -0
  76. data/node_modules/bootstrap/js/dist/popover.js.map +1 -0
  77. data/node_modules/bootstrap/js/dist/scrollspy.js +400 -0
  78. data/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
  79. data/node_modules/bootstrap/js/dist/tab.js +347 -0
  80. data/node_modules/bootstrap/js/dist/tab.js.map +1 -0
  81. data/node_modules/bootstrap/js/dist/toast.js +335 -0
  82. data/node_modules/bootstrap/js/dist/toast.js.map +1 -0
  83. data/node_modules/bootstrap/js/dist/tooltip.js +1055 -0
  84. data/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
  85. data/node_modules/bootstrap/js/src/alert.js +141 -0
  86. data/node_modules/bootstrap/js/src/base-component.js +46 -0
  87. data/node_modules/bootstrap/js/src/button.js +95 -0
  88. data/node_modules/bootstrap/js/src/carousel.js +624 -0
  89. data/node_modules/bootstrap/js/src/collapse.js +410 -0
  90. data/node_modules/bootstrap/js/src/dom/data.js +57 -0
  91. data/node_modules/bootstrap/js/src/dom/event-handler.js +331 -0
  92. data/node_modules/bootstrap/js/src/dom/manipulator.js +80 -0
  93. data/node_modules/bootstrap/js/src/dom/selector-engine.js +75 -0
  94. data/node_modules/bootstrap/js/src/dropdown.js +543 -0
  95. data/node_modules/bootstrap/js/src/modal.js +582 -0
  96. data/node_modules/bootstrap/js/src/offcanvas.js +279 -0
  97. data/node_modules/bootstrap/js/src/popover.js +171 -0
  98. data/node_modules/bootstrap/js/src/scrollspy.js +319 -0
  99. data/node_modules/bootstrap/js/src/tab.js +220 -0
  100. data/node_modules/bootstrap/js/src/toast.js +219 -0
  101. data/node_modules/bootstrap/js/src/tooltip.js +802 -0
  102. data/node_modules/bootstrap/js/src/util/index.js +253 -0
  103. data/node_modules/bootstrap/js/src/util/sanitizer.js +127 -0
  104. data/node_modules/bootstrap/js/src/util/scrollbar.js +70 -0
  105. data/node_modules/bootstrap/package.json +177 -0
  106. data/node_modules/bootstrap/scss/_accordion.scss +116 -0
  107. data/node_modules/bootstrap/scss/_alert.scss +57 -0
  108. data/node_modules/bootstrap/scss/_badge.scss +29 -0
  109. data/node_modules/bootstrap/scss/_breadcrumb.scss +28 -0
  110. data/node_modules/bootstrap/scss/_button-group.scss +139 -0
  111. data/node_modules/bootstrap/scss/_buttons.scss +111 -0
  112. data/node_modules/bootstrap/scss/_card.scss +215 -0
  113. data/node_modules/bootstrap/scss/_carousel.scss +229 -0
  114. data/node_modules/bootstrap/scss/_close.scss +40 -0
  115. data/node_modules/bootstrap/scss/_containers.scss +41 -0
  116. data/node_modules/bootstrap/scss/_dropdown.scss +246 -0
  117. data/node_modules/bootstrap/scss/_forms.scss +9 -0
  118. data/node_modules/bootstrap/scss/_functions.scss +205 -0
  119. data/node_modules/bootstrap/scss/_grid.scss +22 -0
  120. data/node_modules/bootstrap/scss/_helpers.scss +7 -0
  121. data/node_modules/bootstrap/scss/_images.scss +42 -0
  122. data/node_modules/bootstrap/scss/_list-group.scss +174 -0
  123. data/node_modules/bootstrap/scss/_mixins.scss +41 -0
  124. data/node_modules/bootstrap/scss/_modal.scss +237 -0
  125. data/node_modules/bootstrap/scss/_nav.scss +139 -0
  126. data/node_modules/bootstrap/scss/_navbar.scss +306 -0
  127. data/node_modules/bootstrap/scss/_offcanvas.scss +77 -0
  128. data/node_modules/bootstrap/scss/_pagination.scss +64 -0
  129. data/node_modules/bootstrap/scss/_popover.scss +158 -0
  130. data/node_modules/bootstrap/scss/_progress.scss +48 -0
  131. data/node_modules/bootstrap/scss/_reboot.scss +621 -0
  132. data/node_modules/bootstrap/scss/_root.scss +16 -0
  133. data/node_modules/bootstrap/scss/_spinners.scss +69 -0
  134. data/node_modules/bootstrap/scss/_tables.scss +150 -0
  135. data/node_modules/bootstrap/scss/_toasts.scss +51 -0
  136. data/node_modules/bootstrap/scss/_tooltip.scss +115 -0
  137. data/node_modules/bootstrap/scss/_transitions.scss +21 -0
  138. data/node_modules/bootstrap/scss/_type.scss +104 -0
  139. data/node_modules/bootstrap/scss/_utilities.scss +594 -0
  140. data/node_modules/bootstrap/scss/_variables.scss +1464 -0
  141. data/node_modules/bootstrap/scss/bootstrap-grid.scss +65 -0
  142. data/node_modules/bootstrap/scss/bootstrap-reboot.scss +15 -0
  143. data/node_modules/bootstrap/scss/bootstrap-utilities.scss +18 -0
  144. data/node_modules/bootstrap/scss/bootstrap.scss +52 -0
  145. data/node_modules/bootstrap/scss/forms/_floating-labels.scss +61 -0
  146. data/node_modules/bootstrap/scss/forms/_form-check.scss +152 -0
  147. data/node_modules/bootstrap/scss/forms/_form-control.scss +219 -0
  148. data/node_modules/bootstrap/scss/forms/_form-range.scss +91 -0
  149. data/node_modules/bootstrap/scss/forms/_form-select.scss +67 -0
  150. data/node_modules/bootstrap/scss/forms/_form-text.scss +11 -0
  151. data/node_modules/bootstrap/scss/forms/_input-group.scss +121 -0
  152. data/node_modules/bootstrap/scss/forms/_labels.scss +36 -0
  153. data/node_modules/bootstrap/scss/forms/_validation.scss +12 -0
  154. data/node_modules/bootstrap/scss/helpers/_clearfix.scss +3 -0
  155. data/node_modules/bootstrap/scss/helpers/_colored-links.scss +12 -0
  156. data/node_modules/bootstrap/scss/helpers/_position.scss +30 -0
  157. data/node_modules/bootstrap/scss/helpers/_ratio.scss +26 -0
  158. data/node_modules/bootstrap/scss/helpers/_stretched-link.scss +15 -0
  159. data/node_modules/bootstrap/scss/helpers/_text-truncation.scss +7 -0
  160. data/node_modules/bootstrap/scss/helpers/_visually-hidden.scss +8 -0
  161. data/node_modules/bootstrap/scss/mixins/_alert.scss +11 -0
  162. data/node_modules/bootstrap/scss/mixins/_border-radius.scss +78 -0
  163. data/node_modules/bootstrap/scss/mixins/_box-shadow.scss +18 -0
  164. data/node_modules/bootstrap/scss/mixins/_breakpoints.scss +127 -0
  165. data/node_modules/bootstrap/scss/mixins/_buttons.scss +133 -0
  166. data/node_modules/bootstrap/scss/mixins/_caret.scss +64 -0
  167. data/node_modules/bootstrap/scss/mixins/_clearfix.scss +9 -0
  168. data/node_modules/bootstrap/scss/mixins/_container.scss +9 -0
  169. data/node_modules/bootstrap/scss/mixins/_deprecate.scss +10 -0
  170. data/node_modules/bootstrap/scss/mixins/_forms.scss +134 -0
  171. data/node_modules/bootstrap/scss/mixins/_gradients.scss +47 -0
  172. data/node_modules/bootstrap/scss/mixins/_grid.scss +120 -0
  173. data/node_modules/bootstrap/scss/mixins/_image.scss +16 -0
  174. data/node_modules/bootstrap/scss/mixins/_list-group.scss +24 -0
  175. data/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
  176. data/node_modules/bootstrap/scss/mixins/_pagination.scss +31 -0
  177. data/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
  178. data/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
  179. data/node_modules/bootstrap/scss/mixins/_table-variants.scss +21 -0
  180. data/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  181. data/node_modules/bootstrap/scss/mixins/_transition.scss +26 -0
  182. data/node_modules/bootstrap/scss/mixins/_utilities.scss +68 -0
  183. data/node_modules/bootstrap/scss/mixins/_visually-hidden.scss +29 -0
  184. data/node_modules/bootstrap/scss/utilities/_api.scss +47 -0
  185. data/node_modules/bootstrap/scss/vendor/_rfs.scss +312 -0
  186. metadata +182 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.js","sources":["../src/util/index.js","../src/util/sanitizer.js","../src/tooltip.js"],"sourcesContent":["/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.0.0-beta3): util/index.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nconst MAX_UID = 1000000\nconst MILLISECONDS_MULTIPLIER = 1000\nconst TRANSITION_END = 'transitionend'\n\n// Shoutout AngusCroll (https://goo.gl/pxwQGp)\nconst toType = obj => {\n if (obj === null || obj === undefined) {\n return `${obj}`\n }\n\n return {}.toString.call(obj).match(/\\s([a-z]+)/i)[1].toLowerCase()\n}\n\n/**\n * --------------------------------------------------------------------------\n * Public Util Api\n * --------------------------------------------------------------------------\n */\n\nconst getUID = prefix => {\n do {\n prefix += Math.floor(Math.random() * MAX_UID)\n } while (document.getElementById(prefix))\n\n return prefix\n}\n\nconst getSelector = element => {\n let selector = element.getAttribute('data-bs-target')\n\n if (!selector || selector === '#') {\n let hrefAttr = element.getAttribute('href')\n\n // The only valid content that could double as a selector are IDs or classes,\n // so everything starting with `#` or `.`. If a \"real\" URL is used as the selector,\n // `document.querySelector` will rightfully complain it is invalid.\n // See https://github.com/twbs/bootstrap/issues/32273\n if (!hrefAttr || (!hrefAttr.includes('#') && !hrefAttr.startsWith('.'))) {\n return null\n }\n\n // Just in case some CMS puts out a full URL with the anchor appended\n if (hrefAttr.includes('#') && !hrefAttr.startsWith('#')) {\n hrefAttr = '#' + hrefAttr.split('#')[1]\n }\n\n selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : null\n }\n\n return selector\n}\n\nconst getSelectorFromElement = element => {\n const selector = getSelector(element)\n\n if (selector) {\n return document.querySelector(selector) ? selector : null\n }\n\n return null\n}\n\nconst getElementFromSelector = element => {\n const selector = getSelector(element)\n\n return selector ? document.querySelector(selector) : null\n}\n\nconst getTransitionDurationFromElement = element => {\n if (!element) {\n return 0\n }\n\n // Get transition-duration of the element\n let { transitionDuration, transitionDelay } = window.getComputedStyle(element)\n\n const floatTransitionDuration = Number.parseFloat(transitionDuration)\n const floatTransitionDelay = Number.parseFloat(transitionDelay)\n\n // Return 0 if element or transition duration is not found\n if (!floatTransitionDuration && !floatTransitionDelay) {\n return 0\n }\n\n // If multiple durations are defined, take the first\n transitionDuration = transitionDuration.split(',')[0]\n transitionDelay = transitionDelay.split(',')[0]\n\n return (Number.parseFloat(transitionDuration) + Number.parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER\n}\n\nconst triggerTransitionEnd = element => {\n element.dispatchEvent(new Event(TRANSITION_END))\n}\n\nconst isElement = obj => (obj[0] || obj).nodeType\n\nconst emulateTransitionEnd = (element, duration) => {\n let called = false\n const durationPadding = 5\n const emulatedDuration = duration + durationPadding\n\n function listener() {\n called = true\n element.removeEventListener(TRANSITION_END, listener)\n }\n\n element.addEventListener(TRANSITION_END, listener)\n setTimeout(() => {\n if (!called) {\n triggerTransitionEnd(element)\n }\n }, emulatedDuration)\n}\n\nconst typeCheckConfig = (componentName, config, configTypes) => {\n Object.keys(configTypes).forEach(property => {\n const expectedTypes = configTypes[property]\n const value = config[property]\n const valueType = value && isElement(value) ? 'element' : toType(value)\n\n if (!new RegExp(expectedTypes).test(valueType)) {\n throw new TypeError(\n `${componentName.toUpperCase()}: ` +\n `Option \"${property}\" provided type \"${valueType}\" ` +\n `but expected type \"${expectedTypes}\".`\n )\n }\n })\n}\n\nconst isVisible = element => {\n if (!element) {\n return false\n }\n\n if (element.style && element.parentNode && element.parentNode.style) {\n const elementStyle = getComputedStyle(element)\n const parentNodeStyle = getComputedStyle(element.parentNode)\n\n return elementStyle.display !== 'none' &&\n parentNodeStyle.display !== 'none' &&\n elementStyle.visibility !== 'hidden'\n }\n\n return false\n}\n\nconst isDisabled = element => {\n if (!element || element.nodeType !== Node.ELEMENT_NODE) {\n return true\n }\n\n if (element.classList.contains('disabled')) {\n return true\n }\n\n if (typeof element.disabled !== 'undefined') {\n return element.disabled\n }\n\n return element.hasAttribute('disabled') && element.getAttribute('disabled') !== 'false'\n}\n\nconst findShadowRoot = element => {\n if (!document.documentElement.attachShadow) {\n return null\n }\n\n // Can find the shadow root otherwise it'll return the document\n if (typeof element.getRootNode === 'function') {\n const root = element.getRootNode()\n return root instanceof ShadowRoot ? root : null\n }\n\n if (element instanceof ShadowRoot) {\n return element\n }\n\n // when we don't find a shadow root\n if (!element.parentNode) {\n return null\n }\n\n return findShadowRoot(element.parentNode)\n}\n\nconst noop = () => function () {}\n\nconst reflow = element => element.offsetHeight\n\nconst getjQuery = () => {\n const { jQuery } = window\n\n if (jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {\n return jQuery\n }\n\n return null\n}\n\nconst onDOMContentLoaded = callback => {\n if (document.readyState === 'loading') {\n document.addEventListener('DOMContentLoaded', callback)\n } else {\n callback()\n }\n}\n\nconst isRTL = () => document.documentElement.dir === 'rtl'\n\nconst defineJQueryPlugin = (name, plugin) => {\n onDOMContentLoaded(() => {\n const $ = getjQuery()\n /* istanbul ignore if */\n if ($) {\n const JQUERY_NO_CONFLICT = $.fn[name]\n $.fn[name] = plugin.jQueryInterface\n $.fn[name].Constructor = plugin\n $.fn[name].noConflict = () => {\n $.fn[name] = JQUERY_NO_CONFLICT\n return plugin.jQueryInterface\n }\n }\n })\n}\n\nexport {\n getUID,\n getSelectorFromElement,\n getElementFromSelector,\n getTransitionDurationFromElement,\n triggerTransitionEnd,\n isElement,\n emulateTransitionEnd,\n typeCheckConfig,\n isVisible,\n isDisabled,\n findShadowRoot,\n noop,\n reflow,\n getjQuery,\n onDOMContentLoaded,\n isRTL,\n defineJQueryPlugin\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.0.0-beta3): util/sanitizer.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nconst uriAttrs = new Set([\n 'background',\n 'cite',\n 'href',\n 'itemtype',\n 'longdesc',\n 'poster',\n 'src',\n 'xlink:href'\n])\n\nconst ARIA_ATTRIBUTE_PATTERN = /^aria-[\\w-]*$/i\n\n/**\n * A pattern that recognizes a commonly useful subset of URLs that are safe.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/i\n\n/**\n * A pattern that matches safe data URLs. Only matches image, video and audio types.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+=*$/i\n\nconst allowedAttribute = (attr, allowedAttributeList) => {\n const attrName = attr.nodeName.toLowerCase()\n\n if (allowedAttributeList.includes(attrName)) {\n if (uriAttrs.has(attrName)) {\n return Boolean(SAFE_URL_PATTERN.test(attr.nodeValue) || DATA_URL_PATTERN.test(attr.nodeValue))\n }\n\n return true\n }\n\n const regExp = allowedAttributeList.filter(attrRegex => attrRegex instanceof RegExp)\n\n // Check if a regular expression validates the attribute.\n for (let i = 0, len = regExp.length; i < len; i++) {\n if (regExp[i].test(attrName)) {\n return true\n }\n }\n\n return false\n}\n\nexport const DefaultAllowlist = {\n // Global attributes allowed on any supplied element below.\n '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],\n a: ['target', 'href', 'title', 'rel'],\n area: [],\n b: [],\n br: [],\n col: [],\n code: [],\n div: [],\n em: [],\n hr: [],\n h1: [],\n h2: [],\n h3: [],\n h4: [],\n h5: [],\n h6: [],\n i: [],\n img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],\n li: [],\n ol: [],\n p: [],\n pre: [],\n s: [],\n small: [],\n span: [],\n sub: [],\n sup: [],\n strong: [],\n u: [],\n ul: []\n}\n\nexport function sanitizeHtml(unsafeHtml, allowList, sanitizeFn) {\n if (!unsafeHtml.length) {\n return unsafeHtml\n }\n\n if (sanitizeFn && typeof sanitizeFn === 'function') {\n return sanitizeFn(unsafeHtml)\n }\n\n const domParser = new window.DOMParser()\n const createdDocument = domParser.parseFromString(unsafeHtml, 'text/html')\n const allowlistKeys = Object.keys(allowList)\n const elements = [].concat(...createdDocument.body.querySelectorAll('*'))\n\n for (let i = 0, len = elements.length; i < len; i++) {\n const el = elements[i]\n const elName = el.nodeName.toLowerCase()\n\n if (!allowlistKeys.includes(elName)) {\n el.parentNode.removeChild(el)\n\n continue\n }\n\n const attributeList = [].concat(...el.attributes)\n const allowedAttributes = [].concat(allowList['*'] || [], allowList[elName] || [])\n\n attributeList.forEach(attr => {\n if (!allowedAttribute(attr, allowedAttributes)) {\n el.removeAttribute(attr.nodeName)\n }\n })\n }\n\n return createdDocument.body.innerHTML\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.0.0-beta3): tooltip.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport * as Popper from '@popperjs/core'\n\nimport {\n defineJQueryPlugin,\n emulateTransitionEnd,\n findShadowRoot,\n getTransitionDurationFromElement,\n getUID,\n isElement,\n isRTL,\n noop,\n typeCheckConfig\n} from './util/index'\nimport {\n DefaultAllowlist,\n sanitizeHtml\n} from './util/sanitizer'\nimport Data from './dom/data'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'tooltip'\nconst DATA_KEY = 'bs.tooltip'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst CLASS_PREFIX = 'bs-tooltip'\nconst BSCLS_PREFIX_REGEX = new RegExp(`(^|\\\\s)${CLASS_PREFIX}\\\\S+`, 'g')\nconst DISALLOWED_ATTRIBUTES = new Set(['sanitize', 'allowList', 'sanitizeFn'])\n\nconst DefaultType = {\n animation: 'boolean',\n template: 'string',\n title: '(string|element|function)',\n trigger: 'string',\n delay: '(number|object)',\n html: 'boolean',\n selector: '(string|boolean)',\n placement: '(string|function)',\n offset: '(array|string|function)',\n container: '(string|element|boolean)',\n fallbackPlacements: 'array',\n boundary: '(string|element)',\n customClass: '(string|function)',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n allowList: 'object',\n popperConfig: '(null|object|function)'\n}\n\nconst AttachmentMap = {\n AUTO: 'auto',\n TOP: 'top',\n RIGHT: isRTL() ? 'left' : 'right',\n BOTTOM: 'bottom',\n LEFT: isRTL() ? 'right' : 'left'\n}\n\nconst Default = {\n animation: true,\n template: '<div class=\"tooltip\" role=\"tooltip\">' +\n '<div class=\"tooltip-arrow\"></div>' +\n '<div class=\"tooltip-inner\"></div>' +\n '</div>',\n trigger: 'hover focus',\n title: '',\n delay: 0,\n html: false,\n selector: false,\n placement: 'top',\n offset: [0, 0],\n container: false,\n fallbackPlacements: ['top', 'right', 'bottom', 'left'],\n boundary: 'clippingParents',\n customClass: '',\n sanitize: true,\n sanitizeFn: null,\n allowList: DefaultAllowlist,\n popperConfig: null\n}\n\nconst Event = {\n HIDE: `hide${EVENT_KEY}`,\n HIDDEN: `hidden${EVENT_KEY}`,\n SHOW: `show${EVENT_KEY}`,\n SHOWN: `shown${EVENT_KEY}`,\n INSERTED: `inserted${EVENT_KEY}`,\n CLICK: `click${EVENT_KEY}`,\n FOCUSIN: `focusin${EVENT_KEY}`,\n FOCUSOUT: `focusout${EVENT_KEY}`,\n MOUSEENTER: `mouseenter${EVENT_KEY}`,\n MOUSELEAVE: `mouseleave${EVENT_KEY}`\n}\n\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_MODAL = 'modal'\nconst CLASS_NAME_SHOW = 'show'\n\nconst HOVER_STATE_SHOW = 'show'\nconst HOVER_STATE_OUT = 'out'\n\nconst SELECTOR_TOOLTIP_INNER = '.tooltip-inner'\n\nconst TRIGGER_HOVER = 'hover'\nconst TRIGGER_FOCUS = 'focus'\nconst TRIGGER_CLICK = 'click'\nconst TRIGGER_MANUAL = 'manual'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Tooltip extends BaseComponent {\n constructor(element, config) {\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s tooltips require Popper (https://popper.js.org)')\n }\n\n super(element)\n\n // private\n this._isEnabled = true\n this._timeout = 0\n this._hoverState = ''\n this._activeTrigger = {}\n this._popper = null\n\n // Protected\n this.config = this._getConfig(config)\n this.tip = null\n\n this._setListeners()\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n static get DATA_KEY() {\n return DATA_KEY\n }\n\n static get Event() {\n return Event\n }\n\n static get EVENT_KEY() {\n return EVENT_KEY\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n // Public\n\n enable() {\n this._isEnabled = true\n }\n\n disable() {\n this._isEnabled = false\n }\n\n toggleEnabled() {\n this._isEnabled = !this._isEnabled\n }\n\n toggle(event) {\n if (!this._isEnabled) {\n return\n }\n\n if (event) {\n const context = this._initializeOnDelegatedTarget(event)\n\n context._activeTrigger.click = !context._activeTrigger.click\n\n if (context._isWithActiveTrigger()) {\n context._enter(null, context)\n } else {\n context._leave(null, context)\n }\n } else {\n if (this.getTipElement().classList.contains(CLASS_NAME_SHOW)) {\n this._leave(null, this)\n return\n }\n\n this._enter(null, this)\n }\n }\n\n dispose() {\n clearTimeout(this._timeout)\n\n EventHandler.off(this._element, this.constructor.EVENT_KEY)\n EventHandler.off(this._element.closest(`.${CLASS_NAME_MODAL}`), 'hide.bs.modal', this._hideModalHandler)\n\n if (this.tip && this.tip.parentNode) {\n this.tip.parentNode.removeChild(this.tip)\n }\n\n this._isEnabled = null\n this._timeout = null\n this._hoverState = null\n this._activeTrigger = null\n if (this._popper) {\n this._popper.destroy()\n }\n\n this._popper = null\n this.config = null\n this.tip = null\n super.dispose()\n }\n\n show() {\n if (this._element.style.display === 'none') {\n throw new Error('Please use show on visible elements')\n }\n\n if (!(this.isWithContent() && this._isEnabled)) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, this.constructor.Event.SHOW)\n const shadowRoot = findShadowRoot(this._element)\n const isInTheDom = shadowRoot === null ?\n this._element.ownerDocument.documentElement.contains(this._element) :\n shadowRoot.contains(this._element)\n\n if (showEvent.defaultPrevented || !isInTheDom) {\n return\n }\n\n const tip = this.getTipElement()\n const tipId = getUID(this.constructor.NAME)\n\n tip.setAttribute('id', tipId)\n this._element.setAttribute('aria-describedby', tipId)\n\n this.setContent()\n\n if (this.config.animation) {\n tip.classList.add(CLASS_NAME_FADE)\n }\n\n const placement = typeof this.config.placement === 'function' ?\n this.config.placement.call(this, tip, this._element) :\n this.config.placement\n\n const attachment = this._getAttachment(placement)\n this._addAttachmentClass(attachment)\n\n const container = this._getContainer()\n Data.set(tip, this.constructor.DATA_KEY, this)\n\n if (!this._element.ownerDocument.documentElement.contains(this.tip)) {\n container.appendChild(tip)\n EventHandler.trigger(this._element, this.constructor.Event.INSERTED)\n }\n\n if (this._popper) {\n this._popper.update()\n } else {\n this._popper = Popper.createPopper(this._element, tip, this._getPopperConfig(attachment))\n }\n\n tip.classList.add(CLASS_NAME_SHOW)\n\n const customClass = typeof this.config.customClass === 'function' ? this.config.customClass() : this.config.customClass\n if (customClass) {\n tip.classList.add(...customClass.split(' '))\n }\n\n // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n if ('ontouchstart' in document.documentElement) {\n [].concat(...document.body.children).forEach(element => {\n EventHandler.on(element, 'mouseover', noop())\n })\n }\n\n const complete = () => {\n const prevHoverState = this._hoverState\n\n this._hoverState = null\n EventHandler.trigger(this._element, this.constructor.Event.SHOWN)\n\n if (prevHoverState === HOVER_STATE_OUT) {\n this._leave(null, this)\n }\n }\n\n if (this.tip.classList.contains(CLASS_NAME_FADE)) {\n const transitionDuration = getTransitionDurationFromElement(this.tip)\n EventHandler.one(this.tip, 'transitionend', complete)\n emulateTransitionEnd(this.tip, transitionDuration)\n } else {\n complete()\n }\n }\n\n hide() {\n if (!this._popper) {\n return\n }\n\n const tip = this.getTipElement()\n const complete = () => {\n if (this._isWithActiveTrigger()) {\n return\n }\n\n if (this._hoverState !== HOVER_STATE_SHOW && tip.parentNode) {\n tip.parentNode.removeChild(tip)\n }\n\n this._cleanTipClass()\n this._element.removeAttribute('aria-describedby')\n EventHandler.trigger(this._element, this.constructor.Event.HIDDEN)\n\n if (this._popper) {\n this._popper.destroy()\n this._popper = null\n }\n }\n\n const hideEvent = EventHandler.trigger(this._element, this.constructor.Event.HIDE)\n if (hideEvent.defaultPrevented) {\n return\n }\n\n tip.classList.remove(CLASS_NAME_SHOW)\n\n // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n if ('ontouchstart' in document.documentElement) {\n [].concat(...document.body.children)\n .forEach(element => EventHandler.off(element, 'mouseover', noop))\n }\n\n this._activeTrigger[TRIGGER_CLICK] = false\n this._activeTrigger[TRIGGER_FOCUS] = false\n this._activeTrigger[TRIGGER_HOVER] = false\n\n if (this.tip.classList.contains(CLASS_NAME_FADE)) {\n const transitionDuration = getTransitionDurationFromElement(tip)\n\n EventHandler.one(tip, 'transitionend', complete)\n emulateTransitionEnd(tip, transitionDuration)\n } else {\n complete()\n }\n\n this._hoverState = ''\n }\n\n update() {\n if (this._popper !== null) {\n this._popper.update()\n }\n }\n\n // Protected\n\n isWithContent() {\n return Boolean(this.getTitle())\n }\n\n getTipElement() {\n if (this.tip) {\n return this.tip\n }\n\n const element = document.createElement('div')\n element.innerHTML = this.config.template\n\n this.tip = element.children[0]\n return this.tip\n }\n\n setContent() {\n const tip = this.getTipElement()\n this.setElementContent(SelectorEngine.findOne(SELECTOR_TOOLTIP_INNER, tip), this.getTitle())\n tip.classList.remove(CLASS_NAME_FADE, CLASS_NAME_SHOW)\n }\n\n setElementContent(element, content) {\n if (element === null) {\n return\n }\n\n if (typeof content === 'object' && isElement(content)) {\n if (content.jquery) {\n content = content[0]\n }\n\n // content is a DOM node or a jQuery\n if (this.config.html) {\n if (content.parentNode !== element) {\n element.innerHTML = ''\n element.appendChild(content)\n }\n } else {\n element.textContent = content.textContent\n }\n\n return\n }\n\n if (this.config.html) {\n if (this.config.sanitize) {\n content = sanitizeHtml(content, this.config.allowList, this.config.sanitizeFn)\n }\n\n element.innerHTML = content\n } else {\n element.textContent = content\n }\n }\n\n getTitle() {\n let title = this._element.getAttribute('data-bs-original-title')\n\n if (!title) {\n title = typeof this.config.title === 'function' ?\n this.config.title.call(this._element) :\n this.config.title\n }\n\n return title\n }\n\n updateAttachment(attachment) {\n if (attachment === 'right') {\n return 'end'\n }\n\n if (attachment === 'left') {\n return 'start'\n }\n\n return attachment\n }\n\n // Private\n\n _initializeOnDelegatedTarget(event, context) {\n const dataKey = this.constructor.DATA_KEY\n context = context || Data.get(event.delegateTarget, dataKey)\n\n if (!context) {\n context = new this.constructor(event.delegateTarget, this._getDelegateConfig())\n Data.set(event.delegateTarget, dataKey, context)\n }\n\n return context\n }\n\n _getOffset() {\n const { offset } = this.config\n\n if (typeof offset === 'string') {\n return offset.split(',').map(val => Number.parseInt(val, 10))\n }\n\n if (typeof offset === 'function') {\n return popperData => offset(popperData, this._element)\n }\n\n return offset\n }\n\n _getPopperConfig(attachment) {\n const defaultBsPopperConfig = {\n placement: attachment,\n modifiers: [\n {\n name: 'flip',\n options: {\n altBoundary: true,\n fallbackPlacements: this.config.fallbackPlacements\n }\n },\n {\n name: 'offset',\n options: {\n offset: this._getOffset()\n }\n },\n {\n name: 'preventOverflow',\n options: {\n boundary: this.config.boundary\n }\n },\n {\n name: 'arrow',\n options: {\n element: `.${this.constructor.NAME}-arrow`\n }\n },\n {\n name: 'onChange',\n enabled: true,\n phase: 'afterWrite',\n fn: data => this._handlePopperPlacementChange(data)\n }\n ],\n onFirstUpdate: data => {\n if (data.options.placement !== data.placement) {\n this._handlePopperPlacementChange(data)\n }\n }\n }\n\n return {\n ...defaultBsPopperConfig,\n ...(typeof this.config.popperConfig === 'function' ? this.config.popperConfig(defaultBsPopperConfig) : this.config.popperConfig)\n }\n }\n\n _addAttachmentClass(attachment) {\n this.getTipElement().classList.add(`${CLASS_PREFIX}-${this.updateAttachment(attachment)}`)\n }\n\n _getContainer() {\n if (this.config.container === false) {\n return document.body\n }\n\n if (isElement(this.config.container)) {\n return this.config.container\n }\n\n return SelectorEngine.findOne(this.config.container)\n }\n\n _getAttachment(placement) {\n return AttachmentMap[placement.toUpperCase()]\n }\n\n _setListeners() {\n const triggers = this.config.trigger.split(' ')\n\n triggers.forEach(trigger => {\n if (trigger === 'click') {\n EventHandler.on(this._element, this.constructor.Event.CLICK, this.config.selector, event => this.toggle(event))\n } else if (trigger !== TRIGGER_MANUAL) {\n const eventIn = trigger === TRIGGER_HOVER ?\n this.constructor.Event.MOUSEENTER :\n this.constructor.Event.FOCUSIN\n const eventOut = trigger === TRIGGER_HOVER ?\n this.constructor.Event.MOUSELEAVE :\n this.constructor.Event.FOCUSOUT\n\n EventHandler.on(this._element, eventIn, this.config.selector, event => this._enter(event))\n EventHandler.on(this._element, eventOut, this.config.selector, event => this._leave(event))\n }\n })\n\n this._hideModalHandler = () => {\n if (this._element) {\n this.hide()\n }\n }\n\n EventHandler.on(this._element.closest(`.${CLASS_NAME_MODAL}`), 'hide.bs.modal', this._hideModalHandler)\n\n if (this.config.selector) {\n this.config = {\n ...this.config,\n trigger: 'manual',\n selector: ''\n }\n } else {\n this._fixTitle()\n }\n }\n\n _fixTitle() {\n const title = this._element.getAttribute('title')\n const originalTitleType = typeof this._element.getAttribute('data-bs-original-title')\n\n if (title || originalTitleType !== 'string') {\n this._element.setAttribute('data-bs-original-title', title || '')\n if (title && !this._element.getAttribute('aria-label') && !this._element.textContent) {\n this._element.setAttribute('aria-label', title)\n }\n\n this._element.setAttribute('title', '')\n }\n }\n\n _enter(event, context) {\n context = this._initializeOnDelegatedTarget(event, context)\n\n if (event) {\n context._activeTrigger[\n event.type === 'focusin' ? TRIGGER_FOCUS : TRIGGER_HOVER\n ] = true\n }\n\n if (context.getTipElement().classList.contains(CLASS_NAME_SHOW) || context._hoverState === HOVER_STATE_SHOW) {\n context._hoverState = HOVER_STATE_SHOW\n return\n }\n\n clearTimeout(context._timeout)\n\n context._hoverState = HOVER_STATE_SHOW\n\n if (!context.config.delay || !context.config.delay.show) {\n context.show()\n return\n }\n\n context._timeout = setTimeout(() => {\n if (context._hoverState === HOVER_STATE_SHOW) {\n context.show()\n }\n }, context.config.delay.show)\n }\n\n _leave(event, context) {\n context = this._initializeOnDelegatedTarget(event, context)\n\n if (event) {\n context._activeTrigger[\n event.type === 'focusout' ? TRIGGER_FOCUS : TRIGGER_HOVER\n ] = context._element.contains(event.relatedTarget)\n }\n\n if (context._isWithActiveTrigger()) {\n return\n }\n\n clearTimeout(context._timeout)\n\n context._hoverState = HOVER_STATE_OUT\n\n if (!context.config.delay || !context.config.delay.hide) {\n context.hide()\n return\n }\n\n context._timeout = setTimeout(() => {\n if (context._hoverState === HOVER_STATE_OUT) {\n context.hide()\n }\n }, context.config.delay.hide)\n }\n\n _isWithActiveTrigger() {\n for (const trigger in this._activeTrigger) {\n if (this._activeTrigger[trigger]) {\n return true\n }\n }\n\n return false\n }\n\n _getConfig(config) {\n const dataAttributes = Manipulator.getDataAttributes(this._element)\n\n Object.keys(dataAttributes).forEach(dataAttr => {\n if (DISALLOWED_ATTRIBUTES.has(dataAttr)) {\n delete dataAttributes[dataAttr]\n }\n })\n\n if (config && typeof config.container === 'object' && config.container.jquery) {\n config.container = config.container[0]\n }\n\n config = {\n ...this.constructor.Default,\n ...dataAttributes,\n ...(typeof config === 'object' && config ? config : {})\n }\n\n if (typeof config.delay === 'number') {\n config.delay = {\n show: config.delay,\n hide: config.delay\n }\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString()\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString()\n }\n\n typeCheckConfig(NAME, config, this.constructor.DefaultType)\n\n if (config.sanitize) {\n config.template = sanitizeHtml(config.template, config.allowList, config.sanitizeFn)\n }\n\n return config\n }\n\n _getDelegateConfig() {\n const config = {}\n\n if (this.config) {\n for (const key in this.config) {\n if (this.constructor.Default[key] !== this.config[key]) {\n config[key] = this.config[key]\n }\n }\n }\n\n return config\n }\n\n _cleanTipClass() {\n const tip = this.getTipElement()\n const tabClass = tip.getAttribute('class').match(BSCLS_PREFIX_REGEX)\n if (tabClass !== null && tabClass.length > 0) {\n tabClass.map(token => token.trim())\n .forEach(tClass => tip.classList.remove(tClass))\n }\n }\n\n _handlePopperPlacementChange(popperData) {\n const { state } = popperData\n\n if (!state) {\n return\n }\n\n this.tip = state.elements.popper\n this._cleanTipClass()\n this._addAttachmentClass(this._getAttachment(state.placement))\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n let data = Data.get(this, DATA_KEY)\n const _config = typeof config === 'object' && config\n\n if (!data && /dispose|hide/.test(config)) {\n return\n }\n\n if (!data) {\n data = new Tooltip(this, _config)\n }\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n }\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Tooltip to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(NAME, Tooltip)\n\nexport default Tooltip\n"],"names":["MAX_UID","MILLISECONDS_MULTIPLIER","TRANSITION_END","toType","obj","undefined","toString","call","match","toLowerCase","getUID","prefix","Math","floor","random","document","getElementById","getTransitionDurationFromElement","element","transitionDuration","transitionDelay","window","getComputedStyle","floatTransitionDuration","Number","parseFloat","floatTransitionDelay","split","triggerTransitionEnd","dispatchEvent","Event","isElement","nodeType","emulateTransitionEnd","duration","called","durationPadding","emulatedDuration","listener","removeEventListener","addEventListener","setTimeout","typeCheckConfig","componentName","config","configTypes","Object","keys","forEach","property","expectedTypes","value","valueType","RegExp","test","TypeError","toUpperCase","findShadowRoot","documentElement","attachShadow","getRootNode","root","ShadowRoot","parentNode","noop","getjQuery","jQuery","body","hasAttribute","onDOMContentLoaded","callback","readyState","isRTL","dir","defineJQueryPlugin","name","plugin","$","JQUERY_NO_CONFLICT","fn","jQueryInterface","Constructor","noConflict","uriAttrs","Set","ARIA_ATTRIBUTE_PATTERN","SAFE_URL_PATTERN","DATA_URL_PATTERN","allowedAttribute","attr","allowedAttributeList","attrName","nodeName","includes","has","Boolean","nodeValue","regExp","filter","attrRegex","i","len","length","DefaultAllowlist","a","area","b","br","col","code","div","em","hr","h1","h2","h3","h4","h5","h6","img","li","ol","p","pre","s","small","span","sub","sup","strong","u","ul","sanitizeHtml","unsafeHtml","allowList","sanitizeFn","domParser","DOMParser","createdDocument","parseFromString","allowlistKeys","elements","concat","querySelectorAll","el","elName","removeChild","attributeList","attributes","allowedAttributes","removeAttribute","innerHTML","NAME","DATA_KEY","EVENT_KEY","CLASS_PREFIX","BSCLS_PREFIX_REGEX","DISALLOWED_ATTRIBUTES","DefaultType","animation","template","title","trigger","delay","html","selector","placement","offset","container","fallbackPlacements","boundary","customClass","sanitize","popperConfig","AttachmentMap","AUTO","TOP","RIGHT","BOTTOM","LEFT","Default","HIDE","HIDDEN","SHOW","SHOWN","INSERTED","CLICK","FOCUSIN","FOCUSOUT","MOUSEENTER","MOUSELEAVE","CLASS_NAME_FADE","CLASS_NAME_MODAL","CLASS_NAME_SHOW","HOVER_STATE_SHOW","HOVER_STATE_OUT","SELECTOR_TOOLTIP_INNER","TRIGGER_HOVER","TRIGGER_FOCUS","TRIGGER_CLICK","TRIGGER_MANUAL","Tooltip","BaseComponent","constructor","Popper","_isEnabled","_timeout","_hoverState","_activeTrigger","_popper","_getConfig","tip","_setListeners","enable","disable","toggleEnabled","toggle","event","context","_initializeOnDelegatedTarget","click","_isWithActiveTrigger","_enter","_leave","getTipElement","classList","contains","dispose","clearTimeout","EventHandler","off","_element","closest","_hideModalHandler","destroy","show","style","display","Error","isWithContent","showEvent","shadowRoot","isInTheDom","ownerDocument","defaultPrevented","tipId","setAttribute","setContent","add","attachment","_getAttachment","_addAttachmentClass","_getContainer","Data","set","appendChild","update","createPopper","_getPopperConfig","children","on","complete","prevHoverState","one","hide","_cleanTipClass","hideEvent","remove","getTitle","createElement","setElementContent","SelectorEngine","findOne","content","jquery","textContent","getAttribute","updateAttachment","dataKey","get","delegateTarget","_getDelegateConfig","_getOffset","map","val","parseInt","popperData","defaultBsPopperConfig","modifiers","options","altBoundary","enabled","phase","data","_handlePopperPlacementChange","onFirstUpdate","triggers","eventIn","eventOut","_fixTitle","originalTitleType","type","relatedTarget","dataAttributes","Manipulator","getDataAttributes","dataAttr","key","tabClass","token","trim","tClass","state","popper","each","_config"],"mappings":"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"}
@@ -0,0 +1,141 @@
1
+ /**
2
+ * --------------------------------------------------------------------------
3
+ * Bootstrap (v5.0.0-beta3): alert.js
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ * --------------------------------------------------------------------------
6
+ */
7
+
8
+ import {
9
+ defineJQueryPlugin,
10
+ emulateTransitionEnd,
11
+ getElementFromSelector,
12
+ getTransitionDurationFromElement
13
+ } from './util/index'
14
+ import Data from './dom/data'
15
+ import EventHandler from './dom/event-handler'
16
+ import BaseComponent from './base-component'
17
+
18
+ /**
19
+ * ------------------------------------------------------------------------
20
+ * Constants
21
+ * ------------------------------------------------------------------------
22
+ */
23
+
24
+ const NAME = 'alert'
25
+ const DATA_KEY = 'bs.alert'
26
+ const EVENT_KEY = `.${DATA_KEY}`
27
+ const DATA_API_KEY = '.data-api'
28
+
29
+ const SELECTOR_DISMISS = '[data-bs-dismiss="alert"]'
30
+
31
+ const EVENT_CLOSE = `close${EVENT_KEY}`
32
+ const EVENT_CLOSED = `closed${EVENT_KEY}`
33
+ const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`
34
+
35
+ const CLASS_NAME_ALERT = 'alert'
36
+ const CLASS_NAME_FADE = 'fade'
37
+ const CLASS_NAME_SHOW = 'show'
38
+
39
+ /**
40
+ * ------------------------------------------------------------------------
41
+ * Class Definition
42
+ * ------------------------------------------------------------------------
43
+ */
44
+
45
+ class Alert extends BaseComponent {
46
+ // Getters
47
+
48
+ static get DATA_KEY() {
49
+ return DATA_KEY
50
+ }
51
+
52
+ // Public
53
+
54
+ close(element) {
55
+ const rootElement = element ? this._getRootElement(element) : this._element
56
+ const customEvent = this._triggerCloseEvent(rootElement)
57
+
58
+ if (customEvent === null || customEvent.defaultPrevented) {
59
+ return
60
+ }
61
+
62
+ this._removeElement(rootElement)
63
+ }
64
+
65
+ // Private
66
+
67
+ _getRootElement(element) {
68
+ return getElementFromSelector(element) || element.closest(`.${CLASS_NAME_ALERT}`)
69
+ }
70
+
71
+ _triggerCloseEvent(element) {
72
+ return EventHandler.trigger(element, EVENT_CLOSE)
73
+ }
74
+
75
+ _removeElement(element) {
76
+ element.classList.remove(CLASS_NAME_SHOW)
77
+
78
+ if (!element.classList.contains(CLASS_NAME_FADE)) {
79
+ this._destroyElement(element)
80
+ return
81
+ }
82
+
83
+ const transitionDuration = getTransitionDurationFromElement(element)
84
+
85
+ EventHandler.one(element, 'transitionend', () => this._destroyElement(element))
86
+ emulateTransitionEnd(element, transitionDuration)
87
+ }
88
+
89
+ _destroyElement(element) {
90
+ if (element.parentNode) {
91
+ element.parentNode.removeChild(element)
92
+ }
93
+
94
+ EventHandler.trigger(element, EVENT_CLOSED)
95
+ }
96
+
97
+ // Static
98
+
99
+ static jQueryInterface(config) {
100
+ return this.each(function () {
101
+ let data = Data.get(this, DATA_KEY)
102
+
103
+ if (!data) {
104
+ data = new Alert(this)
105
+ }
106
+
107
+ if (config === 'close') {
108
+ data[config](this)
109
+ }
110
+ })
111
+ }
112
+
113
+ static handleDismiss(alertInstance) {
114
+ return function (event) {
115
+ if (event) {
116
+ event.preventDefault()
117
+ }
118
+
119
+ alertInstance.close(this)
120
+ }
121
+ }
122
+ }
123
+
124
+ /**
125
+ * ------------------------------------------------------------------------
126
+ * Data Api implementation
127
+ * ------------------------------------------------------------------------
128
+ */
129
+
130
+ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DISMISS, Alert.handleDismiss(new Alert()))
131
+
132
+ /**
133
+ * ------------------------------------------------------------------------
134
+ * jQuery
135
+ * ------------------------------------------------------------------------
136
+ * add .Alert to jQuery only if jQuery is present
137
+ */
138
+
139
+ defineJQueryPlugin(NAME, Alert)
140
+
141
+ export default Alert
@@ -0,0 +1,46 @@
1
+ /**
2
+ * --------------------------------------------------------------------------
3
+ * Bootstrap (v5.0.0-beta3): base-component.js
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ * --------------------------------------------------------------------------
6
+ */
7
+
8
+ import Data from './dom/data'
9
+
10
+ /**
11
+ * ------------------------------------------------------------------------
12
+ * Constants
13
+ * ------------------------------------------------------------------------
14
+ */
15
+
16
+ const VERSION = '5.0.0-beta3'
17
+
18
+ class BaseComponent {
19
+ constructor(element) {
20
+ element = typeof element === 'string' ? document.querySelector(element) : element
21
+
22
+ if (!element) {
23
+ return
24
+ }
25
+
26
+ this._element = element
27
+ Data.set(this._element, this.constructor.DATA_KEY, this)
28
+ }
29
+
30
+ dispose() {
31
+ Data.remove(this._element, this.constructor.DATA_KEY)
32
+ this._element = null
33
+ }
34
+
35
+ /** Static */
36
+
37
+ static getInstance(element) {
38
+ return Data.get(element, this.DATA_KEY)
39
+ }
40
+
41
+ static get VERSION() {
42
+ return VERSION
43
+ }
44
+ }
45
+
46
+ export default BaseComponent
@@ -0,0 +1,95 @@
1
+ /**
2
+ * --------------------------------------------------------------------------
3
+ * Bootstrap (v5.0.0-beta3): button.js
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ * --------------------------------------------------------------------------
6
+ */
7
+
8
+ import { defineJQueryPlugin } from './util/index'
9
+ import Data from './dom/data'
10
+ import EventHandler from './dom/event-handler'
11
+ import BaseComponent from './base-component'
12
+
13
+ /**
14
+ * ------------------------------------------------------------------------
15
+ * Constants
16
+ * ------------------------------------------------------------------------
17
+ */
18
+
19
+ const NAME = 'button'
20
+ const DATA_KEY = 'bs.button'
21
+ const EVENT_KEY = `.${DATA_KEY}`
22
+ const DATA_API_KEY = '.data-api'
23
+
24
+ const CLASS_NAME_ACTIVE = 'active'
25
+
26
+ const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="button"]'
27
+
28
+ const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`
29
+
30
+ /**
31
+ * ------------------------------------------------------------------------
32
+ * Class Definition
33
+ * ------------------------------------------------------------------------
34
+ */
35
+
36
+ class Button extends BaseComponent {
37
+ // Getters
38
+
39
+ static get DATA_KEY() {
40
+ return DATA_KEY
41
+ }
42
+
43
+ // Public
44
+
45
+ toggle() {
46
+ // Toggle class and sync the `aria-pressed` attribute with the return value of the `.toggle()` method
47
+ this._element.setAttribute('aria-pressed', this._element.classList.toggle(CLASS_NAME_ACTIVE))
48
+ }
49
+
50
+ // Static
51
+
52
+ static jQueryInterface(config) {
53
+ return this.each(function () {
54
+ let data = Data.get(this, DATA_KEY)
55
+
56
+ if (!data) {
57
+ data = new Button(this)
58
+ }
59
+
60
+ if (config === 'toggle') {
61
+ data[config]()
62
+ }
63
+ })
64
+ }
65
+ }
66
+
67
+ /**
68
+ * ------------------------------------------------------------------------
69
+ * Data Api implementation
70
+ * ------------------------------------------------------------------------
71
+ */
72
+
73
+ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => {
74
+ event.preventDefault()
75
+
76
+ const button = event.target.closest(SELECTOR_DATA_TOGGLE)
77
+
78
+ let data = Data.get(button, DATA_KEY)
79
+ if (!data) {
80
+ data = new Button(button)
81
+ }
82
+
83
+ data.toggle()
84
+ })
85
+
86
+ /**
87
+ * ------------------------------------------------------------------------
88
+ * jQuery
89
+ * ------------------------------------------------------------------------
90
+ * add .Button to jQuery only if jQuery is present
91
+ */
92
+
93
+ defineJQueryPlugin(NAME, Button)
94
+
95
+ export default Button
@@ -0,0 +1,624 @@
1
+ /**
2
+ * --------------------------------------------------------------------------
3
+ * Bootstrap (v5.0.0-beta3): carousel.js
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ * --------------------------------------------------------------------------
6
+ */
7
+
8
+ import {
9
+ defineJQueryPlugin,
10
+ emulateTransitionEnd,
11
+ getElementFromSelector,
12
+ getTransitionDurationFromElement,
13
+ isRTL,
14
+ isVisible,
15
+ reflow,
16
+ triggerTransitionEnd,
17
+ typeCheckConfig
18
+ } from './util/index'
19
+ import Data from './dom/data'
20
+ import EventHandler from './dom/event-handler'
21
+ import Manipulator from './dom/manipulator'
22
+ import SelectorEngine from './dom/selector-engine'
23
+ import BaseComponent from './base-component'
24
+
25
+ /**
26
+ * ------------------------------------------------------------------------
27
+ * Constants
28
+ * ------------------------------------------------------------------------
29
+ */
30
+
31
+ const NAME = 'carousel'
32
+ const DATA_KEY = 'bs.carousel'
33
+ const EVENT_KEY = `.${DATA_KEY}`
34
+ const DATA_API_KEY = '.data-api'
35
+
36
+ const ARROW_LEFT_KEY = 'ArrowLeft'
37
+ const ARROW_RIGHT_KEY = 'ArrowRight'
38
+ const TOUCHEVENT_COMPAT_WAIT = 500 // Time for mouse compat events to fire after touch
39
+ const SWIPE_THRESHOLD = 40
40
+
41
+ const Default = {
42
+ interval: 5000,
43
+ keyboard: true,
44
+ slide: false,
45
+ pause: 'hover',
46
+ wrap: true,
47
+ touch: true
48
+ }
49
+
50
+ const DefaultType = {
51
+ interval: '(number|boolean)',
52
+ keyboard: 'boolean',
53
+ slide: '(boolean|string)',
54
+ pause: '(string|boolean)',
55
+ wrap: 'boolean',
56
+ touch: 'boolean'
57
+ }
58
+
59
+ const ORDER_NEXT = 'next'
60
+ const ORDER_PREV = 'prev'
61
+ const DIRECTION_LEFT = 'left'
62
+ const DIRECTION_RIGHT = 'right'
63
+
64
+ const EVENT_SLIDE = `slide${EVENT_KEY}`
65
+ const EVENT_SLID = `slid${EVENT_KEY}`
66
+ const EVENT_KEYDOWN = `keydown${EVENT_KEY}`
67
+ const EVENT_MOUSEENTER = `mouseenter${EVENT_KEY}`
68
+ const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}`
69
+ const EVENT_TOUCHSTART = `touchstart${EVENT_KEY}`
70
+ const EVENT_TOUCHMOVE = `touchmove${EVENT_KEY}`
71
+ const EVENT_TOUCHEND = `touchend${EVENT_KEY}`
72
+ const EVENT_POINTERDOWN = `pointerdown${EVENT_KEY}`
73
+ const EVENT_POINTERUP = `pointerup${EVENT_KEY}`
74
+ const EVENT_DRAG_START = `dragstart${EVENT_KEY}`
75
+ const EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`
76
+ const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`
77
+
78
+ const CLASS_NAME_CAROUSEL = 'carousel'
79
+ const CLASS_NAME_ACTIVE = 'active'
80
+ const CLASS_NAME_SLIDE = 'slide'
81
+ const CLASS_NAME_END = 'carousel-item-end'
82
+ const CLASS_NAME_START = 'carousel-item-start'
83
+ const CLASS_NAME_NEXT = 'carousel-item-next'
84
+ const CLASS_NAME_PREV = 'carousel-item-prev'
85
+ const CLASS_NAME_POINTER_EVENT = 'pointer-event'
86
+
87
+ const SELECTOR_ACTIVE = '.active'
88
+ const SELECTOR_ACTIVE_ITEM = '.active.carousel-item'
89
+ const SELECTOR_ITEM = '.carousel-item'
90
+ const SELECTOR_ITEM_IMG = '.carousel-item img'
91
+ const SELECTOR_NEXT_PREV = '.carousel-item-next, .carousel-item-prev'
92
+ const SELECTOR_INDICATORS = '.carousel-indicators'
93
+ const SELECTOR_INDICATOR = '[data-bs-target]'
94
+ const SELECTOR_DATA_SLIDE = '[data-bs-slide], [data-bs-slide-to]'
95
+ const SELECTOR_DATA_RIDE = '[data-bs-ride="carousel"]'
96
+
97
+ const POINTER_TYPE_TOUCH = 'touch'
98
+ const POINTER_TYPE_PEN = 'pen'
99
+
100
+ /**
101
+ * ------------------------------------------------------------------------
102
+ * Class Definition
103
+ * ------------------------------------------------------------------------
104
+ */
105
+ class Carousel extends BaseComponent {
106
+ constructor(element, config) {
107
+ super(element)
108
+
109
+ this._items = null
110
+ this._interval = null
111
+ this._activeElement = null
112
+ this._isPaused = false
113
+ this._isSliding = false
114
+ this.touchTimeout = null
115
+ this.touchStartX = 0
116
+ this.touchDeltaX = 0
117
+
118
+ this._config = this._getConfig(config)
119
+ this._indicatorsElement = SelectorEngine.findOne(SELECTOR_INDICATORS, this._element)
120
+ this._touchSupported = 'ontouchstart' in document.documentElement || navigator.maxTouchPoints > 0
121
+ this._pointerEvent = Boolean(window.PointerEvent)
122
+
123
+ this._addEventListeners()
124
+ }
125
+
126
+ // Getters
127
+
128
+ static get Default() {
129
+ return Default
130
+ }
131
+
132
+ static get DATA_KEY() {
133
+ return DATA_KEY
134
+ }
135
+
136
+ // Public
137
+
138
+ next() {
139
+ if (!this._isSliding) {
140
+ this._slide(ORDER_NEXT)
141
+ }
142
+ }
143
+
144
+ nextWhenVisible() {
145
+ // Don't call next when the page isn't visible
146
+ // or the carousel or its parent isn't visible
147
+ if (!document.hidden && isVisible(this._element)) {
148
+ this.next()
149
+ }
150
+ }
151
+
152
+ prev() {
153
+ if (!this._isSliding) {
154
+ this._slide(ORDER_PREV)
155
+ }
156
+ }
157
+
158
+ pause(event) {
159
+ if (!event) {
160
+ this._isPaused = true
161
+ }
162
+
163
+ if (SelectorEngine.findOne(SELECTOR_NEXT_PREV, this._element)) {
164
+ triggerTransitionEnd(this._element)
165
+ this.cycle(true)
166
+ }
167
+
168
+ clearInterval(this._interval)
169
+ this._interval = null
170
+ }
171
+
172
+ cycle(event) {
173
+ if (!event) {
174
+ this._isPaused = false
175
+ }
176
+
177
+ if (this._interval) {
178
+ clearInterval(this._interval)
179
+ this._interval = null
180
+ }
181
+
182
+ if (this._config && this._config.interval && !this._isPaused) {
183
+ this._updateInterval()
184
+
185
+ this._interval = setInterval(
186
+ (document.visibilityState ? this.nextWhenVisible : this.next).bind(this),
187
+ this._config.interval
188
+ )
189
+ }
190
+ }
191
+
192
+ to(index) {
193
+ this._activeElement = SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)
194
+ const activeIndex = this._getItemIndex(this._activeElement)
195
+
196
+ if (index > this._items.length - 1 || index < 0) {
197
+ return
198
+ }
199
+
200
+ if (this._isSliding) {
201
+ EventHandler.one(this._element, EVENT_SLID, () => this.to(index))
202
+ return
203
+ }
204
+
205
+ if (activeIndex === index) {
206
+ this.pause()
207
+ this.cycle()
208
+ return
209
+ }
210
+
211
+ const order = index > activeIndex ?
212
+ ORDER_NEXT :
213
+ ORDER_PREV
214
+
215
+ this._slide(order, this._items[index])
216
+ }
217
+
218
+ dispose() {
219
+ EventHandler.off(this._element, EVENT_KEY)
220
+
221
+ this._items = null
222
+ this._config = null
223
+ this._interval = null
224
+ this._isPaused = null
225
+ this._isSliding = null
226
+ this._activeElement = null
227
+ this._indicatorsElement = null
228
+
229
+ super.dispose()
230
+ }
231
+
232
+ // Private
233
+
234
+ _getConfig(config) {
235
+ config = {
236
+ ...Default,
237
+ ...config
238
+ }
239
+ typeCheckConfig(NAME, config, DefaultType)
240
+ return config
241
+ }
242
+
243
+ _handleSwipe() {
244
+ const absDeltax = Math.abs(this.touchDeltaX)
245
+
246
+ if (absDeltax <= SWIPE_THRESHOLD) {
247
+ return
248
+ }
249
+
250
+ const direction = absDeltax / this.touchDeltaX
251
+
252
+ this.touchDeltaX = 0
253
+
254
+ if (!direction) {
255
+ return
256
+ }
257
+
258
+ this._slide(direction > 0 ? DIRECTION_RIGHT : DIRECTION_LEFT)
259
+ }
260
+
261
+ _addEventListeners() {
262
+ if (this._config.keyboard) {
263
+ EventHandler.on(this._element, EVENT_KEYDOWN, event => this._keydown(event))
264
+ }
265
+
266
+ if (this._config.pause === 'hover') {
267
+ EventHandler.on(this._element, EVENT_MOUSEENTER, event => this.pause(event))
268
+ EventHandler.on(this._element, EVENT_MOUSELEAVE, event => this.cycle(event))
269
+ }
270
+
271
+ if (this._config.touch && this._touchSupported) {
272
+ this._addTouchEventListeners()
273
+ }
274
+ }
275
+
276
+ _addTouchEventListeners() {
277
+ const start = event => {
278
+ if (this._pointerEvent && (event.pointerType === POINTER_TYPE_PEN || event.pointerType === POINTER_TYPE_TOUCH)) {
279
+ this.touchStartX = event.clientX
280
+ } else if (!this._pointerEvent) {
281
+ this.touchStartX = event.touches[0].clientX
282
+ }
283
+ }
284
+
285
+ const move = event => {
286
+ // ensure swiping with one touch and not pinching
287
+ this.touchDeltaX = event.touches && event.touches.length > 1 ?
288
+ 0 :
289
+ event.touches[0].clientX - this.touchStartX
290
+ }
291
+
292
+ const end = event => {
293
+ if (this._pointerEvent && (event.pointerType === POINTER_TYPE_PEN || event.pointerType === POINTER_TYPE_TOUCH)) {
294
+ this.touchDeltaX = event.clientX - this.touchStartX
295
+ }
296
+
297
+ this._handleSwipe()
298
+ if (this._config.pause === 'hover') {
299
+ // If it's a touch-enabled device, mouseenter/leave are fired as
300
+ // part of the mouse compatibility events on first tap - the carousel
301
+ // would stop cycling until user tapped out of it;
302
+ // here, we listen for touchend, explicitly pause the carousel
303
+ // (as if it's the second time we tap on it, mouseenter compat event
304
+ // is NOT fired) and after a timeout (to allow for mouse compatibility
305
+ // events to fire) we explicitly restart cycling
306
+
307
+ this.pause()
308
+ if (this.touchTimeout) {
309
+ clearTimeout(this.touchTimeout)
310
+ }
311
+
312
+ this.touchTimeout = setTimeout(event => this.cycle(event), TOUCHEVENT_COMPAT_WAIT + this._config.interval)
313
+ }
314
+ }
315
+
316
+ SelectorEngine.find(SELECTOR_ITEM_IMG, this._element).forEach(itemImg => {
317
+ EventHandler.on(itemImg, EVENT_DRAG_START, e => e.preventDefault())
318
+ })
319
+
320
+ if (this._pointerEvent) {
321
+ EventHandler.on(this._element, EVENT_POINTERDOWN, event => start(event))
322
+ EventHandler.on(this._element, EVENT_POINTERUP, event => end(event))
323
+
324
+ this._element.classList.add(CLASS_NAME_POINTER_EVENT)
325
+ } else {
326
+ EventHandler.on(this._element, EVENT_TOUCHSTART, event => start(event))
327
+ EventHandler.on(this._element, EVENT_TOUCHMOVE, event => move(event))
328
+ EventHandler.on(this._element, EVENT_TOUCHEND, event => end(event))
329
+ }
330
+ }
331
+
332
+ _keydown(event) {
333
+ if (/input|textarea/i.test(event.target.tagName)) {
334
+ return
335
+ }
336
+
337
+ if (event.key === ARROW_LEFT_KEY) {
338
+ event.preventDefault()
339
+ this._slide(DIRECTION_LEFT)
340
+ } else if (event.key === ARROW_RIGHT_KEY) {
341
+ event.preventDefault()
342
+ this._slide(DIRECTION_RIGHT)
343
+ }
344
+ }
345
+
346
+ _getItemIndex(element) {
347
+ this._items = element && element.parentNode ?
348
+ SelectorEngine.find(SELECTOR_ITEM, element.parentNode) :
349
+ []
350
+
351
+ return this._items.indexOf(element)
352
+ }
353
+
354
+ _getItemByOrder(order, activeElement) {
355
+ const isNext = order === ORDER_NEXT
356
+ const isPrev = order === ORDER_PREV
357
+ const activeIndex = this._getItemIndex(activeElement)
358
+ const lastItemIndex = this._items.length - 1
359
+ const isGoingToWrap = (isPrev && activeIndex === 0) || (isNext && activeIndex === lastItemIndex)
360
+
361
+ if (isGoingToWrap && !this._config.wrap) {
362
+ return activeElement
363
+ }
364
+
365
+ const delta = isPrev ? -1 : 1
366
+ const itemIndex = (activeIndex + delta) % this._items.length
367
+
368
+ return itemIndex === -1 ?
369
+ this._items[this._items.length - 1] :
370
+ this._items[itemIndex]
371
+ }
372
+
373
+ _triggerSlideEvent(relatedTarget, eventDirectionName) {
374
+ const targetIndex = this._getItemIndex(relatedTarget)
375
+ const fromIndex = this._getItemIndex(SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element))
376
+
377
+ return EventHandler.trigger(this._element, EVENT_SLIDE, {
378
+ relatedTarget,
379
+ direction: eventDirectionName,
380
+ from: fromIndex,
381
+ to: targetIndex
382
+ })
383
+ }
384
+
385
+ _setActiveIndicatorElement(element) {
386
+ if (this._indicatorsElement) {
387
+ const activeIndicator = SelectorEngine.findOne(SELECTOR_ACTIVE, this._indicatorsElement)
388
+
389
+ activeIndicator.classList.remove(CLASS_NAME_ACTIVE)
390
+ activeIndicator.removeAttribute('aria-current')
391
+
392
+ const indicators = SelectorEngine.find(SELECTOR_INDICATOR, this._indicatorsElement)
393
+
394
+ for (let i = 0; i < indicators.length; i++) {
395
+ if (Number.parseInt(indicators[i].getAttribute('data-bs-slide-to'), 10) === this._getItemIndex(element)) {
396
+ indicators[i].classList.add(CLASS_NAME_ACTIVE)
397
+ indicators[i].setAttribute('aria-current', 'true')
398
+ break
399
+ }
400
+ }
401
+ }
402
+ }
403
+
404
+ _updateInterval() {
405
+ const element = this._activeElement || SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)
406
+
407
+ if (!element) {
408
+ return
409
+ }
410
+
411
+ const elementInterval = Number.parseInt(element.getAttribute('data-bs-interval'), 10)
412
+
413
+ if (elementInterval) {
414
+ this._config.defaultInterval = this._config.defaultInterval || this._config.interval
415
+ this._config.interval = elementInterval
416
+ } else {
417
+ this._config.interval = this._config.defaultInterval || this._config.interval
418
+ }
419
+ }
420
+
421
+ _slide(directionOrOrder, element) {
422
+ const order = this._directionToOrder(directionOrOrder)
423
+ const activeElement = SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)
424
+ const activeElementIndex = this._getItemIndex(activeElement)
425
+ const nextElement = element || this._getItemByOrder(order, activeElement)
426
+
427
+ const nextElementIndex = this._getItemIndex(nextElement)
428
+ const isCycling = Boolean(this._interval)
429
+
430
+ const isNext = order === ORDER_NEXT
431
+ const directionalClassName = isNext ? CLASS_NAME_START : CLASS_NAME_END
432
+ const orderClassName = isNext ? CLASS_NAME_NEXT : CLASS_NAME_PREV
433
+ const eventDirectionName = this._orderToDirection(order)
434
+
435
+ if (nextElement && nextElement.classList.contains(CLASS_NAME_ACTIVE)) {
436
+ this._isSliding = false
437
+ return
438
+ }
439
+
440
+ const slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName)
441
+ if (slideEvent.defaultPrevented) {
442
+ return
443
+ }
444
+
445
+ if (!activeElement || !nextElement) {
446
+ // Some weirdness is happening, so we bail
447
+ return
448
+ }
449
+
450
+ this._isSliding = true
451
+
452
+ if (isCycling) {
453
+ this.pause()
454
+ }
455
+
456
+ this._setActiveIndicatorElement(nextElement)
457
+ this._activeElement = nextElement
458
+
459
+ if (this._element.classList.contains(CLASS_NAME_SLIDE)) {
460
+ nextElement.classList.add(orderClassName)
461
+
462
+ reflow(nextElement)
463
+
464
+ activeElement.classList.add(directionalClassName)
465
+ nextElement.classList.add(directionalClassName)
466
+
467
+ const transitionDuration = getTransitionDurationFromElement(activeElement)
468
+
469
+ EventHandler.one(activeElement, 'transitionend', () => {
470
+ nextElement.classList.remove(directionalClassName, orderClassName)
471
+ nextElement.classList.add(CLASS_NAME_ACTIVE)
472
+
473
+ activeElement.classList.remove(CLASS_NAME_ACTIVE, orderClassName, directionalClassName)
474
+
475
+ this._isSliding = false
476
+
477
+ setTimeout(() => {
478
+ EventHandler.trigger(this._element, EVENT_SLID, {
479
+ relatedTarget: nextElement,
480
+ direction: eventDirectionName,
481
+ from: activeElementIndex,
482
+ to: nextElementIndex
483
+ })
484
+ }, 0)
485
+ })
486
+
487
+ emulateTransitionEnd(activeElement, transitionDuration)
488
+ } else {
489
+ activeElement.classList.remove(CLASS_NAME_ACTIVE)
490
+ nextElement.classList.add(CLASS_NAME_ACTIVE)
491
+
492
+ this._isSliding = false
493
+ EventHandler.trigger(this._element, EVENT_SLID, {
494
+ relatedTarget: nextElement,
495
+ direction: eventDirectionName,
496
+ from: activeElementIndex,
497
+ to: nextElementIndex
498
+ })
499
+ }
500
+
501
+ if (isCycling) {
502
+ this.cycle()
503
+ }
504
+ }
505
+
506
+ _directionToOrder(direction) {
507
+ if (![DIRECTION_RIGHT, DIRECTION_LEFT].includes(direction)) {
508
+ return direction
509
+ }
510
+
511
+ if (isRTL()) {
512
+ return direction === DIRECTION_RIGHT ? ORDER_PREV : ORDER_NEXT
513
+ }
514
+
515
+ return direction === DIRECTION_RIGHT ? ORDER_NEXT : ORDER_PREV
516
+ }
517
+
518
+ _orderToDirection(order) {
519
+ if (![ORDER_NEXT, ORDER_PREV].includes(order)) {
520
+ return order
521
+ }
522
+
523
+ if (isRTL()) {
524
+ return order === ORDER_NEXT ? DIRECTION_LEFT : DIRECTION_RIGHT
525
+ }
526
+
527
+ return order === ORDER_NEXT ? DIRECTION_RIGHT : DIRECTION_LEFT
528
+ }
529
+
530
+ // Static
531
+
532
+ static carouselInterface(element, config) {
533
+ let data = Data.get(element, DATA_KEY)
534
+ let _config = {
535
+ ...Default,
536
+ ...Manipulator.getDataAttributes(element)
537
+ }
538
+
539
+ if (typeof config === 'object') {
540
+ _config = {
541
+ ..._config,
542
+ ...config
543
+ }
544
+ }
545
+
546
+ const action = typeof config === 'string' ? config : _config.slide
547
+
548
+ if (!data) {
549
+ data = new Carousel(element, _config)
550
+ }
551
+
552
+ if (typeof config === 'number') {
553
+ data.to(config)
554
+ } else if (typeof action === 'string') {
555
+ if (typeof data[action] === 'undefined') {
556
+ throw new TypeError(`No method named "${action}"`)
557
+ }
558
+
559
+ data[action]()
560
+ } else if (_config.interval && _config.ride) {
561
+ data.pause()
562
+ data.cycle()
563
+ }
564
+ }
565
+
566
+ static jQueryInterface(config) {
567
+ return this.each(function () {
568
+ Carousel.carouselInterface(this, config)
569
+ })
570
+ }
571
+
572
+ static dataApiClickHandler(event) {
573
+ const target = getElementFromSelector(this)
574
+
575
+ if (!target || !target.classList.contains(CLASS_NAME_CAROUSEL)) {
576
+ return
577
+ }
578
+
579
+ const config = {
580
+ ...Manipulator.getDataAttributes(target),
581
+ ...Manipulator.getDataAttributes(this)
582
+ }
583
+ const slideIndex = this.getAttribute('data-bs-slide-to')
584
+
585
+ if (slideIndex) {
586
+ config.interval = false
587
+ }
588
+
589
+ Carousel.carouselInterface(target, config)
590
+
591
+ if (slideIndex) {
592
+ Data.get(target, DATA_KEY).to(slideIndex)
593
+ }
594
+
595
+ event.preventDefault()
596
+ }
597
+ }
598
+
599
+ /**
600
+ * ------------------------------------------------------------------------
601
+ * Data Api implementation
602
+ * ------------------------------------------------------------------------
603
+ */
604
+
605
+ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_SLIDE, Carousel.dataApiClickHandler)
606
+
607
+ EventHandler.on(window, EVENT_LOAD_DATA_API, () => {
608
+ const carousels = SelectorEngine.find(SELECTOR_DATA_RIDE)
609
+
610
+ for (let i = 0, len = carousels.length; i < len; i++) {
611
+ Carousel.carouselInterface(carousels[i], Data.get(carousels[i], DATA_KEY))
612
+ }
613
+ })
614
+
615
+ /**
616
+ * ------------------------------------------------------------------------
617
+ * jQuery
618
+ * ------------------------------------------------------------------------
619
+ * add .Carousel to jQuery only if jQuery is present
620
+ */
621
+
622
+ defineJQueryPlugin(NAME, Carousel)
623
+
624
+ export default Carousel