@jlceda/pro-api-types 0.1.141 → 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 +14 -9
  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
  /**
@@ -2864,7 +2864,7 @@ declare interface IPCB_NetInfo {
2864
2864
  }
2865
2865
 
2866
2866
  /**
2867
- * 焊盘对组属��
2867
+ * 焊盘对组���性
2868
2868
  *
2869
2869
  * @public
2870
2870
  */
@@ -3580,6 +3580,8 @@ declare class IPCB_PrimitiveComponent implements IPCB_Primitive {
3580
3580
  private supplierId?;
3581
3581
  /** 其它参数 */
3582
3582
  private otherProperty?;
3583
+ /** 内部:属性可见性 */
3584
+ private _attributeVisible?;
3583
3585
  /* Excluded from this release type: __constructor */
3584
3586
  /* Excluded from this release type: create */
3585
3587
  /**
@@ -4778,7 +4780,7 @@ declare class IPCB_PrimitiveObject implements IPCB_Primitive {
4778
4780
  /* Excluded from this release type: __constructor */
4779
4781
  /* Excluded from this release type: create */
4780
4782
  /**
4781
- * 获取属性状态:图元类���
4783
+ * 获取属性状态:图元类型
4782
4784
  *
4783
4785
  * @public
4784
4786
  * @returns 图元类型
@@ -5774,7 +5776,7 @@ declare class IPCB_PrimitivePour implements IPCB_Primitive {
5774
5776
  * @returns 覆铜边框图元对象
5775
5777
  */
5776
5778
  done(): Promise<IPCB_PrimitivePour>;
5777
- /* Excluded from this release type: getCopperRegions */
5779
+ /* Excluded from this release type: getCopperRegion */
5778
5780
  /* Excluded from this release type: rebuildCopperRegion */
5779
5781
  /**
5780
5782
  * 转换到:填充图元(默认是填充区域)
@@ -5852,6 +5854,7 @@ declare class IPCB_PrimitivePoured implements IPCB_Primitive {
5852
5854
  /* Excluded from this release type: done */
5853
5855
  /* Excluded from this release type: convertToFill */
5854
5856
  /* Excluded from this release type: addSolderMaskFill */
5857
+ /* Excluded from this release type: deletePourFills */
5855
5858
  }
5856
5859
 
5857
5860
  /**
@@ -10378,7 +10381,7 @@ declare class PCB_Drc {
10378
10381
  * 将焊盘对添加到焊盘对组
10379
10382
  *
10380
10383
  * @beta
10381
- * @param padPairGroupName - 焊盘对组名称
10384
+ * @param padPairGroupName - ���盘对组名称
10382
10385
  * @param padPair - 焊盘对
10383
10386
  * @returns 操作是否成功
10384
10387
  * @example 有三种不同的用法,确保画布上已有对应的焊盘。 分别是 一,游离焊盘-游离焊盘;二,器件焊盘 - 器件焊盘;三,器件焊盘 - 游离焊盘
@@ -11935,7 +11938,7 @@ declare class PCB_PrimitivePolyline implements IPCB_PrimitiveAPI {
11935
11938
  */
11936
11939
  get(primitiveIds: string): Promise<IPCB_PrimitivePolyline | undefined>;
11937
11940
  /**
11938
- * 获取���线
11941
+ * 获取折线
11939
11942
  *
11940
11943
  * @beta
11941
11944
  * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
@@ -12362,7 +12365,7 @@ declare class SCH_Document {
12362
12365
  }
12363
12366
 
12364
12367
  /**
12365
- * 原理图 & 符号 / 设计规则检查(DRC)类
12368
+ * 原理图 & ��号 / 设计规则检查(DRC)类
12366
12369
  *
12367
12370
  * @public
12368
12371
  * @remarks 检查、设定 DRC 规则
@@ -14081,6 +14084,8 @@ declare class SYS_FileManager {
14081
14084
  * @returns 面板库文件数据,`undefined` 表示数据获取失败
14082
14085
  */
14083
14086
  getPanelLibraryFileByPanelLibraryUuid(panelLibraryUuid: string | Array<string>, libraryUuid?: string): Promise<File | undefined>;
14087
+ /* Excluded from this release type: importProjectByProjectFile */
14088
+ /* Excluded from this release type: importProjectByProjectFile */
14084
14089
  }
14085
14090
 
14086
14091
  /**
@@ -14309,7 +14314,7 @@ declare class SYS_I18n {
14309
14314
  */
14310
14315
  isLanguageSupported(language: string): boolean;
14311
14316
  /**
14312
- * 导入多���言
14317
+ * 导入多语言
14313
14318
  *
14314
14319
  * @public
14315
14320
  * @remarks 注意:本接口仅扩展有效,在独立脚本环境内调用将始终 `throw Error`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.141",
3
+ "version": "0.1.143",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [