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
tugcekucukoglu
61cb4594b0
Fixed #7209 - Form components: wrong default value of variant prop in .d.ts files
2025-02-06 17:37:09 +03: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
bb57b0ae23
refactor: #7090 for TreeSelect
2025-01-14 11:13:50 +00:00
GitHub Actions Bot
e36cc99976
Code Format
2024-12-20 07:12:40 +00:00
maxim
3782131fac
#6950 Fixes performance issue for TreeSelect component
2024-12-12 02:22:31 +04:00
KumJungMin
2533cdba3d
fix: prevent event propagation when clicking overlay in appendTo select mode
2024-11-10 17:53:36 +09:00
tugcekucukoglu
2ffe80f4f3
Fixed #6671 - maxSelectedLabels for TreeSelect
2024-10-31 16:56:36 +03:00
Cagatay Civici
b1822ff9ef
Fixed #6672 - New Design Token for invalid placeholder color
2024-10-28 23:55:20 +03:00
tugcekucukoglu
4c9a2d56fb
Fixed #6654 - For TreeSelect
2024-10-28 14:30:12 +03:00
Cagatay Civici
25f716a5f4
Initiated #6651
2024-10-25 23:13:22 +03:00
tugcekucukoglu
e439a1795d
Refactor #6636 - For TreeSelect
2024-10-24 17:29:50 +03:00
Mert Sincan
4561acfb8b
Rename `updateValue` with `writeValue` in BaseEditableHolder
2024-10-23 14:04:38 +01:00
Mert Sincan
ca12435e7c
Update d.ts files
2024-10-21 12:50:34 +01:00
Mert Sincan
8f49edbe14
Add form support to `TreeSelect`
2024-10-18 17:29:15 +01:00
Cagatay Civici
52bb19aa80
Fixed #6581 - Tree filter too close, visual bug
2024-10-16 09:54:52 +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
0125015937
Fixed #6534 - TreeSelect: new option slot
2024-10-07 12:42:07 +03:00
tugcekucukoglu
3e04e743c3
Refactor #5967
2024-10-02 11:32:49 +03:00
KumJungMin
254eacc074
feat: add expandedKeys, update emit event in TreeSelect
2024-10-01 00:10:46 +09:00
Cagatay Civici
57dcf2c466
Material TreeSelect
2024-09-29 01:47:57 +03:00
tugcekucukoglu
06d3393ffc
Refactor #6481- Tree lazy
2024-09-26 12:31:12 +03:00
tugcekucukoglu
acae251bcd
Fixed #6481 - Tree Filter
2024-09-26 10:47:26 +03:00
tugcekucukoglu
1d79237d11
Fixed #6122 - New Fluid component
2024-07-26 14:14:05 +03:00
tugcekucukoglu
544fe3fbb5
Fixed #6000 - Remove .p-fluid and add new fluid property
2024-07-02 12:53:07 +03:00
Mert Sincan
796edf4c11
Fixed #5968 - Improve utils methods in all packages
2024-06-26 08:46:26 +01:00
GitHub Actions Bot
03c536bd6c
Code Format
2024-06-14 14:56:05 +00:00
tugcekucukoglu
411d002834
Ports from v3
2024-06-12 17:55:24 +03: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