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.8 to 0.0.9

dist/packages/g-plugin-a11y/src/A11yPlugin.d.ts

1

dist/packages/g-image-exporter/src/ImageExporter.d.ts

@@ -22,2 +22,3 @@ import type { Canvas } from '@antv/g';

private toDataURL;
private isSVG;
toSVGDataURL(): Promise<string>;

@@ -24,0 +25,0 @@ downloadImage(options: DownloadImageOptions): void;

@@ -10,3 +10,4 @@ import type { Rectangle } from '@antv/g';

afterDrawImage: (context: CanvasRenderingContext2D) => void;
ignoreElements: (element: Element) => boolean;
}
//# sourceMappingURL=types.d.ts.map

5

dist/packages/g/src/css/parser/color.d.ts

@@ -14,4 +14,7 @@ import type { CSSGradientValue } from '../cssom';

*/
export declare const parseColor: ((colorStr: string) => CSSRGB | CSSGradientValue[] | Pattern) & import("lodash").MemoizedFunction;
export declare const parseColor: {
(...args: any[]): any;
cache: Map<any, any>;
};
export declare function mergeColors(left: CSSRGB | CSSGradientValue[] | Pattern, right: CSSRGB | CSSGradientValue[] | Pattern): [number[], number[], (color: number[]) => string] | undefined;
//# sourceMappingURL=color.d.ts.map

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

import { CSSGradientValue } from '../cssom';
import type { Pattern } from './color';
export declare const parseGradient: ((colorStr: string) => Pattern | CSSGradientValue[]) & import("lodash").MemoizedFunction;
export declare const parseGradient: {
(...args: any[]): any;
cache: Map<any, any>;
};
//# sourceMappingURL=gradient.d.ts.map

@@ -8,3 +8,6 @@ import type { DisplayObject } from '../../display-objects';

export declare class CSSPropertyColor implements Partial<CSSProperty<CSSRGB | CSSGradientValue[] | Pattern | CSSKeywordValue, CSSRGB | CSSGradientValue[] | Pattern>> {
parser: ((colorStr: string) => Pattern | CSSRGB | CSSGradientValue[]) & import("lodash").MemoizedFunction;
parser: {
(...args: any[]): any;
cache: Map<any, any>;
};
calculator(name: string, oldParsed: CSSRGB | CSSGradientValue[] | CSSKeywordValue | Pattern, parsed: CSSRGB | CSSGradientValue[] | CSSKeywordValue | Pattern, object: DisplayObject): Pattern | CSSRGB | CSSGradientValue[];

@@ -11,0 +14,0 @@ mixer: typeof mergeColors;

@@ -10,2 +10,3 @@ export * from './assert';

export * from './math';
export * from './memoize';
export * from './path';

@@ -12,0 +13,0 @@ export * from './string';

{
"name": "@antv/g-gesture",
"version": "0.0.8",
"version": "0.0.9",
"description": "G Gesture",

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

"devDependencies": {
"@antv/g-mobile-canvas": "^0.3.1",
"@antv/g-mobile-canvas-element": "^0.2.1"
"@antv/g-mobile-canvas": "^0.4.0",
"@antv/g-mobile-canvas-element": "^0.3.0"
},

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

},
"gitHead": "f001a43754b62b6bff7eb2d1573d1a08349ce5c2"
"gitHead": "e080a6f903694e931383943c5ad8fbf84731c460"
}

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