Commit Graph

1068 Commits (3f56ca656dd66575dc2754a87f3fb04e293f5e0c)

Author SHA1 Message Date
tugcekucukoglu 3f56ca656d Fixed #7053 2025-01-07 14:28:22 +03:00
tugcekucukoglu d8483d6992 Format fixes 2025-01-07 14:18:49 +03:00
Tuğçe Küçükoğlu 8b24f256aa
Merge pull request #6844 from RickKukiela/master
Implements "pause on hover" Toast feature & exposes onMouseEnter and onMouseLeave callback props
2025-01-07 14:17:00 +03:00
Tuğçe Küçükoğlu 51ab19a263
Merge pull request #6838 from sivareddyuppathi/drawer-add-before
Drawer: Add before-hide event to Drawer component
2025-01-07 14:14:49 +03:00
tugcekucukoglu 1b1f988146 Fixed #7029 - Listbox and Select: checkmark different size 2025-01-07 14:12:54 +03:00
Mert Sincan 631ca11102 Refactor #7049 - added findNonEmpty to track change detection 2025-01-07 10:16:02 +00:00
Tuğçe Küçükoğlu 0911e53973
Merge pull request #7037 from melloware/PV4214
Fix #4214: Screenreader improve hidden accessible
2025-01-07 11:47:07 +03:00
Mert Sincan 580a88455b Fixed #6723 - Cannot read $form form field states with TypeScript 2025-01-06 14:52:13 +00:00
Mert Sincan 4c4996fb72 Fixed #7049 and #6755 - Update reset callback of <Form> 2025-01-06 14:22:01 +00:00
tugcekucukoglu 2f4e8d34ed Fixed #7000 - CascadeSelect: When the first item has no sub items, hovering over it will automatically select it. 2025-01-06 15:43:25 +03:00
Damián Paranič 7925d86aa3
Form: reset not working, changed value not update input (#6767)
* 6755 - update input value after form reset

* code refactoring

* fix: select button

* cleanup
2025-01-06 11:24:26 +00:00
Tuğçe Küçükoğlu 9f64d2ed2c
Merge pull request #7038 from Winter979/column-slot-types
correct field type for column body slot
2025-01-06 12:35:07 +03:00
tugcekucukoglu 699c248538 Fixed #6994 - DataTable: Frozen Column with Basic Filtering 2025-01-06 12:31:56 +03:00
tugcekucukoglu 1536d128ac Fixed #7010 2025-01-06 09:56:46 +03:00
melloware 96cfc97671 Fix #4214: Screenreader improve hidden accessible 2025-01-02 16:24:51 -05:00
Jonathon 568a6a031c correct field type for column body slot 2025-01-02 10:31:38 +11:00
Tuğçe Küçükoğlu 2950c764b2
Merge pull request #7027 from qburst/master
fix: #7026, Select: Editable Dropdown search not working as expected
2024-12-30 14:55:28 +03:00
Tuğçe Küçükoğlu 61c7aa469e
Merge pull request #7024 from adam-koller/Fix-Issue-#6986
Fix Issue #6986
2024-12-30 14:43:03 +03:00
tugcekucukoglu d488eddabd Lint fix 2024-12-30 14:37:41 +03:00
tugcekucukoglu 2b114f616b Update CascadeSelectStyle.js 2024-12-30 14:35:14 +03:00
tugcekucukoglu f3fee06a3f Fixed #6981 2024-12-30 13:25:39 +03:00
ANTONA09 aa3f5c0c5a fix: #7026, Select: Editable Dropdown search not working as expected 2024-12-30 14:44:44 +05:30
Adam Koller 5b9c297bfe Fix Issue #6986 2024-12-29 17:10:46 +01:00
Adam Koller 1009a8ed2a Fix Issue #6986 2024-12-29 12:02:54 +01:00
tugcekucukoglu e8ca5141ed Fixed #6992 - Galleria not showing thumbnails after updating images list 2024-12-27 14:16:02 +03:00
tugcekucukoglu c7b0d46233 Fixed #6967 2024-12-27 13:57:14 +03:00
tugcekucukoglu f8911e789e Fixed #6969 - FloatLabel: Float Label Doesn't Reset When Password Component is Cleared Programmatically 2024-12-27 13:31:05 +03:00
tugcekucukoglu 972a85eb20 Refactor 2024-12-27 13:09:16 +03:00
Tuğçe Küçükoğlu 92a964aa9f
Merge pull request #7014 from laylatichy/add-count-to-timeline-context
fix(timeline): add count property to TimelineContext
2024-12-27 13:08:37 +03:00
GitHub Actions Bot d1c4e34158 Update API doc 2024-12-27 10:07:36 +00:00
tugcekucukoglu 1d0e3635e2 Fixed #6995 2024-12-27 13:06:26 +03:00
Tuğçe Küçükoğlu ca31fca45d
Merge pull request #6963 from erwanlfrt/dev/fix-tree-on-filter-value
fix: missing last typed letter on filter tree event
2024-12-27 12:59:29 +03:00
Layla Tichy b0e6e095f1 feat(timeline): add count property to TimelineContext for total items tracking 2024-12-26 19:04:16 +00:00
tugcekucukoglu 9a60ebea8b Fixed #6990 2024-12-26 13:38:06 +03:00
Tuğçe Küçükoğlu 0e6f6db5b3
Merge pull request #7009 from laylatichy/update-speed-dial-visible-flag
fix: rename 'visible' to 'd_visible' in SpeedDialState interface
2024-12-26 10:36:55 +03:00
Tuğçe Küçükoğlu caee11051e
Merge pull request #7005 from simplg/fix-decrement-timepicker-unstyled
Fix missing unstyled property inside decrement minute button
2024-12-26 10:34:58 +03:00
Tuğçe Küçükoğlu 43542fd65d
Merge pull request #6989 from laylatichy/update-splitbutton-state-attribute
fix: rename isBlocked to isExpanded in SplitButtonState interface
2024-12-26 10:30:07 +03:00
Tuğçe Küçükoğlu d737502169
Merge pull request #6984 from KumJungMin/fix/issue-6572
fix(DataTable/BodyCell): apply updated cell value after value sorting
2024-12-26 10:23:25 +03:00
Layla Tichy cab6b5e2c1 fix: rename 'visible' to 'd_visible' in SpeedDialState interface 2024-12-26 01:27:03 +00:00
Yanice Guigou 0d25c43ae2
Fix missing unstyled property inside decrement minute button 2024-12-25 22:41:11 +01:00
Layla Tichy c8d9623593 fix: rename isBlocked to isExpanded in SplitButtonState interface 2024-12-23 10:45:09 +00:00
KumJungMin b894556878 fix(editing): await reactive changes to access the latest cell data 2024-12-22 17:06:41 +09:00
KumJungMin bd0a270b1c refactor: waiting 1ms for apply updated value 2024-12-22 15:58:54 +09:00
KumJungMin b5ca6858a9 fix: contain focus when selfClicking 2024-12-22 15:35:23 +09:00
KumJungMin 37632982a9 fix: apply updated cell value after value sorting 2024-12-22 15:23:22 +09:00
tugcekucukoglu e5af2d3ad0 Fixed #6982 - DataTable: Frozen Columns, headers are overlapping wrongly 2024-12-20 12:52:25 +03:00
tugcekucukoglu e56b6cc608 Fixed #6976 2024-12-20 11:56:22 +03:00
Tuğçe Küçükoğlu 7d5c03d904
Merge pull request #6977 from yanhao98/fix-DynamicDialog
fix(DynamicDialog): delay instance removal until after hide animation
2024-12-20 10:43:54 +03:00
崮生 95668a6410
fix TextareaProps type And Image src props (#6973)
* fix: #5903

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

* Delete package-lock.json

* Update how component types are defined

* Image props add src

* fix TextareaProps type
2024-12-20 10:41:49 +03:00
GitHub Actions Bot e36cc99976 Code Format 2024-12-20 07:12:40 +00:00