tugcekucukoglu
1900ad9e9c
Fixed #6255
2024-08-29 13:33:21 +03:00
tugcekucukoglu
333b576ccd
Fixed #6301
2024-08-29 10:09:13 +03:00
tugcekucukoglu
e29af346fe
Fixed #6301
2024-08-28 15:27:24 +03:00
Kévin
39a8be34a4
Update IconField.d.ts
...
Update [Live Demo] urls
2024-08-26 16:05:19 +02:00
tugcekucukoglu
75e4cf3446
Fixed #6286
2024-08-26 09:46:10 +03:00
Fabien VINCENT
bb889406af
Fix issue #6262 - Click outside only when not modal for v4.0.5
2024-08-23 22:28:18 +02:00
tugcekucukoglu
71f853a174
Version 4.0.5 released
2024-08-23 16:16:42 +03:00
Charlie
a409d43579
feat(Select): avoid IME input issue when typing in filter
2024-08-23 17:02:01 +08:00
tugcekucukoglu
2cbfb5a20f
Update Chart.d.ts
2024-08-23 11:27:43 +03:00
tugcekucukoglu
c2d2d01350
Fixed #6221
2024-08-23 10:47:59 +03:00
Tuğçe Küçükoğlu
a96874e1e1
Merge pull request #6273 from avramz/fix/input-number-buttons
...
fix: Adjust `p-inputnumber-button-group` `z-index` so it's not lower …
2024-08-23 10:01:18 +03:00
tugcekucukoglu
f88e09240c
Fixed #6055
2024-08-22 16:13:47 +03:00
Mert Sincan
3e6a519f35
Update ImageStyle.js
2024-08-22 15:46:43 +03:00
uros
36e19ad42a
fix: Adjust `p-inputnumber-button-group` `z-index` so it's not lower when input text receives focus while in input group.
...
fixes #6212
2024-08-22 11:57:44 +02:00
tugcekucukoglu
90132fc104
Renaming
2024-08-22 11:55:35 +03:00
Tuğçe Küçükoğlu
42fe404816
Merge pull request #6176 from avramz/feat/menu-bar-optimization
...
- fix #6164 optimize menu bar
2024-08-22 11:52:10 +03:00
tugcekucukoglu
3c0a1c67ff
Fixed #3623
2024-08-22 10:46:24 +03:00
Tuğçe Küçükoğlu
d3d13cf79f
Merge pull request #6231 from wuc656/patch-1
...
Update InputMask.vue
2024-08-22 10:45:28 +03:00
王子凌
f97a108a31
fix: fix the unexpected joggle state when `dialog` component non-fixed ( #6161 )
2024-08-22 10:02:01 +03:00
tugcekucukoglu
bdb20ab244
Fixed #6262
2024-08-21 15:22:15 +03:00
Tuğçe Küçükoğlu
1e6e9b5c4e
Merge pull request #6267 from WatCodeDatCode/fix-6266
...
fix: extend as props to accept component objects
2024-08-21 15:17:22 +03:00
tugcekucukoglu
6d615227d5
Update Button.d.ts
2024-08-21 15:16:48 +03:00
Tuğçe Küçükoğlu
cb883bf8a8
Merge pull request #6239 from Creo-KR/master
...
Make that "as" of Button Props can be assigned Component Object
2024-08-21 15:11:34 +03:00
tugcekucukoglu
2499d505da
Fixed #6249
2024-08-21 14:47:59 +03:00
tugcekucukoglu
80128bbec6
Fixed #6250
2024-08-21 14:44:30 +03:00
Tuğçe Küçükoğlu
0ef9da68d3
Merge pull request #6201 from trombonist76/fix/select-auto-filter-focus
...
Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true
2024-08-21 14:14:00 +03:00
GitHub Actions Bot
81c9008bd6
Code Format
2024-08-21 11:00:57 +00:00
Tuğçe Küçükoğlu
86a29ec699
Merge pull request #6182 from Payn/master
...
fix: InputOtp - allow NumpadEnter event
2024-08-21 13:59:11 +03:00
Tuğçe Küçükoğlu
d30738ba9b
Merge pull request #6259 from m-meier/fix-6257
...
fix(FileUpload): fix broken choose button in basic mode, fixes #6257,…
2024-08-21 13:55:10 +03:00
Uros
e038ecd340
#6203 fix: switching to year view when modelValue is populated ( #6204 )
...
* #6203 fix: switching to year view when modelValue is populated
* - remove debug
2024-08-21 11:21:09 +03:00
tugcekucukoglu
077acfabaa
Fixed #6264 - Carousel: Index is undefined in PassThroughOptions
2024-08-21 10:12:05 +03:00
tugcekucukoglu
8509a9b66f
Fixed #6269 - aria-hidden errors on browsers
2024-08-21 09:53:30 +03:00
Tuğçe Küçükoğlu
0f138347d4
Merge pull request #6224 from qburst/fix--6206
...
fix: Add 'iconfield' to PrimeVuePTOptions
2024-08-20 22:58:51 +03:00
tugcekucukoglu
08cc64a95d
Refactor
2024-08-20 22:56:21 +03:00
Tuğçe Küçükoğlu
99d0529e80
Merge pull request #6226 from damoxc/fix-step-panel
...
fix(Stepper): include panel value in activateCallback signature
2024-08-20 22:50:28 +03:00
Andrew Russell
90c672f7b3
extend Step components props
2024-08-20 21:29:54 +02:00
Andrew Russell
56d9bc1c0a
extend Step components props
2024-08-20 21:29:29 +02:00
Andrew Russell
48f1ff85b9
extend Button component props
2024-08-20 21:29:12 +02:00
Andrew Russell
ab1a3b86b3
extend Accordion components props
2024-08-20 21:28:57 +02:00
Michael Meier
0c5bf84aa4
fix(FileUpload): fix broken choose button in basic mode, fixes #6257 , #5748
...
This fix removes the initial code for a transformation to an upload button
since the code is incomplete. It also removes the bug that you cannot
perform additional file selections.
2024-08-19 18:49:35 +02:00
tugcekucukoglu
eac0bfe591
Fixed #6252
2024-08-19 16:22:01 +03:00
Creo-KR
75725352d2
Update Button.d.ts
...
make that "as" of Button Props can be assigned Component Object.
2024-08-16 16:37:31 +09:00
Creo-KR
71fef9c5ed
Update BaseButton.vue
...
make that "as" of Button Props can be assigned Component Object.
2024-08-16 16:35:42 +09:00
吳彥東
d48e5b9a29
Update InputMask.vue
2024-08-14 11:48:31 +08:00
Damien Churchill
e04ff53326
fix(Stepper): include panel value in activateCallback signature
...
This removes the need to add a wrapper function that changes the type
of activateCallback to any before calling it.
2024-08-13 09:01:48 +01:00
navedqb
cc5c8ed3de
add iconfield to PrimeVuePTOptions
2024-08-13 12:07:39 +05:30
mahmuth
900a1c67a9
Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true
2024-08-08 01:09:05 +03:00
Payn
8b5936caf1
InputOtp - allow NumpadEnter event
2024-08-05 08:20:55 +02:00
tugcekucukoglu
d2e86b5b88
Set new version
2024-08-02 16:24:37 +03:00
uros
49b4b48466
- fix #6164 optimize menu bar
...
- move getAriaSetSize to computed
- optimize getAriaPosInset
2024-08-02 12:47:25 +02:00
tugcekucukoglu
11b146a6d6
Update Config.d.ts
2024-08-02 13:08:26 +03:00
tugcekucukoglu
0506532822
Fixed #6144
2024-08-02 12:49:13 +03:00
tugcekucukoglu
6c21aa730f
Fixed #6154
2024-08-02 12:26:46 +03:00
tugcekucukoglu
8571830fe9
Remove deprecated StepperPanel from package build
2024-08-02 12:02:44 +03:00
Tuğçe Küçükoğlu
1287131021
Merge pull request #6170 from avramz/test-unit
...
Chore: Unit tests (#5095 )
2024-08-02 11:08:38 +03:00
Creo-KR
59c7e93b11
fix InputOtp - [IntegerOnly] make enable Tab, Enter Key down
...
Signed-off-by: Creo-KR <gjwlsdn087@naver.com>
2024-08-02 12:10:54 +09:00
uros
42e25c5e76
- fix Drawer.spec.js
2024-08-02 00:12:46 +02:00
uros
75e8ee43d6
- fix Drawer.spec.js
2024-08-01 23:42:40 +02:00
uros
0402704c18
- fix: use focus instead of DomHandler.focus
2024-08-01 23:35:51 +02:00
uros
a2bb913294
- fix TabView.spec.js
2024-08-01 23:30:00 +02:00
uros
b94a4b23a0
- fix BlockUI.spec.js, Carousel.spec.js, CascadeSelect.spec.js
2024-08-01 23:22:05 +02:00
uros
7094c05583
- fix Accordion.spec.js
2024-08-01 23:08:26 +02:00
uros
aa1dafae95
- fix AutoComplete.spec.js, Avatar.spec.js, Breadcrumb.spec.js, Chip.spec.js
2024-08-01 23:01:15 +02:00
uros
a378599783
- fix Button.spec.js, Checkbox.spec.js, ColorPicker.spec.js, ContextMenu.spec.js
2024-08-01 22:56:35 +02:00
uros
f8d1dfc8b2
- fix DataTable.spec.js
2024-08-01 22:50:25 +02:00
uros
6c6e627545
- fix DatePicker.spec.js
2024-08-01 22:01:37 +02:00
uros
d8d2231782
- fix Dialog.spec.js
2024-08-01 21:50:53 +02:00
uros
f5efd2b0f7
- fix Fieldset.spec.js, Galleria.spec.js
2024-08-01 21:44:22 +02:00
uros
cdcee4ca8a
- fix Image.spec.js, Inplace.spec.js, InputChips.spec.js
2024-08-01 21:20:37 +02:00
uros
7c308fe41b
- fix InputNumber.spec.js, InputSwitch.spec.js, Listbox.spec.js, MegaMenu.spec.js
2024-08-01 20:55:57 +02:00
uros
09aee632b3
- fix Menu.spec.js, Menubar.spec.js, Message.spec.js
2024-08-01 20:29:19 +02:00
uros
943e8c4962
- fix MultiSelect.spec.js
2024-08-01 19:38:45 +02:00
uros
30afab8178
- fix OrderList.spec.js, OrganizationChart.spec.js
2024-08-01 19:14:29 +02:00
uros
305752ef3c
- fix Paginator.spec.js, PanelMenu.spec.js
2024-08-01 19:04:29 +02:00
uros
d7bd83b70a
- fix Password.spec.js
2024-08-01 18:53:38 +02:00
uros
1812af1186
- fix PickList.spec.js
2024-08-01 18:37:42 +02:00
uros
9af790d90a
- fix Popover.spec.js
2024-08-01 17:04:33 +02:00
uros
d26a7b74e4
- fix Select.spec.js, Rating.spec.js, RadioButton.spec.js, ProgressSpinner.spec.js
2024-08-01 17:00:16 +02:00
uros
74bf24060a
- fix Select.spec.js
2024-08-01 16:51:40 +02:00
uros
d7c44ce029
- fix SelectButton.spec.js, Skeleton.spec.js
2024-08-01 16:05:49 +02:00
uros
dbe55014d4
- fix SpeedDial.spec.js, SplitButton.spec.js
2024-08-01 15:59:22 +02:00
uros
8bfea139e4
- fix tests
2024-08-01 15:50:43 +02:00
uros
fa844bda11
- confugure vitest
2024-08-01 15:32:14 +02:00
uros
1618e6d7db
Merge branch 'master' into test-unit
...
# Conflicts:
# packages/primevue/vitest.config.js
2024-08-01 15:29:34 +02:00
tugcekucukoglu
95b5af1884
Test implementation fixes
2024-08-01 16:24:31 +03:00
GitHub Actions Bot
4e17ef2588
Code Format
2024-08-01 12:25:38 +00:00
Tuğçe Küçükoğlu
e70a844997
Merge pull request #6142 from clemvnt/fix/dialog-focus
...
Dialog: Cherry pick 're-focus original element on close' fix to v4
2024-08-01 15:22:32 +03:00
Tuğçe Küçükoğlu
655798b33a
Merge pull request #6149 from avramz/dialog
...
- fix : #6116 prevent dialog from closing when releasing mouse outside…
2024-08-01 15:00:37 +03:00
Tuğçe Küçükoğlu
1336a4e0aa
Merge pull request #6158 from qburst/fix--6153
...
fix: prevent icon display when inline property is set
2024-08-01 14:50:52 +03:00
Tuğçe Küçükoğlu
07b9211927
Merge pull request #5975 from ajm13/fix-overlay-arrow
...
Fix positioning of overlay arrows
2024-08-01 14:24:25 +03:00
tugcekucukoglu
df7889447c
Fixed #6159
2024-08-01 14:14:49 +03:00
tugcekucukoglu
90575cbb62
Refactor #6100
2024-08-01 12:08:09 +03:00
tugcekucukoglu
978e704733
Fixed #6100
2024-08-01 12:03:31 +03:00
uros
71d6789db8
- confugure vitest
...
- TreeButton.spec, Tree.spec update tests
2024-08-01 10:40:12 +02:00
navedqb
a8bc83d213
Merge branch 'primefaces:master' into fix--6153
2024-08-01 13:57:00 +05:30
navedqb
ab608a277b
fix icon display when inline prop is set
2024-08-01 13:55:23 +05:30
Tuğçe Küçükoğlu
706e623506
Merge pull request #5944 from clemvnt/patch-1
...
fix(ContextMenu): adjust anchor element selector to execute action on Enter key when the "item" template has been redefined
2024-08-01 11:18:28 +03:00
Tuğçe Küçükoğlu
5b18a77f6d
Merge pull request #6068 from andrew-cmdltt/issue-5870
...
fix: add @keydown emit event in DatePicker component
2024-08-01 11:16:35 +03:00
tugcekucukoglu
a27ee0caea
Fixed #6048
2024-08-01 11:09:09 +03:00
Tuğçe Küçükoğlu
17982945ff
Merge pull request #6155 from cjalex1313/issues/6147
...
Fix datepicker unstyled - https://github.com/primefaces/primevue/issues/6147
2024-08-01 11:05:33 +03:00