gis-common 5.1.32 → 5.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -264,7 +264,8 @@ export declare class BrowserUtil {
264
264
  declare type Callback = (...params: any[]) => any;
265
265
 
266
266
  export declare class CanvasDrawer {
267
- private ctx;
267
+ ctx: CanvasRenderingContext2D;
268
+ canvas: HTMLCanvasElement;
268
269
  constructor(el?: HTMLCanvasElement | string);
269
270
  /**
270
271
  * 绘制线条
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-common",
3
- "version": "5.1.32",
3
+ "version": "5.1.34",
4
4
  "author": "Guo.Yan <luv02@vip.qq.com>",
5
5
  "license": "MIT",
6
6
  "private": false,
package/dist/17.png DELETED
Binary file