Commit Graph

1817 Commits (e3b53d966e70330b06c5c5cd560873ab9ad57fa0)

Author SHA1 Message Date
tugcekucukoglu 6f0002e1a6 Update InputText.vue 2023-12-05 15:36:59 +03:00
mertsincan eb00b8ee23 Fixed #4929 - Add parent param to all pt method options 2023-12-05 11:06:32 +00:00
tugcekucukoglu c1bcb257de parent parameter added 2023-12-05 13:08:25 +03:00
tugcekucukoglu 2c9a39654d Chart styled and unstyled mode updates 2023-12-05 12:56:30 +03:00
tugcekucukoglu 1de2720aed OrderList & PickList updates 2023-12-05 12:50:48 +03:00
tugcekucukoglu d382e6c960 paret parameter added 2023-12-05 12:49:37 +03:00
tugcekucukoglu 65f6191ad4 Format fixes 2023-12-05 12:49:14 +03:00
tugcekucukoglu e82dd774e5 Update TreeSelect.d.ts 2023-12-05 12:41:04 +03:00
tugcekucukoglu 8d2a4f0617 Update DocApiTable.vue 2023-12-05 12:40:47 +03:00
tugcekucukoglu 2838404b31 Update Tailwind passthrough 2023-12-05 11:50:21 +03:00
tugcekucukoglu d9e162b1dc Format fixes 2023-12-05 10:15:12 +03:00
tugcekucukoglu 8eea973282 parent updates for .d.ts files and apidoc 2023-12-05 10:06:55 +03:00
tugcekucukoglu a366e63a8c Fixed #4921 - Binding and ordering pt options defect 2023-12-04 11:42:33 +03:00
tugcekucukoglu 780b88ee47 Update TreeTable.vue 2023-12-04 11:42:19 +03:00
tugcekucukoglu bdb697fed6 Galleria: keyboard support correction for quick navigation elements 2023-12-02 10:02:01 +03:00
Tuğçe Küçükoğlu 3978ab2d16
Merge pull request #4763 from betavs/hotfix/split-button-style
fix(split-button): outlined split button right border duplication on hover
2023-12-01 12:06:00 +03:00
GitHub Actions Bot 1443de90e7 Update API doc 2023-12-01 09:04:05 +00:00
Tuğçe Küçükoğlu 31cb589c6e
Merge pull request #4874 from mroettgen/features/mroettgen/tree-add-search-event
Add 'filter'-event to Tree.vue
2023-12-01 12:03:03 +03:00
GitHub Actions Bot 43708d48ce Code Format 2023-12-01 08:58:28 +00:00
Tuğçe Küçükoğlu deceff6e82
Merge pull request #4902 from rstainsby/patch-2
#4901 - parse date when in time-only mode
2023-12-01 11:56:53 +03:00
tugcekucukoglu d8143f212e Fixed #4908 - For Carousel 2023-12-01 10:03:58 +03:00
tugcekucukoglu 5b72a7732f aria-label enhancements 2023-11-30 23:08:56 +03:00
tugcekucukoglu a59fb53535 Refactor #4908 - For Galleria 2023-11-30 23:06:40 +03:00
tugcekucukoglu fd6799bbe0 Image: zoomImage aria-label added 2023-11-30 16:57:55 +03:00
tugcekucukoglu 7469bc2308 Fixed #4441 - Component Name: Treetable lazy load plus pagination toggler icon remain as open 2023-11-30 16:46:00 +03:00
tugcekucukoglu 2a1ecba00b Fixed #4897 - Some icons are not displaying from PrimeIcons.js Api file 2023-11-30 14:32:15 +03:00
Ryan Stainsby 3a911d1fb6
parse date when in time-only mode 2023-11-30 19:43:59 +10:00
tugcekucukoglu 3d3fbf69ed Fixed #4889 - Splitter: aria-valuenow calculation defect 2023-11-28 16:22:27 +03:00
tugcekucukoglu 803e3362a8 Refactor #4871 2023-11-28 12:58:15 +03:00
tugcekucukoglu 5b47783f81 Update TreeNode.d.ts 2023-11-28 12:15:37 +03:00
tugcekucukoglu b2ad40adcc Fixed #4886 - Tree / TreeTable: new loadingMode property 2023-11-28 11:46:39 +03:00
tugcekucukoglu 098c7a5128 Fixed #4881 - Listbox: select-on-focus causes a crash 2023-11-27 17:56:27 +03:00
tugcekucukoglu 89b77cceca Fixed #4662 - DataTable: Type definition doesn't match document 2023-11-27 15:21:56 +03:00
tugcekucukoglu 5cb90afcdb Fixed #4880 - Improve InlineMessage Implementation for Accessibility 2023-11-27 13:58:45 +03:00
tugcekucukoglu 437818c7f2 Refactor #4511 2023-11-24 15:21:54 +03:00
tugcekucukoglu d65bda79f0 Fixed #4511 - Wrong types issue with aria-label and aria-labelledby Props 2023-11-24 15:15:40 +03:00
Tuğçe Küçükoğlu 4b322a708b
Merge pull request #4873 from kadirboylu/master
Fix #4872: Editor's readonly prop does not react to any changes
2023-11-24 11:37:33 +03:00
tugcekucukoglu b67757b46b Refactor 2023-11-24 11:30:32 +03:00
tugcekucukoglu 5111f10c5a Update PickList.vue 2023-11-23 21:53:18 +03:00
tugcekucukoglu 094dc18713 Fixed #4875 - Listbox: Tab key support defect when filter mode is on 2023-11-23 21:20:02 +03:00
Maximilian Röttgen 2603b7a140 Add 'filter'-event to Tree.vue 2023-11-23 16:48:14 +01:00
tugcekucukoglu fb6a5ceebf TreeNode .d.ts and apidoc updates 2023-11-23 17:00:44 +03:00
Kadir Boylu 7e9b406fdf
Merge branch 'primefaces:master' into master 2023-11-23 12:53:25 +03:00
Kadir Boylu 63df50b6e0 fix readonly prop's does not react to change 2023-11-23 12:42:00 +03:00
tugcekucukoglu b28a89d174 Fixed #4871 - Calendar: new iconDisplay property 2023-11-23 12:29:16 +03:00
tugcekucukoglu 8c76a94df0 Fixed #4870 - Menu components: width changed as min-width 2023-11-23 10:25:58 +03:00
tugcekucukoglu 5088314e3f Fixed #4866 - StyleClass: deprecate enterClass/leaveClass use enterFromClass/leaveFromClass 2023-11-22 16:19:12 +03:00
tugcekucukoglu cf1ee45e4c Refactor #4865 2023-11-22 16:12:43 +03:00
tugcekucukoglu 49e48f7cf2 Fixed #4865 - Listbox: metaKeySelection default changed as true 2023-11-22 16:09:26 +03:00
Tuğçe Küçükoğlu 54d1f0aaec
Merge pull request #4859 from Magiczne/fix-4423
Fixed #4423: Column: Missing typing for sorticon
2023-11-22 13:45:50 +03:00