Feat: Individual Top/Bottom/Left/Right Padding Options #220
Annotations
20 errors and 6 warnings
build:
src/ScrollBox.ts#L1
Argument of type '{ type: ListType; elementsMargin: number; padding: number; vertPadding: any; horPadding: any; topPadding: any; bottomPadding: any; leftPadding: any; rightPadding: any; }' is not assignable to parameter of type '{ type?: ListType; } & ListOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'vertPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'horPadding' does not exist on type 'ScrollBoxOptions'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Property 'topPadding' does not exist on type 'ScrollBoxOptions'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Property 'bottomPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'leftPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'rightPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'bottomPadding' does not exist on type 'List'.
|
build:
src/ScrollBox.ts#L1
Property 'topPadding' does not exist on type 'List'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Property 'topPadding' does not exist on type 'List'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Argument of type '{ type: ListType; elementsMargin: number; padding: number; vertPadding: any; horPadding: any; topPadding: any; bottomPadding: any; leftPadding: any; rightPadding: any; }' is not assignable to parameter of type '{ type?: ListType; } & ListOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'vertPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'horPadding' does not exist on type 'ScrollBoxOptions'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Property 'topPadding' does not exist on type 'ScrollBoxOptions'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Property 'bottomPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'leftPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'rightPadding' does not exist on type 'ScrollBoxOptions'.
|
build:
src/ScrollBox.ts#L1
Property 'bottomPadding' does not exist on type 'List'.
|
build:
src/ScrollBox.ts#L1
Property 'topPadding' does not exist on type 'List'. Did you mean 'padding'?
|
build:
src/ScrollBox.ts#L1
Property 'topPadding' does not exist on type 'List'. Did you mean 'padding'?
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
build:
src/List.ts#L70
Opening curly brace appears on the same line as controlling statement
|
build:
src/List.ts#L320
Missing semicolon
|
build:
src/List.ts#L70
Opening curly brace appears on the same line as controlling statement
|
build:
src/List.ts#L320
Missing semicolon
|