Commit Graph

618 Commits (530c4916905bf21fe123d15f675f92847a2c8c43)

Author SHA1 Message Date
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
GitHub Actions Bot 01bf9fc594 Update API doc 2024-09-19 07:31:06 +00: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
GitHub Actions Bot 37e4ea34fe Update API doc 2024-09-18 10:18:04 +00: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
Mert Sincan 865643bb01 Fixed #6425 - Move primitive and semantic options of themes to separate modules 2024-09-18 10:42:53 +01: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 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
Mert Sincan 02094f31ae Added hot dev mode 2024-09-17 22:55:40 +01:00
tugcekucukoglu d41be2655b Create index.d.ts 2024-09-17 15:06:11 +03: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
GitHub Actions Bot 83da44f351 Update API doc 2024-09-17 10:28:10 +00: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 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
Mert Sincan 827787ff00 Refactor #6408 2024-09-16 14:13:33 +01:00
tugcekucukoglu 274b9b43a0 PTViewer updates 2024-09-16 16:01:32 +03:00
Mert Sincan 335c6d862d Fixed #6408 - Scoped style (dt props) does not attach to page with correct selector 2024-09-16 13:05:37 +01: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
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
Daniel Roe 3ed064f9b0
chore: update to latest `@nuxt/module-builder` (#6336) 2024-09-04 13:40:50 +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 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 b87b762c67 Fixed #6169 2024-08-02 12:37:16 +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
tugcekucukoglu 227b7c3eaa Merge branch 'master' of https://github.com/primefaces/primevue 2024-08-02 11:05:14 +03:00
tugcekucukoglu 57a8016b5e Fixed #6128 2024-08-02 11:05:06 +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
Tuğçe Küçükoğlu 7a739a1eb3
Merge pull request #6107 from qburst/master
fix: #6106, DatePicker: cannot type an end date that is the same as the start date
2024-08-01 11:04:16 +03:00
Tuğçe Küçükoğlu 18f3b744bd
Merge pull request #6143 from avramz/master
#6125 Fix (DatePicker, Locale) - deep merge options during install
2024-08-01 10:59:12 +03:00
Tuğçe Küçükoğlu 232fd1cb1f
Merge pull request #6121 from LemonAppleMo/master
fix: month selection highlighting problem in range mode
2024-08-01 10:51:05 +03:00
Alex Cioarec 8e7192ad8d Fix datepicker unstyled
Make selections based on attributes not classes
2024-07-31 16:28:32 +03:00
tugcekucukoglu ac1931de13 Fixed #6059 2024-07-31 15:45:04 +03:00
GitHub Actions Bot 19f8e584a5 Update API doc 2024-07-31 10:50:55 +00:00
Tuğçe Küçükoğlu e070c47279
Merge pull request #6146 from avramz/primevue-pto-options
Fix - add buttongroup to PrimeVuePTOptions #6137
2024-07-31 13:49:54 +03:00
tugcekucukoglu 583c13287c v4.0.3 released 2024-07-30 14:43:23 +03:00
Tuğçe Küçükoğlu dc8962dc98
Merge pull request #6133 from mateusscheper/master
fix (docs): "Select also known as Select"
2024-07-30 12:55:16 +03:00
tugcekucukoglu 5195debb31 Fixed #6150 2024-07-30 12:53:42 +03:00
Tuğçe Küçükoğlu 403b8ef0c7
Merge pull request #6136 from qburst/fix--6135
Fix: Add inputId Prop to BaseColorPicker Component
2024-07-30 12:47:22 +03:00
Cagatay Civici 15b2d03081 Fixed #6148 2024-07-30 12:35:22 +03:00
uros cf01b11db3 - fix: #6116 prevent dialog from closing when releasing mouse outside the dialog and dismissableMask is set to true 2024-07-30 11:34:32 +02:00
uros cd78a30d8e - 2024-07-30 10:08:36 +02:00
uros 4eb1f54af6 #6137 Fix - add buttongroup to PrimeVuePTOptions 2024-07-30 10:07:22 +02:00
uros d309fd632e #6125 Fix (DatePicker, Locale) - deep merge options 2024-07-29 23:49:34 +02:00
clemvnt e3a52f689e cherry pick 2024-07-29 22:11:41 +02:00
clemvnt 81b6b9c142 Revert imports 2024-07-29 22:07:44 +02:00
clemvnt 9f25a50ef2 Rebase on v4 2024-07-29 22:06:18 +02:00
navedqb 4c2dcb79f5
added inputId prop to BaseColorPicker 2024-07-29 12:31:25 +05:30
tugcekucukoglu ed4e50bbfe Update descriptions 2024-07-29 09:35:59 +03:00
Mateus Scheper 7ce0ed16ff
Fixing "Select also known as Select"
It's an impact of changing the component name from "Dropdown" to "Select".
2024-07-28 22:31:20 -03:00
tugcekucukoglu 44ade4f891 Released 4.0.2 2024-07-26 14:35:41 +03:00
tugcekucukoglu 90eb36a159 Icon pt fixes 2024-07-26 14:21:10 +03:00
tugcekucukoglu 1d79237d11 Fixed #6122 - New Fluid component 2024-07-26 14:14:05 +03:00
tugcekucukoglu 0b8d9b4767 Update FloatLabel.d.ts 2024-07-26 12:45:09 +03:00
tugcekucukoglu 67c3cbbb0b Fixed #6098 2024-07-26 12:41:03 +03:00
tugcekucukoglu cbec74dd7e Update ColorPicker.d.ts 2024-07-26 12:28:28 +03:00
navedqb a6dbc4d9bb refactor 2024-07-26 12:26:21 +03:00
navedqb 3ff5e08d03 refactor 2024-07-26 12:26:21 +03:00
navedqb ca3fdb9c6c fix: enable label click to open colorpicker 2024-07-26 12:26:21 +03:00
tugcekucukoglu 573c04179e Refactor #6075 2024-07-26 12:23:04 +03:00
Tuğçe Küçükoğlu d697f82c50
Merge pull request #6077 from m-kutnik/master
fix: missing default labels in ConfirmDialog and ConfirmPopup
2024-07-26 12:22:01 +03:00
He Xinpeng 59a2662dd2 fix: month selection highlighting problem in range mode 2024-07-26 15:57:15 +08:00
ANTONA09 81a6b78692 fix: #6106, DatePicker: cannot type an end date that is the same as the start date 2024-07-25 11:55:34 +05:30
tugcekucukoglu 46daca0f48 Set new version 2024-07-22 16:41:01 +03:00
tugcekucukoglu ca543a5540 Fixed #6064 - Paginator: v4 page buttons still have PrimeVue classes in unstyled mode 2024-07-22 16:22:38 +03:00
tugcekucukoglu 37fedd0426 Refactor #6084 2024-07-22 16:10:09 +03:00
Tuğçe Küçükoğlu c02defa960
Merge pull request #6085 from qburst/master
fix: #6084, SELECT: hide clear button when options is empty in Dropdown
2024-07-22 16:08:47 +03:00
Tuğçe Küçükoğlu 14e1f6f0cd
Merge pull request #6011 from jacobtylerwalls/require-key-treenode-v4
types: Make TreeNode.key required
2024-07-22 14:04:20 +03:00
tugcekucukoglu de7773ab37 Fixed #6017 - TABS: Globally enabling Ripple breaks Scrollable Tabs 2024-07-22 12:48:47 +03:00
Tuğçe Küçükoğlu fab0c62dd5
Merge pull request #6029 from marlonbahniuk/fix-autocomplete-multiple-dropdown
Fix combination of multiple and dropdown
2024-07-22 11:14:52 +03:00
Tuğçe Küçükoğlu 9312fbab5c
Merge pull request #6037 from yzzting/issue-6036
Fix: DataTable Frozen Columns the headers of fixed columns will overlap.
2024-07-22 11:03:47 +03:00
Tuğçe Küçükoğlu 3c67dd4558
Merge pull request #6054 from rickngo/patch-1
Update StepPanel.vue with v-show rather than v-if for horizontal steps.
2024-07-22 10:38:07 +03:00
tugcekucukoglu 00e879e304 Fixed #6025 - InputMask: Passed props are not set 2024-07-22 09:17:31 +03:00
Tuğçe Küçükoğlu f26bb8d023
Merge pull request #6035 from maspetsberger/fix-iconfield-multi-icons
Fix IconField when icons should appear at beginning and end.
2024-07-22 09:07:11 +03:00
Tuğçe Küçükoğlu 54071ba45c
Merge pull request #6078 from eneeio-nm/patch-1
fix: typo in theme presets (chip/index.js)
2024-07-22 09:02:40 +03:00
Tuğçe Küçükoğlu b7b98d48fa
Merge pull request #6058 from byronogis/master
fix: avoid `v-ripple` missing warn when Ripple is not been registered
2024-07-19 16:28:58 +03:00
ANTONA09 79537911b3 fix: #6084, SELECT: hide clear button when options is empty in Dropdown 2024-07-19 14:35:37 +05:30
ANTONA09 5c461c9aec fix: #6084, SELECT: hide clear button when options is empty in Dropdown 2024-07-19 14:32:35 +05:30
tugcekucukoglu 08a8e3070f Tablist PT name updates 2024-07-18 10:22:08 +03:00
tugcekucukoglu e6cfae2860 Step disabled mode updates 2024-07-18 10:15:32 +03:00
tugcekucukoglu 22802c00a3 StepPanel variable fixes 2024-07-18 10:09:40 +03:00
tugcekucukoglu 9d55f04629 Galleria PT name updates 2024-07-18 10:04:59 +03:00
Neil Merton afb5a03b92
Update nora/chip/index.js
fix typo
2024-07-17 15:41:33 +01:00
Neil Merton 436437ba2a
Update lara/chip/index.js
fix typo
2024-07-17 15:41:02 +01:00
Neil Merton fb3fa1be49
Update aura/chip/index.js
fix typo
2024-07-17 15:38:35 +01:00
tugcekucukoglu 77927e251e Correctly bind pt options 2024-07-17 15:46:30 +03:00
tugcekucukoglu 9be0f4c5ad Pass fluid as prop 2024-07-17 15:44:58 +03:00
tugcekucukoglu f31de3ce32 PT name correction 2024-07-17 15:44:09 +03:00
tugcekucukoglu 17a6338154 Duplicate styles 2024-07-17 15:43:27 +03:00
Mike Kutnik 3851e6f06a fix: missing default labels in ConfirmDialog and ConfirmPopup 2024-07-17 14:24:49 +02:00
cmdltt@mail.ru 27e8caa17b fix: add @keydown emit event in DatePicker component 2024-07-16 15:06:07 +03:00
tugcekucukoglu 82da12f42c Typo 2024-07-16 09:24:01 +03:00
Byron 24fc80e980
fix: avoid `v-ripple` missing warn when `config.ripple` is disabled 2024-07-14 11:46:57 +08:00
tugcekucukoglu 8759ce3c66 PT name updates 2024-07-12 13:58:11 +03:00
tugcekucukoglu 596c3a2d84 PT name updates 2024-07-12 13:58:02 +03:00
rickngo e2abf5f974
Update StepPanel.vue with v-show rather than v-if for horizontal steps.
Bug fix for StepPanel.vue so that v-show is used rather than v-if. v-show is desired as the Stepper should not be re-rendering components.
2024-07-12 00:33:09 -06:00
tugcekucukoglu 1b2f58c19a Format fixes 2024-07-10 15:51:22 +03:00
tugcekucukoglu 96790e2469 Fixed #6043 - Tree: filter pt implementation defect 2024-07-10 15:50:43 +03:00
tugcekucukoglu 689a53d461 PickList button pt name updates 2024-07-10 15:47:31 +03:00
tugcekucukoglu 459aa7ff92 Checkbox pt indeterminate context added 2024-07-10 15:43:59 +03:00
杨滋滋 5caed1ce40 Fix: DataTable Frozen Columns the headers of fixed columns will overlap. 2024-07-09 22:03:28 +08:00
Michael Aspetsberger ce330bf762 Fix IconField when icons should appear at beginning and end. 2024-07-09 12:05:59 +02:00
Neil Merton cfe2b0cf9f
fix(accordioncontent): ensure `background-color` is declared properly (#6032)
* fix for #5997

This is a fix for #5997

* Update packages/primevue/src/accordion/style/AccordionStyle.js
2024-07-09 09:44:27 +01:00
Mert Sincan 0c168516b0 Fixed #6020 - Failed to use Primevue 4 with yarn 2024-07-09 09:40:37 +01:00
tugcekucukoglu 862c277472 PT option updates 2024-07-09 10:46:56 +03:00
Michael Deck a6dd6d17ae Add itemicon slot similar to the one in the breadcrumbs component 2024-07-08 14:13:32 -04:00
Marlon Santana e8a80ff576 Fix combination of multiple and dropdown 2024-07-08 11:58:16 -03:00
Mert Sincan 2d05803e6b Fixed #6024 - BaseComponent: Missing import 'isFunction' 2024-07-08 10:38:35 +01:00
Jacob Walls 2feea6cdfb
types: Make TreeNode.key required
Forwardport of c05c42d
2024-07-04 10:10:39 -04:00
tugcekucukoglu f73e98d243 4.0.0 release 2024-07-03 14:08:39 +03:00
Cagatay Civici ca2201742f Merge branch 'master' of https://github.com/primefaces/primevue 2024-07-03 13:06:10 +03:00
Cagatay Civici 309c665bb1 Update nuxt doc 2024-07-03 13:06:06 +03:00
GitHub Actions Bot b07f825abe Update API doc 2024-07-03 09:31:47 +00:00
tugcekucukoglu 85c6bdbe8f Update MegaMenu.d.ts 2024-07-03 12:30:39 +03:00
tugcekucukoglu 9856fad3fc Update MegaMenu.d.ts 2024-07-03 12:21:56 +03:00
Cagatay Civici bb483ef4a6 Disabled style for toggle switch 2024-07-03 12:00:25 +03:00
Cagatay Civici 78ae452134 Disabled checked token for radio button 2024-07-03 11:49:36 +03:00
Cagatay Civici 2966a83ffd Disabled and checked token for checkbox 2024-07-03 11:44:06 +03:00
tugcekucukoglu ee171b5c86 Fixed #5991 - OverlayBadge: Failed to resolve component: Badge 2024-07-03 10:18:06 +03:00
Mert Sincan 007d2c472f Fixed #6003 - options.resolve is not a function in auto-import-resolver package 2024-07-02 13:31:07 +01:00
tugcekucukoglu 8d501b9aa8 Fixed #6002 - DataTable: highlightOnSelect single selection defect 2024-07-02 13:28:03 +03:00
tugcekucukoglu 57f037c906 Fixed #6001 - Stepper: linear mode disabled header defect 2024-07-02 13:13:35 +03:00
tugcekucukoglu 020749f4e9 Fixed #5978 - MultiSelect: 'v-if="filter"' erroneously removed in v4 2024-07-02 12:55:03 +03:00
tugcekucukoglu 544fe3fbb5 Fixed #6000 - Remove .p-fluid and add new fluid property 2024-07-02 12:53:07 +03:00
Cagatay Civici fd5e30da33 Add content wrapper to paginator 2024-07-02 11:19:32 +03:00
Cagatay Civici 2a63f6fcb9 Init fluid refactor 2024-07-02 11:09:44 +03:00
Cagatay Civici a6547b5e32 Update stepper token 2024-07-02 10:56:49 +03:00
tugcekucukoglu ef5e707940 Update DatePicker.d.ts 2024-07-02 09:38:40 +03:00
Cagatay Civici d06c51c328 Defect fixes for QA 2024-07-01 17:23:54 +03:00
Cagatay Civici d0b3208ab7 Corrected border radius of input number 2024-07-01 17:07:31 +03:00
Cagatay Civici 9352edaf51 Add missing type 2024-07-01 16:54:53 +03:00
Cagatay Civici d992509165 Token refactor 2024-07-01 16:51:09 +03:00
Cagatay Civici 09e1273571 Visual cosmetics 2024-07-01 16:32:14 +03:00
Mert Sincan dffe8cb36f Merge branch 'master' of https://github.com/primefaces/primevue 2024-07-01 13:03:14 +01:00
Mert Sincan c2d8c17082 Fixed #5996 - Add as and asChild property to Button 2024-07-01 13:03:12 +01:00
Cagatay Civici ec0349202d Updated tokens 2024-07-01 15:01:28 +03:00
Cagatay Civici cb0b6979e9 Fixed tab shadow 2024-07-01 15:00:31 +03:00
Cagatay Civici d8e9fa75d0 Fixed tokens 2024-07-01 14:30:47 +03:00
Cagatay Civici 87507c0dab Tokens for VirtualScroller 2024-07-01 14:08:59 +03:00
Mert Sincan ff96f62e7a Fixed #5980 - Nuxt module component autoImport in v4 rc3 doesn't work with component prefixes 2024-06-30 21:33:35 +01:00
tugcekucukoglu 3d6275aebd Update Password.d.ts 2024-06-28 10:29:12 +03:00
tugcekucukoglu 919be0f56b Release 4.0.0-rc.3 2024-06-27 16:00:44 +03:00
tugcekucukoglu 6f3874a8c0 Changelog refactor 2024-06-27 15:52:02 +03:00
tugcekucukoglu 99486712bf Update CHANGELOG.md 2024-06-27 15:50:55 +03:00
Mert Sincan c78afb0767 Fixed #5957 - [Core]: PrimeVue 4 is causing a memory leak 2024-06-27 12:21:38 +01:00