Commit Graph

12342 Commits (b266a8a440ca3ac61a5b9e1e561b86c9c602d490)

Author SHA1 Message Date
Mert Sincan a9df09ece5 Refactor package manager 2024-10-09 10:30:23 +01:00
GitHub Actions Bot 865c98fd32 Update API doc 2024-10-09 08:05:45 +00:00
崮生 1500542e62
fix: #5903 (#6088)
* fix: #5903

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

* Delete package-lock.json

* Update how component types are defined
2024-10-09 09:04:31 +01:00
KumJungMin 2e72c8b5f4 style: apply eslint 2024-10-09 14:34:31 +09:00
KumJungMin f71e839ac9 test: add test to ensure row is not selected when inner button is clicked 2024-10-09 14:23:20 +09:00
KumJungMin c2a5378b9d fix: prevent row-click trigger when inner button clicked 2024-10-09 13:34:53 +09:00
KumJungMin 849598f9bf chore: revert unrelated change 2024-10-08 21:10:26 +09:00
KumJungMin 200ae2ee00 fix: resolve $el undefined error 2024-10-08 21:07:45 +09:00
KumJungMin 2a7b6b2fab chore: revert default value update 2024-10-08 20:30:33 +09:00
KumJungMin 2628c4e4a8 fix: modify currencyDisplay to display the currency code 2024-10-08 20:26:01 +09:00
KumJungMin 0122836e02 fix: allow removal of decimal places 2024-10-08 20:03:59 +09:00
tugcekucukoglu 9d9ae356d0 Refactor #6538 2024-10-08 12:54:50 +03:00
GitHub Actions Bot 0223158cfb Update API doc 2024-10-08 06:32:28 +00:00
tugcekucukoglu f870b1cb0a Merge branch 'prod' 2024-10-08 09:21:04 +03:00
tugcekucukoglu 53fce13f35 Drop color doc fixes 2024-10-08 09:20:22 +03:00
tugcekucukoglu 5720c70e99 Fixed #6538 - CascadeSelect: focus defect on mouse enter 2024-10-08 08:29:22 +03:00
caryhuang 5e1acab801
Update Slider.vue
The event.preventDefault() method has been removed.

The touch event uses the .passive modifier, and also uses the preventDefault method. On mobile devices, the browser will report an error.

The official documentation for Vue.js is as follows:

https://vuejs.org/guide/essentials/event-handling.html#event-modifiers

Do not use .passive and .prevent together, because .passive already indicates to the browser that you do not intend to prevent the event's default behavior, and you will likely see a warning from the browser if you do so.
2024-10-08 09:16:38 +08:00
tugcekucukoglu ad8ccb95ed Update index.vue 2024-10-07 15:42:14 +03:00
tugcekucukoglu c01c6404af Version 4.1.0 released 2024-10-07 13:59:17 +03:00
tugcekucukoglu 02dfc6d2b3 Set new version 2024-10-07 13:54:58 +03:00
tugcekucukoglu b3b8fd9887 Update CHANGELOG.md 2024-10-07 13:52:57 +03:00
GitHub Actions Bot 926062380e Update API doc 2024-10-07 09:59:33 +00:00
tugcekucukoglu f5e89f9cf6 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-07 12:58:30 +03:00
tugcekucukoglu dc34e05a1b AutoComplete option list scroll behavior fixes 2024-10-07 12:58:23 +03:00
GitHub Actions Bot a8eab8b8bf Update API doc 2024-10-07 09:43:19 +00:00
tugcekucukoglu 0125015937 Fixed #6534 - TreeSelect: new option slot 2024-10-07 12:42:07 +03:00
tugcekucukoglu caf25f2be6 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-07 12:25:10 +03:00
tugcekucukoglu 2e49ceb98b Multiple mode focus input refactor 2024-10-07 12:25:03 +03:00
GitHub Actions Bot 99baa37b5c Update API doc 2024-10-07 09:14:25 +00:00
tugcekucukoglu c979c12a37 Update MultipleDoc.vue 2024-10-07 12:13:11 +03:00
tugcekucukoglu 2dc69dd5a5 InputGroup fluid updates 2024-10-07 12:13:08 +03:00
tugcekucukoglu ba9cec60f9 Multiple mode focus input updates 2024-10-07 12:10:19 +03:00
tugcekucukoglu d09d992e71 Fixed #6533 - CascadeSelect: move move/enter behavior changes 2024-10-07 11:59:27 +03:00
Mert Sincan 31aff977d3 Refactor #6007 2024-10-06 11:29:24 +01:00
Mert Sincan 0213fbb437 Update CellEditDoc.vue 2024-10-06 00:22:42 +01:00
GitHub Actions Bot 6d4bff118a Update API doc 2024-10-05 19:41:02 +00:00
Cagatay Civici d931bf5c84 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-05 22:39:56 +03:00
Cagatay Civici 78d18fd64c Fixed offset issue 2024-10-05 22:39:48 +03:00
GitHub Actions Bot 0f2f15919f Update API doc 2024-10-05 19:34:56 +00:00
Cagatay Civici fb969c2638 Refactored InputGroup style and tokens 2024-10-05 22:33:50 +03:00
Cagatay Civici c3b6af0140 New docs for the styled mode 2024-10-05 11:43:14 +03:00
Cagatay Civici 5fd88c2fc3 Use custom focus ring for consistency 2024-10-04 23:56:41 +03:00
Cagatay Civici 1a2464db81 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-04 23:52:58 +03:00
Cagatay Civici e6ca18d3a6 Inline datepicker update 2024-10-04 23:52:53 +03:00
GitHub Actions Bot 0ef9c6af69 Update API doc 2024-10-04 20:39:15 +00:00
Cagatay Civici b79c86aca4 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-04 23:38:08 +03:00
Cagatay Civici cd099999d4 Add tokens for month and year cells 2024-10-04 23:38:01 +03:00
GitHub Actions Bot 1b3673b331 Update API doc 2024-10-04 20:14:04 +00:00
Cagatay Civici 277e27eda4 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-04 23:12:57 +03:00
Cagatay Civici d36e9b5e61 Remove borders on overlays for Material 2024-10-04 23:12:44 +03:00