ala'n (Alexey Stsefanovich)
ala'n (Alexey Stsefanovich)
To discuss: do we need to return back modal content or keep it accessible from the placeholder
As an ESL consumer, I want to be able to pass a `window` to `ESLEventUtils.resize` utility anyway to simplify the flow in case of dynamic target definition Note: the result...
As an ESL architect/user, I want consistent handling for lazy loading across components. In bounds of #1641, a different approach for handling lazy processes was introduced: - no `lazy` attribute...
As an ESL architect, I want to e sure that ESL is compatible with both ES and TS standards. As decorators are important sugar of the ESL I want to...
As an ESL user, I may want to resubscribe a group of subscription in the most efficient way. At the current state of things: ``` // Resubscribe consist of direct...
As for now we have two syntaxes to declare ESLMediaRuleList: - Tupple : `ESLMediaRuleList.parse('value1|value2', '@mq1|@mq2');` - Arrow: `ESLMediaRuleList.parse('@mq1 => value1| @mq2 =>value2');` It is requested to have out of the...
However it needs to be tested (on devices, in real cases)
As we no longer support IE11 we can use the possibilities of CSS object-fit property to positioning video However, we need to have backward compatibility, so `esl-media[fill-mode="cover"]` or `esl-media[fill-mode="inscribe"]` should...
As a consumer of ESL EventListener, I want to have the capability to unsubscribe and resubscribe from a list of subscriptions. While our API offers a robust and efficient means...
A couple of months have elapsed since the addition of the "Contribute to ESL documentation" popup. However, contribution requests are infrequent, even when they're straightforward (no requests were made at...