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
Mert Sincan
432e1c7e87
refactor: #7090 for Menu
2025-01-14 11:11:48 +00:00
Jakub Michálek
83545ed520
feat(menu): add hide/show events to docs
2025-01-13 08:54:28 +01:00
Jakub Michálek
a989dbcb60
feat(menu): add shot/hide events to menu emits type
2025-01-13 08:45:01 +01:00
tugcekucukoglu
175f473e84
Fixed #6692
2024-11-12 11:56:58 +03:00
tugcekucukoglu
b2d8ba06ae
Refactor #6682 - For Menu
2024-10-31 10:09:10 +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
8509a9b66f
Fixed #6269 - aria-hidden errors on browsers
2024-08-21 09:53:30 +03:00
uros
09aee632b3
- fix Menu.spec.js, Menubar.spec.js, Message.spec.js
2024-08-01 20:29:19 +02:00
Mert Sincan
796edf4c11
Fixed #5968 - Improve utils methods in all packages
2024-06-26 08:46:26 +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