Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Nov 19, 2019
1 parent 1764bf0 commit 80083c0
Show file tree
Hide file tree
Showing 105 changed files with 27,903 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion @interactjs/core/interactions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions @interactjs/core/interactions.js.map

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions @interactjs/core/tests/_helpers.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MockCoords } from '../../utils/pointerUtils';
import * as utils from '../../utils/index';
export declare function unique(): number;
export declare function uniqueProps(obj: any): void;
export declare function newCoordsSet(n?: number): {
Expand Down Expand Up @@ -70,9 +70,9 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
interaction: import("@interactjs/core/Interaction").Interaction<any>;
target: T;
interactable: import("@interactjs/core/Interactable").Interactable;
coords: MockCoords;
coords: utils.pointer.MockCoords;
event: ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -86,7 +86,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & MouseEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -100,7 +100,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & MouseEvent & PointerEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -114,7 +114,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & MouseEvent & import("../../types/types").InteractEvent<any, any>) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -128,7 +128,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & MouseEvent & TouchEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -142,7 +142,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & Touch & MouseEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -156,7 +156,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & Touch & PointerEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -170,7 +170,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & Touch & import("../../types/types").InteractEvent<any, any>) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -184,7 +184,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & Touch & TouchEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -198,7 +198,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & PointerEvent & MouseEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -212,7 +212,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & PointerEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -226,7 +226,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & PointerEvent & import("../../types/types").InteractEvent<any, any>) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -240,7 +240,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & PointerEvent & TouchEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -254,7 +254,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & import("../../types/types").InteractEvent<any, any> & MouseEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -268,7 +268,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & import("../../types/types").InteractEvent<any, any> & PointerEvent) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand All @@ -282,7 +282,7 @@ export declare function testEnv<T extends Interact.Target = HTMLElement>({ plugi
readonly pointerType: any;
readonly buttons: any;
} & import("../../types/types").InteractEvent<any, any>) | ({
coords: MockCoords;
coords: utils.pointer.MockCoords;
readonly page: any;
readonly client: any;
readonly timeStamp: any;
Expand Down
2 changes: 1 addition & 1 deletion @interactjs/interact/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @interactjs/modifiers/restrict/edges.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80083c0

Please sign in to comment.