@icreate/ics-chromely-plugin-core
Advanced tools
Comparing version 0.0.18-beta1 to 0.0.18-beta2
@@ -136,3 +136,3 @@ import { LogLevels } from '@icreate/core'; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-01 17:52:39 | ||
* @LastEditTime: 2022-09-23 11:22:23 | ||
* @Descripttion: | ||
@@ -217,2 +217,8 @@ * @FilePath: \ics-chromely-plugin-core\src\core\window.ts | ||
}; | ||
/** | ||
* @description: 显示屏幕键盘 | ||
*/ | ||
Window.ShowScreenKeyboard = function () { | ||
this.Operate('ShowScreenKeyboard'); | ||
}; | ||
return Window; | ||
@@ -219,0 +225,0 @@ }()); |
@@ -143,3 +143,3 @@ (function (global, factory) { | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-01 17:52:39 | ||
* @LastEditTime: 2022-09-23 11:22:23 | ||
* @Descripttion: | ||
@@ -224,2 +224,8 @@ * @FilePath: \ics-chromely-plugin-core\src\core\window.ts | ||
}; | ||
/** | ||
* @description: 显示屏幕键盘 | ||
*/ | ||
Window.ShowScreenKeyboard = function () { | ||
this.Operate('ShowScreenKeyboard'); | ||
}; | ||
return Window; | ||
@@ -226,0 +232,0 @@ }()); |
@@ -6,3 +6,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-01 17:52:39 | ||
* @LastEditTime: 2022-09-23 11:22:23 | ||
* @Descripttion: | ||
@@ -89,2 +89,8 @@ * @FilePath: \ics-chromely-plugin-core\src\core\window.ts | ||
}; | ||
/** | ||
* @description: 显示屏幕键盘 | ||
*/ | ||
Window.ShowScreenKeyboard = function () { | ||
this.Operate('ShowScreenKeyboard'); | ||
}; | ||
return Window; | ||
@@ -91,0 +97,0 @@ }()); |
@@ -37,2 +37,6 @@ export default class Window { | ||
static RedrawSplash(message: string): void; | ||
/** | ||
* @description: 显示屏幕键盘 | ||
*/ | ||
static ShowScreenKeyboard(): void; | ||
} |
{ | ||
"name": "@icreate/ics-chromely-plugin-core", | ||
"version": "0.0.18-beta1", | ||
"version": "0.0.18-beta2", | ||
"description": "提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -5,3 +5,3 @@ <!-- | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-09-15 19:25:26 | ||
* @LastEditTime: 2022-09-23 11:23:53 | ||
* @Descripttion: | ||
@@ -17,2 +17,3 @@ * @FilePath: \ics-chromely-plugin-core\README.md | ||
``` | ||
0.0.18-beta2 增加显示屏幕键盘 | ||
0.0.18 修改导出对象为默认导出 | ||
@@ -96,2 +97,4 @@ 0.0.17 修改Chromely为单例模式 | ||
RedrawSplash(message: string): void | ||
//显示屏幕键盘 | ||
ShowScreenKeyboard(): void | ||
``` | ||
@@ -98,0 +101,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
127568
1814
169
0