Commit Graph

2355 Commits (v3)

Author SHA1 Message Date
EvanLrC cafeeeebbb
feat/InputNumber: Accept Comma And NumpadDecimal as decimal "sign", only for locale 'fr-FR' ?
As anAZERTY (French) keyboard layout with french localization : having to use the comma is really counter intuitive. Here is a schema for better understanding.

354626602-0ea25181-44d4-44a3-9040-05c44de22ce2

To improve the user experience, it would be desirable to use a Comma (, or ,) to go to the decimal part.
2024-10-01 17:07:57 +02:00
Tuğçe Küçükoğlu 508652963a
Merge pull request #5987 from KumJungMin/fix/issue-v3-#5886
fix(Calendar): highlight range of month in MonthMode
2024-09-25 15:03:18 +03:00
Tuğçe Küçükoğlu fbd068d9f9
Merge pull request #5988 from KumJungMin/fix/isssue-v3-#5883_
fix(Calendar): highlight range of year in YearMode
2024-09-25 15:03:01 +03:00
Tuğçe Küçükoğlu 41e3865eed
Merge pull request #6163 from wangziling/feature/v3-fix-unexpected-joggle-when-dialog-non-fixed
fix: fix the unexpected joggle state when `dialog` component non-fixed
2024-09-25 14:29:03 +03:00
sumomo015 327532fc4d
fix: global vue type augmentation
Augment vue types instead of 'vue/types/vue' and '@vue/runtime-core' to fix incompatibility with other libraries caused by the current augmentation behavior
2024-09-11 11:42:55 +09:00
王子凌 e1ebb36bd2 fix: fix the unexpected joggle state when `dialog` component non-fixed 2024-08-01 19:43:21 +08:00
KumJungMin e2c6a36d70 fix: highlight range of year in yearMode 2024-06-28 08:33:21 +09:00
KumJungMin 70ba0042b0 fix: highlight range of month in MonthMode 2024-06-28 08:31:50 +09:00
Benji 9fca0078c4 fix: TreeNode selectable not being used when in checkbox selectionMode
If node selectable is false then clicking the node shouldn't add the node to selectedKeys.

added selectable != false because selectable can be null | undefined | true to show the checkbox.
2024-06-18 12:00:21 +01:00
Mert Sincan 53e6246625 Fixed #5907 - [nuxt] Could not access pt. The only available runtime config keys on the client side are public and app 2024-06-17 10:52:12 +01:00
tugcekucukoglu f9907fa4ce Fixed #5718 - AutoComplete: chip slot only text, token passthrough has no context 2024-06-11 13:56:10 +03:00
tugcekucukoglu 2c65a8d18f Fixed #5711 - Calendar: name should be passed to the input if provided 2024-06-11 13:45:39 +03:00
Malik Bensabre 4deb0c1ab5 fix(types): DataTable: add function support to DataTableSortMeta field 2024-06-10 12:24:19 +02: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
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
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
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
tugcekucukoglu ad15757ccb Fixed #5816 - Invalid Prop Type For Strong and Medium Regex on Password Component 2024-06-07 12:05:40 +03:00
tugcekucukoglu bb78488f04 Fixed #5826 - TieredMenu: Popup overlay does not close on escape key press 2024-06-07 11:48:18 +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
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 c1a82b1497
Merge pull request #5796 from jacobtylerwalls/patch-2
Fix typo in editorInitCallback docstring
2024-06-03 14:37:21 +03:00
navedqb 8203539384
fixes minFractionDigits defaulting to 0 when set to null 2024-06-03 13:16:10 +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
jiverson c7f9b9704f fix: Dialog/Confirm re-focus original element on close 2024-05-24 22:19:47 -07:00
navedqb 9e34f4409a
fixes focus trap issue in inplace 2024-05-23 11:05:45 +05:30
KumJungMin e156b25d7c fix: prevent horizontal scroll when 2024-05-18 19:54:59 +09:00
tugcekucukoglu c543d2a84e Lint fixes 2024-05-16 13:42:28 +03:00
Tuğçe Küçükoğlu 30f36fb775
Merge pull request #5741 from qburst/master
fix: primevue #5740, InputOtp: Able to paste otp in readonly and disabled modes
2024-05-16 13:40:12 +03:00
Tuğçe Küçükoğlu 5cac0f0e3e
Merge pull request #5688 from KumJungMin/issue-5687_
Fix #5687: delete month parameter on onMonthSelect
2024-05-16 12:53:53 +03:00
tugcekucukoglu 71444759dc Fixed #5726 2024-05-16 12:50:43 +03:00
Tuğçe Küçükoğlu 3279e5c408
Merge pull request #5731 from simplyratl/fix-pasting-on-readonly-inputnumber
fix: pasting on readonly InputNumber
2024-05-16 12:49:36 +03:00
Tuğçe Küçükoğlu 5205278ef4
Merge pull request #5730 from qburst/fix--5726
fix: disable paste functionality in readonly mode
2024-05-16 12:49:29 +03:00
Tuğçe Küçükoğlu 3c4e621fdd
Merge pull request #5672 from Rekl0w/Fix#5671
Fix #5671: Unused codes removed
2024-05-16 12:41:16 +03:00
navedqb 7e200f035c
added missing semicolon 2024-05-15 13:50:51 +05:30
ANTONA09 3607d6e56d fix: primevue #5740, InputOtp: Able to paste otp in readonly and disabled modes 2024-05-15 13:20:25 +05:30