aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-29Return early in more placesXhmikosR2-21/+25
2022-01-29dropdown: Move constantXhmikosR1-4/+2
2022-01-29collapse: merge class togglingGeoSot1-6/+1
2022-01-29event-handler.js: use `for...of`XhmikosR1-2/+2
2022-01-29Rename variablesXhmikosR10-69/+69
2022-01-29backdrop.js: cache `_getElement` callsXhmikosR1-4/+6
2022-01-29Remove a few unneeded variablesXhmikosR3-19/+12
2022-01-13Fix: `isVisible` function behavior in case of a `<details>` element, on chrom...Ryan Berliner1-1/+20
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke1-7/+7
2021-12-21Carousel: move repeated code to a methodGeoSot1-7/+9
2021-12-21Carousel: remove always true `visibilityState` checkGeoSot1-4/+2
2021-12-21Carousel: move carousel default interval to `_getConfig()` and simplify itGeoSot1-7/+7
2021-12-21Carousel: return early and drop a loop.GeoSot1-13/+11
2021-12-21Carousel: add a helper to get the active elementGeoSot1-4/+8
2021-12-21Popover/Tooltip: Fix vertical alignment on arrow of tip elements (#35527)GeoSot1-1/+10
2021-12-18Fix typo in comment (#35564)Phil E. Taylor1-1/+1
2021-12-15Tooltip: remove extraneous call to _getConfig() (#35540)GeoSot1-2/+1
2021-12-15Popover.js: Accept empty content through `data-bs-content` (#35514)GeoSot1-1/+1
2021-12-15Scrollspy: minor refactoring (#35512)XhmikosR1-31/+16
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot16-193/+205
2021-12-10Tab: minor refactoring (#35511)XhmikosR1-12/+5
2021-12-10util/index.js: minor refactoring (#35510)XhmikosR1-27/+25
2021-12-10Toast: join multiple classList calls (#35507)XhmikosR1-9/+3
2021-12-09Scrollbar - remove margin/padding properties properly (#35388)GeoSot1-7/+8
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#...GeoSot1-0/+1
2021-12-09ScrollBar.js. Minor refactoring and add test (#35492)GeoSot1-13/+17
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot1-3/+11
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot2-13/+13
2021-12-01Tooltip: a simple code-block position changeGeoSot1-16/+16
2021-12-01Tooltip: simplify popper checkGeoSot1-1/+1
2021-12-01Tooltip: refactor `_hoverState` to Boolean to achieve better controlGeoSot1-15/+12
2021-12-01Tooltip: merge timeout functionalityGeoSot1-16/+7
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot1-46/+40
2021-12-01Tooltip: Remove redundant `config.delay` checkGeoSot1-2/+2
2021-12-01Tooltip: Remove `Data.set` usage for dynamically created tipGeoSot1-2/+0
2021-12-01Tooltip: merge `isAnimated` checksGeoSot1-5/+7
2021-12-01Tooltip: refactor jQueryInterfaceGeoSot2-10/+14
2021-12-01Dropdown: clearMenus is always an event callbackGeoSot1-18/+16
2021-12-01Dropdown: Clean moreGeoSot1-4/+3
2021-12-01Dropdown: rename varsGeoSot1-6/+8
2021-12-01Dropdown: Remove redundant `Space` checkGeoSot1-14/+4
2021-12-01Dropdown: Deduplicate complex checkGeoSot1-7/+14
2021-12-01Dropdown: Remove redundant check since the `show` method already does itGeoSot1-4/+1
2021-12-01Dropdown: Change constant to the way we use itGeoSot1-2/+2
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot1-14/+5
2021-12-01Dropdown: Remove static method used onceGeoSot1-5/+1
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot1-11/+17
2021-12-01Tooltip: remove leftover method (#35440)GeoSot1-12/+0
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot2-61/+7
2021-11-25tooltip.js: use array.includes instead of for iteration (#35127)GeoSot1-7/+1