@pixi/interaction
Advanced tools
Comparing version 6.0.4 to 6.1.0-rc
declare namespace GlobalMixins | ||
{ | ||
// @deprecated | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface DisplayObject extends Partial<import('@pixi/interaction').InteractiveTarget> | ||
interface DisplayObject extends Omit< | ||
Partial<import('@pixi/interaction').InteractiveTarget>, | ||
'cursor' | 'interactive' | 'interactiveChildren' | 'hitArea' | ||
> | ||
{ | ||
@@ -6,0 +10,0 @@ |
@@ -10,3 +10,3 @@ /// <reference path="./global.d.ts" /> | ||
export declare type Cursor = 'auto' | 'default' | 'none' | 'context-menu' | 'help' | 'pointer' | 'progress' | 'wait' | 'cell' | 'crosshair' | 'text' | 'vertical-text' | 'alias' | 'copy' | 'move' | 'no-drop' | 'not-allowed' | 'e-resize' | 'n-resize' | 'ne-resize' | 'nw-resize' | 's-resize' | 'se-resize' | 'sw-resize' | 'w-resize' | 'ns-resize' | 'ew-resize' | 'nesw-resize' | 'col-resize' | 'nwse-resize' | 'row-resize' | 'all-scroll' | 'zoom-in' | 'zoom-out' | 'grab' | 'grabbing'; | ||
declare type Cursor = 'auto' | 'default' | 'none' | 'context-menu' | 'help' | 'pointer' | 'progress' | 'wait' | 'cell' | 'crosshair' | 'text' | 'vertical-text' | 'alias' | 'copy' | 'move' | 'no-drop' | 'not-allowed' | 'e-resize' | 'n-resize' | 'ne-resize' | 'nw-resize' | 's-resize' | 'se-resize' | 'sw-resize' | 'w-resize' | 'ns-resize' | 'ew-resize' | 'nesw-resize' | 'col-resize' | 'nwse-resize' | 'row-resize' | 'all-scroll' | 'zoom-in' | 'zoom-out' | 'grab' | 'grabbing'; | ||
@@ -19,3 +19,3 @@ export declare interface DelayedEvent { | ||
export declare interface IHitArea { | ||
declare interface IHitArea { | ||
contains(x: number, y: number): boolean; | ||
@@ -148,2 +148,3 @@ } | ||
private _tempDisplayObject; | ||
private readonly _eventListenerOptions; | ||
/** | ||
@@ -150,0 +151,0 @@ * @param {PIXI.CanvasRenderer|PIXI.Renderer} renderer - A reference to the current renderer |
{ | ||
"name": "@pixi/interaction", | ||
"version": "6.0.4", | ||
"version": "6.1.0-rc", | ||
"main": "dist/cjs/interaction.js", | ||
@@ -28,17 +28,17 @@ "module": "dist/esm/interaction.js", | ||
"dependencies": { | ||
"@pixi/core": "6.0.4", | ||
"@pixi/display": "6.0.4", | ||
"@pixi/math": "6.0.4", | ||
"@pixi/ticker": "6.0.4", | ||
"@pixi/utils": "6.0.4" | ||
"@pixi/core": "6.1.0-rc", | ||
"@pixi/display": "6.1.0-rc", | ||
"@pixi/math": "6.1.0-rc", | ||
"@pixi/ticker": "6.1.0-rc", | ||
"@pixi/utils": "6.1.0-rc" | ||
}, | ||
"devDependencies": { | ||
"@pixi/canvas-display": "6.0.4", | ||
"@pixi/canvas-graphics": "6.0.4", | ||
"@pixi/canvas-renderer": "6.0.4", | ||
"@pixi/canvas-sprite": "6.0.4", | ||
"@pixi/graphics": "6.0.4", | ||
"@pixi/sprite": "6.0.4" | ||
"@pixi/canvas-display": "6.1.0-rc", | ||
"@pixi/canvas-graphics": "6.1.0-rc", | ||
"@pixi/canvas-renderer": "6.1.0-rc", | ||
"@pixi/canvas-sprite": "6.1.0-rc", | ||
"@pixi/graphics": "6.1.0-rc", | ||
"@pixi/sprite": "6.1.0-rc" | ||
}, | ||
"gitHead": "2ece475553e843c59a291339231f6c1866fab4db" | ||
"gitHead": "f95c9649c797fa7da7a66584a0a5c3b792eb30cf" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
794970
11
7424
+ Added@pixi/constants@6.1.0-rc(transitive)
+ Added@pixi/core@6.1.0-rc(transitive)
+ Added@pixi/display@6.1.0-rc(transitive)
+ Added@pixi/math@6.1.0-rc(transitive)
+ Added@pixi/runner@6.1.0-rc(transitive)
+ Added@pixi/settings@6.1.0-rc(transitive)
+ Added@pixi/ticker@6.1.0-rc(transitive)
+ Added@pixi/utils@6.1.0-rc(transitive)
- Removed@pixi/constants@6.0.4(transitive)
- Removed@pixi/core@6.0.4(transitive)
- Removed@pixi/display@6.0.4(transitive)
- Removed@pixi/math@6.0.4(transitive)
- Removed@pixi/runner@6.0.4(transitive)
- Removed@pixi/settings@6.0.4(transitive)
- Removed@pixi/ticker@6.0.4(transitive)
- Removed@pixi/utils@6.0.4(transitive)
Updated@pixi/core@6.1.0-rc
Updated@pixi/display@6.1.0-rc
Updated@pixi/math@6.1.0-rc
Updated@pixi/ticker@6.1.0-rc
Updated@pixi/utils@6.1.0-rc