@visactor/vrender-kits 0.21.0-alpha.5 → 0.21.0-alpha.7

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.
@@ -168,6 +168,7 @@ export declare class BrowserContext2d implements IContext2d {
168
168
  underlineDash: number[];
169
169
  underlineOffset: number;
170
170
  disableAutoClipedPoptip: boolean;
171
+ measureMode: import("@visactor/vrender-core").MeasureModeEnum;
171
172
  };
172
173
  setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
173
174
  protected _setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams): void;
@@ -51,4 +51,4 @@ class DragNDrop {
51
51
  }
52
52
 
53
53
  exports.DragNDrop = DragNDrop;
54
- //# sourceMappingURL=drag.js.map
54
+ //# sourceMappingURL=drag.js.map
@@ -187,4 +187,4 @@ class Gesture extends vutils_1.EventEmitter {
187
187
  }
188
188
 
189
189
  exports.Gesture = Gesture;
190
- //# sourceMappingURL=gesture.js.map
190
+ //# sourceMappingURL=gesture.js.map
@@ -18,4 +18,4 @@ exports.CanvasTextPicker = Symbol.for("CanvasTextPicker"), exports.CanvasPolygon
18
18
  exports.CanvasPyramid3dPicker = Symbol.for("CanvasPyramid3dPicker"), exports.CanvasRichTextPicker = Symbol.for("CanvasRichTextPicker"),
19
19
  exports.CanvasGlyphPicker = Symbol.for("CanvasGlyphPicker"), exports.CanvasGroupPicker = Symbol.for("CanvasGroupPicker"),
20
20
  exports.CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
21
- //# sourceMappingURL=constants.js.map
21
+ //# sourceMappingURL=constants.js.map
@@ -176,4 +176,4 @@ vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], BrowserWind
176
176
  exports.BrowserWindowHandlerContribution = BrowserWindowHandlerContribution, exports.browserWindowModule = new vrender_core_1.ContainerModule((bind => {
177
177
  bind(BrowserWindowHandlerContribution).toSelf(), bind(vrender_core_1.WindowHandlerContribution).toDynamicValue((ctx => ctx.container.get(BrowserWindowHandlerContribution))).whenTargetNamed(BrowserWindowHandlerContribution.env);
178
178
  }));
179
- //# sourceMappingURL=browser-contribution.js.map
179
+ //# sourceMappingURL=browser-contribution.js.map
@@ -168,6 +168,7 @@ export declare class BrowserContext2d implements IContext2d {
168
168
  underlineDash: number[];
169
169
  underlineOffset: number;
170
170
  disableAutoClipedPoptip: boolean;
171
+ measureMode: import("@visactor/vrender-core").MeasureModeEnum;
171
172
  };
172
173
  setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
173
174
  protected _setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams): void;
@@ -43,4 +43,4 @@ export class DragNDrop {
43
43
  this.removeEvents(), this.rootNode = null;
44
44
  }
45
45
  }
46
- //# sourceMappingURL=drag.js.map
46
+ //# sourceMappingURL=drag.js.map
@@ -182,4 +182,4 @@ export class Gesture extends EventEmitter {
182
182
  this.emit(type, e);
183
183
  }
184
184
  }
185
- //# sourceMappingURL=gesture.js.map
185
+ //# sourceMappingURL=gesture.js.map
@@ -55,4 +55,4 @@ export const CanvasGlyphPicker = Symbol.for("CanvasGlyphPicker");
55
55
  export const CanvasGroupPicker = Symbol.for("CanvasGroupPicker");
56
56
 
57
57
  export const CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
58
- //# sourceMappingURL=constants.js.map
58
+ //# sourceMappingURL=constants.js.map
@@ -176,4 +176,4 @@ export { BrowserWindowHandlerContribution };
176
176
  export const browserWindowModule = new ContainerModule((bind => {
177
177
  bind(BrowserWindowHandlerContribution).toSelf(), bind(WindowHandlerContribution).toDynamicValue((ctx => ctx.container.get(BrowserWindowHandlerContribution))).whenTargetNamed(BrowserWindowHandlerContribution.env);
178
178
  }));
179
- //# sourceMappingURL=browser-contribution.js.map
179
+ //# sourceMappingURL=browser-contribution.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.21.0-alpha.5",
3
+ "version": "0.21.0-alpha.7",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,8 +12,8 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vutils": "~0.19.0",
16
- "@visactor/vrender-core": "0.21.0-alpha.5",
15
+ "@visactor/vutils": "~0.19.1",
16
+ "@visactor/vrender-core": "0.21.0-alpha.7",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
19
19
  },
@@ -32,8 +32,8 @@
32
32
  "typescript": "4.9.5",
33
33
  "cross-env": "^7.0.3",
34
34
  "@internal/bundler": "0.0.1",
35
- "@internal/ts-config": "0.0.1",
36
- "@internal/eslint-config": "0.0.1"
35
+ "@internal/eslint-config": "0.0.1",
36
+ "@internal/ts-config": "0.0.1"
37
37
  },
38
38
  "keywords": [
39
39
  "VisActor",