You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor all components using target/scroll-target to use the same interface
- target accepts (in QMenu, QPopupProxy, QTooltip):
- true => auto find target based on first parent (starting from parentEl) without .q-anchor--skip class
- false => no anchor
- Vue instance => uses $el of that instance
- CSS selector or DOM element => that element
- scroll-target accepts (in QInfiniteScroll, QMenu, QScrollObserver, QParalax, QPullToRefresh, QTooltip, QVirtualScroll)
- null or void 0 => auto detect using getScrollTarget
- Vue instance => uses $el of that instance
- CSS selector or DOM element => that element
- in the end, if the scroll target is document, document.body, document.scrollingElement or document.documentElement, window is selected as scroll target
closequasarframework#5051
* Update scroll-observer.md
* Update scroll.js
* Update QInfiniteScroll.js
* Update QInfiniteScroll.json
* Update QMenu.js
* Update QMenu.js
* Update QMenu.json
* Update QParallax.js
* Update QParallax.json
* Update QPullToRefresh.js
* Update QPullToRefresh.json
* Update QScrollObserver.js
* Update QScrollObserver.json
* Update QTooltip.js
* Update QTooltip.json
* Update QVirtualScroll.js
* Update QVirtualScroll.json
* Update anchor.js
Co-authored-by: Razvan Stoenescu <razvan.stoenescu@gmail.com>
0 commit comments