@types/scrollbooster
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -30,5 +30,5 @@ // Type definitions for scrollbooster 3.0 | ||
content: Element; | ||
direction?: 'all' | 'vertical' | 'horizontal'; | ||
pointerMode?: 'all' | 'touch' | 'mouse'; | ||
scrollMode?: 'transform' | 'native' | undefined; | ||
direction?: "all" | "vertical" | "horizontal"; | ||
pointerMode?: "all" | "touch" | "mouse"; | ||
scrollMode?: "transform" | "native" | undefined; | ||
bounce?: boolean; | ||
@@ -40,4 +40,4 @@ bounceForce?: number; | ||
emulateScroll?: boolean; | ||
preventDefaultOnEmulateScroll?: 'vertical' | 'horizontal'; | ||
lockScrollOnDragDirection?: 'all' |'vertical' | 'horizontal'; | ||
preventDefaultOnEmulateScroll?: "vertical" | "horizontal"; | ||
lockScrollOnDragDirection?: "all" | "vertical" | "horizontal"; | ||
dragDirectionTolerance?: number; | ||
@@ -44,0 +44,0 @@ onClick?: (state: ScrollingState, event: MouseEvent, isTouch: boolean) => void; |
{ | ||
"name": "@types/scrollbooster", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for scrollbooster", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollbooster", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "158b2cbc557db56014369d815a2d0b521e29bd43f2bcd2fc92a9f63118ba027e", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "f05a954ab42fc6106044a949edbe629c0f2d9cca6a30a31441ae016df4d954d4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -40,5 +40,5 @@ # Installation | ||
content: Element; | ||
direction?: 'all' | 'vertical' | 'horizontal'; | ||
pointerMode?: 'all' | 'touch' | 'mouse'; | ||
scrollMode?: 'transform' | 'native' | undefined; | ||
direction?: "all" | "vertical" | "horizontal"; | ||
pointerMode?: "all" | "touch" | "mouse"; | ||
scrollMode?: "transform" | "native" | undefined; | ||
bounce?: boolean; | ||
@@ -50,4 +50,4 @@ bounceForce?: number; | ||
emulateScroll?: boolean; | ||
preventDefaultOnEmulateScroll?: 'vertical' | 'horizontal'; | ||
lockScrollOnDragDirection?: 'all' |'vertical' | 'horizontal'; | ||
preventDefaultOnEmulateScroll?: "vertical" | "horizontal"; | ||
lockScrollOnDragDirection?: "all" | "vertical" | "horizontal"; | ||
dragDirectionTolerance?: number; | ||
@@ -76,3 +76,3 @@ onClick?: (state: ScrollingState, event: MouseEvent, isTouch: boolean) => void; | ||
### Additional Details | ||
* Last updated: Tue, 25 Jul 2023 07:02:46 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: none | ||
@@ -79,0 +79,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7039