Commit Graph

30 Commits (ec6156f1ceb5ea9349c4c35fb330515d2cdb08aa)

Author SHA1 Message Date
Mert Sincan a438dbae1e Refactor #5774 2024-05-24 15:00:32 +01:00
Mert Sincan 1d3096d74e Fixed #5774 - Improve PrimeVue bundle 2024-05-23 20:45:05 +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
Mert Sincan 64dca2bdb9 Added style class definitions to *Style.d.ts 2024-05-08 12:40:44 +01:00
Mert Sincan b7caa4e442 Fixed #5668 - Add sideEffects: false to nested package.json files on components 2024-05-01 09:32:12 +01:00
mertsincan f496c2669f Fixed #5506 - Add `dt` props to all components and directives 2024-04-02 09:24:31 +01:00
mertsincan 45521ea6af Theming API: Improve performance 2024-03-31 05:44:48 +01:00
mertsincan e3d9f41926 Fixed #5055 - Calendar: When use with Datatable filter, the calendar would show at the bottom of the page. 2024-01-21 11:56:17 +00:00
navedqb 8764814a19
Refactor: Improve error handling 2023-11-16 00:00:43 +05:30
navedqb 186e91b811 Improve focusable element handling 2023-11-15 23:47:20 +05:30
tugcekucukoglu 01af58f917 Apidoc updates 2023-11-07 09:16:39 +03: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
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
mertsincan 4ecc86838f Fixed #4289 - Improve `usePassThrough` method 2023-08-18 00:51:01 +01:00
Cagatay Civici 56e3f23eb3 Fixed typo 2023-08-01 17:01:12 +03:00
mertsincan 9b9444b6b0 Refactor on directives 2023-07-07 13:00:11 +01:00
mertsincan ecf2336c03 Fixed FocusTrap issue 2023-07-06 15:57:08 +01:00
mertsincan 95c2dcd54b Update directive data keyword 2023-07-06 13:24:34 +01:00
mertsincan e9a561a7d1 Update d.ts files 2023-07-06 12:09:01 +01:00
mertsincan 37b65d8b47 Refactor 2023-07-04 00:12:09 +01:00
mertsincan 9247620421 Refactor #3965, Improve build and Added *Base models 2023-07-03 23:20:35 +01:00
Tuğçe Küçükoğlu ab880af36c Refactor #3965 - For Directives .d.ts 2023-06-23 17:51:42 +03:00
Tuğçe Küçükoğlu 8268c74a99 Refactor #3965 - For Directives .d.ts 2023-06-23 12:47:31 +03:00
Tuğçe Küçükoğlu 7cb1814a1d Refactor #3965 - For Directives 2023-06-23 12:34:16 +03:00
Tuğçe Küçükoğlu a6e8c4d163 Refactor #3965 - For FocusTrap 2023-06-22 16:53:04 +03:00
Bartosz Gościński 7249a732c1
Don't write directly to classList in FocusTrap.js
According to [MDN][1] `classList` is a read-only property. To properly write to it you use its [`value`][2] property (`DOMTokenList#value`) 

[1]: https://developer.mozilla.org/en-US/docs/Web/API/Element/classList
[2]: https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/value
2023-06-02 14:53:42 +02:00
mertsincan f5fe822afb Fixed #3802 - Improve folder structure for nuxt configurations 2023-03-26 06:22:57 +01:00