@manycore/idp-sdk
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -1,1 +0,15 @@ | ||
{"name":"@manycore/idp-sdk","version":"1.0.0-alpha.7","description":"idp sdk typings","homepage":"","license":"ISC","release":{"scripts":{"pre-public":"echo skip"}},"maintainers":["kujiale"]} | ||
{ | ||
"name": "@manycore/idp-sdk", | ||
"version": "1.0.0-alpha.8", | ||
"description": "idp sdk typings", | ||
"homepage": "", | ||
"license": "ISC", | ||
"release": { | ||
"scripts": { | ||
"pre-public": "echo skip" | ||
} | ||
}, | ||
"maintainers": [ | ||
"kujiale" | ||
] | ||
} |
@@ -597,2 +597,8 @@ // QunHe Math API: | ||
/** | ||
* Creates an instance KLineSegment2d | ||
* @param startPoint The start point of the 2D line segment. | ||
* @param endPoint The end point of the 2D line segment. | ||
*/ | ||
createLineSegment2d(startPoint: KPoint2d, endPoint: KPoint2d): KLineSegment2d; | ||
/** | ||
* Create an instance of KLineSegment3d. | ||
@@ -599,0 +605,0 @@ * @param startPoint The start point of the 3D line segment. |
@@ -8,6 +8,2 @@ /** the promise passed from host cannot be chained */ | ||
/** | ||
* the iframe under the host | ||
*/ | ||
readonly frame: HTMLIFrameElement; | ||
/** | ||
* flag for check the whether the view mounted | ||
@@ -14,0 +10,0 @@ */ |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
62135
13
1752
1
21