@jlceda/pro-api-types 0.1.149 → 0.1.151

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.
Files changed (2) hide show
  1. package/index.d.ts +6 -6
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -731,7 +731,7 @@ declare class DMT_Schematic {
731
731
  * 文档树 / 选择控制类
732
732
  *
733
733
  * @public
734
- * @remarks 在文档树内进行选择焦点的查询、控制
734
+ * @remarks 在文档树内进行选择焦点的查询��控制
735
735
  */
736
736
  declare class DMT_SelectControl {
737
737
  /**
@@ -2852,7 +2852,7 @@ declare interface IPCB_LayerItem {
2852
2852
  name: string;
2853
2853
  /** 类型 */
2854
2854
  type: EPCB_LayerType;
2855
- /** 颜色(RGB HEX 格式) */
2855
+ /** 颜��(RGB HEX 格式) */
2856
2856
  color: string;
2857
2857
  /** 透明度(%) */
2858
2858
  transparency: number;
@@ -5363,7 +5363,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
5363
5363
  * 将图元转换为异步图元
5364
5364
  *
5365
5365
  * @public
5366
- * @returns 焊盘图元对象
5366
+ * @returns 焊盘图元对��
5367
5367
  */
5368
5368
  toAsync(): IPCB_PrimitivePad;
5369
5369
  /**
@@ -11541,7 +11541,7 @@ declare class PCB_PrimitiveFill implements IPCB_PrimitiveAPI {
11541
11541
  * 获取所有填充
11542
11542
  *
11543
11543
  * @beta
11544
- * @param layer -
11544
+ * @param layer - ���
11545
11545
  * @param net - 网络名称
11546
11546
  * @param primitiveLock - 是否锁定
11547
11547
  * @returns 填充图元对象数组
@@ -12371,7 +12371,7 @@ declare class PNL_Document {
12371
12371
  */
12372
12372
  declare class SCH_Document {
12373
12373
  /**
12374
- * 从 PCB 导入变更
12374
+ * 从 PCB 导��变更
12375
12375
  *
12376
12376
  * @public
12377
12377
  * @returns 导入操作是否成功,导入失败或游离原理图返回 `false`
@@ -14257,7 +14257,7 @@ declare class SYS_FileSystem {
14257
14257
  *
14258
14258
  * @beta
14259
14259
  * @remarks
14260
- * 注意 1:本接口仅客���端有效,在浏览器环境内调用将始终 `throw Error`
14260
+ * 注意 1:本接口仅客户端有效,在浏览器环境内调用将始终 `throw Error`
14261
14261
  *
14262
14262
  * 注意 2:本接口需要使用者启用扩展的外部交互权限,如若未启用将始终 `throw Error`
14263
14263
  * @param folderPath - 目录路径
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.149",
3
+ "version": "0.1.151",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [