Skip to content

Make Components responsive #175

Make Components responsive

Make Components responsive #175

Triggered via pull request November 4, 2023 23:01
Status Success
Total duration 1m 10s
Artifacts

testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 1 warning
build: src/DoubleSlider.ts#L1
Property 'options' in type 'DoubleSlider' is not assignable to the same property in base type 'SliderBase'.
build: src/DoubleSlider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
build: src/DoubleSlider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
build: src/Slider.ts#L1
Property 'options' in type 'Slider' is not assignable to the same property in base type 'SliderBase'.
build: src/Slider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
build: src/Slider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
build: src/SliderBase.ts#L1
Module '"./ProgressBar"' declares 'FillPaddings' locally, but it is not exported.
build: src/index.ts#L1
Module './Input' has already exported a member named 'ViewType'. Consider explicitly re-exporting to resolve the ambiguity.
build: src/DoubleSlider.ts#L1
Property 'options' in type 'DoubleSlider' is not assignable to the same property in base type 'SliderBase'.
build: src/DoubleSlider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
build: src/DoubleSlider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
build: src/Slider.ts#L1
Property 'options' in type 'Slider' is not assignable to the same property in base type 'SliderBase'.
build: src/Slider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
build: src/Slider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
build: src/SliderBase.ts#L1
Module '"./ProgressBar"' declares 'FillPaddings' locally, but it is not exported.
build: src/index.ts#L1
Module './Input' has already exported a member named 'ViewType'. Consider explicitly re-exporting to resolve the ambiguity.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/