@pixi/events
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -36,3 +36,3 @@ import type { FederatedPointerEvent } from './FederatedPointerEvent'; | ||
export declare type FederatedEventEmitterTypes = { | ||
[K in keyof FederatedEventMap]: [FederatedEventMap[K]]; | ||
[K in keyof FederatedEventMap as K | `${K}capture`]: [event: FederatedEventMap[K]]; | ||
}; |
@@ -24,2 +24,4 @@ import type { utils } from '@pixi/core'; | ||
hitArea: IHitArea | null; | ||
/** Remove all listeners, or those of the specified event. */ | ||
removeAllListeners(event?: string | symbol): this; | ||
} | ||
@@ -26,0 +28,0 @@ declare type AddListenerOptions = boolean | AddEventListenerOptions; |
{ | ||
"name": "@pixi/events", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"main": "lib/index.js", | ||
@@ -49,3 +49,3 @@ "module": "lib/index.mjs", | ||
], | ||
"gitHead": "55e5e0da83f7771eb2a85033fb03898319a2c346" | ||
"gitHead": "1a8c89762cc348a7cb7c5f97b0cf97b2695c38b9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
476915
3723