Mert Sincan
0bfe3ce507
refactor: #7090 for InputChips
2025-01-14 11:11:29 +00:00
Mert Sincan
46423fc8a0
refactor: #7090 for Galleria
2025-01-14 11:11:18 +00:00
Mert Sincan
2b97123737
refactor: #7090 for Fieldset
2025-01-14 11:11:12 +00:00
Mert Sincan
733d2d8f37
refactor: #7090 for Dialog
2025-01-14 11:11:03 +00:00
Mert Sincan
cb346d2a29
refactor: #7090 for DataTable
2025-01-14 11:10:57 +00:00
Mert Sincan
6148817917
refactor: #7090 for ContextMenu
2025-01-14 11:10:47 +00:00
Mert Sincan
e4d4d5cdcf
refactor: #7090 for CascadeSelect
2025-01-14 11:10:38 +00:00
Mert Sincan
c7f74805d0
refactor: #7090 for AutoComplete
2025-01-14 11:10:24 +00:00
Mert Sincan
e8105b8971
refactor: #7090 for Accordion
2025-01-14 11:10:02 +00:00
Mert Sincan
2f8e0ccda1
refactor: #7090 for BaseComponent
2025-01-14 11:09:39 +00:00
Mert Sincan
0e9f957a25
feat: Add useId and useAttrSelector composables to core
...
Fixes #7087
2025-01-14 11:07:51 +00:00
Mert Sincan
3851de35ca
fix: Upgrade vue dependency to >=3.5.0
...
Fixes #7088
2025-01-14 11:06:43 +00:00
tugcekucukoglu
2901535296
Fixed #7058 - TreeTable: Custom node toggle icon does not apply
2025-01-14 11:46:01 +03:00
tugcekucukoglu
f4777982ce
Fixed ##7073 - AutoComplete: context option updates
2025-01-14 10:07:43 +03:00
tugcekucukoglu
81ac3639c1
Fixed #2930
2025-01-14 09:49:40 +03:00
Tuğçe Küçükoğlu
8c9511ca22
Merge pull request #7082 from J-Michalek/feat/autocomplete-shift-interactions
...
feat(autocomplete): implement shift modifier interactions
2025-01-14 09:48:28 +03:00
GitHub Actions Bot
3da964795c
Update API doc
2025-01-14 06:32:32 +00:00
Tuğçe Küçükoğlu
13e391fee9
Merge pull request #7077 from J-Michalek/patch-1
...
feat(button): add to prop type
2025-01-14 09:15:45 +03:00
Jakub Michálek
db25dbae3f
feat(autocomplete): implement shift modifier interactions
2025-01-13 18:58:16 +01:00
Mert Sincan
401e2559ea
Added `ref` import
2025-01-13 13:14:51 +00:00
Mert Sincan
cd029328b9
fix: Primevue 4 Design Tokens: Bug when transpile Build. Fixes #6217
2025-01-13 12:37:40 +00:00
Mert Sincan
6ae87fe433
Refactor #6715
2025-01-13 11:22:54 +00:00
Yannis JUSTINE
a1873d0d9c
Fix memory leaks ( #6889 )
...
* Fix most of memory leaks
- Remove callback after component is unmounted
* fix: restore original unmounted implementation in BaseComponent
* Remove callback map
2025-01-13 10:58:23 +00:00
Mert Sincan
3e7739b1e7
Fixed #6737 - InputText: Name attribute not applied when used outside of Form component
2025-01-13 10:13:56 +00:00
Mert Sincan
992e8f59fb
Refactor: update nuxt-module paths for components
2025-01-13 10:06:33 +00:00
Mert Sincan
c1f3bdaf72
Fixed #7052 - Select filter in forms (FormField): The filter input is also invalid when select is invalid.
2025-01-13 10:05:37 +00:00
Tuğçe Küçükoğlu
e77e17fba3
Merge pull request #7080 from J-Michalek/feat/menu-types
...
docs(menu): add show/hide events to types and docs
2025-01-13 11:22:19 +03:00
Jakub Michálek
83545ed520
feat(menu): add hide/show events to docs
2025-01-13 08:54:28 +01:00
Jakub Michálek
a989dbcb60
feat(menu): add shot/hide events to menu emits type
2025-01-13 08:45:01 +01:00
tugcekucukoglu
c80e0ab358
Refactor #7053
2025-01-13 10:42:50 +03:00
GitHub Actions Bot
a4b80a22c9
Update API doc
2025-01-13 07:13:50 +00:00
Tuğçe Küçükoğlu
19cc3b4fb4
Merge pull request #7078 from J-Michalek/patch-2
...
feat(button): add a11yAttrs to slot types
2025-01-13 10:12:35 +03:00
tugcekucukoglu
8c570cac8c
Fixed #7071
2025-01-13 10:08:41 +03:00
Tuğçe Küçükoğlu
b47856b65b
Merge pull request #7072 from iessa-pragg-ctct/master
...
#7071 enhance edge detection for tooltips
2025-01-13 10:07:32 +03:00
Mert Sincan
662a2d1f35
Remove console.logs
2025-01-13 01:25:19 +00:00
Mert Sincan
c30bba0a1a
Fixed #6780 - DynamicForm: DatePicker (range) not working
2025-01-13 00:58:24 +00:00
Mert Sincan
271ee4f4e1
Fixed #6783 - DynamicForm: MultiSelect label not shown
2025-01-12 23:25:13 +00:00
Mert Sincan
803e8575b3
Fixed #7006 - @primevue/forms: Form components submit event parameter missing values
2025-01-12 21:53:13 +00:00
J-Michalek
725c7371c5
feat(button): add a11yAttrs to slot types
...
Ideally the types would only suggest it when the asChild option is set to true, but I suspect that we cannot do that without composition API and the generic types - even then it could be very messy.
2025-01-12 20:10:46 +01:00
J-Michalek
6507c612ea
feat(button): add to prop type
...
The docs do show that the "to" prop is usable on the button, but the types don't support it, making it hard to use in types components.
https://primevue.org/button/#link
2025-01-12 19:51:56 +01:00
Mert Sincan
536d21cef1
Fixed #6939 and #7075 : Forms/FormField: The form does not seem to support nested data.
...
Fixes #6939 and #7075
2025-01-12 18:26:03 +00:00
Cagatay Civici
d3fbb4170f
Move directives to components
2025-01-10 17:32:25 +03:00
Iessa Pragg
80a3e3d354
fix arrow position math
2025-01-10 20:15:30 +13:00
Iessa Pragg
7331a90b0a
enhance edge detection for tooltips
2025-01-10 19:20:36 +13:00
Tuğçe Küçükoğlu
81a5df370b
Merge pull request #7066 from J-Michalek/fix/datepicker
...
fix(date-picker): inline used together with range and time options
2025-01-09 15:13:27 +03:00
Mert Sincan
7db4f4769f
fix: Form: errorMessage could not reactive display correctly. Fixes #6905
2025-01-09 12:02:51 +00:00
tugcekucukoglu
df8a416e69
Fixed #7062 - Calendar | Date Picker | Cannot read properties of undefined ( reading 'focus')
2025-01-09 14:57:58 +03:00
Jakub Michálek
a116df09d9
fix(date-picker): inline used together with range and time options
...
When using selectionMode = range, showTime and inline options
together the component would not allow the time of the second
date to be edited.
This seems like a bug to me rather than a intended
behavior of the component.
If it is for some reason intended, it should be documented
that this won't indeed work.
2025-01-09 12:55:14 +01:00
Tuğçe Küçükoğlu
813c516727
Merge pull request #6814 from arpi17/patch-1
...
fix(Select): Set `aria-invalid` attribute in non-editable mode as well
2025-01-09 09:32:19 +03:00
Mert Sincan
8146b84880
refactor: #7049
2025-01-08 14:35:50 +00:00
Michael Meier
3a5fd75860
feat(Editor): implement support for Quill 2.0 (disables support for older versions)
2025-01-08 13:44:48 +01:00
Mert Sincan
99b5d73a7c
Fixed #6721 - Forms: InputNumber Field Not Showing Red Border on Error State
2025-01-08 10:55:38 +00:00
Mert Sincan
3b70777c90
Fixed #7046 and #7049 - Form: Request to expose functionality to code such as .reset() , .validate(), .submit(), etc
2025-01-08 10:40:56 +00:00
tugcekucukoglu
f5e43eb567
Fixed #7020 - InputMask: pt styles
2025-01-08 11:07:31 +03:00
tugcekucukoglu
337ef441cf
Fixed #7045 - InputNumber weird behavior when using min value & allow-empty=false together
2025-01-08 10:51:56 +03:00
Tuğçe Küçükoğlu
94dd70d5fb
Merge pull request #7044 from TheZlodziej/master
...
fix: InputNumber unexpected behavior when using allow-empty attribute…
2025-01-08 10:50:55 +03:00
tugcekucukoglu
3f56ca656d
Fixed #7053
2025-01-07 14:28:22 +03:00
tugcekucukoglu
d8483d6992
Format fixes
2025-01-07 14:18:49 +03:00
Tuğçe Küçükoğlu
8b24f256aa
Merge pull request #6844 from RickKukiela/master
...
Implements "pause on hover" Toast feature & exposes onMouseEnter and onMouseLeave callback props
2025-01-07 14:17:00 +03:00
Tuğçe Küçükoğlu
51ab19a263
Merge pull request #6838 from sivareddyuppathi/drawer-add-before
...
Drawer: Add before-hide event to Drawer component
2025-01-07 14:14:49 +03:00
tugcekucukoglu
1b1f988146
Fixed #7029 - Listbox and Select: checkmark different size
2025-01-07 14:12:54 +03:00
Mert Sincan
631ca11102
Refactor #7049 - added findNonEmpty to track change detection
2025-01-07 10:16:02 +00:00
Tuğçe Küçükoğlu
0911e53973
Merge pull request #7037 from melloware/PV4214
...
Fix #4214 : Screenreader improve hidden accessible
2025-01-07 11:47:07 +03:00
Mert Sincan
580a88455b
Fixed #6723 - Cannot read $form form field states with TypeScript
2025-01-06 14:52:13 +00:00
Mert Sincan
4c4996fb72
Fixed #7049 and #6755 - Update reset callback of <Form>
2025-01-06 14:22:01 +00:00
tugcekucukoglu
2f4e8d34ed
Fixed #7000 - CascadeSelect: When the first item has no sub items, hovering over it will automatically select it.
2025-01-06 15:43:25 +03:00
Damián Paranič
7925d86aa3
Form: reset not working, changed value not update input ( #6767 )
...
* 6755 - update input value after form reset
* code refactoring
* fix: select button
* cleanup
2025-01-06 11:24:26 +00:00
Tuğçe Küçükoğlu
9f64d2ed2c
Merge pull request #7038 from Winter979/column-slot-types
...
correct field type for column body slot
2025-01-06 12:35:07 +03:00
tugcekucukoglu
699c248538
Fixed #6994 - DataTable: Frozen Column with Basic Filtering
2025-01-06 12:31:56 +03:00
tugcekucukoglu
1536d128ac
Fixed #7010
2025-01-06 09:56:46 +03:00
minekuba
894779ba7c
fix: InputNumber cannot enter negative values 0 when using allow-empty=false
2025-01-04 01:52:53 +01:00
minekuba
600e36aab1
fix: InputNumber unexpected behavior when using allow-empty attribute combined with min attribute.
2025-01-04 01:38:41 +01:00
melloware
96cfc97671
Fix #4214 : Screenreader improve hidden accessible
2025-01-02 16:24:51 -05:00
Jonathon
568a6a031c
correct field type for column body slot
2025-01-02 10:31:38 +11:00
Tuğçe Küçükoğlu
2950c764b2
Merge pull request #7027 from qburst/master
...
fix : #7026 , Select: Editable Dropdown search not working as expected
2024-12-30 14:55:28 +03:00
Tuğçe Küçükoğlu
61c7aa469e
Merge pull request #7024 from adam-koller/Fix-Issue-#6986
...
Fix Issue #6986
2024-12-30 14:43:03 +03:00
tugcekucukoglu
d488eddabd
Lint fix
2024-12-30 14:37:41 +03:00
tugcekucukoglu
2b114f616b
Update CascadeSelectStyle.js
2024-12-30 14:35:14 +03:00
tugcekucukoglu
f3fee06a3f
Fixed #6981
2024-12-30 13:25:39 +03:00
ANTONA09
aa3f5c0c5a
fix : #7026 , Select: Editable Dropdown search not working as expected
2024-12-30 14:44:44 +05:30
Adam Koller
5b9c297bfe
Fix Issue #6986
2024-12-29 17:10:46 +01:00
Adam Koller
1009a8ed2a
Fix Issue #6986
2024-12-29 12:02:54 +01:00
tugcekucukoglu
e8ca5141ed
Fixed #6992 - Galleria not showing thumbnails after updating images list
2024-12-27 14:16:02 +03:00
tugcekucukoglu
c7b0d46233
Fixed #6967
2024-12-27 13:57:14 +03:00
tugcekucukoglu
f8911e789e
Fixed #6969 - FloatLabel: Float Label Doesn't Reset When Password Component is Cleared Programmatically
2024-12-27 13:31:05 +03:00
tugcekucukoglu
972a85eb20
Refactor
2024-12-27 13:09:16 +03:00
Tuğçe Küçükoğlu
92a964aa9f
Merge pull request #7014 from laylatichy/add-count-to-timeline-context
...
fix(timeline): add count property to TimelineContext
2024-12-27 13:08:37 +03:00
GitHub Actions Bot
d1c4e34158
Update API doc
2024-12-27 10:07:36 +00:00
tugcekucukoglu
1d0e3635e2
Fixed #6995
2024-12-27 13:06:26 +03:00
Tuğçe Küçükoğlu
ca31fca45d
Merge pull request #6963 from erwanlfrt/dev/fix-tree-on-filter-value
...
fix: missing last typed letter on filter tree event
2024-12-27 12:59:29 +03:00
Layla Tichy
b0e6e095f1
feat(timeline): add count property to TimelineContext for total items tracking
2024-12-26 19:04:16 +00:00
tugcekucukoglu
9a60ebea8b
Fixed #6990
2024-12-26 13:38:06 +03:00
Tuğçe Küçükoğlu
0e6f6db5b3
Merge pull request #7009 from laylatichy/update-speed-dial-visible-flag
...
fix: rename 'visible' to 'd_visible' in SpeedDialState interface
2024-12-26 10:36:55 +03:00
Tuğçe Küçükoğlu
caee11051e
Merge pull request #7005 from simplg/fix-decrement-timepicker-unstyled
...
Fix missing unstyled property inside decrement minute button
2024-12-26 10:34:58 +03:00
Tuğçe Küçükoğlu
43542fd65d
Merge pull request #6989 from laylatichy/update-splitbutton-state-attribute
...
fix: rename isBlocked to isExpanded in SplitButtonState interface
2024-12-26 10:30:07 +03:00
Tuğçe Küçükoğlu
d737502169
Merge pull request #6984 from KumJungMin/fix/issue-6572
...
fix(DataTable/BodyCell): apply updated cell value after value sorting
2024-12-26 10:23:25 +03:00
Layla Tichy
cab6b5e2c1
fix: rename 'visible' to 'd_visible' in SpeedDialState interface
2024-12-26 01:27:03 +00:00
Yanice Guigou
0d25c43ae2
Fix missing unstyled property inside decrement minute button
2024-12-25 22:41:11 +01:00
Layla Tichy
c8d9623593
fix: rename isBlocked to isExpanded in SplitButtonState interface
2024-12-23 10:45:09 +00:00
KumJungMin
b894556878
fix(editing): await reactive changes to access the latest cell data
2024-12-22 17:06:41 +09:00