Commit Graph

13 Commits (1babffe136b7ce17cd99b1827e4131084dd1a688)

Author SHA1 Message Date
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