Commit Graph

95 Commits (e15687af6f9cd96eb160fa4252b57f1d9144ba05)

Author SHA1 Message Date
Mert Sincan b4c4c064ad Update d.ts files 2024-05-16 15:05:43 +01:00
Mert Sincan 98302e417e Fixed #5405 - TypeScript emits are in an incompatible format with defineEmits 2024-05-16 11:50:43 +01:00
Cagatay Civici 428dbe0469 Revert "Fixed typo"
This reverts commit 70980de77a.
2024-05-15 12:24:26 +03:00
Cagatay Civici 70980de77a Fixed typo 2024-05-15 12:22:27 +03:00
Cagatay Civici c5157b8921 Add gap to root 2024-05-11 11:40:04 +03:00
Cagatay Civici aaa8105a29 Tokens for Menubar 2024-05-10 19:37:24 +03:00
tugcekucukoglu 4dd9128400 Menu flex display 2024-05-10 11:57:09 +03:00
Mert Sincan 64dca2bdb9 Added style class definitions to *Style.d.ts 2024-05-08 12:40:44 +01:00
tugcekucukoglu 0304b36348 Mobile megaMenu & Menubar 2024-05-08 10:56:47 +03:00
Cagatay Civici 944e68d548 Renamed border radius token 2024-05-07 00:18:22 +03:00
tugcekucukoglu 89b4e1a76a Refactor #5682 - For Dock, Menubar 2024-05-06 13:32:30 +03:00
Cagatay Civici 57bdae3f69 Renamed token name 2024-05-05 18:51:29 +03:00
Cagatay Civici 4870d66609 Refactored Menu component tokens 2024-05-04 20:06:51 +03:00
Mert Sincan b7caa4e442 Fixed #5668 - Add sideEffects: false to nested package.json files on components 2024-05-01 09:32:12 +01:00
Mert Sincan 0979dde96d Fixed #5667 - Remove base option from theme config 2024-05-01 09:26:48 +01:00
tugcekucukoglu 37eb456f9b Refactor #5592 - For Menubar, PanelMenu, Steps, TabMenu, TieredMenu 2024-04-30 16:03:20 +03:00
mertsincan d9712379e9 Add $pc[ComponentName] provider to all components 2024-04-25 02:26:06 +01:00
tugcekucukoglu 7055387be4 Merge branch 'master' into v4 2024-04-16 12:35:35 +03:00
tugcekucukoglu 6615f31d8a Fixed #5593 - Hydration defects 2024-04-16 12:35:02 +03:00
Cagatay Civici a14054e7e5 Rename class 2024-04-09 16:43:12 +03:00
Cagatay Civici fab77c8e9f Refactored Menubar CSS 2024-04-09 16:35:36 +03:00
tugcekucukoglu 7681760b77 Merge branch 'master' into v4 2024-04-08 08:31:59 +03:00
Tuğçe Küçükoğlu 52fc48780a
Merge pull request #5486 from i7slegend/fix/5412-twice-render
Fix #5412 - Twice render if attribute id not defined
2024-04-03 17:45:37 +03:00
tugcekucukoglu 0c44e20402 Fixed #5318 - Menu components: Hidden Menu-Item can still be activated (focused) on Keyboard-Navigation 2024-04-03 17:06:06 +03:00
mertsincan f496c2669f Fixed #5506 - Add `dt` props to all components and directives 2024-04-02 09:24:31 +01:00
i7slegend 85a9455c84 PR checker #5412 - prettier warns 2024-03-28 02:27:46 +03:00
i7slegend 3a134dd561 Fix #5412 - Twice render if attribute id not defined 2024-03-27 05:37:32 +03:00
Bobbie Goede d7000e41eb fix(types): augment `GlobalComponent` interface in `vue` module 2024-03-14 23:58:11 +01:00
tugcekucukoglu 3cc37ba979 Refactor #5316 2024-02-23 15:34:18 +03:00
tugcekucukoglu 2a512606d5 Fixed #5316 - MenuBar: Pressing Escape-Key in submenu moves focus to first menuitem 2024-02-22 15:58:31 +03:00
tugcekucukoglu e67efa2d8c Fixed #5288 - Menu components: track focus with also mousemove 2024-02-15 18:57:40 +03:00
tugcekucukoglu 01c23a0b14 Fixed #5276 - Menu components itemicon slot does not work expected 2024-02-14 14:55:06 +03:00
mertsincan 0c6a35d280 Refactor #5257 2024-02-11 23:48:09 +00:00
mertsincan 60f08422e6 Fixed #5214 - Move core alignment styles to theme files 2024-02-05 10:44:41 +00:00
tugcekucukoglu ea75e45b3f Fixed #5140 - Search with `null`/`undefined` values breaks rendering 2024-01-24 14:54:14 +03:00
mertsincan 8f7ee3ac33 Reverted #4953 2024-01-23 18:06:31 +00:00
Alexander e8b5b8f3e3
fix(#4953): use beforeMount to generate unique component id (#4954) 2024-01-16 11:28:03 +00:00
tugcekucukoglu b9fd3ddc65 Arrow down key enhancement 2023-12-28 11:05:17 +03:00
tugcekucukoglu 6d6516cc61 aria-labelledby enhancements for submenus 2023-12-28 11:04:57 +03:00
mertsincan e0de315cfc Fixed #3602 - Keyboard support: Numpad enter 2023-12-20 10:45:43 +00:00
mertsincan 7581419a2d Fixed #4951 - Add `attrs` param to all `pt` functions 2023-12-10 21:41:17 +00:00
mertsincan eb00b8ee23 Fixed #4929 - Add parent param to all pt method options 2023-12-05 11:06:32 +00:00
tugcekucukoglu 437818c7f2 Refactor #4511 2023-11-24 15:21:54 +03:00
tugcekucukoglu d65bda79f0 Fixed #4511 - Wrong types issue with aria-label and aria-labelledby Props 2023-11-24 15:15:40 +03:00
tugcekucukoglu 7d86b48f28 Fixed #4862 - MegaMenu / Menubar: menubutton templating 2023-11-22 13:36:31 +03:00
tugcekucukoglu 23065b97d9 Refactor #4820 2023-11-21 20:28:40 +03:00
tugcekucukoglu 75d6867507 Refactor #4820 2023-11-20 11:00:34 +03:00
tugcekucukoglu 737f74ab22 .d.ts updates 2023-11-15 13:45:42 +03:00
tugcekucukoglu e417c5b6c2 Fixed #4820 - Menubar responsiveness updates 2023-11-15 13:20:49 +03:00
tugcekucukoglu f00540f4ab Refactor #4739 - For Menubar 2023-11-08 15:49:00 +03:00