Commit Graph

925 Commits (8a9833bbb97b74ae9b54bcab067b820913ece2f3)

Author SHA1 Message Date
tugcekucukoglu 09c14e9fc7 Refactor #6636 - For SelectButton 2024-10-24 17:28:59 +03:00
tugcekucukoglu abc4536117 Refactor #6636 - For Select 2024-10-24 17:28:11 +03:00
tugcekucukoglu 515cd91709 Refactor #6636 - For RadioButton 2024-10-24 17:28:04 +03:00
tugcekucukoglu 65a6daa7c8 Refactor #6636 - For Password 2024-10-24 17:27:55 +03:00
tugcekucukoglu 3e81b842f8 Refactor #6636 - For MultiSelect 2024-10-24 17:27:49 +03:00
tugcekucukoglu bcbb0041b1 Refactor #6636 - For InputText 2024-10-24 17:27:42 +03:00
tugcekucukoglu 7a3304a7ff Refactor #6636 - For InputNumber 2024-10-24 17:27:35 +03:00
tugcekucukoglu 76c072442e Refactor #6636 - For InputGroup 2024-10-24 17:27:27 +03:00
tugcekucukoglu 52b07751a0 Refactor #6636 - For IconField 2024-10-24 17:26:51 +03:00
tugcekucukoglu 541a213e39 Refactor #6636 - For Editor 2024-10-24 17:26:32 +03:00
tugcekucukoglu 316ea34b9b Refactor #6636 - For DatePicker 2024-10-24 17:26:25 +03:00
Mert Sincan 2fc29287ff Update `controlled` structure in BaseEditableHolder 2024-10-24 14:55:53 +01:00
tugcekucukoglu 77cc40a07a Update RatingStyle.js 2024-10-24 14:44:46 +03:00
Tuğçe Küçükoğlu d69406b520
Merge pull request #6634 from primefaces/v.4.2.0
RTL initial
2024-10-24 11:32:55 +03:00
Mert Sincan 7956a1b44e Fixed build errors 2024-10-24 00:14:25 +01:00
Mert Sincan 81a2d413a1 Update form package build 2024-10-23 23:38:02 +01:00
Mert Sincan eaa03d8e72 Refactor on validateOn demo 2024-10-23 22:19:13 +01:00
Mert Sincan 94845433d8 Refactor 2024-10-23 21:37:45 +01:00
Mert Sincan e83dfffbd6 Add form support to `InputNumber` 2024-10-23 14:42:53 +01:00
Mert Sincan 4561acfb8b Rename `updateValue` with `writeValue` in BaseEditableHolder 2024-10-23 14:04:38 +01:00
KumJungMin 656ac72dd4 fix: convert onBeforeUnmount to beforeUnmount hook 2024-10-23 21:59:36 +09:00
Mert Sincan a60230fb68 Update InputMask.d.ts 2024-10-23 13:46:46 +01:00
Mert Sincan 9a68b37d1d Add form support to `InputMask` 2024-10-23 13:44:56 +01:00
KumJungMin 3ac1ff77ee fix: autoResize issue with v-show by implementing ResizeObserver
- Problem: When using v-show to toggle the visibility of the Textarea component, the auto-resize functionality fails because this.$el.offsetParent returns null when the element is hidden.
- Solution: Added a ResizeObserver to detect size changes and adjusted the resize logic to handle visibility changes. Now, the Textarea component correctly auto-resizes when it becomes visible and when its content or parent size changes.
2024-10-23 21:18:23 +09:00
Mert Sincan 85133c9795 Update Select.vue 2024-10-23 13:08:32 +01:00
Mert Sincan b67ed2d931 Add form support to `Slider` 2024-10-23 13:08:28 +01:00
tugcekucukoglu 0fad8717d0 Update ColorPicker.vue 2024-10-23 14:35:45 +03:00
Mert Sincan a76f1256f3 Update d.ts files and form state 2024-10-23 11:38:23 +01:00
Mert Sincan 5bbc7a57d4 Refactor 2024-10-23 10:27:41 +01:00
Mert Sincan 268c516384 Update FormStyle.d.ts 2024-10-23 08:39:53 +01:00
Mert Sincan ed343909db Fixed controlled mode issue 2024-10-23 05:06:32 +01:00
Mert Sincan 9f8003ad9d Add onInput method to form API 2024-10-22 15:07:25 +01:00
Mert Sincan 4523417309 Fixed knob issue 2024-10-22 11:27:12 +01:00
Mert Sincan fbb0131b7e Fixed initial value issue in form components 2024-10-22 11:26:56 +01:00
Mert Sincan 827b8d1914 Fixed Checkbox state in MultiSelect 2024-10-22 10:40:03 +01:00
Mert Sincan 06f9b5f630 Merge branch 'v4.2.0-form' of https://github.com/primefaces/primevue into v4.2.0-form 2024-10-22 10:14:23 +01:00
Mert Sincan bc06964e28 Rename `defaultValues` with `initialValues` in Form 2024-10-22 10:14:17 +01:00
tugcekucukoglu 293962a0dc Update ColorPickerStyle.js 2024-10-22 12:12:34 +03:00
Mert Sincan f1a584fd2d Add form support to `Password` 2024-10-22 09:47:22 +01:00
Evgeniy Vovas 054df3c25b
Update DrawerEmitsOptions
Adds 'after-hide' to DrawerEmitsOptions in Drawer.d.ts

Looks like 'after-hide' in DrawerEmitsOptions was somehow missing. In Drawer.vue emit 'after-hide' is define.
2024-10-21 21:56:07 +02:00
Mert Sincan 5bf013c73d Fixed useform issue 2024-10-21 17:03:08 +01:00
Abdelillah Aissani dbe6d2cae3 Adjusted solution to support Quill V2.0.0 2024-10-21 17:02:29 +02:00
Mert Sincan 138d4cd302 Update form package 2024-10-21 15:02:08 +01:00
Mert Sincan 387f86d0bb Add form support to `Knob` 2024-10-21 14:25:46 +01:00
Mert Sincan 112d3eca77 Add form support to `Editor` 2024-10-21 14:25:35 +01:00
Mert Sincan a48f1554f7 Add form support to `ColorPicker` 2024-10-21 14:25:25 +01:00
Mert Sincan fcac401158 Update `SelectButton` 2024-10-21 14:03:04 +01:00
Mert Sincan 0a1c3cc72f Update autoimport for form 2024-10-21 13:03:25 +01:00
Mert Sincan ca12435e7c Update d.ts files 2024-10-21 12:50:34 +01:00
tugcekucukoglu 9e908bae6a ColorPicker RTL 2024-10-21 13:38:39 +03:00
tugcekucukoglu 2f6bd6c9cf Checkbox RTL 2024-10-21 13:38:32 +03:00
tugcekucukoglu ebe389b60d CascadeSelect RTL 2024-10-21 13:38:27 +03:00
Mert Sincan 739f43cb37 Form d.ts update 2024-10-21 10:30:11 +01:00
tugcekucukoglu 3b72d1f188 IftaLabel RTL 2024-10-21 10:46:45 +03:00
tugcekucukoglu 152270fc50 FloatLabel RTL 2024-10-21 10:46:38 +03:00
tugcekucukoglu 1df2d306a6 AutoComplete RTL 2024-10-21 10:46:28 +03:00
Mert Sincan ab652204eb New Component: `RadioButtonGroup` 2024-10-21 00:35:26 +01:00
Mert Sincan 59d01c2ade Update `CheckboxGroup` types 2024-10-21 00:25:56 +01:00
Mert Sincan 2458008489 New Component: `RadioButtonGroup` 2024-10-20 23:29:29 +01:00
Mert Sincan de8ee98cb5 New Component: `CheckboxGroup` 2024-10-20 23:28:32 +01:00
Mert Sincan 5b1d3f89c3 Refactor on Base* structure 2024-10-18 17:29:47 +01:00
Mert Sincan 8f49edbe14 Add form support to `TreeSelect` 2024-10-18 17:29:15 +01:00
Mert Sincan c7f6e25d74 Add form support to `ToggleSwitch` 2024-10-18 17:27:07 +01:00
Mert Sincan 044eacead1 Add form support to `ToggleButton` 2024-10-18 17:26:05 +01:00
Mert Sincan cff6d40f0d Add form support to `Textarea` 2024-10-18 17:24:24 +01:00
Mert Sincan 2785def67c Add form support to `SelectButton` 2024-10-18 17:22:56 +01:00
Mert Sincan a193c1e550 Add form support to `Select` 2024-10-18 16:59:39 +01:00
Mert Sincan 97e27ad77a Add form support to `Rating` 2024-10-18 16:57:59 +01:00
Mert Sincan 2a63b3fdce Add form support to `RadioButton` 2024-10-18 16:55:57 +01:00
Mert Sincan c806a8c749 Add form support to `MultiSelect` 2024-10-18 16:54:06 +01:00
Mert Sincan 1802fcda9d Add form support to `Listbox` 2024-10-18 16:52:16 +01:00
Mert Sincan 044a900f9d Add form support to `InputOtp` 2024-10-18 16:49:48 +01:00
Mert Sincan 79f51434d7 Add form support to `DatePicker` 2024-10-18 16:47:00 +01:00
Mert Sincan 96e23250ca Add form support to `Checkbox` 2024-10-18 16:41:44 +01:00
Mert Sincan a7a1cc35f4 Add form support to `CascadeSelect` 2024-10-18 16:29:18 +01:00
Mert Sincan 61208c4d46 Add form support to `AutoComplete` 2024-10-18 16:16:30 +01:00
Mert Sincan ae930545db Add form support to `InputText` 2024-10-18 15:56:50 +01:00
Mert Sincan 3ec43eda0b Add new base structures to core 2024-10-18 15:50:18 +01:00
Mert Sincan 9870b303cf Create `@primevue/form` package and add `form` component 2024-10-18 15:48:40 +01:00
Yannis JUSTINE 824cdfe393 fix: Destroy dialog instance on close to release unused memory 2024-10-17 19:07:33 +02:00
Bradley Tinney d8261d5300
Fix #6317 InputOtp
Handles iOS/macOS one-time-code autocomplete CustomEvent vs. InputEvent
2024-10-17 12:15:09 -04:00
Cagatay Civici 79d65db740 Cosmetics 2024-10-16 18:16:49 +03:00
KumJungMin 2b195ff849 fix: set this.target to document.activeElement when this.target is empty 2024-10-16 21:45:16 +09:00
tugcekucukoglu 5ffa845746 Version 4.1.1 released 2024-10-16 12:50:54 +03:00
Cagatay Civici 3f8d470499 Menubar cosmetics 2024-10-16 12:36:52 +03:00
tugcekucukoglu 7cfd170b74 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-16 12:08:14 +03:00
tugcekucukoglu 502d3cf3d9 Mobile behavior changes 2024-10-16 12:08:07 +03:00
Cagatay Civici db5dee83d9 Remove unused part 2024-10-16 11:59:59 +03:00
Cagatay Civici eabfa19d32 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-16 11:59:53 +03:00
Cagatay Civici 2800cd55bf Fixed #6590 - Wrong token binding on inputtext 2024-10-16 11:59:31 +03:00
GitHub Actions Bot d498096fbc Update API doc 2024-10-16 08:43:23 +00:00
Cagatay Civici 0a3430cbc4 Fixed #6588 - Table sort icon not aligned properly 2024-10-16 11:42:15 +03:00
Cagatay Civici f429b34666 Improved responsive styles of cascade menus 2024-10-16 11:18:13 +03:00
GitHub Actions Bot 33fa3a643d Update API doc 2024-10-16 08:07:55 +00:00
Cagatay Civici 628e26c2c2 Fixed #6585 - MegaMenu ignores token 2024-10-16 11:06:52 +03:00
Tuğçe Küçükoğlu ecf9b653f6
Merge pull request #6544 from KumJungMin/fix/issue-6472_
fix(DataTable): prevent rowClick trigger when button clicked
2024-10-16 11:02:20 +03:00
GitHub Actions Bot 293a01b770 Update API doc 2024-10-16 07:43:55 +00:00
Cagatay Civici 63a8709748 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-16 10:42:49 +03:00
Cagatay Civici 8ae578327c Fixed #6584 - AutoComplete is using token from the deprecated InputChips 2024-10-16 10:42:44 +03:00
GitHub Actions Bot 0241c73685 Update API doc 2024-10-16 07:37:11 +00:00
Cagatay Civici 42b24c1ab9 Fixed #6583 - Disabled ToggleSwitch in dark mode is same as non-disabled 2024-10-16 10:36:06 +03:00
Cagatay Civici 618bdf9ab9 Fixed #6582 - Slider track border radius token not applied 2024-10-16 10:00:03 +03:00
Cagatay Civici 57d0b4790d Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-16 09:57:33 +03:00
Cagatay Civici 4e7f8edd06 Remove unnecessary css 2024-10-16 09:57:31 +03:00
GitHub Actions Bot cb55d9b926 Update API doc 2024-10-16 06:55:55 +00:00
Cagatay Civici 52bb19aa80 Fixed #6581 - Tree filter too close, visual bug 2024-10-16 09:54:52 +03:00
Cagatay Civici 99636727ea Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-16 09:39:18 +03:00
Cagatay Civici 5db86f3067 Fixed #6580 - Invalid CSS in DataTable and TreeTable 2024-10-16 09:38:59 +03:00
Cagatay Civici 398fcc7473
Update README.md 2024-10-16 09:33:53 +03:00
Cagatay Civici 74569f897d
Update README.md 2024-10-16 09:33:05 +03:00
tugcekucukoglu 16bbb3beb9 Refactor 2024-10-15 18:22:11 +03:00
tugcekucukoglu 931826a112 Mobile root menu icon rotate fixes 2024-10-15 18:21:18 +03:00
tugcekucukoglu af13f15801 Fixed #6578 - MegaMenu: mobile visual defects 2024-10-15 18:13:13 +03:00
Tuğçe Küçükoğlu fb017601e3
Merge pull request #6571 from MstrVLT/master
fix(Splitter): #6570 (Typo in splitter.js (autocomplete err))
2024-10-15 14:18:34 +03:00
tugcekucukoglu 346d90127a Update MegaMenu.vue 2024-10-15 09:02:33 +03:00
tugcekucukoglu d8326609f2 Mobile focus 2024-10-15 08:56:16 +03:00
tugcekucukoglu 42a80d2726 Mobile behavior changes 2024-10-15 08:43:41 +03:00
VLT 6780b862e6
Fixed typo in splitter.js 2024-10-14 16:50:17 +03:00
tugcekucukoglu 22d6f8a037 Refactor #6538 2024-10-11 20:22:09 +03:00
tugcekucukoglu 7b8d06c429 Refactor #6538 2024-10-11 16:04:48 +03:00
Cagatay Civici 0f820b4e03 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-11 12:34:16 +03:00
Cagatay Civici 03b05e5bd2 Smaller tooltip arrow, fixed accordion focus rings 2024-10-11 12:34:03 +03:00
tugcekucukoglu 66fef7f985 CascadeSelect root list focus updates 2024-10-11 11:32:38 +03:00
tugcekucukoglu e0997a9238 Remove comments 2024-10-11 11:30:29 +03:00
tugcekucukoglu b2f23c1458 Update CascadeSelectStyle.js 2024-10-11 11:26:04 +03:00
tugcekucukoglu d929c60ba2 Refactor #6538 2024-10-11 09:30:55 +03:00
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 f870b1cb0a Merge branch 'prod' 2024-10-08 09:21:04 +03:00
tugcekucukoglu 53fce13f35 Drop color doc fixes 2024-10-08 09:20:22 +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
Mert Sincan 31aff977d3 Refactor #6007 2024-10-06 11:29:24 +01:00
Cagatay Civici d931bf5c84 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-05 22:39:56 +03:00
Cagatay Civici 78d18fd64c Fixed offset issue 2024-10-05 22:39:48 +03:00
GitHub Actions Bot 0f2f15919f Update API doc 2024-10-05 19:34:56 +00: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
GitHub Actions Bot 0ef9c6af69 Update API doc 2024-10-04 20:39:15 +00:00
Cagatay Civici cd099999d4 Add tokens for month and year cells 2024-10-04 23:38:01 +03:00
Cagatay Civici d36e9b5e61 Remove borders on overlays for Material 2024-10-04 23:12:44 +03:00
Cagatay Civici 99ec7dce3a Update KeyFilter doc 2024-10-04 22:49:22 +03:00
GitHub Actions Bot dc801d14ae Update API doc 2024-10-04 15:51:53 +00: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
GitHub Actions Bot 2b1611d69b Update API doc 2024-10-04 14:03:02 +00:00
tugcekucukoglu 9ca784dc28 Refactor #6522 - For CascadeSelect 2024-10-04 17:01:56 +03:00
Mert Sincan 2043d72344 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-04 14:43:49 +01:00
Mert Sincan 298c7da576 Fixed #6007 - Nuxt autoimport component prefix: add typescript dynamic name support 2024-10-04 14:43:39 +01: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
Mert Sincan 6417a11185 Refactor #6452 2024-10-04 14:14:16 +01:00
Mert Sincan 6e28de62f2 Fixed #6524 - Add extend keyword to extend css variables to presets 2024-10-04 14:12:46 +01:00
tugcekucukoglu 006d037940 Fixed #6432 2024-10-04 13:13:09 +03:00
GitHub Actions Bot 573216a1ef Update API doc 2024-10-04 09:03:27 +00: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
tugcekucukoglu 45e3717138 Revert changes 2024-10-04 11:16:16 +03:00
Cagatay Civici d4d0ece671 Transition refactor for Material 2024-10-04 10:33:34 +03:00
GitHub Actions Bot 742d781227 Update API doc 2024-10-04 06:45:12 +00:00
Cagatay Civici a129b205f6 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-04 09:44:04 +03:00
Cagatay Civici 72a2b6c2be Tokens for rating focus ring 2024-10-04 09:43:59 +03:00
GitHub Actions Bot 1731d31b21 Update API doc 2024-10-04 06:32:18 +00:00
Cagatay Civici 639ece43f6 Add new tokens for ToggleSwitch 2024-10-04 09:26:32 +03:00
tugcekucukoglu 53e1942005 Create index.d.ts 2024-10-03 21:42:59 +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 5889548cae Fixed #6335 2024-10-03 16:58:28 +03:00
tugcekucukoglu 0724715919 ImageDiff demos added 2024-10-03 16:18: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
Cagatay Civici 933f9a279d Material cosmetics on chips,panelmenu and button 2024-10-02 01:04:30 +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
Cagatay Civici 7e66f6db89 Restore Material theme on switch, ripple color for tabs 2024-10-01 23:01:15 +03:00
Uros 7cd857855e
Merge branch 'primefaces:master' into fix/listbox-optiongroup-filter 2024-10-01 21:50:42 +02:00
Cagatay Civici 145ba6f76b Fixed dark mode of stepper and toggle switch 2024-10-01 22:33:27 +03:00
Cagatay Civici 12299655d3 Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-01 22:19:04 +03:00
Cagatay Civici 864724e6b0 Remove obselete token, dark mode for Material 2024-10-01 22:19:02 +03:00
GitHub Actions Bot b8f32dfb8b Update API doc 2024-10-01 18:41:21 +00:00
Cagatay Civici 8bf169b4bc Fixed #6507 - New token filledHoverBackground 2024-10-01 21:40:10 +03: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 8a53acfcef Refactor #6503 2024-10-01 12:35:25 +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
Cagatay Civici 4e1e841302 Material message components 2024-10-01 11:59:51 +03:00
Cagatay Civici cf51a07ab3 Material menus 2024-10-01 11:28:36 +03:00
Cagatay Civici e697fc324a Merge branch 'master' of https://github.com/primefaces/primevue 2024-10-01 11:02:27 +03:00
Cagatay Civici 2924e3d42a Material overlays 2024-10-01 11:02:25 +03:00
tugcekucukoglu ec278d8326 Tooltip autoHide behaviour changes 2024-10-01 10:07:59 +03:00
Cagatay Civici 0bc6a19adc Material panels 2024-10-01 09:56:51 +03:00
Cagatay Civici 78671c6c69 Material Card and Accordion 2024-10-01 08:10:41 +03:00
KumJungMin 254eacc074 feat: add expandedKeys, update emit event in TreeSelect 2024-10-01 00:10:46 +09:00
tugcekucukoglu e935eeba02 Merge branch 'master' of https://github.com/primefaces/primevue 2024-09-30 12:49:09 +03:00
tugcekucukoglu 25406db458 InputOtp: fix default modelValue 2024-09-30 12:48:58 +03:00
Cagatay Civici 2e98080f37 Material datepicker 2024-09-30 12:25:22 +03:00
Cagatay Civici f6fc6cc435 Material toggle button style 2024-09-30 11:59:26 +03:00
Cagatay Civici f200bed532 Button alignment on material inputnumber 2024-09-30 10:49:40 +03:00
Cagatay Civici f1ba9d9e10 No transition for select items in material 2024-09-30 10:33:50 +03:00
Cagatay Civici 3daaac02bd Padding for material editor 2024-09-30 10:18:55 +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 f02f1d0bb1 Update checkbox radio colors 2024-09-29 01:42:08 +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 80b1f0210c Material Tree 2024-09-29 00:35:38 +03:00