fshovchko
fshovchko
In the scope of this PR i added promisified version for scrollIntoView(). Parameters: element - the element which should become visible options (Optional) For boolean value: If true, the top...
In the scope of this PR I added sortable component also known as drag and drop list. Sortable list can be vertical or horizontal, can have have different drag transitions...
In the scope of this PR I added a utility to get a transition length
In the scope of this PR i added @debug decorator to track class member calls, their passed and returned arguments and also, their execution time
In the scope of this PR was implemented a parser for automatically generated TSdoc file. Parsed object then displays on a separate page.
In this PR i fixed ESL-select item focus border and fixed ESL-select dropdown position when parents are scrolled
In the scope of this PR was implemented a parser for .ts files to automatically generate documentation. Closes #451