Commit Graph

47 Commits (3cc675e50f7c7968f2eb352b1fa1b817e408e55c)

Author SHA1 Message Date
mertsincan 51110b585a Theming API: Refactor on $dt method and inline styles for css variables 2024-04-15 10:17:29 +01:00
mertsincan 7c299f55f9 Theming API: Add `dt` props to all component 2024-04-01 14:08:53 +01:00
mertsincan b94d91e677 Theming API: Refactor on internal CSS variables 2024-03-28 14:26:59 +00:00
mertsincan 4c67b97481 Cosmetics 2024-02-20 11:44:09 +00:00
mertsincan bd1015ddd5 Fixed #5146 2024-01-25 12:35:35 +00:00
mertsincan ae81a90b73 Refactor on overlay gutters 2024-01-21 10:43:57 +00:00
Cagatay Civici 60193987ef Merge aura branch, adds new theme and minor showcase cosmetics 2024-01-17 22:56:22 +03:00
mertsincan 1c659292e3 Fixed #5030 - Tooltip: Malfunction inside Links 2024-01-15 01:19:19 +00:00
mertsincan f16bd6ab2e Fixed #4646 - Add custom wrapper support for helper components 2023-12-21 23:41:41 +00:00
mertsincan f39b351f10 Fixed #3037 - Using primevue inside shadow-dom 2023-12-19 12:17:30 +00:00
Mert Sincan fb1fb60eab
Fixed #4977 - Improve performance of row expansion feature on DataTable (#4978)
* DataTable performance improvement (1)

* Refactor on DT performance

* Refactor

* Refactor

* Update RowExpansionDoc.vue

* Update RowExpansionDoc.vue

* Update RowExpansionDoc.vue
2023-12-18 14:16:35 +00:00
mertsincan d6737b53f2 Added `stringify` function to ObjectUtils 2023-12-12 14:22:19 +00:00
tugcekucukoglu 321479f131 Fixed #4786 - DataTable/TreeTable: Frozen column improvements 2023-11-09 18:02:09 +03:00
tugcekucukoglu cba43b310b Fixed #4784 - Collision Enhancements 2023-11-09 17:18:51 +03:00
mertsincan 249cfbd68f Refactor #4682 2023-10-26 01:54:11 +01:00
John b233a4e2d6
Fixed kebab typo (#4593) 2023-10-12 09:24:34 +01:00
mertsincan 4fa7741923 Fixed #4589 - Improve block/unblockScroll architecture 2023-10-10 23:36:20 +01:00
FlipWarthog 4d6a272795 Pull sort/compare utils from PrimeReact 2023-10-05 22:00:36 -04:00
mertsincan dc2913e887 Fixed #4530 - Export styles of all components 2023-10-02 11:46:09 +01:00
mertsincan 3293ef980c Refactor #4290 2023-09-05 03:12:01 +01:00
MoMack20 7f5657bcbd
Performance update for resolveFieldData (#4290)
Object.keys can get expensive when called a lot of times. Adding a try catch for the quickest and probably highest use case can lead to big performance gains
2023-09-05 03:08:36 +01:00
Bahadır Sofuoğlu 4bf044f484 Fixed #4341 - Domhandler isElement check updates 2023-08-29 15:28:03 +03:00
mertsincan c42f45455c Fixed #4241 - Add Content Security Policy (CSP) config 2023-08-11 02:34:02 +01:00
mertsincan 5a053c5646 Refactor #4257 - Update d.ts 2023-08-10 23:44:47 +01:00
mertsincan 2bd85b0738 Refactor #4257 - Add usePassThrough method to customize default PT objects 2023-08-10 23:29:08 +01:00
Tuğçe Küçükoğlu c7c71e213f DomHandler hasCSSAnimation and hasCSSTransition added 2023-08-04 13:06:26 +03:00
mertsincan d10a625fe0 Update Utils.d.ts 2023-07-13 22:36:18 +01:00
mertsincan bf2cedf8da Improve ObjectUtils methods 2023-07-13 22:34:23 +01:00
mertsincan 487c2375f6 Update ObjectUtils.js 2023-07-12 10:47:23 +01:00
mertsincan a00e1a07a0 Update Utils.d.ts 2023-07-12 10:44:06 +01:00
mertsincan 5f09ecd0a0 Fixed #4125 - Pass Through Props: Syntactic improvement suggestion 2023-07-11 23:42:43 +01:00
mertsincan 63b5b8be8e Refactor #4103 - Update lifecycle names in Base* files 2023-07-10 10:34:48 +01:00
mertsincan d9baf298d5 Update DomHandler.js 2023-07-04 01:12:39 +01:00
mertsincan f23e5adc07 Fixed #4014 - The `getScrollableParents` method throws a exception in shadow dom 2023-07-04 01:01:00 +01:00
mertsincan f2fbee878d Update Utils.d.ts 2023-07-03 23:21:33 +01:00
mertsincan 9247620421 Refactor #3965, Improve build and Added *Base models 2023-07-03 23:20:35 +01:00
mertsincan 423e88c553 Update Utils.d.ts 2023-06-26 13:13:09 +01:00
mertsincan 422d994bfa Update utils.d.ts and cosmetics 2023-06-26 13:11:25 +01:00
Tuğçe Küçükoğlu e677627b0c format check 2023-06-22 16:56:59 +03:00
Tuğçe Küçükoğlu e90b4d00cd Refactor #3965 - ObjectUtils getVNodeProp update 2023-06-02 09:45:56 +03:00
mertsincan a556b46e48 Refactor #3965 - Update CascadeSelect and Breadcrumb 2023-05-30 10:59:17 +01:00
Tuğçe Küçükoğlu 7dc9a486db Refactor #3965 - ObjectUtils getVNodeProp update 2023-05-24 12:07:53 +03:00
mertsincan e58fc57621 Refactor #3965 - For Accordion 2023-05-24 00:40:14 +01:00
mertsincan b13d188e4f Refactor #3965 - For Calendar 2023-05-19 11:32:44 +01:00
Bahadır Sofuoğlu 84b85dc77d Unit test fixes 2023-04-06 02:06:03 +03:00
mertsincan ea887fcea3 Update BaseComponent 2023-04-03 01:12:25 +01:00
mertsincan f5fe822afb Fixed #3802 - Improve folder structure for nuxt configurations 2023-03-26 06:22:57 +01:00