Socket
Socket
Sign inDemoInstall

@antv/g-gesture

Package Overview
Dependencies
Maintainers
58
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.16 to 0.0.17

dist/packages/react-g/src/components/Arrow.d.ts

1

dist/packages/g-plugin-dragndrop/src/DragndropPlugin.d.ts

@@ -8,4 +8,5 @@ import type { RenderingPlugin, RenderingService } from '@antv/g';

private dragndropPluginOptions;
private findClosestDraggable;
apply(renderingService: RenderingService): void;
}
//# sourceMappingURL=DragndropPlugin.d.ts.map

6

dist/packages/react-g/src/host-elements.d.ts

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

import type { BaseStyleProps, Circle as GCircle, CircleStyleProps, Ellipse as GEllipse, EllipseStyleProps, Group as GGroup, HTML as GHTML, HTMLStyleProps, Image as GImage, ImageStyleProps, Line as GLine, LineStyleProps, Path as GPath, PathStyleProps, Polygon as GPolygon, PolygonStyleProps, Polyline as GPolyline, PolylineStyleProps, Rect as GRect, RectStyleProps, Text as GText, TextStyleProps } from '@antv/g';
import { Shape } from '@antv/g';
import type { Key, ReactElement, ReactNode, Ref } from 'react';
import { Shape } from '@antv/g';
import type { BaseStyleProps, CircleStyleProps, EllipseStyleProps, HTMLStyleProps, ImageStyleProps, LineStyleProps, PathStyleProps, PolygonStyleProps, PolylineStyleProps, RectStyleProps, TextStyleProps, Circle as GCircle, Group as GGroup, Ellipse as GEllipse, HTML as GHTML, Image as GImage, Line as GLine, Path as GPath, Polygon as GPolygon, Polyline as GPolyline, Rect as GRect, Text as GText } from '@antv/g';
import type { GEvents } from './types';

@@ -22,3 +22,3 @@ declare type BaseProps<Element, Prop> = {

export declare const Text: (props: BaseProps<GText, TextStyleProps>) => ReactElement<TextStyleProps, Shape.TEXT>;
export {};
export * from './components';
//# sourceMappingURL=host-elements.d.ts.map
{
"name": "@antv/g-gesture",
"version": "0.0.16",
"version": "0.0.17",
"description": "G Gesture",

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

"devDependencies": {
"@antv/g-mobile-canvas": "^0.6.2",
"@antv/g-mobile-canvas-element": "^0.5.1"
"@antv/g-mobile-canvas": "^0.6.3",
"@antv/g-mobile-canvas-element": "^0.5.2"
},

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

},
"gitHead": "cc3e4646317ec49518138205c8d53daa6f3f1229"
"gitHead": "a7ec61aed32ec1ab64d9c0cc50d8965db7d55a38"
}

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