Skip to content

fix some issues

fix some issues #116

Triggered via push June 20, 2025 14:09
Status Failure
Total duration 1m 28s
Artifacts

typescript.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

19 errors
React
Process completed with exit code 2.
React
Type '(e: RowDraggingStartEvent) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; event: event; fromData: any; fromIndex: number; itemData: any; itemElement: any; }) => void'.
React
Type '(e: RowDraggingChangeEvent) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; ... 5 more ...; toIndex: number; }) => void'.
React
Type '(e: RowDraggingReorderEvent) => void' is not assignable to type '(e: { component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; fromIndex: number; ... 5 more ...; toIndex: number; }) => void'.
React
'RowDraggingReorderEvent' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
React
'RowDraggingChangeEvent' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
React
'RowDraggingStartEvent' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
React
Type '(e: RowDraggingStartEvent) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; event: event; fromData: any; fromIndex: number; itemData: any; itemElement: any; }) => void'.
React
Type '(e: RowDraggingChangeEvent) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; ... 5 more ...; toIndex: number; }) => void'.
React
Type '(e: RowDraggingReorderEvent) => void' is not assignable to type '(e: { component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; fromIndex: number; ... 5 more ...; toIndex: number; }) => void'.
Vue
Process completed with exit code 2.
Vue
Type '(e: RowDraggingStartEvent<any, any>) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; event: event; fromData: any; fromIndex: number; itemData: any; itemElement: any; }) => void'.
Vue
Type '(e: RowDraggingChangeEvent<any, any>) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; ... 5 more ...; toIndex: number; }) => void'.
Vue
Type '(e: RowDraggingReorderEvent<any, any>) => void' is not assignable to type '(e: { component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; fromIndex: number; ... 5 more ...; toIndex: number; }) => void'.
Vue
Type '(e: RowDraggingStartEvent<any, any>) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; event: event; fromData: any; fromIndex: number; itemData: any; itemElement: any; }) => void'.
Vue
Type '(e: RowDraggingChangeEvent<any, any>) => void' is not assignable to type '(e: { cancel: boolean; component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; ... 5 more ...; toIndex: number; }) => void'.
Vue
Type '(e: RowDraggingReorderEvent<any, any>) => void' is not assignable to type '(e: { component: GridBase<any, any>; dropInsideItem: boolean; event: event; fromComponent: dxSortable | dxDraggable; fromData: any; fromIndex: number; ... 5 more ...; toIndex: number; }) => void'.
Angular
Process completed with exit code 1.
Angular
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.