@visactor/vrender-kits 0.17.5-alpha.1 → 0.17.5
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.
|
@@ -162,6 +162,7 @@ export declare class BrowserContext2d implements IContext2d {
|
|
|
162
162
|
wrap: boolean;
|
|
163
163
|
whiteSpace: "normal" | "no-wrap";
|
|
164
164
|
suffixPosition: "start" | "end" | "middle";
|
|
165
|
+
disableAutoClipedPoptip: boolean;
|
|
165
166
|
};
|
|
166
167
|
setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
|
|
167
168
|
protected _setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams): void;
|
|
@@ -162,6 +162,7 @@ export declare class BrowserContext2d implements IContext2d {
|
|
|
162
162
|
wrap: boolean;
|
|
163
163
|
whiteSpace: "normal" | "no-wrap";
|
|
164
164
|
suffixPosition: "start" | "end" | "middle";
|
|
165
|
+
disableAutoClipedPoptip: boolean;
|
|
165
166
|
};
|
|
166
167
|
setCommonStyle(params: ISetCommonStyleParams, attribute: ICommonStyleParams, offsetX: number, offsetY: number, defaultParams?: ICommonStyleParams | Partial<ICommonStyleParams>[]): void;
|
|
167
168
|
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.17.5
|
|
3
|
+
"version": "0.17.5",
|
|
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.5
|
|
15
|
+
"@visactor/vrender-core": "0.17.5",
|
|
16
16
|
"@visactor/vutils": "~0.17.0",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"roughjs": "4.5.2"
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"eslint": "~8.18.0",
|
|
31
31
|
"vite": "3.2.6",
|
|
32
32
|
"typescript": "4.9.5",
|
|
33
|
-
"@internal/eslint-config": "0.0.1",
|
|
34
33
|
"@internal/bundler": "0.0.1",
|
|
35
|
-
"@internal/ts-config": "0.0.1"
|
|
34
|
+
"@internal/ts-config": "0.0.1",
|
|
35
|
+
"@internal/eslint-config": "0.0.1"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"VisActor",
|