Commit Graph

13 Commits (9511b079ffdf51207c0625b00ac5a39595fe51e4)

Author SHA1 Message Date
Mehdi Rande f6293cf4f5 Fix: Trigger outsideClickListener in capture phase to handle stopPropagation
This commit addresses the issue where the overlay in components does not hide
when clicking outside the component, if the click event is stopped using
stopPropagation on an element or its parents.

The solution changes the event listener for detecting outside clicks to be
triggered in the capture phase instead of the bubbling phase.
This ensures that the outside click is correctly detected even if
stopPropagation is called.
2025-02-11 18:34:43 +01:00
Mert Sincan 9ac4c5a07f fix: update '@primeuix/styles' imports to use 'style' instead of 'theme' across multiple components 2025-01-28 12:37:54 +00:00
tugcekucukoglu 4852576beb Fixed #7153 - Port all styles to @primeuix/styles 2025-01-27 14:52:25 +03:00
tugcekucukoglu 9e3c398dcd Refactor #6681 - For Popover 2024-10-30 12:21:00 +03:00
崮生 1500542e62
fix: #5903 (#6088)
* fix: #5903

* renaming GlobalComponentConstructor https://github.com/primefaces/primevue/pull/6088#issuecomment-2374917228

* Delete package-lock.json

* Update how component types are defined
2024-10-09 09:04:31 +01:00
tugcekucukoglu 6065a4e2b5 Related #6474 2024-09-25 15:00:40 +03:00
tuziemon ec4a0fa8e9
remove needless description of popover 2024-09-20 22:58:20 +09:00
uros 9af790d90a - fix Popover.spec.js 2024-08-01 17:04:33 +02:00
Alex McNerney 2a4625780a
Fix positioning of overlay arrows 2024-06-26 20:11:44 -07:00
Mert Sincan 796edf4c11 Fixed #5968 - Improve utils methods in all packages 2024-06-26 08:46:26 +01:00
Mert Sincan 2fdfe2f13e Fixed #5898 - Themes are installed by the wrong package 2024-06-15 07:14:31 +01:00
Mert Sincan f02874cc18 Refactor on d.ts 2024-06-12 00:08:08 +01:00
Mert Sincan 61929eae75 Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00