Mert Sincan
312bf677ea
Refactor #6826 - For Slider
2024-11-21 18:11:39 +00:00
GitHub Actions Bot
a85d4bc789
Code Format
2024-11-12 06:06:06 +00:00
Tuğçe Küçükoğlu
a2eaeba481
Merge pull request #6674 from j0rgedev/6649-slider-range-bug
...
fix(slider): correct range operation bug
2024-11-12 09:04:17 +03:00
Tuğçe Küçükoğlu
2a9ac8b174
Merge pull request #6537 from caryhgq/patch-1
...
fix: Slider: "Unable to preventDefault inside passive event listener invocation" in primevue_slider.js (touchmove)
2024-11-11 09:49:59 +03:00
j0rgedev
0c094154e2
fix(slider): correct range operation bug
2024-10-28 19:34:00 -05:00
Cagatay Civici
4154aab456
Removed unused class
2024-10-28 16:34:44 +03:00
tugcekucukoglu
b00da05efb
Refactor #6636 - For Slider
2024-10-28 10:56:50 +03:00
Mert Sincan
4561acfb8b
Rename `updateValue` with `writeValue` in BaseEditableHolder
2024-10-23 14:04:38 +01:00
Mert Sincan
b67ed2d931
Add form support to `Slider`
2024-10-23 13:08:28 +01:00
Mert Sincan
ca12435e7c
Update d.ts files
2024-10-21 12:50:34 +01:00
Cagatay Civici
618bdf9ab9
Fixed #6582 - Slider track border radius token not applied
2024-10-16 10:00:03 +03: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
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
Mert Sincan
796edf4c11
Fixed #5968 - Improve utils methods in all packages
2024-06-26 08:46:26 +01:00
GitHub Actions Bot
03c536bd6c
Code Format
2024-06-14 14:56:05 +00:00
Mert Sincan
f02874cc18
Refactor on d.ts
2024-06-12 00:08:08 +01:00
Mert Sincan
61929eae75
Convert to PrimeVue monorepo
2024-06-11 13:21:12 +01:00