mertsincan
c80c3ad0ea
Fixed #5621 - New Component: Tabs
2024-04-19 14:51:57 +01:00
mertsincan
53168665d4
Remove console.log
2024-04-19 14:50:12 +01:00
mertsincan
b41c4c5977
Fixed #5622 - Deprecated: TabView
2024-04-19 14:49:58 +01:00
tugcekucukoglu
344ec64cd4
Update menu.json
2024-04-19 15:30:12 +03:00
tugcekucukoglu
169a9af8eb
Fixed #5599 - Menu / Stepper: Pass Through Unstyled Mode
2024-04-19 15:28:49 +03:00
tugcekucukoglu
b0b91c2050
Fixed #5618 - AutoComplete: Enter does not submit form
2024-04-19 15:11:30 +03:00
Tuğçe Küçükoğlu
f1e3ded7da
Merge pull request #5619 from carldenigma/master
...
#5618 - Updated AutoComplete to allow form submission using return
2024-04-19 15:10:57 +03:00
GitHub Actions Bot
d1a26a2bdb
Code Format
2024-04-19 11:52:56 +00:00
Tuğçe Küçükoğlu
dd71f32314
Merge pull request #5607 from thristov78/patch-1
...
Fixed #5596 - Calendar: Hours are set to 00 when clicking the "Today" button
2024-04-19 14:51:19 +03:00
GitHub Actions Bot
63b5ca7523
Code Format
2024-04-19 11:47:39 +00:00
Tuğçe Küçükoğlu
4ed80b33ff
Merge pull request #5568 from XavierChevalier/fix/sidebar-reactive-dismissable-property
...
fix(sidebar): dismissable property should still be reactive after mount
2024-04-19 14:46:01 +03:00
Tuğçe Küçükoğlu
d93034881a
Merge pull request #5523 from franklx/master
...
Fix TreeTable not using filterField
2024-04-19 14:41:57 +03:00
Tuğçe Küçükoğlu
26d976997a
Merge pull request #5564 from i7slegend/fix/style-for-submenuHeader
...
fix(#5562 ): support style for submenuHeader in Menu
2024-04-19 14:36:01 +03:00
GitHub Actions Bot
b15719071e
Update API doc
2024-04-19 11:34:59 +00:00
Tuğçe Küçükoğlu
1a2d33ad27
Merge pull request #5617 from xxx123123/master
...
fix : #5433 add formattedValue type
2024-04-19 14:33:53 +03:00
carldenigma
f57a90eb51
#5618 - Updated AutoComplete to allow form submission using return
2024-04-19 11:16:23 +01:00
xujiangyang
eb1228749a
fix : #5433 InputNumberBlurEvent not type formattedValue
2024-04-19 17:54:28 +08:00
GitHub Actions Bot
b4a6eb17ef
Code Format
2024-04-19 09:36:04 +00:00
Tuğçe Küçükoğlu
ff20957fcb
Merge pull request #5519 from autoboxer/master
...
fix #5518 : prevent erros thrown by ScrollPanel loading
2024-04-19 12:34:24 +03:00
xujiangyang
f3c71bcfc1
fix : #5433 add formattedValue type
2024-04-19 17:21:20 +08:00
Tuğçe Küçükoğlu
ac99818022
Merge pull request #5584 from RustyRaptor/nuxt-docs-issue-5583
...
Explain the default exclude option in the Nuxt module configuration docs.
2024-04-19 12:20:29 +03:00
tugcekucukoglu
e7ec2ad79a
Fixed #5616
2024-04-19 12:16:26 +03:00
Tuğçe Küçükoğlu
e747e01e3d
Merge pull request #5569 from dispatchrabbi/issue-1027
...
Fixed #1027 - Knob: Allow a label function for greater flexibility
2024-04-19 12:12:51 +03:00
Tuğçe Küçükoğlu
a41c874d0a
Merge pull request #5575 from ig-onoffice-de/treeNode-pass-passtrough-options
...
fix: pass passthrough options to the nodeicon slot
2024-04-19 12:01:15 +03:00
Tuğçe Küçükoğlu
9c84d09f51
Merge pull request #5556 from claushellsing/patch-2
...
Update StyledDoc.vue
2024-04-19 11:52:21 +03:00
tugcekucukoglu
478885be0f
Fixed #5577
2024-04-19 11:51:31 +03:00
Tuğçe Küçükoğlu
8523ff27f2
Merge pull request #5578 from csaba215/fix-5577
...
fix(#5577 ): Use event.key instead of event.code for determining digits
2024-04-19 11:50:23 +03:00
Tuğçe Küçükoğlu
5208539f0c
Merge pull request #5560 from melloware/patch-2
...
Fix #5508 : InputNumber allow AZERTY keyboards
2024-04-19 11:44:40 +03:00
tugcekucukoglu
149ea55bc7
Api generator updates
2024-04-19 11:38:12 +03:00
tugcekucukoglu
fa9145b45d
Api generator updates
2024-04-18 17:37:42 +03:00
tugcekucukoglu
c40b3203fd
Refactor #5612
2024-04-18 17:28:41 +03:00
tugcekucukoglu
b2ec54e364
Showcase updates
2024-04-18 17:22:30 +03:00
tugcekucukoglu
fcf8599cfa
Refactor #5612 - Sidebar / Drawer
2024-04-18 17:19:35 +03:00
tugcekucukoglu
365879a41c
Refactor #5612 - Chips / InputChips
2024-04-18 17:18:40 +03:00
tugcekucukoglu
55ae9908d1
Refactor #5612 - Dropdown / Select
2024-04-18 17:17:41 +03:00
tugcekucukoglu
def5d060c0
Refactor #5612 - OverlayPanel / Popover
2024-04-18 17:16:37 +03:00
tugcekucukoglu
f240b953b4
Refactor #5612 - InputSwitch / ToggleSwitch
2024-04-18 17:15:29 +03:00
tugcekucukoglu
1428cc12df
Refactor #5612 - Calendar / DatePicker
2024-04-18 17:13:33 +03:00
thristov78
f5578a46de
Fixed #5596 - Calendar: Hours are set to 00 when clicking the "Today" button
...
When the "Today" button is clicked, the hours field is set to 00 instead of the current hour. The minutes field is populated correctly.
2024-04-17 18:14:36 +03:00
mertsincan
9303e9c3ab
Theming API: Added `theme:load` and `theme:[data-primevue-style-id]:load` emits to ThemeService
2024-04-16 11:15:21 +01:00
tugcekucukoglu
7055387be4
Merge branch 'master' into v4
2024-04-16 12:35:35 +03:00
tugcekucukoglu
6615f31d8a
Fixed #5593 - Hydration defects
2024-04-16 12:35:02 +03:00
tugcekucukoglu
0558b0df0a
`warn` renaming on demos
2024-04-16 10:35:56 +03:00
tugcekucukoglu
f98feec612
Fixed #5591 - warning property name changed as warn
2024-04-16 10:34:11 +03:00
mertsincan
9bdabd8530
Theming API: update `mergeKeys` method for presets
2024-04-15 11:21:03 +01:00
mertsincan
51110b585a
Theming API: Refactor on $dt method and inline styles for css variables
2024-04-15 10:17:29 +01:00
tugcekucukoglu
ddeaab525a
New *ButtonProps properties added - I
2024-04-15 11:08:42 +03:00
RustyRaptor
3ce7f69a9d
Explain the default behavior of primevue.components.exclude in the Nuxt module configuration and how to mitigate.
...
In the documentation for configuring the Nuxt module components, there is no indication that Chart and Editor are excluded by default. The only way to find out is if you happen upon a single issue in the github repo of the nuxt module npm package or read the full source code of the module. Although the intention of this default behavior is to avoid compatibility issues because of the dependencies of those 2 components, it leads to even more confusion when you know what they need but they aren't being detected as components. They are excluded even if you use the * option in include. This change introduces a helpful tip into the docs page so users know what to do when they want to use those components.
2024-04-14 10:32:03 -06:00
Szobonya Csaba
681944080c
fix( #5577 ): Use event.key instead of event.code for determining digits
2024-04-12 14:54:01 +02:00
Isabelle Glasmacher
9e42816f56
fix: pass passthrough options to the nodeicon slot
...
previously the options were not passed, so the classes were missing in unstyled mode
2024-04-12 10:04:41 +02:00