Commit Graph

1515 Commits (49a7a1a3d87d48710ca0af5016ec162514ec24e0)

Author SHA1 Message Date
Cagatay Civici 18e4f22686 Enable scroll 2023-10-07 18:48:09 +03:00
Cagatay Civici 42159ac96d Fixes to flex 2023-10-07 18:46:59 +03:00
Cagatay Civici a18c9b8be2 Facelift attempt 2023-10-07 17:34:18 +03:00
Cagatay Civici 5d1f615c14 Updated styling docs 2023-10-07 16:04:27 +03:00
Cagatay Civici ed976a8475 Visuals and fixed on code display 2023-10-07 12:32:47 +03:00
Cagatay Civici 67706acd01 Doc API Cosmetics 2023-10-06 21:43:54 +03:00
Cagatay Civici 9b30ce7d1a Adjust spacing 2023-10-06 20:23:12 +03:00
Tuğçe Küçükoğlu ef6c3219cb ScrollPanel: overflow css property changed as auto 2023-10-06 17:32:50 +03:00
Tuğçe Küçükoğlu a561fb59c2 Apidoc table updates 2023-10-06 17:29:31 +03:00
Tuğçe Küçükoğlu 6f7c8c7382 Doc section updates 2023-10-06 17:00:02 +03:00
Tuğçe Küçükoğlu b67a653952 Apidoc latest updates 2023-10-06 15:57:46 +03:00
Ice-Hazymoon 82cd43db40
Add resize event to splitter (#4526)
* Add resizing event to splitter component

* doc

* 'resize' instead of 'resizing'

* 'resize' instead of 'resizing'
2023-10-06 09:38:29 +01:00
navedqb c6cd944735
Fix icon shrink when text length increases (#4551) 2023-10-05 14:34:21 +01:00
navedqb 544aa37841
Added type definition for disabled prop (#4546) 2023-10-05 14:33:45 +01:00
Andreas Wahlqvist fe3387c89b
fix typos (#4542)
`apperance-none` -> `appearance-none`

Note that this might have unintended consequences since these elements never actually had the `appearance-none` property.
2023-10-05 14:32:36 +01:00
Rick Kukiela 32d473ecbc
Fixes InputText component "float" label styles for webkit based auto-fill. (#4534)
Applies same fix for the same issue implemented to "primeng" in 2018:
d2abf21fb9
2023-10-05 14:29:37 +01:00
zernonia d036a91f6d
fix: 12am changed to 12pm wrongly (#4451)
* fix: 12am changed to 12pm wrongly

* fix: conditional
2023-10-05 14:08:07 +01:00
Melloware c5842a2153
Fix #4418: Calendar highlight selected months/years in multiple (#4419) 2023-10-05 14:05:24 +01:00
navedqb 7f429b7b74
fix: Fixes input trigger on right mouse click (#4414)
* Fixed input trigger on right mouse click

* Resolved comments
2023-10-05 14:03:42 +01:00
Clément cee96884f9
toast: add remove method to clear a single message (#4101)
Co-authored-by: Clément Bernard <cbernard@groupeisagri.com>
2023-10-05 13:54:37 +01:00
Egor Volvachev b09a50d41a
fix: update type for the column node that used `props` instead of `$props` (#3423)
Fixes #3395.
2023-10-05 13:48:38 +01:00
Tuğçe Küçükoğlu 0993710ff6 Fixed #4554 - Image: preview mode button spacing fixes 2023-10-05 10:11:35 +03:00
Tuğçe Küçükoğlu 6b097a40d7 Fixed #4553 - Image: toolbar unstyled mode fixes 2023-10-05 10:08:28 +03:00
Tuğçe Küçükoğlu 665249279f
Merge pull request #4544 from FlipWarthog/PV4543
Fix #4543: Column: headercheckboxicon slot not working
2023-10-04 17:24:38 +03:00
Tuğçe Küçükoğlu 4776718b1a Merge branch 'prod' 2023-10-04 17:04:22 +03:00
Tuğçe Küçükoğlu 6c7312438b API doc default null value updates 2023-10-04 17:03:44 +03:00
Tuğçe Küçükoğlu 41f14108fc Merge branch 'prod' 2023-10-04 12:34:09 +03:00
Tuğçe Küçükoğlu 371fdaf898 Galleria ve API doc updates 2023-10-04 12:32:01 +03:00
mertsincan 877d6c07df Refactor #4530 2023-10-04 10:20:15 +01:00
Tuğçe Küçükoğlu 4ec4952b97 Fixed #4545 - Galleria: indicator list z-index defect 2023-10-04 12:12:09 +03:00
FlipWarthog 2173790079 Fix #4543: Column: headercheckboxicon slot not working 2023-10-03 19:12:02 -04:00
Cagatay Civici ff35d6d0df Make code highlight unfocusable 2023-10-04 01:28:52 +03:00
Tuğçe Küçükoğlu 7c3218cef2 Fixed #4536 - ContextMenu: global property is not working 2023-10-03 14:20:43 +03:00
Tuğçe Küçükoğlu 56e0780a6d Merge branch 'master' of https://github.com/primefaces/primevue 2023-10-02 16:20:50 +03:00
Tuğçe Küçükoğlu 9935c9d1c6 Fixed #4532 - Sidebar: autofocus cannot with other components 2023-10-02 16:20:48 +03:00
mertsincan 3d1d31ca53 Refactor #4530 - Add d.ts files 2023-10-02 14:15:41 +01:00
mertsincan dc2913e887 Fixed #4530 - Export styles of all components 2023-10-02 11:46:09 +01:00
Çetin 9298b69ee5 Fixed #4522 - Add extra check for separator item 2023-09-30 10:28:47 +03:00
Tuğçe Küçükoğlu 0b2b2ed0cf Set new version 2023-09-26 16:26:46 +03:00
Tuğçe Küçükoğlu 43872a7ebb
Merge pull request #4485 from Neluji/patch-1
Column Filter: Add type for `applyFilter`
2023-09-26 15:41:21 +03:00
GitHub Actions Bot b5225b9adc Code Format 2023-09-26 12:40:42 +00:00
Tuğçe Küçükoğlu 05489b8127
Merge pull request #4507 from sescandell/pr-confirmPopupClassesFix
ConfirmPopup: acceptClass and rejectClass is not working on unstyled mode
2023-09-26 15:38:50 +03:00
Tuğçe Küçükoğlu eff9046090 Fixed #4508 - Calendar | Disabled date is highlighted when it's in the range 2023-09-26 15:37:30 +03:00
Tuğçe Küçükoğlu b48d33eddd Refactor #4504 2023-09-26 12:14:27 +03:00
Tuğçe Küçükoğlu 01753ac08a Refactor #4504 2023-09-26 09:40:02 +03:00
Tuğçe Küçükoğlu 0a8cf13a33 Refactor #4500 2023-09-25 22:12:21 +03:00
Tuğçe Küçükoğlu e6499c0365 Refactor #4504 2023-09-25 22:11:55 +03:00
Stéphane c823d392dd Fix #4506 2023-09-25 18:32:35 +00:00
Tuğçe Küçükoğlu f40b8fb178 Fixed #4500 - Theme updates: change :focus to focus-visible 2023-09-25 16:24:10 +03:00
mertsincan 5e53cef422 Refactor #882 2023-09-25 11:05:27 +01:00