mxdraw 0.1.188 → 0.1.190
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.
- package/dist/mxdraw.d.ts +5 -0
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +1 -1
package/dist/mxdraw.d.ts
CHANGED
|
@@ -3383,6 +3383,11 @@ declare class MrxDbgUiPrBase {
|
|
|
3383
3383
|
* @returns 提示消息
|
|
3384
3384
|
*/
|
|
3385
3385
|
setMessage(message: string): void;
|
|
3386
|
+
/**
|
|
3387
|
+
* 清除上一次的输入点数据。
|
|
3388
|
+
* @returns 选择的关键字
|
|
3389
|
+
*/
|
|
3390
|
+
clearLastInputPoint(): void;
|
|
3386
3391
|
/**
|
|
3387
3392
|
* 返回用户选择的关键字
|
|
3388
3393
|
* @returns 选择的关键字
|