Commit Graph

9253 Commits (cb8964ff3a381c3e8597340f069e1b6331e69c93)

Author SHA1 Message Date
GitHub Actions Bot cb8964ff3a Update API doc 2024-06-10 11:43:15 +00:00
Tuğçe Küçükoğlu fde5fb2186
Merge pull request #5863 from MalikBen/data-table-sort-meta
fix(types): DataTable: add function support to DataTableSortMeta field
2024-06-10 14:42:11 +03:00
Malik Bensabre 4deb0c1ab5 fix(types): DataTable: add function support to DataTableSortMeta field 2024-06-10 12:24:19 +02:00
GitHub Actions Bot b888cecfea Update API doc 2024-06-10 08:51:43 +00:00
Tuğçe Küçükoğlu 4ad8cd7406
Merge pull request #5850 from neilpadfield/fix/api-docs-patch-1
Fix documented default for emptyMessage on several components
2024-06-10 11:50:39 +03:00
Tuğçe Küçükoğlu 9e8402a594
Merge pull request #5819 from qburst/fix--inputnumber-null-fractions
fix: incorrect default value for minFractionDigits when set to null
2024-06-10 10:51:21 +03:00
tugcekucukoglu 760c98f998 Refactor #5577 2024-06-10 10:44:46 +03:00
GitHub Actions Bot 3cd9b2d1e4 Code Format 2024-06-10 07:43:41 +00:00
Tuğçe Küçükoğlu fd623ad1e3
Merge pull request #5778 from jiverson/fix-dialog-popup
fix: Dialog/Confirm re-focus original element on close
2024-06-10 10:42:09 +03:00
Tuğçe Küçükoğlu 774139cf38
Merge pull request #5772 from qburst/fix--5770
fix: focus trap issue in Inplace
2024-06-10 10:38:42 +03:00
Tuğçe Küçükoğlu 6c05222fd4
Merge pull request #5758 from KumJungMin/fix/issue-4488
fix(Dropdown): prevent horizontal scroll, when dropdown item selecting
2024-06-10 10:37:40 +03:00
Neil Padfield 7c4f295adb Fix default values for emptyMessage on several components
Fixed the documented default value for the "emptyMessage" property for the Dropdown, Listbox, MultiSelect and TreeSelect components in the components' type definition files. I have changed the values from "No results found" to "No available options".
2024-06-07 14:47:40 +01:00
Neil Padfield 03b6c34a93 Revert "Fix documented default for emptyMessage on several components"
This reverts commit ee79538fd8.
2024-06-07 14:42:40 +01:00
tugcekucukoglu 38a334a16b Fixed #5822 - SplitButton: Main Icon Not Showing Up 2024-06-07 16:40:31 +03:00
Tuğçe Küçükoğlu a3782c715b
Merge pull request #5827 from sruthyqb/fix--tiered-menu-popup-not-closing-on-escape
fix: tiered menu popup not closing on escape
2024-06-07 15:53:32 +03:00
GitHub Actions Bot d602b12763 Update API doc 2024-06-07 12:51:39 +00:00
Tuğçe Küçükoğlu 1f25f45c01
Merge pull request #5835 from jacobtylerwalls/require-key
types: Make TreeNode.key required
2024-06-07 15:50:40 +03:00
tugcekucukoglu 4e476df1bd Fixed #5783 - Datatable: Focus issue on tab 2024-06-07 15:43:14 +03:00
Neil Padfield ee79538fd8 Fix documented default for emptyMessage on several components
Fixed the documented default value for the "emptyMessage" property for the Dropdown, Listbox, MultiSelect and TreeSelect components. They were all incorrectly documented as having a default value of "No results found". I changed each one to "No available options".
2024-06-07 11:58:45 +01:00
GitHub Actions Bot 508428fdc7 Code Format 2024-06-07 09:30:30 +00:00
Tuğçe Küçükoğlu aa998f9254
Merge pull request #5798 from qburst/fix--5792
fix: paste function bug in integerOnly mode
2024-06-07 12:28:56 +03:00
GitHub Actions Bot 6d9dcff8a0 Update API doc 2024-06-07 09:06:52 +00:00
tugcekucukoglu ad15757ccb Fixed #5816 - Invalid Prop Type For Strong and Medium Regex on Password Component 2024-06-07 12:05:40 +03:00
tugcekucukoglu f01783ea85 Merge branch 'master' of https://github.com/primefaces/primevue 2024-06-07 11:48:27 +03:00
tugcekucukoglu bb78488f04 Fixed #5826 - TieredMenu: Popup overlay does not close on escape key press 2024-06-07 11:48:18 +03:00
GitHub Actions Bot 3013b8c02a Code Format 2024-06-07 08:23:39 +00:00
tugcekucukoglu 7bc55665b8 Fixed #5840 - FloatLabel: ReferenceError: FloatLabelStyle is not defined 2024-06-07 11:22:01 +03:00
tugcekucukoglu 1509d573df Fixed #5833 - MultiSelect / Listbox / Dropdown: Unable to use some navigation keys when editable is true 2024-06-07 11:01:06 +03:00
tugcekucukoglu 5fdba8c0c3 Fixed #5828 - ContextMenu:there are no emitters before-show and before-hide 2024-06-07 09:45:43 +03:00
Cagatay Civici 78b9416f06 Merge branch 'prod' 2024-06-06 21:56:48 +03:00
Cagatay Civici 79a2a75085 Update links 2024-06-06 21:56:27 +03:00
Jacob Walls c05c42d253 types: Make TreeNode.key required 2024-06-05 10:32:05 -04:00
sruthyqb 3ca2358f08
fixes tiered menu popup not closing on escape 2024-06-04 12:33:28 +05:30
KumJungMin 401dd22567
fix(DataTable): allow control c key for copy a table content. (#5757) (#5759)
* fix: allow control c key

* fix: prevent all text select when MultipleSelectionMode

* fix: prevent text all select when select mode

* fix: blocks event only it is not copy shortcut.
2024-06-03 14:46:20 +03:00
Tuğçe Küçükoğlu fa57169cd2
Merge pull request #5795 from TheJaredWilcurt/patch-1
Sass, not SASS
2024-06-03 14:41:04 +03:00
Tuğçe Küçükoğlu fa55a76259
Merge pull request #5766 from mustafa60x/chore/remove-tailwind-class
docs(TemplateDoc.vue) Remove unused Tailwind CSS class
2024-06-03 14:38:08 +03:00
Tuğçe Küçükoğlu c1a82b1497
Merge pull request #5796 from jacobtylerwalls/patch-2
Fix typo in editorInitCallback docstring
2024-06-03 14:37:21 +03:00
navedqb 933e350b2a
Merge pull request #37 from navedqb/fix--inputnumber-null-fractions
fix: incorrect default value for minFractionDigits when set to null
2024-06-03 13:24:15 +05:30
navedqb 8203539384
fixes minFractionDigits defaulting to 0 when set to null 2024-06-03 13:16:10 +05:30
navedqb eea26fd823
Merge pull request #36 from navedqb/fix--5792
fix: paste function bug in integerOnly mode
2024-05-29 10:31:43 +05:30
navedqb 732a20b919
fixes paste function issue in integerOnly 2024-05-29 10:30:44 +05:30
Jacob Walls bf36ea37c3 Fix typo in editorInitCallback docstring 2024-05-28 18:38:22 -04:00
The Jared Wilcurt 581c790ce2
Sass, not SASS 2024-05-28 11:02:59 -04:00
tugcekucukoglu 53ea90bd44 Merge branch 'prod' 2024-05-27 11:31:04 +03:00
tugcekucukoglu b63af72018 Price color fixes 2024-05-27 11:30:41 +03:00
jiverson c7f9b9704f fix: Dialog/Confirm re-focus original element on close 2024-05-24 22:19:47 -07:00
navedqb 62b5493937
Merge pull request #35 from navedqb/fix-5770
fix: focus trap issue in Inplace
2024-05-23 11:08:08 +05:30
navedqb 9e34f4409a
fixes focus trap issue in inplace 2024-05-23 11:05:45 +05:30
Cagatay Civici dd02b1d6fe Merge branch 'prod' 2024-05-22 01:08:01 +03:00
Cagatay Civici 8c9ddf0650 Update keywords 2024-05-22 01:07:46 +03:00