esl icon indicating copy to clipboard operation
esl copied to clipboard

Lightweight and flexible UI component library based on web components technology for creating basic UX modules

Results 184 esl issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.0 to 5.36.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.36.1 5.36.1 (2022-08-30) Bug Fixes typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015) Changelog Sourced from @​typescript-eslint/parser's...

dependencies

As an ESL consumer, I want to have a predictable and full strategy for esl-panel-group in case it handles `max-open-items` (more than 1 panel). **Test case:** - Configure 4 `esl-panels`...

enhancement
under discussion
postponed

`@decorate` mixin causes incorrect behavior when local method decoration is expected **Use case** ```ts class Item { @listen({event: 'resize', target: window}) @decorate(debounce, 2000) onResize() { ... } } ``` **Expected...

waits triage
under discussion

As a esl consumer, I want to be able to select multiple DOM elements via esl-traversing-query using comma as separating character. **Example** ```ts ESLTraversingQuery.all("::next, ::parent") ``` **Expected behavior/code** Next and...

bug
released on @beta

As an ESL consumer, I want to be able to use `SynteticEventTarget` widely, so it should support `EventTarget` interface without restrictions. It is proposed to make `SynteticEventTarget` respect passed event...

enhancement
released on @beta

Closes: #695

feature
component
not ready for merge
postponed

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...

component

In the scope of this PR I added a utility to get a transition length

feature

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

feature

In the scope of this PR was implemented a parser for automatically generated TSdoc file. Parsed object then displays on a separate page.

documentation
not ready for merge
under discussion