Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/right click #92

Merged
merged 16 commits into from
Oct 23, 2019
Prev Previous commit
Next Next commit
typings and minify again
  • Loading branch information
tibotiber committed Oct 17, 2019
commit 592bdea1f187a87de9b29b0e8a070f6afc2d7c8f
4 changes: 2 additions & 2 deletions dist/files/UI.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export declare class UI {
state(key: string, value?: any): any;
on(type: string, fn: UIHandler): number;
off(type: string, which?: number): boolean;
listen(type: string, evt: MouseEvent, p: PtLike): boolean;
listen(type: string, p: PtLike, evt: MouseEvent): boolean;
protected hold(type: string): number;
protected unhold(key?: number): void;
static track(uis: UI[], type: string, evt: MouseEvent, p: PtLike): void;
static track(uis: UI[], type: string, p: PtLike, evt: MouseEvent): void;
render(fn: (group: Group, states: {
[key: string]: any;
}) => void): void;
Expand Down
6 changes: 3 additions & 3 deletions dist/files/UI.js

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

4 changes: 2 additions & 2 deletions dist/pts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,10 +1084,10 @@ export class UI {
state(key: string, value?: any): any;
on(type: string, fn: UIHandler): number;
off(type: string, which?: number): boolean;
listen(type: string, evt: MouseEvent, p: PtLike): boolean;
listen(type: string, p: PtLike, evt: MouseEvent): boolean;
protected hold(type: string): number;
protected unhold(key?: number): void;
static track(uis: UI[], type: string, evt: MouseEvent, p: PtLike): void;
static track(uis: UI[], type: string, p: PtLike, evt: MouseEvent): void;
render(fn: (group: Group, states: {
[key: string]: any;
}) => void): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/pts.min.js

Large diffs are not rendered by default.