@jlceda/pro-api-types 0.1.142 → 0.1.143

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 +8 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -348,7 +348,7 @@ declare class DMT_Folder {
348
348
  * 删除文件夹
349
349
  *
350
350
  * @public
351
- * @param teamUuid - 团队 UUID
351
+ * @param teamUuid - ��队 UUID
352
352
  * @param folderUuid - 文件夹 UUID
353
353
  * @returns 操作是否成功
354
354
  */
@@ -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
  /**
@@ -1388,7 +1388,7 @@ declare enum EPCB_PrimitiveDimensionType {
1388
1388
  * @remarks 网格填充和内电层填充为预留配置
1389
1389
  */
1390
1390
  declare enum EPCB_PrimitiveFillMode {
1391
- /** ���心填充 */
1391
+ /** 实心填充 */
1392
1392
  SOLID = 0,
1393
1393
  /** 网格填充 */
1394
1394
  MESH = 1,
@@ -2864,7 +2864,7 @@ declare interface IPCB_NetInfo {
2864
2864
  }
2865
2865
 
2866
2866
  /**
2867
- * 焊盘对组属性
2867
+ * 焊盘对组���性
2868
2868
  *
2869
2869
  * @public
2870
2870
  */
@@ -5365,7 +5365,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
5365
5365
  * 设置属性状态:焊盘类型
5366
5366
  *
5367
5367
  * @beta
5368
- * @param padType - ���盘类型
5368
+ * @param padType - 焊盘类型
5369
5369
  * @returns 焊盘图元对象
5370
5370
  */
5371
5371
  private setState_PadType;
@@ -6000,7 +6000,7 @@ declare class IPCB_PrimitiveRegion implements IPCB_Primitive {
6000
6000
  */
6001
6001
  setState_LineWidth(lineWidth: number): IPCB_PrimitiveRegion;
6002
6002
  /**
6003
- * 设置属性状态:是���锁定
6003
+ * 设置属性状态:是否锁定
6004
6004
  *
6005
6005
  * @beta
6006
6006
  * @param primitiveLock - 是否锁定
@@ -10381,7 +10381,7 @@ declare class PCB_Drc {
10381
10381
  * 将焊盘对添加到焊盘对组
10382
10382
  *
10383
10383
  * @beta
10384
- * @param padPairGroupName - 焊盘��组名称
10384
+ * @param padPairGroupName - ���盘对组名称
10385
10385
  * @param padPair - 焊盘对
10386
10386
  * @returns 操作是否成功
10387
10387
  * @example 有三种不同的用法,确保画布上已有对应的焊盘。 分别是 一,游离焊盘-游离焊盘;二,器件焊盘 - 器件焊盘;三,器件焊盘 - 游离焊盘
@@ -12365,7 +12365,7 @@ declare class SCH_Document {
12365
12365
  }
12366
12366
 
12367
12367
  /**
12368
- * 原理图 & 符号 / 设计规则检查(DRC)类
12368
+ * 原理图 & ��号 / 设计规则检查(DRC)类
12369
12369
  *
12370
12370
  * @public
12371
12371
  * @remarks 检查、设定 DRC 规则
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.142",
3
+ "version": "0.1.143",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [