Commit Graph

722 Commits (024eb76ee6d74f1b642efc7d49917d4d611d12c8)

Author SHA1 Message Date
tugcekucukoglu 6288f51920 Refactor #6538 2024-10-10 18:26:24 +03:00
tugcekucukoglu 880f9e941b Revert "Action test"
This reverts commit c5377eacda.
2024-10-10 11:03:38 +03:00
tugcekucukoglu c5377eacda Action test 2024-10-10 11:02:04 +03:00
Cagatay Civici fe7ede930e Remove number 2024-10-10 09:12:17 +03:00
mergehez 1a8c8ee2af fixes #6543 (missing slot prop: toggleCallback) 2024-10-09 22:16:02 +02:00
Mert Sincan a9df09ece5 Refactor package manager 2024-10-09 10:30:23 +01: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
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 c01c6404af Version 4.1.0 released 2024-10-07 13:59:17 +03:00
tugcekucukoglu dc34e05a1b AutoComplete option list scroll behavior fixes 2024-10-07 12:58:23 +03:00
tugcekucukoglu 0125015937 Fixed #6534 - TreeSelect: new option slot 2024-10-07 12:42:07 +03:00
tugcekucukoglu 2e49ceb98b Multiple mode focus input refactor 2024-10-07 12:25:03 +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
Cagatay Civici 78d18fd64c Fixed offset issue 2024-10-05 22:39:48 +03:00
Cagatay Civici fb969c2638 Refactored InputGroup style and tokens 2024-10-05 22:33:50 +03:00
Cagatay Civici 5fd88c2fc3 Use custom focus ring for consistency 2024-10-04 23:56:41 +03:00
Cagatay Civici cd099999d4 Add tokens for month and year cells 2024-10-04 23:38:01 +03:00
Cagatay Civici 99ec7dce3a Update KeyFilter doc 2024-10-04 22:49:22 +03:00
Cagatay Civici d3ab5c1121 Final touches on ImageCompare 2024-10-04 18:50:47 +03:00
Mert Sincan 88a653bd4d Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-04 15:19:37 +01:00
Mert Sincan ec6003f585 Fixed #6294 - VirtualScroller: Unstyled mode broke core functionality 2024-10-04 15:19:28 +01:00
tugcekucukoglu 0a48dc6968 Update CascadeSelect.d.ts 2024-10-04 17:13:47 +03:00
tugcekucukoglu 9ca784dc28 Refactor #6522 - For CascadeSelect 2024-10-04 17:01:56 +03:00
tugcekucukoglu 9a500b0c05 Refactor 2024-10-04 16:26:09 +03:00
Mert Sincan 9c4c176187 Update primeuix version 2024-10-04 14:21:38 +01:00
tugcekucukoglu 006d037940 Fixed #6432 2024-10-04 13:13:09 +03:00
tugcekucukoglu 0c57108f89 Fixed #6522 - For TieredMenu 2024-10-04 12:02:22 +03:00
tugcekucukoglu ee1b6260d7 Refactor #6522 - For ContextMenu 2024-10-04 12:02:05 +03:00
Cagatay Civici d4d0ece671 Transition refactor for Material 2024-10-04 10:33:34 +03:00
Cagatay Civici 639ece43f6 Add new tokens for ToggleSwitch 2024-10-04 09:26:32 +03:00
tugcekucukoglu 7881c7063d ImageCompare types 2024-10-03 21:40:11 +03:00
Cagatay Civici 133a63ee2a Tokens for ImageCompare 2024-10-03 20:55:41 +03:00
Cagatay Civici 6980c24703 Initiated ImageCompare component 2024-10-03 20:09:21 +03:00
tugcekucukoglu 922f19e445 New ImageDiff component 2024-10-03 16:15:54 +03:00
tugcekucukoglu ef1791f8a3 Fixed #6505 2024-10-03 15:26:51 +03:00
tugcekucukoglu 901bb99dbd Revert "Fixed #6505"
This reverts commit 1016d2df5f.
2024-10-03 15:23:32 +03:00
tugcekucukoglu 1016d2df5f Fixed #6505 2024-10-03 12:33:19 +03:00
tugcekucukoglu da7b4fb3f6 Fixed #6513 - Tree: new header and footer slots 2024-10-02 14:19:04 +03:00
tugcekucukoglu 0e7f552bc8 Refactor #6504 2024-10-02 14:17:10 +03:00
tugcekucukoglu 813bbc9307 Refactor #6511 2024-10-02 14:07:40 +03:00
tugcekucukoglu 3e04e743c3 Refactor #5967 2024-10-02 11:32:49 +03:00
Tuğçe Küçükoğlu 461652c39a
Merge pull request #6501 from KumJungMin/fix/issue-5967
feat: add expandedKeys, update emit event in TreeSelect
2024-10-02 11:30:59 +03:00
Tuğçe Küçükoğlu f247f28fb3
Merge pull request #6509 from avramz/fix/tooltip
#6443 fix: v-tooltip -> getTarget: Correctly fallback to el when find…
2024-10-02 11:15:51 +03:00
tugcekucukoglu 3e93ac1d80 Fixed #6420 2024-10-02 10:25:08 +03:00
Tuğçe Küçükoğlu 798fedd2a7
Merge pull request #6510 from avramz/fix/select-autofocus
#6420 fix: Select: autoFilterFocus stuck when switching between Selects
2024-10-02 10:24:19 +03:00
tugcekucukoglu b008b7901d Fixed #6511 - ToggleButton: handle element added 2024-10-02 10:03:15 +03:00
tugcekucukoglu 28053d5ee8 Refactor 2024-10-02 08:33:51 +03:00
uros a1fecdb9df #6420 fix: Select: autoFilterFocus stuck when switching between Selects
closes #6420
2024-10-01 23:27:37 +02:00
uros d9f54dadb5 #6443 fix: v-tooltip -> getTarget: Correctly fallback to el when findSingle returns null
closes #6443
2024-10-01 22:59:16 +02:00
Uros 7cd857855e
Merge branch 'primefaces:master' into fix/listbox-optiongroup-filter 2024-10-01 21:50:42 +02:00
tugcekucukoglu d8f1f6d269 Class type updates 2024-10-01 15:02:29 +03:00
tugcekucukoglu 515039bf6b Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-01 14:45:11 +03:00
tugcekucukoglu 06c77a7c4c Fixed #6486 2024-10-01 14:45:03 +03:00
Cagatay Civici e9bd57dc0e Data component adjustments 2024-10-01 14:33:29 +03:00
tugcekucukoglu 9c821d5fac Update Config.d.ts 2024-10-01 13:07:41 +03:00
tugcekucukoglu 5432887c99 ColorPicker: overlay pt naming updates 2024-10-01 13:05:21 +03:00
tugcekucukoglu 86457f21f9 Remove legacy codes 2024-10-01 13:02:24 +03:00
tugcekucukoglu 82f6a17c1e CascadeSelect group icon container added 2024-10-01 12:55:50 +03:00
tugcekucukoglu 58a750d656 Fixed #6504 - CascadeSelect: new header and footer slots 2024-10-01 12:43:38 +03:00
tugcekucukoglu b88a144979 Fixed #6503 - New KeyFilter directive 2024-10-01 12:35:06 +03:00
Cagatay Civici 21ae03bfce Material misc and media 2024-10-01 12:21:36 +03:00
tugcekucukoglu ec278d8326 Tooltip autoHide behaviour changes 2024-10-01 10:07:59 +03:00
KumJungMin 254eacc074 feat: add expandedKeys, update emit event in TreeSelect 2024-10-01 00:10:46 +09:00
tugcekucukoglu 25406db458 InputOtp: fix default modelValue 2024-09-30 12:48:58 +03:00
Cagatay Civici 1068d127b4 Material AutoComplete 2024-09-30 10:06:16 +03:00
Cagatay Civici 57dcf2c466 Material TreeSelect 2024-09-29 01:47:57 +03:00
Cagatay Civici 4a7675890a Material MultiSelect 2024-09-29 01:38:06 +03:00
Cagatay Civici 053cdfbb18 Add default outline for a11y 2024-09-29 00:49:17 +03:00
Cagatay Civici 8d4396863c Material CascadeSelect and Chip 2024-09-28 23:54:53 +03:00
Cagatay Civici fb88e07bb2 Add material select 2024-09-28 16:26:28 +03:00
Cagatay Civici 880e8d1789 Initiated material design preset 2024-09-28 12:38:20 +03:00
tugcekucukoglu aa73025403 Fixed #6489 - TreeTable: ContextMenu implementation 2024-09-27 16:30:55 +03:00
tugcekucukoglu 304e8787fc Fixed #6488 2024-09-27 15:29:00 +03:00
tugcekucukoglu 33cc712e94 CascadeSelect: Icon slots option updates 2024-09-27 15:21:23 +03:00
Tuğçe Küçükoğlu c90828dfd0
Merge pull request #6484 from C17AN/fix/6437
fix(Select): replace logical OR Operator to Nullish Coalescing Operator
2024-09-27 09:10:08 +03:00
tugcekucukoglu b43abf345e Update FocusTrap.d.ts 2024-09-27 09:07:05 +03:00
tugcekucukoglu 1c3c96d38a Refactor #6413 2024-09-27 09:04:56 +03:00
Tuğçe Küçükoğlu 60a3501502
Merge pull request #6483 from C17AN/fix/6413
fix(Password): add 'autofocus' property on Password component
2024-09-27 09:01:59 +03:00
tugcekucukoglu 7ddf56dc88 Fixed #6485 2024-09-27 08:57:00 +03:00
김찬민 731747c00f fix(Select): replace logical OR Operator to Nullish Coalescing Operator 2024-09-27 13:12:04 +09:00
김찬민 56b76bc96a feat: add autofocus property on <Password> component 2024-09-27 12:48:03 +09:00
Tuğçe Küçükoğlu 8a2c710a82
Merge pull request #6480 from lehuuphuc/fix/datepicker-wrong-element-focused
Fix: focus on wrong element when adding "Select" component to footer slot of DatePicker
2024-09-26 16:31:24 +03:00
tugcekucukoglu cc88a59a1a TreeNode pt option updates 2024-09-26 15:38:30 +03:00
tugcekucukoglu d8fde3e523 Update TreeNode.vue 2024-09-26 15:24:45 +03:00
tugcekucukoglu 06d3393ffc Refactor #6481- Tree lazy 2024-09-26 12:31:12 +03:00
tugcekucukoglu acae251bcd Fixed #6481 - Tree Filter 2024-09-26 10:47:26 +03:00
Phuc Le 8aeccb6ad5 fix: focus on wrong element 2024-09-26 10:45:15 +07:00
tugcekucukoglu 6065a4e2b5 Related #6474 2024-09-25 15:00:40 +03:00
tugcekucukoglu a5cad903b9 Refactor #6474 2024-09-25 14:41:05 +03:00
tugcekucukoglu 2ebdea92d3 Refactor #6436 2024-09-25 14:39:27 +03:00
tugcekucukoglu 8c7e1533b7 Fixed #6474 2024-09-25 14:24:57 +03:00
tugcekucukoglu da45ca535a Fixed #6436 2024-09-25 14:19:22 +03:00
tugcekucukoglu b6d1587bef Fixed #6438 2024-09-25 11:59:09 +03:00
tugcekucukoglu 22fe04a7af Fixed #6469 2024-09-25 11:41:55 +03:00
Tuğçe Küçükoğlu e4b1f87142
Merge pull request #6471 from qburst/fix--6444
fix: add unstyled prop to HeaderCheckbox component
2024-09-25 10:53:49 +03:00
Tuğçe Küçükoğlu 4e451e78b0
Merge pull request #6407 from KumJungMin/fix/issue-6276
fix: emit unmask value to update:modelValue when unmask mode
2024-09-25 10:08:07 +03:00
木木剑光 1c288c4d1f
fix(docs): emit options of drawer component description error (#6465) 2024-09-25 09:00:30 +03:00
navedqb 831a3ef37c
add unstyled prop to HeaderCheckbox component 2024-09-25 11:27:18 +05:30
Tuğçe Küçükoğlu 94a54fce68
Merge pull request #6424 from philipstarkey/philipstarkey/fix-6014
fix DataTable: Allow drop below bottom row
2024-09-24 15:52:28 +03:00
Tuğçe Küçükoğlu 30c4d0ae66
Merge pull request #6415 from avramz/fix/datepicker-manual-input-year
#6347 fix: Datepicker -> Allow user to set year via input when view="year"
2024-09-24 15:39:54 +03:00
MergeSoft 9939185b5d
[InputOtp] select input content when clicking on a box (#6354) 2024-09-24 15:36:12 +03:00
tugcekucukoglu 6825a9310b Update MultiSelect.d.ts 2024-09-24 11:58:45 +03:00
Tuğçe Küçükoğlu 41b6b9e0a7
Merge pull request #6414 from avramz/fix/multiselect-selection-message-locale
#6303 fix: Multiselect - correctly default to locale when selectedItemsLabel…
2024-09-24 11:57:26 +03:00
Tuğçe Küçükoğlu 00d7470d6a
Merge pull request #6394 from mehdirande/fix-5463-reset-splitter-state
Proposal for #5463: Add a resetState method to splitter to manually reset state
2024-09-24 10:51:05 +03:00
tugcekucukoglu 2341d1492b Fixed #4431 2024-09-24 10:28:44 +03:00
Tuğçe Küçükoğlu 00186c9798
Merge pull request #5950 from karpov159/feature-prop-showheaders
Feat(DataTable): added showHeaders prop to datatable
2024-09-24 09:07:47 +03:00
tugcekucukoglu 94e07174b2 Fix #6374 2024-09-24 09:04:52 +03:00
Tuğçe Küçükoğlu 3c85b3d29c
Merge pull request #6197 from avramz/fix/filter-with-columngroup-type
#6151: refactor the TableHeader template so it renders filters when c…
2024-09-24 09:00:54 +03:00
Tuğçe Küçükoğlu 74074bc020
Merge pull request #6367 from jacobtylerwalls/tree-filter-by-getter
#6374 Tree: allow `filterBy` to be a getter
2024-09-24 08:48:44 +03:00
Tuğçe Küçükoğlu e4d431eabd
Merge pull request #6372 from mehdirande/fix-6371-add-slots-data-on-tree-nodetoggleicon
Fix #6371: Add node and expanded data on nodetoggleicon.
2024-09-24 08:45:25 +03:00
tugcekucukoglu 2f5face87d Fixed #6463 2024-09-24 08:38:27 +03:00
Tuğçe Küçükoğlu bc1d251b6c
Merge pull request #6031 from likeadeckofcards/feature/add-item-icon-slot-to-speed-dial
Add itemicon slot similar to the one in the breadcrumbs component
2024-09-24 08:34:57 +03:00
Tuğçe Küçükoğlu 911d12924e
Merge pull request #6449 from tuziemon/fix/popover_description
fix: remove needless description of popover
2024-09-23 13:26:46 +03:00
tugcekucukoglu d59bda6998 Update Password.spec.js 2024-09-23 13:23:05 +03:00
Tuğçe Küçükoğlu 2e0c93bea2
Merge pull request #6455 from philipstarkey/philipstarkey/fix-6006
Fix DataTable: emptyMessage passthrough
2024-09-23 13:21:34 +03:00
Cagatay Civici 101b936fb7 Merge branch 'master' of https://github.com/primefaces/primevue 2024-09-23 11:02:13 +03:00
Cagatay Civici 3ed43ac4d8 Support for iconfield and labels 2024-09-23 11:02:01 +03:00
tugcekucukoglu 9f4fe4a2e5 Fixed #6458 2024-09-23 10:08:36 +03:00
tugcekucukoglu afee6a32c5 Fixed #6456 2024-09-23 09:48:28 +03:00
Phil Starkey 6f785fdb2d
Fix DataTable: emptyMessage passthrough
Fixes #6006

Fix missing `pt`/`unstyled` props on empty message table row
2024-09-23 14:35:01 +10:00
Mert Sincan c0ed5f22bc Update primeuix versions 2024-09-22 14:22:26 +01:00
tugcekucukoglu c6b4b9d256 Update FileUpload.d.ts 2024-09-21 01:27:30 +03:00
tugcekucukoglu 7a33dc6d90 Refactor #6435 - Paginator 2024-09-21 01:27:25 +03:00
Cagatay Civici 72c9091282 support for inputnumber 2024-09-20 22:02:08 +03:00
Cagatay Civici dc927d3fac Support chips autocomplete for label 2024-09-20 21:55:42 +03:00
Cagatay Civici cec3393457 Updated on float label style 2024-09-20 21:48:18 +03:00
Cagatay Civici 8491496271 MultiSelect Chip support float and ifta 2024-09-20 21:34:53 +03:00
Cagatay Civici 52da6269bc Float and Ifta label demos for InputGroup 2024-09-20 20:59:42 +03:00
tuziemon ec4a0fa8e9
remove needless description of popover 2024-09-20 22:58:20 +09:00
tugcekucukoglu 5bc8f2a8e3 Refactor #6435 - pcInput 2024-09-20 15:53:30 +03:00
tugcekucukoglu 5dc00ba183 Update Drawer.d.ts 2024-09-20 15:47:27 +03:00
Cagatay Civici 8e3a20d2c6 Label support for DatePicker 2024-09-20 13:47:24 +03:00
Cagatay Civici 4293c938ce Label support for select components 2024-09-20 12:28:05 +03:00
Cagatay Civici f492825569 Label support for Select 2024-09-20 11:57:49 +03:00
tugcekucukoglu ae32e74030 Refactor 2024-09-19 15:43:11 +03:00
tugcekucukoglu d4c42aa393 Refactor 2024-09-19 15:29:35 +03:00
tugcekucukoglu 18a012aaa5 .d.ts updates 2024-09-19 15:27:42 +03:00
tugcekucukoglu 14b2373812 Refactor #6435 - Button 2024-09-19 11:00:00 +03:00
tugcekucukoglu 992b8d0018 Refactor #6435 - Tree 2024-09-19 10:58:26 +03:00
tugcekucukoglu b8100f4c1b Refactor #6435 - PickList 2024-09-19 10:58:19 +03:00
tugcekucukoglu bc48176296 Refactor #6435 - Password 2024-09-19 10:58:09 +03:00
tugcekucukoglu ae99c9e137 Fixed #6435 - OrderList 2024-09-19 10:57:59 +03:00
tugcekucukoglu 90fa0c9703 Revert 2024-09-19 10:37:24 +03:00
tugcekucukoglu af52abc986 Merge branch 'master' of https://github.com/primefaces/primevue 2024-09-19 10:36:16 +03:00
tugcekucukoglu 19324e94ff PtViewer demos added 2024-09-19 10:36:09 +03:00
Cagatay Civici 483dfe94b5 Float and Ifta label support for textarea 2024-09-19 10:29:46 +03:00
tugcekucukoglu cc7911a562 Update Config.d.ts 2024-09-18 16:11:34 +03:00
Cagatay Civici ba4fbe91f1 Merge branch 'master' of https://github.com/primefaces/primevue 2024-09-18 13:16:59 +03:00
Cagatay Civici c98ccb480d Adjustments to float label cosmetics 2024-09-18 13:16:51 +03:00
tugcekucukoglu 37bce68132 Update SpeedDial.d.ts 2024-09-18 12:59:07 +03:00
Uros f8f1783a56
Merge branch 'primefaces:master' into fix/datepicker-manual-input-year 2024-09-18 10:41:21 +02:00
Uros 30fd8ade6d
Merge branch 'primefaces:master' into fix/multiselect-selection-message-locale 2024-09-18 10:41:07 +02:00
Uros 41291b968a
Merge branch 'primefaces:master' into fix/listbox-optiongroup-filter 2024-09-18 10:40:49 +02:00
Uros afcea2dee1
Merge branch 'primefaces:master' into fix/filter-with-columngroup-type 2024-09-18 10:40:31 +02:00
tugcekucukoglu 8a25357752 Correct pt implementation order 2024-09-18 10:59:33 +03:00
Phil Starkey 5bf5291bde DataTable: Allow drop below bottom row
Fixes #6014 by removing the double counting of the page scroll position.

The `getOffset()` utility function already includes the window's scroll position (see [here](20388c5766/packages/utils/src/dom/methods/getOffset.ts (L6-L7))). Double counting the scroll offset meant that the DataTable `onRowDragOver` event handler always through we were on the top-half of the row, preventing the indicator from being shown at the bottom of the row.
2024-09-18 12:07:26 +10:00
tugcekucukoglu 9de9b2a75c Typo fixes 2024-09-17 14:55:07 +03:00
Cagatay Civici d3c67ceadc Fixed #6419 - New IftaLabel component 2024-09-17 14:34:59 +03:00
Cagatay Civici fadd88a0a3 Adds type 2024-09-17 13:27:05 +03:00
Cagatay Civici 9c4f33b0c2 Fixed #6418 - New Float Label Variants 2024-09-17 13:26:24 +03:00
tugcekucukoglu 53985c1855 New IftaLabel component first implementation 2024-09-17 13:02:13 +03:00
tugcekucukoglu 464fe2130f Typo 2024-09-17 12:46:40 +03:00
tugcekucukoglu 3fbb6c0a26 Test fixes 2024-09-17 12:09:05 +03:00
tugcekucukoglu 31b64d1ad9 Update PanelMenu.d.ts 2024-09-17 12:01:28 +03:00
tugcekucukoglu 26fb303038 Refactor 2024-09-17 11:53:21 +03:00
tugcekucukoglu 16b8962fb8 .d.ts updates 2024-09-17 11:51:45 +03:00
uros 62d9169c86 #6347 fix: Datepicker -> Allow user to set year via input when view="year"
closes #6347
2024-09-17 00:06:58 +02:00
Uros ea76bbb430
Merge branch 'primefaces:master' into fix/listbox-optiongroup-filter 2024-09-16 23:26:17 +02:00
Uros bd1311653c
Merge branch 'primefaces:master' into fix/filter-with-columngroup-type 2024-09-16 23:25:45 +02:00
uros 46452f616f fix: Multiselect - correctly default to locale when selectedItemsLabel is not specified.
chore: update docs
closes #6303
2024-09-16 23:02:11 +02:00
tugcekucukoglu e6df32ab5c Fixed #6412 2024-09-16 19:41:59 +03:00
tugcekucukoglu fa286e8514 Fixed #6409 2024-09-16 16:56:28 +03:00
tugcekucukoglu 274b9b43a0 PTViewer updates 2024-09-16 16:01:32 +03:00
tugcekucukoglu b0b24f5b52 Update Fieldset.d.ts 2024-09-16 13:55:50 +03:00
tugcekucukoglu 714ada805e Update Fieldset.d.ts 2024-09-16 13:54:25 +03:00
tugcekucukoglu ac2c43989c Update ConfirmDialog.d.ts 2024-09-16 12:56:44 +03:00
KumJungMin a31c0f279b chore: change let to const 2024-09-16 18:28:12 +09:00
KumJungMin c50ae3990d fix: emit unmask value to update:modelValue when unmask mode 2024-09-16 18:09:32 +09:00
uros d4e44f3bd0 - optimize optionsListGroup 2024-09-15 18:14:29 +02:00
uros e5a49eb551 - optimize the options display 2024-09-15 18:09:58 +02:00
Uros ecbdfc17bf
Merge branch 'primefaces:master' into fix/listbox-optiongroup-filter 2024-09-15 16:40:35 +02:00
Mehdi Rande 404771e05d Proposal #5463: Add a resetState method to splitter to manually reset state. 2024-09-12 16:53:06 +02:00
tugcekucukoglu 9ce743b75a Version 4.0.7 released 2024-09-11 16:56:56 +03:00
Tuğçe Küçükoğlu 6ec92cb397
Merge pull request #6284 from FabienVINCENT/fix-6262-v4.0.5
Fix issue #6262 - Click outside only when not modal for v4.0.5
2024-09-11 16:52:02 +03:00
tugcekucukoglu 0bdd9d0d58 Update Column.d.ts 2024-09-11 15:38:53 +03:00
tugcekucukoglu 982c4168a7 Fixed #6377 2024-09-11 13:02:41 +03:00
tugcekucukoglu cb3f89a3a3 Fixed #6351 2024-09-11 12:57:55 +03:00
tugcekucukoglu 3bdcbb4f1b Fixed #6382 2024-09-11 11:19:34 +03:00
tugcekucukoglu 167b6b2ab0 Fixed #6342 2024-09-11 10:48:04 +03:00
Uros 9d18ca3ff8
Merge branch 'primefaces:master' into fix/filter-with-columngroup-type 2024-09-10 16:23:24 +02:00
Tuğçe Küçükoğlu ecd29f799d
Merge pull request #6322 from jacobtylerwalls/file-upload-messages-type
Improve typing of FileUploadState.messages
2024-09-10 16:25:04 +03:00
tugcekucukoglu 2a9fffe3b3 Fixed #6279 2024-09-10 16:23:50 +03:00
Tuğçe Küçükoğlu 9948a50152
Merge pull request #6280 from charlie0228/master
feat(Select): avoid IME input issue when typing in filter
2024-09-10 16:22:39 +03:00
Mehdi Rande 264b30c3ae Fix #6371: Add node and expanded data on nodetoggleicon.
Nodetoggleicon slot is used to customize expand / collapse and loading
icon, but when loading mode is set to icon mode and a node is loading,
TreeNode use nodetoggleicon without any props instead of binding node and
expanded.
This commit bind node and expanded props to nodetoggleicon slot when
loading mode is set to icon and node.loading is true.
2024-09-10 14:28:00 +02:00
Tuğçe Küçükoğlu 08340e2691
Merge pull request #6333 from KumJungMin/fix/issue-6323
fix: handle click event using event.currentTarget in DataTable
2024-09-10 14:26:02 +03:00
Tuğçe Küçükoğlu 5f61a7dad1
Merge pull request #6355 from mergehez/input-otp-integer-only-space-problem
fixes #6353 - InputOtp: IntegerOnly mode accepts "space"
2024-09-10 14:19:21 +03:00
Tuğçe Küçükoğlu ba744ca571
Merge pull request #6324 from avramz/fix/date-picker-show-other-months
fix: DatePicker: fix showOtherMonths behavior so it doesn't show oth…
2024-09-10 11:35:12 +03:00
Tuğçe Küçükoğlu 466b4106aa
Merge pull request #6358 from b7c/dialog-fix
Dialog: fix #6356 and implement #6357
2024-09-10 11:09:39 +03:00
Tuğçe Küçükoğlu d0de51b919
Merge pull request #6364 from ByStronq/master
ColumnWidths yanlış yazım düzeltildi.
2024-09-10 10:52:44 +03:00
tugcekucukoglu a382e67668 Fixed #6368 2024-09-10 10:45:00 +03:00
tugcekucukoglu 79d6a0ca66 Version 4.0.6 released 2024-09-10 10:13:26 +03:00
Jacob Walls 42f2c6f969 Tree: allow `filterBy` to be a getter 2024-09-09 16:56:48 -04:00
Cagatay Civici 55d4889d37 Fixed #6365 - animate-slidedown fails when a Tailwind prefix is used 2024-09-09 21:11:36 +03:00
CEMAL YILDIRIM be0dc30905
ColumnWidths yanlış yazım düzeltildi. 2024-09-09 20:30:20 +03:00
rob 42a0f934fb
add dragstart event to Dialog component 2024-09-07 22:48:57 +12:00
rob f663868463
fix(Dialog): reset dragging state when closing 2024-09-07 22:05:52 +12:00
mergehez e72583d658 fixes #6353 - InputOtp: IntegerOnly mode accepts "space" 2024-09-06 23:57:23 +02:00
sceee 22cf8be060
fix: global vue type augmentation (#6207)
Augment vue types instead of 'vue/types/vue' and '@vue/runtime-core' to fix incompatibility with other libraries caused by the current augmentation behavior

Fixes: #6199

Co-authored-by: sceee <11340487+sceee@users.noreply.github.com>
2024-09-04 13:41:48 +01:00
KumJungMin a3a4534730 test: update test target 2024-09-04 18:15:37 +09:00
KumJungMin 896d4e7d00 test: update test originEvent target 2024-09-04 18:13:24 +09:00
KumJungMin 4c9dd17f57 chore: apply format 2024-09-04 18:02:29 +09:00
KumJungMin ed0fcf2a89 fix: change click event handling by using event.currentTarget instead of event.target 2024-09-04 17:32:17 +09:00
uros 87c1ba43c1 fix: DatePicker: fix showOtherMonths behaviour so it doesn't show other month's dates (instead of prev/next)
fixes #6307
2024-09-02 14:53:32 +02:00
Jacob Walls bb4ef58d82 Improve typing of FileUploadState.messages 2024-08-31 17:23:53 -04:00
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 0656308149 fix: Listbox: Preserve option groups while filtering.
chore: Add unit tests

fixes #6233
2024-08-22 12:56:47 +02: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
uros 4e2899254b #6151: refactor the TableHeader template so it renders filters when columnGroup is set 2024-08-07 12:55:43 +02: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