Socket
Socket
Sign inDemoInstall

@antv/g-gesture

Package Overview
Dependencies
Maintainers
64
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-gesture - npm Package Compare versions

Comparing version 0.0.69 to 0.0.70

1

dist/packages/g-camera-api/src/AdvancedCamera.d.ts

@@ -29,2 +29,3 @@ import { Camera } from '@antv/g-lite';

dolly(value: number): this;
cancelLandmarkAnimation(): void;
createLandmark(name: string, params?: Partial<{

@@ -31,0 +32,0 @@ position: vec3 | vec2;

@@ -278,3 +278,4 @@ import EventEmitter from 'eventemitter3';

}>): void;
cancelLandmarkAnimation(): void;
}
//# sourceMappingURL=Camera.d.ts.map

@@ -190,3 +190,7 @@ import type EventEmitter from 'eventemitter3';

}>) => void;
/**
* Stop camera animation immediately.
*/
cancelLandmarkAnimation: () => void;
}
//# sourceMappingURL=interfaces.d.ts.map
import type { AABB } from '../shapes';
export interface Geometry {
dirty: boolean;
/**

@@ -4,0 +5,0 @@ * excluding all children

@@ -128,2 +128,3 @@ import type { BaseStyleProps } from '..';

addUnresolveProperty: (object: DisplayObject, name: string) => void;
updateGeometry: (displayObject: DisplayObject) => void;
processProperties: (object: DisplayObject, attributes: BaseStyleProps, options?: Partial<PropertyParseOptions>) => void;

@@ -130,0 +131,0 @@ parseProperty: (name: string, value: any, object: DisplayObject) => CSSStyleValue;

2

dist/packages/g-lite/src/css/StyleValueRegistry.d.ts

@@ -50,5 +50,5 @@ import { DisplayObject } from '../display-objects';

*/
private updateGeometry;
updateGeometry(object: DisplayObject): void;
private isPropertyInheritable;
}
//# sourceMappingURL=StyleValueRegistry.d.ts.map
import type { DisplayObject, ParsedTextStyleProps } from '../../display-objects';
import type { GeometryAABBUpdater } from './interfaces';
import type { GlobalRuntime } from '../../global-runtime';
import { GlobalRuntime } from '../../global-runtime';
export declare class TextUpdater implements GeometryAABBUpdater<ParsedTextStyleProps> {

@@ -5,0 +5,0 @@ private globalRuntime;

@@ -7,3 +7,3 @@ import { mat4, quat, vec2, vec3 } from 'gl-matrix';

import type { SceneGraphService } from './interfaces';
import type { GlobalRuntime } from '../global-runtime';
import { GlobalRuntime } from '../global-runtime';
/**

@@ -10,0 +10,0 @@ * update transform in scene graph

@@ -1,2 +0,2 @@

import type { CanvasLike, GlobalRuntime } from '..';
import { CanvasLike, GlobalRuntime } from '..';
import type { ParsedTextStyleProps } from '../display-objects';

@@ -3,0 +3,0 @@ import { Rectangle } from '../shapes';

{
"name": "@antv/g-gesture",
"version": "0.0.69",
"version": "0.0.70",
"description": "G Gesture",

@@ -37,4 +37,4 @@ "keywords": [

"devDependencies": {
"@antv/g-mobile-canvas": "^0.8.43",
"@antv/g-mobile-canvas-element": "^0.6.42"
"@antv/g-mobile-canvas": "^0.8.44",
"@antv/g-mobile-canvas-element": "^0.6.43"
},

@@ -44,3 +44,3 @@ "publishConfig": {

},
"gitHead": "f199d2d7cb0fec41416f83da859ad48cdc0ec69e"
"gitHead": "9ffd7b021d2da1be25fa8579e65eb48c839aad30"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc