Commit Graph

69 Commits (bcb1b6eb8d6ea0d8015b84056983386dc9224868)

Author SHA1 Message Date
mertsincan dd84dbbb60 Refactor #5257 2024-02-11 08:10:29 +00:00
mertsincan 60f08422e6 Fixed #5214 - Move core alignment styles to theme files 2024-02-05 10:44:41 +00:00
tugcekucukoglu 45a23e9211 Refactor #5176 2024-02-02 14:46:26 +03:00
Cagatay Civici cbaca0cd0e Refactor filled variant 2024-02-01 15:39:56 +03:00
tugcekucukoglu ff22cfe15e Fixed #5176 - variant added 2024-01-31 11:02:53 +03:00
mertsincan 4836654f7b Fixed #5179 - Improve `data-pc-` structure in components 2024-01-30 14:35:32 +00:00
tugcekucukoglu a9a254915c Refactor #5176 - invalid property added 2024-01-30 14:27:56 +03: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
mertsincan 2072631cda Fixed #5130 - Add focusOnHover props to some components 2024-01-23 13:08:06 +00:00
tugcekucukoglu 1a048a0fd1 Fixed #5096 - autoOptionFocus default type is changed as false 2024-01-17 12:44:08 +03:00
Alexander e8b5b8f3e3
fix(#4953): use beforeMount to generate unique component id (#4954) 2024-01-16 11:28:03 +00:00
tugcekucukoglu 6d07500c64 Fixed #4905 - wrong type appendTo props 2024-01-08 12:33:05 +03:00
tugcekucukoglu 85ae6d9e5e Fixed #3379 - AutoComplete: Duplicate Value 2023-12-11 11:20:36 +03: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 8eea973282 parent updates for .d.ts files and apidoc 2023-12-05 10:06:55 +03:00
tugcekucukoglu 437818c7f2 Refactor #4511 2023-11-24 15:21:54 +03:00
Tuğçe Küçükoğlu 1ae9ef3ac3
Merge pull request #4762 from qburst/4749--fix-incorrect-reference-value-display
fix: #4749 || fix incorrect reference value display
2023-11-15 20:30:43 +03:00
tugcekucukoglu 01af58f917 Apidoc updates 2023-11-07 09:16:39 +03:00
navedqb 5a41c88e55
fix incorrect reference value display in autocomplete 2023-11-07 00:06:14 +05:30
tugcekucukoglu b957ea422d Refactor #4728 2023-10-31 20:21:47 +03:00
mertsincan f959976b70 Fixed #4681 - Add empty option check to some components 2023-10-24 14:06:14 +01:00
mertsincan 3d1d31ca53 Refactor #4530 - Add d.ts files 2023-10-02 14:15:41 +01:00
mertsincan dc2913e887 Fixed #4530 - Export styles of all components 2023-10-02 11:46:09 +01:00
Tuğçe Küçükoğlu b48d33eddd Refactor #4504 2023-09-26 12:14:27 +03:00
Tuğçe Küçükoğlu 01753ac08a Refactor #4504 2023-09-26 09:40:02 +03:00
Tuğçe Küçükoğlu e6499c0365 Refactor #4504 2023-09-25 22:11:55 +03:00
Tuğçe Küçükoğlu f70147abd9 data-pc-section updates 2023-09-06 10:13:22 +03:00
mertsincan 5c94099fa7 Fixed #4389 - Rename PTOptions and DefaultPTOptions types with PassThrough and DefaultPassThrough types 2023-09-05 12:28:04 +01:00
mertsincan 91b27d7318 Fixed #4290 - Update d.ts files 2023-09-05 09:50:46 +01:00
Tuğçe Küçükoğlu 041bd3214c **PassThroughMethodOptions updated TS comments 2023-09-05 09:50:04 +03:00
Paul Thiel 07e9773db7
AutoComplete: show overlay if there are no suggestions (#3866)
* fix(autocomplete): show overlay if there are no suggestions

* test(autocomplete): show overlay if there are no suggestions

* chore: formatting
2023-09-05 02:19:51 +01:00
Tuğçe Küçükoğlu e2edcb42c7 Fixed #4320 - [AutoComplete] wrong removetokenicon pt implementation 2023-08-23 09:40:02 +03:00
mertsincan 4ecc86838f Fixed #4289 - Improve `usePassThrough` method 2023-08-18 00:51:01 +01:00
Tuğçe Küçükoğlu 289ee220ed Refactor #4274 2023-08-17 10:16:25 +03:00
Tuğçe Küçükoğlu dfb30bc1ac Refactor #4274 - For AutoComplete 2023-08-16 09:24:31 +03:00
Tuğçe Küçükoğlu a242e3c8fe Typo fix 2023-08-11 14:18:24 +03:00
Tuğçe Küçükoğlu eca735c8c8 Fixed #4253 - AutoComplete: loading state 2023-08-10 11:38:09 +03:00
Tuğçe Küçükoğlu 0761dc7726 Update AutoComplete.d.ts 2023-08-02 18:35:09 +03:00
Tuğçe Küçükoğlu e60ef4b611 Refactor #4231 - AutoComplete d.ts fixes 2023-08-02 17:38:22 +03:00
mertsincan 6d3d420189 Fixed #4231 - Update d.ts 2023-08-02 17:07:22 +03:00
mertsincan fffa1ef044 Refactor #4231 - For AutoComplete 2023-08-02 14:59:40 +03:00
Cagatay Civici 56e3f23eb3 Fixed typo 2023-08-01 17:01:12 +03:00
mertsincan 5f09ecd0a0 Fixed #4125 - Pass Through Props: Syntactic improvement suggestion 2023-07-11 23:42:43 +01:00
mertsincan 812378623b Update d.ts files 2023-07-06 13:01:33 +01:00
mertsincan 439b7ee308 Update d.ts files 2023-07-06 12:17:08 +01:00
mertsincan e9a561a7d1 Update d.ts files 2023-07-06 12:09:01 +01:00
Tuğçe Küçükoğlu b27da746cb Refactor #3965 - AutoComplete style fixes 2023-07-04 12:34:53 +03:00
mertsincan 9247620421 Refactor #3965, Improve build and Added *Base models 2023-07-03 23:20:35 +01:00