ms-types 0.0.43 → 0.0.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.0.43",
3
+ "version": "0.0.46",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/index.d.ts CHANGED
@@ -13,6 +13,7 @@
13
13
  /// <reference path="media.d.ts" />
14
14
  /// <reference path="mysql.d.ts" />
15
15
  /// <reference path="netCard.d.ts" />
16
+ /// <reference path="node.d.ts" />
16
17
  /// <reference path="paddleOcr.d.ts" />
17
18
  /// <reference path="pip.d.ts" />
18
19
  /// <reference path="system.d.ts" />
package/types/pip.d.ts CHANGED
@@ -26,6 +26,11 @@ declare namespace pip {
26
26
  * @param params 包含显示参数的字典
27
27
  */
28
28
  function setLogViewParams(params: LogViewParams): void;
29
+ /**
30
+ * 判断悬浮窗是否打开
31
+ * @returns true代表开启了悬浮窗,false代表没有开启
32
+ */
33
+ function isPipActive(): boolean;
29
34
  /**
30
35
  * 显示日志窗口[App 必须在前台才可调用]
31
36
  * 必须iOS设备支持悬浮窗功能,并且开启悬浮窗