vue.draggable.next icon indicating copy to clipboard operation
vue.draggable.next copied to clipboard

4.1.0 TypeScript Definitions Broken

Open pixelated-au opened this issue 3 years ago • 3 comments

I'm not sure why you removed the definitions as they were but now I can't use this version with TS at all.

For example, you removed the MoveEvent definition. Now, I've got no access to the MoveEvent type. This caused my project to completely break.

I'm having to revert back to the previous version.

pixelated-au avatar Sep 06 '21 01:09 pixelated-au

Same here, the modelValue type for me is suddenly giving errors. Hard-pinning to 4.0.3 for now.

Kruptein avatar Sep 07 '21 19:09 Kruptein

Yes, same here

Evertvdw avatar Sep 27 '21 09:09 Evertvdw

I'm very confused as to why these were removed as well. I use the ChangeEvent, and all of the data being passed appears to be the same. It would be really nice to have the TypeScript definitions back again.

pcorsaro avatar Dec 11 '21 17:12 pcorsaro