@visactor/vrender-kits 0.21.0-alpha.10 → 0.21.0-alpha.11

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.
@@ -169,6 +169,7 @@ export declare class BrowserContext2d implements IContext2d {
169
169
  underlineOffset: number;
170
170
  disableAutoClipedPoptip: boolean;
171
171
  measureMode: import("@visactor/vrender-core").MeasureModeEnum;
172
+ keepCenterInLine: boolean;
172
173
  };
173
174
  setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
174
175
  protected _setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams): void;
@@ -169,6 +169,7 @@ export declare class BrowserContext2d implements IContext2d {
169
169
  underlineOffset: number;
170
170
  disableAutoClipedPoptip: boolean;
171
171
  measureMode: import("@visactor/vrender-core").MeasureModeEnum;
172
+ keepCenterInLine: boolean;
172
173
  };
173
174
  setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
174
175
  protected _setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.21.0-alpha.10",
3
+ "version": "0.21.0-alpha.11",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "~0.19.1",
16
- "@visactor/vrender-core": "0.21.0-alpha.10",
16
+ "@visactor/vrender-core": "0.21.0-alpha.11",
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",