Commit Graph

1271 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
Tuğçe Küçükoğlu c40713bfd0
Merge pull request #7267 from qburst/fix--7265
fix: hide clear icon when options array is empty
2025-02-19 14:27:22 +03:00
Tuğçe Küçükoğlu 0821053929
Merge pull request #7240 from JohannesRiegler/master
Fixed #7021 - Galleria: thumbnails don't work on mobile
2025-02-19 13:47:07 +03:00
Tuğçe Küçükoğlu f705bb1559
Merge pull request #7232 from addeeandra/fix/tab-inkbar-position
Fixed #7224 - Wrong InkBar position when set default value in TabList
2025-02-19 13:36:47 +03:00
Tuğçe Küçükoğlu 105c581e4b
Merge pull request #7236 from mehdirande/type/autocomplete-chip-slot
Fix: Add removeCallback and index in Autocomplete chip slot definition
2025-02-19 13:33:22 +03:00
Tuğçe Küçükoğlu ff790a568c
Merge pull request #7245 from FloEdelmann/patch-1
fix: restore filter icon override functionality
2025-02-19 13:31:15 +03:00
tugcekucukoglu 4aac2c5c5f Refactor #5261 2025-02-19 13:28:28 +03:00
Tuğçe Küçükoğlu d474e51aca
Merge pull request #7276 from FlorentGimaret/feature/datatable-recursive-loop
fix: #5878, #5261 : DataTable recursive loop
2025-02-19 13:27:41 +03:00
Florent Gimaret 0b5407965c fix: #5878, #5261 : DataTable recursive loop introduced by commit 01b38bf 2025-02-18 15:24:14 +01:00
navedqb e32b9b27cd
fix: hide clear icon when options is empty 2025-02-17 15:42:34 +05:30
ZolanPro 049d89e5a8
Fix InputNumber clearTimer: clearInterval -> clearTimeout 2025-02-16 14:59:13 +01:00
Cagatay Civici 6ecf77a9b5 Merge branch 'prod' 2025-02-16 00:46:52 +03:00
Cagatay Civici a4e3274a17 Update PrimeFlex related information 2025-02-16 00:46:31 +03:00
Flo Edelmann 8300628b46
fix: restore filter icon override functionality 2025-02-12 18:18:46 +01:00
Johannes Riegler c2e830bcb3 Fixed #7021 - Galleria: thumbnails don't work on mobile 2025-02-12 12:25:13 +01: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
Aditya Chandra b6cc223bcc fix: wrong tabList inkbar placement when using default value 2025-02-11 22:04:33 +07:00
tugcekucukoglu 7a3b228ae3 Refactor #7090 - For Tab 2025-02-10 10:09:53 +03:00
tugcekucukoglu 8a50610fd6 Fixed #7222 - DataTable: Colspan not working correctly when selectionMode='single' in Column 2025-02-10 09:56:27 +03:00
tugcekucukoglu ff3b7a58a9 Fixed #7219 - Multiselect unnecessarily scrolling to bottom of options on open 2025-02-07 16:26:28 +03:00
tugcekucukoglu 01c488f08e Fixed #7221 - Dock: Blocked aria-hidden on an element error 2025-02-07 16:12:16 +03:00
Tuğçe Küçükoğlu 238404aa68
Merge pull request #7210 from MstrVLT/Fix-Issue-#7208
fix(VirtualScroller): Typo - missing calculations for grid column
2025-02-07 10:06:16 +03:00
SamVanini 4a333b684e feat(datatable): Added generics to type data and newData #7194 2025-02-06 23:07:54 +01:00
tugcekucukoglu 013583d9a4 Format fix 2025-02-06 19:08:30 +03: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
VLT 92063b98b1
Missing calculation for grid column 2025-02-06 16:35:01 +03:00
Tuğçe Küçükoğlu df90418496
Merge pull request #7207 from MstrVLT/Fix-Issue-#6986
fix(VirtualScroller): #7208
2025-02-06 16:14:12 +03:00
VLT 6af6a2730d
Fix Issue primefaces#6986 2025-02-06 13:24:13 +03:00
Tuğçe Küçükoğlu a8796c2775
Merge pull request #7205 from wangziling/fix-confirm-dialog-types
fix(confirmdialog): fix the missing of the pass-though prop named `mask`
2025-02-06 12:35:23 +03:00
王子凌 fa7f4d80d0 fix(confirmdialog): fix the missing of the pass-though prop named `mask` 2025-02-06 11:44:32 +08:00
王子凌 020d7f9cc3 fix(select): fix the missing of the pass-though prop named `dropdownIcon` 2025-02-06 10:48:03 +08:00
tugcekucukoglu 41bbf66544 Fixed #7180 - FileUpload shouldn't post to url if none is provided 2025-02-05 12:00:02 +03:00
王子凌 b07257958c fix(fileupload): fix the types of the `content` slot 2025-02-05 14:09:58 +08:00
Tuğçe Küçükoğlu b2cd1f8501
Merge pull request #7186 from qburst/fix--7185
fix: filter input reference check on overlay close
2025-02-04 13:11:20 +03:00
navedqb dea20c573b
fix: check filter input reference before focusing 2025-02-04 15:25:00 +05:30
Benedikt Lang e508660c38 feat(datatable): add types for slotProps 2025-01-31 13:41:58 +01:00
tugcekucukoglu 654bdf4bc3 Refactor #7173 2025-01-31 12:56:33 +03:00
tugcekucukoglu 2a2c07ddb2 Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
Mert Sincan 7d70280d79 feat: Added utils methods to primevue package 2025-01-28 20:12:43 +00:00
Mert Sincan 68e0813622 refactor: update utils.d.ts 2025-01-28 20:08:32 +00:00
GitHub Actions Bot ecde5f788c Update API doc 2025-01-28 19:58:04 +00:00
Mert Sincan 303959438a fix: Base Presets: CSS var --p-scrollbar-width is not defined. Fixes #6094 2025-01-28 19:56:48 +00: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 f158e4b500 Lint fixes 2025-01-28 11:33:24 +03:00
Tuğçe Küçükoğlu 230e4f6cce
Merge pull request #7144 from abu-co/feature/form-field-name-attribute-typing
fix(forms): add name attribute to FormFieldProps
2025-01-28 11:31:39 +03:00
Tuğçe Küçükoğlu baf52b0066
Merge pull request #7147 from mrheinen/master
DataTable : Allow ctrl-c during selection mode (port from Vue 3 PR)
2025-01-28 11:28:18 +03:00
Mert Sincan af3cc0db55 refactor: update d.ts files in themes package
Refactor #7152
2025-01-28 01:49:15 +00:00
Mert Sincan 9503798742 refactor: remove typedoc.json and update tsconfig.json includes 2025-01-27 23:34:38 +00:00
Mert Sincan 6fa4442cef refactor: remove build-tokens.js 2025-01-27 23:34:18 +00:00