@icreate/ics-chromely-plugin-core
Advanced tools
Comparing version 0.0.20-beta2 to 0.0.20-beta3
@@ -250,2 +250,8 @@ import { LogLevels } from '@icreate/core'; | ||
/** | ||
* @description: 关闭屏幕键盘 | ||
*/ | ||
Window.CloseScreenKeyboard = function () { | ||
this.Operate('CloseScreenKeyboard'); | ||
}; | ||
/** | ||
* @description: 发送按键事件 | ||
@@ -252,0 +258,0 @@ */ |
@@ -257,2 +257,8 @@ (function (global, factory) { | ||
/** | ||
* @description: 关闭屏幕键盘 | ||
*/ | ||
Window.CloseScreenKeyboard = function () { | ||
this.Operate('CloseScreenKeyboard'); | ||
}; | ||
/** | ||
* @description: 发送按键事件 | ||
@@ -259,0 +265,0 @@ */ |
@@ -95,2 +95,8 @@ "use strict"; | ||
/** | ||
* @description: 关闭屏幕键盘 | ||
*/ | ||
Window.CloseScreenKeyboard = function () { | ||
this.Operate('CloseScreenKeyboard'); | ||
}; | ||
/** | ||
* @description: 发送按键事件 | ||
@@ -97,0 +103,0 @@ */ |
@@ -42,2 +42,6 @@ export default class Window { | ||
/** | ||
* @description: 关闭屏幕键盘 | ||
*/ | ||
static CloseScreenKeyboard(): void; | ||
/** | ||
* @description: 发送按键事件 | ||
@@ -44,0 +48,0 @@ */ |
{ | ||
"name": "@icreate/ics-chromely-plugin-core", | ||
"version": "0.0.20-beta2", | ||
"version": "0.0.20-beta3", | ||
"description": "提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191599
3055