Socket
Socket
Sign inDemoInstall

@antv/g-gesture

Package Overview
Dependencies
Maintainers
59
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.28 to 0.0.29

2

dist/packages/g-plugin-annotation/src/AnnotationPlugin.d.ts

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

import type { Canvas, Circle, Polyline, Rect, RenderingPlugin, RenderingService } from '@antv/g';
import { Canvas, Circle, Polyline, Rect, RenderingPlugin, RenderingService } from '@antv/g';
import { DrawerTool } from './constants/enum';

@@ -3,0 +3,0 @@ import type { BaseDrawer, DrawerState } from './interface/drawer';

@@ -0,4 +1,7 @@

import { PointLike } from '@antv/g';
import type { AnnotationPlugin } from '../AnnotationPlugin';
import type { DrawerState } from '../interface/drawer';
export declare function getWidthFromBbox(path: PointLike[]): number;
export declare function getHeightFromBbox(path: PointLike[]): number;
export declare const renderRect: (context: AnnotationPlugin, anno: DrawerState) => void;
//# sourceMappingURL=rect-render.d.ts.map

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

import type { BaseCustomElementStyleProps, DisplayObject, DisplayObjectConfig } from '@antv/g';
import { CustomElement } from '@antv/g';
import { BaseCustomElementStyleProps, CustomElement, DisplayObject, DisplayObjectConfig } from '@antv/g';
import type { SelectableStyle } from '../tokens';

@@ -4,0 +3,0 @@ interface Props extends BaseCustomElementStyleProps, Partial<SelectableStyle> {

{
"name": "@antv/g-gesture",
"version": "0.0.28",
"version": "0.0.29",
"description": "G Gesture",

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

"devDependencies": {
"@antv/g-mobile-canvas": "^0.8.2",
"@antv/g-mobile-canvas-element": "^0.6.5"
"@antv/g-mobile-canvas": "^0.8.3",
"@antv/g-mobile-canvas-element": "^0.6.6"
},

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

},
"gitHead": "21b293ab6b43c6198b20770e93e1419b7f3119fd"
"gitHead": "7268d377d138d92b309ab37069e1af926c4a382c"
}

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