@jlceda/pro-api-types 0.1.148 → 0.1.150

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 +27 -6
  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
  */
@@ -806,6 +806,11 @@ declare class DMT_Workspace {
806
806
  getCurrentWorkspaceInfo(): Promise<IDMT_WorkspaceItem | undefined>;
807
807
  }
808
808
 
809
+ declare enum EBoardOutlineSourceType {
810
+ FromKeepoutLayer = "keepout",
811
+ FromMechanicalLayer1 = "mechanical"
812
+ }
813
+
809
814
  /**
810
815
  * 嘉立创 EDA 专业版 API 接口
811
816
  *
@@ -1021,6 +1026,12 @@ declare enum EDMT_ProjectCollaborationMode {
1021
1026
  FREE = 1
1022
1027
  }
1023
1028
 
1029
+ declare enum EImportOptionType {
1030
+ ImportDocument = "ImportDocument",
1031
+ ExtractLibraries = "ExtractLibraries",
1032
+ ImportDocumentExtractLibraries = "ImportDocumentExtractLibraries"
1033
+ }
1034
+
1024
1035
  /**
1025
1036
  * 嘉立创贴片库类别
1026
1037
  *
@@ -1735,6 +1746,11 @@ declare enum ESCH_PrimitiveType {
1735
1746
  ELLIPSE = "Ellipse"
1736
1747
  }
1737
1748
 
1749
+ declare enum ESchPrimitiveStyle {
1750
+ UseSystemTheme = "system",
1751
+ UseSourceFileStyle = "custom"
1752
+ }
1753
+
1738
1754
  /**
1739
1755
  * 底部面板标签页
1740
1756
  *
@@ -1964,6 +1980,11 @@ declare enum ESYS_WindowOpenTarget {
1964
1980
  SELF = "_self"
1965
1981
  }
1966
1982
 
1983
+ declare enum EViaSolderMaskExpansion {
1984
+ AllCoverOil = "cover",
1985
+ FollowOriginalSetting = "custom"
1986
+ }
1987
+
1967
1988
  /**
1968
1989
  * 板子属性
1969
1990
  *
@@ -3500,7 +3521,7 @@ declare class IPCB_PrimitiveAttribute implements IPCB_Primitive {
3500
3521
  *
3501
3522
  * @beta
3502
3523
  * @param expansion - 反相扩展
3503
- * @returns 属性图元��象
3524
+ * @returns 属性图元对象
3504
3525
  */
3505
3526
  setState_Expansion(expansion: number): IPCB_PrimitiveAttribute;
3506
3527
  /**
@@ -8583,7 +8604,7 @@ declare class ISCH_PrimitiveRectangle implements ISCH_Primitive {
8583
8604
  *
8584
8605
  * @beta
8585
8606
  * @param fillColor - 填充颜色
8586
- * @returns 矩形图元��象
8607
+ * @returns 矩形图元对象
8587
8608
  */
8588
8609
  setState_FillColor(fillColor: string | null): ISCH_PrimitiveRectangle;
8589
8610
  /**
@@ -10383,7 +10404,7 @@ declare class PCB_Drc {
10383
10404
  */
10384
10405
  modifyPadPairGroupName(originalPadPairGroupName: string, padPairGroupName: string): Promise<boolean>;
10385
10406
  /**
10386
- * 将��盘对添加到焊盘对组
10407
+ * 将焊盘对添加到焊盘对组
10387
10408
  *
10388
10409
  * @beta
10389
10410
  * @param padPairGroupName - 焊盘对组名称
@@ -12745,7 +12766,7 @@ declare class SCH_PrimitiveCircle implements ISCH_PrimitiveAPI {
12745
12766
  * 删除圆
12746
12767
  *
12747
12768
  * @beta
12748
- * @param primitiveIds - 圆的图元 ID ��圆图元对象
12769
+ * @param primitiveIds - 圆的图元 ID 或圆图元对象
12749
12770
  * @returns 删除操作是否成功
12750
12771
  */
12751
12772
  delete(primitiveIds: string | ISCH_PrimitiveCircle | Array<string> | Array<ISCH_PrimitiveCircle>): Promise<boolean>;
@@ -14236,7 +14257,7 @@ declare class SYS_FileSystem {
14236
14257
  *
14237
14258
  * @beta
14238
14259
  * @remarks
14239
- * 注意 1:本接口仅客户端有效,在浏览器环境内调用将始终 `throw Error`
14260
+ * 注意 1:本接口仅客���端有效,在浏览器环境内调用将始终 `throw Error`
14240
14261
  *
14241
14262
  * 注意 2:本接口需要使用者启用扩展的外部交互权限,如若未启用将始终 `throw Error`
14242
14263
  * @param folderPath - 目录路径
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.148",
3
+ "version": "0.1.150",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [