@visactor/vrender-kits 0.17.4 → 0.17.5-alpha.1

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.
@@ -157,9 +157,10 @@ export declare class BrowserContext2d implements IContext2d {
157
157
  verticalMode: number;
158
158
  wordBreak: "break-word" | "break-all";
159
159
  ignoreBuf: boolean;
160
- whiteSpace: "normal" | "no-wrap";
161
160
  heightLimit: number;
162
161
  lineClamp: number;
162
+ wrap: boolean;
163
+ whiteSpace: "normal" | "no-wrap";
163
164
  suffixPosition: "start" | "end" | "middle";
164
165
  };
165
166
  setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
@@ -157,9 +157,10 @@ export declare class BrowserContext2d implements IContext2d {
157
157
  verticalMode: number;
158
158
  wordBreak: "break-word" | "break-all";
159
159
  ignoreBuf: boolean;
160
- whiteSpace: "normal" | "no-wrap";
161
160
  heightLimit: number;
162
161
  lineClamp: number;
162
+ wrap: boolean;
163
+ whiteSpace: "normal" | "no-wrap";
163
164
  suffixPosition: "start" | "end" | "middle";
164
165
  };
165
166
  setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.17.4",
3
+ "version": "0.17.5-alpha.1",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vrender-core": "0.17.4",
15
+ "@visactor/vrender-core": "0.17.5-alpha.1",
16
16
  "@visactor/vutils": "~0.17.0",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
@@ -30,8 +30,8 @@
30
30
  "eslint": "~8.18.0",
31
31
  "vite": "3.2.6",
32
32
  "typescript": "4.9.5",
33
- "@internal/bundler": "0.0.1",
34
33
  "@internal/eslint-config": "0.0.1",
34
+ "@internal/bundler": "0.0.1",
35
35
  "@internal/ts-config": "0.0.1"
36
36
  },
37
37
  "keywords": [