Commit Graph

43 Commits (35b13d74caf897925c70518a70da48afbce7ac1e)

Author SHA1 Message Date
Tuğçe Küçükoğlu 35b13d74ca
Merge pull request #7233 from mehdirande/bugfix/outside-click-on-capture-phase
Fix: Trigger outsideClickListener in capture phase to handle stopPropagation
2025-02-19 14:31:33 +03:00
Mehdi Rande 5f4408d6df Fix: Add removeCallback and index in Autocomplete chip slot definition 2025-02-12 09:02:33 +01:00
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
tugcekucukoglu 2a2c07ddb2 Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +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 c7f74805d0 refactor: #7090 for AutoComplete 2025-01-14 11:10:24 +00:00
tugcekucukoglu f4777982ce Fixed ##7073 - AutoComplete: context option updates 2025-01-14 10:07:43 +03:00
tugcekucukoglu 81ac3639c1 Fixed #2930 2025-01-14 09:49:40 +03:00
Jakub Michálek db25dbae3f feat(autocomplete): implement shift modifier interactions 2025-01-13 18:58:16 +01:00
Cagatay Civici e8695f61e9 Refactor on AppDesigner 2024-11-22 13:02:06 +03:00
tugcekucukoglu c4740ac4a6 Refactor #6773 2024-11-13 14:31:03 +03:00
tugcekucukoglu d2d6d07f62 Refactor #6773 2024-11-13 14:27:25 +03:00
tugcekucukoglu 12f2b71122 Fixed #6773 - Provide showEmptyMessage for AutoComplete 2024-11-13 09:10:01 +03:00
Mert Sincan 439ece1f2f Update AutoComplete.vue 2024-10-31 13:43:54 +00:00
Cagatay Civici b1822ff9ef Fixed #6672 - New Design Token for invalid placeholder color 2024-10-28 23:55:20 +03:00
Cagatay Civici b34c4eca27 More work on #6651 2024-10-26 13:41:04 +03:00
Cagatay Civici 25f716a5f4 Initiated #6651 2024-10-25 23:13:22 +03:00
Mert Sincan 566625f9fd Update AutoComplete.vue 2024-10-25 15:15:21 +01:00
Tuğçe Küçükoğlu d69406b520
Merge pull request #6634 from primefaces/v.4.2.0
RTL initial
2024-10-24 11:32:55 +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
tugcekucukoglu 1df2d306a6 AutoComplete RTL 2024-10-21 10:46:28 +03:00
Mert Sincan 61208c4d46 Add form support to `AutoComplete` 2024-10-18 16:16:30 +01:00
Cagatay Civici 8ae578327c Fixed #6584 - AutoComplete is using token from the deprecated InputChips 2024-10-16 10:42:44 +03:00
Cagatay Civici 4e7f8edd06 Remove unnecessary css 2024-10-16 09:57:31 +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 dc34e05a1b AutoComplete option list scroll behavior fixes 2024-10-07 12:58:23 +03:00
tugcekucukoglu 2e49ceb98b Multiple mode focus input refactor 2024-10-07 12:25:03 +03:00
tugcekucukoglu ba9cec60f9 Multiple mode focus input updates 2024-10-07 12:10:19 +03:00
Cagatay Civici 1068d127b4 Material AutoComplete 2024-09-30 10:06:16 +03:00
tugcekucukoglu 5bc8f2a8e3 Refactor #6435 - pcInput 2024-09-20 15:53:30 +03:00
uros aa1dafae95 - fix AutoComplete.spec.js, Avatar.spec.js, Breadcrumb.spec.js, Chip.spec.js 2024-08-01 23:01:15 +02:00
tugcekucukoglu 1d79237d11 Fixed #6122 - New Fluid component 2024-07-26 14:14:05 +03:00
Marlon Santana e8a80ff576 Fix combination of multiple and dropdown 2024-07-08 11:58:16 -03:00
tugcekucukoglu 544fe3fbb5 Fixed #6000 - Remove .p-fluid and add new fluid property 2024-07-02 12:53:07 +03:00
Cagatay Civici 2a63f6fcb9 Init fluid refactor 2024-07-02 11:09:44 +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