Serhii Kulykov

Results 146 issues of Serhii Kulykov

Currently the `aria-label` attributes are using hardcoded values. We should make this configurable.

enhancement

We could enhance components by using [template literal types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#template-literal-types) instead of `string`, for example: ```ts type AnySpace = '' | ' '; export type RgbString = `rgb(${number},${AnySpace}${number},${AnySpace}${number})`; ```

enhancement

## What I did 1. Updated `selenium-webdriver` dependency to 4.1.0

## What I did 1. Removed `describe.skip` in test suites for Selenium and Webdriver so we can run them again.

There is one test failing after upgrading `@rollup/plugin-node-resolve` to 13.0.0 (#1433). ```sh 1) @rollup/plugin-node-resolve node modules resolved outside root directory are rewritten with commonjs: Error: Timeout of 2000ms exceeded. For...

lit2

## What I did 1. Updated `typescript` to 4.5.2, added `any` type to `catch(e)` statements 2. Fixed / disabled a few errors I couldn't fix - suggestions are welcome.

## What I did 1. Updated `mocha` to version 9 2. Added `es2018` entrypoints Fixes #1674 Closes #1498

The idea is to implement a special mode (e.g. using a tab in the "Demo" part). - DOM flat tree representation: component, its `part` elements and `slot` elements ``` expansion-panel...

enhancement

We need to provide a way for creating knobs for properties annotated with enums: ``` @prop {horizontal|vertical} orientation ``` This was requested in https://github.com/vaadin/vaadin-split-layout/pull/141.

enhancement

I didn't regenerate README, so feel free to edit this PR accordingly if needed.