Commit Graph

99 Commits (4bdc38e892d1786d19ca348376065d622c8b3902)

Author SHA1 Message Date
tugcekucukoglu 5ed1bf98ac Merge fixes 2024-05-03 09:53:06 +03:00
tugcekucukoglu d61c9f5e61 Merge branch 'master' into v4 2024-05-03 09:51:16 +03:00
tugcekucukoglu 65ecb9fb97 Fixed #4938 - Calendar: Input value is not updated when model is changed externally 2024-04-24 13:13:07 +03:00
GitHub Actions Bot d1a26a2bdb Code Format 2024-04-19 11:52:56 +00:00
tugcekucukoglu 1428cc12df Refactor #5612 - Calendar / DatePicker 2024-04-18 17:13:33 +03:00
thristov78 f5578a46de
Fixed #5596 - Calendar: Hours are set to 00 when clicking the "Today" button
When the "Today" button is clicked, the hours field is set to 00 instead of the current hour. The minutes field is populated correctly.
2024-04-17 18:14:36 +03: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
tugcekucukoglu 1b13aaa9d9 Refactor #5553 - For Calendar 2024-04-09 09:24:28 +03:00
tugcekucukoglu 8acf3b8391 Calendar: add inputIconContainer 2024-04-09 09:13:39 +03:00
tugcekucukoglu c0076f770c Refactor #5548 - For Calendar 2024-04-09 09:05:44 +03:00
tugcekucukoglu 7681760b77 Merge branch 'master' into v4 2024-04-08 08:31:59 +03:00
Cagatay Civici d5e7c91109 Refactored Calendar Styles 2024-04-07 01:44:28 +03: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
tugcekucukoglu 9622a2b564 Refactor #5426 - For Calendar 2024-03-25 15:59:02 +03:00
tugcekucukoglu 4f9fe2491b Merge branch 'master' into v4 2024-03-25 14:17:53 +03:00
Tuğçe Küçükoğlu c6237f4f04
Merge pull request #5300 from DamianGlowala/fix/inline-calendar-fixed-width
fix(Calendar): when inline, do not apply fixed width to overlay
2024-03-25 12:47:14 +03:00
tugcekucukoglu 4d640c4442 Refactor #5437 - Removed shared classes 2024-03-22 11:53:44 +03:00
tugcekucukoglu 5250943440 Refactor 2024-03-19 17:14:13 +03:00
tugcekucukoglu bcdc8cb702 Refactor #5426 - For Calendar 2024-03-18 13:01:35 +03:00
Damian Głowala 0e7b65c3ca fix(Calendar): expose same attrs to pt context for day and day label 2024-02-20 10:18:07 +01:00
Damian Glowala 724787e455 fix(Calendar): when inline, do not apply fixed width to overlay 2024-02-17 13:25:08 +01:00
tugcekucukoglu 0c4ef3dda9 Fixed #5254 - Calendar: When entering the time by hand into timeOnly calendar, values switch to NaN:NaN 2024-02-16 15:16:55 +03:00
tugcekucukoglu 2a657bc85b Fixed #5293 - aria-invalid state added to Input components 2024-02-16 14:42:42 +03:00
mertsincan dd84dbbb60 Refactor #5257 2024-02-11 08:10:29 +00:00
mertsincan 66966bbb17 Fixed #4953 - Fixed hydration error on Calendar 2024-02-02 15:46:27 +00:00
tugcekucukoglu 2e79cc286e Fixed #5132 - Calendar: 'view' property has no effect when changed after component initialization 2024-02-01 14:49:22 +03:00
mertsincan 4836654f7b Fixed #5179 - Improve `data-pc-` structure in components 2024-01-30 14:35:32 +00:00
tugcekucukoglu 87c94406a7 Fixed #5108 - Calendar: 12h time picker changes from 12 am to 12 pm automatically 2024-01-26 14:43:39 +03:00
tugcekucukoglu e7d3074af2 Refactor #5067 2024-01-11 22:05:51 +03:00
tugcekucukoglu e251feb83a Fixed #5050 - Calendar: panel does not hide when pressing enter 2024-01-11 20:30:42 +03:00
Oğuzhan 975991378a feat(Calendar): close calendar overlay if pressed enter, input value is valid and manualInput is true 2024-01-09 18:31:12 +03:00
Tuğçe Küçükoğlu 84f735ef77
Merge pull request #4638 from FlipWarthog/no-important
Fix #4637 - Component Styles: Remove use of !important now that @layer is used
2023-12-21 10:39:01 +03:00
mertsincan e0de315cfc Fixed #3602 - Keyboard support: Numpad enter 2023-12-20 10:45:43 +00:00
tugcekucukoglu c4a7af7b05 Fixed #4952 - Calendar: Time only mode does not work 2023-12-11 13:20:45 +03:00
tugcekucukoglu dba0050194 Fixed #4947 - Calendar PT: mask defect 2023-12-08 15:39:11 +03:00
GitHub Actions Bot 43708d48ce Code Format 2023-12-01 08:58:28 +00:00
Ryan Stainsby 3a911d1fb6
parse date when in time-only mode 2023-11-30 19:43:59 +10:00
tugcekucukoglu 803e3362a8 Refactor #4871 2023-11-28 12:58:15 +03:00
tugcekucukoglu b28a89d174 Fixed #4871 - Calendar: new iconDisplay property 2023-11-23 12:29:16 +03:00
tugcekucukoglu 3554ba1a9f Fixed #4669 - Calendar: Week Number customization 2023-11-21 21:27:59 +03:00
Tuğçe Küçükoğlu 878b21376c
Merge pull request #4670 from robokozo/calendar-week-number-customization
feat(calendar): Calendar week number slots
2023-11-21 21:26:11 +03:00
tugcekucukoglu 9ae8d5b413 Refactor #4822 2023-11-21 20:28:15 +03:00
FlipWarthog 6c3ea8557d Update !important from component CSS 2023-11-17 17:38:39 -05:00
tugcekucukoglu 9bef643b0d Fixed #4822 - Calendar responsiveness updates 2023-11-15 13:25:37 +03:00
Tuğçe Küçükoğlu b3d86ba99f
Merge pull request #4733 from FlipWarthog/PV4732
Fix #4732 - Calendar: Console.Error/Crash when pressing Escape key using Inline Calendar
2023-11-03 10:57:13 +03:00
tugcekucukoglu f1d16649bc Fixed #4157 - Calendar does not show the right month (for the minimal departure date) when it's dynamically set 2023-11-03 10:01:09 +03:00
FlipWarthog 3734c1b96c Fix #4732 - Calendar: Console.Error/Crash when pressing Escape key using Inline Calendar 2023-11-01 14:46:46 -04:00
robo 3cccacc236 feat: calendar week number slots 2023-10-21 13:22:15 -07:00