@jlceda/pro-api-types 0.1.128 → 0.1.129

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 +11 -11
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -86,7 +86,7 @@ declare class DMT_EditorControl {
86
86
  *
87
87
  * @beta
88
88
  * @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取
89
- * @param libraryType - ���类型,支持符号和封装
89
+ * @param libraryType - 库类型,支持符号和封装
90
90
  * @param uuid - 符号、封装 UUID
91
91
  * @param splitScreenId - 分屏 ID,即 {@link DMT_EditorControl.getSplitScreenTree} 方法获取到的 {@link IDMT_EditorSplitScreenItem.id}
92
92
  * @returns 标签页 ID,如若为 `undefined`,则打开文档失败
@@ -760,7 +760,7 @@ declare class DMT_Workspace {
760
760
  * 获取所有工作区的详细属性
761
761
  *
762
762
  * @public
763
- * @returns 所有工作区的详细属性
763
+ * @returns ��有工作区的详细属性
764
764
  */
765
765
  getAllWorkspacesInfo(): Promise<Array<IDMT_WorkspaceItem>>;
766
766
  /**
@@ -1741,7 +1741,7 @@ declare enum ESYS_NetlistType {
1741
1741
  /** EasyEDA Pro Edition */
1742
1742
  EASYEDA_PRO = "EasyEDA",
1743
1743
  /** Altium Designer */
1744
- ALTIUM_DESIGNER = "AltiumDesigner"
1744
+ ALTIUM_DESIGNER = "Protel2"
1745
1745
  }
1746
1746
 
1747
1747
  /**
@@ -4786,7 +4786,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
4786
4786
  */
4787
4787
  setState_Layer(layer: TPCB_LayersOfPad): IPCB_PrimitivePad;
4788
4788
  /**
4789
- * 设置属性��态:焊盘编号
4789
+ * 设置属性状态:焊盘编号
4790
4790
  *
4791
4791
  * @beta
4792
4792
  * @param padNumber - 焊盘编号
@@ -5401,7 +5401,7 @@ declare class IPCB_PrimitivePour implements IPCB_Primitive {
5401
5401
  }
5402
5402
 
5403
5403
  /**
5404
- * 区域图元
5404
+ * 区���图元
5405
5405
  *
5406
5406
  * @public
5407
5407
  */
@@ -7628,7 +7628,7 @@ declare class ISCH_PrimitivePolygon implements ISCH_Primitive {
7628
7628
  */
7629
7629
  reset(): Promise<ISCH_PrimitivePolygon>;
7630
7630
  /**
7631
- * ��对图元的更改应用到画布
7631
+ * 将对图元的更改应用到画布
7632
7632
  *
7633
7633
  * @beta
7634
7634
  * @returns 多边形图元对象
@@ -8519,7 +8519,7 @@ declare class LIB_Cbb {
8519
8519
  * @beta
8520
8520
  * @param cbbUuid - 复用模块 UUID
8521
8521
  * @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取
8522
- * @param splitScreenId - 分屏 ID,不填写则默认在最后输入焦点的分屏内打开,可���使用 {@link DMT_EditorControl} 内的接口获取
8522
+ * @param splitScreenId - 分屏 ID,不填写则默认在最后输入焦点的分屏内打开,可以使用 {@link DMT_EditorControl} 内的接口获取
8523
8523
  * @returns 标签页 ID,对应 {@link IDMT_EditorTabItem.tabId},可使用 {@link DMT_EditorControl.getSplitScreenIdByTabId} 获取到分屏 ID
8524
8524
  */
8525
8525
  openSymbolInEditor(cbbUuid: string, libraryUuid: string, splitScreenId?: string): Promise<string | undefined>;
@@ -8886,7 +8886,7 @@ declare class LIB_Footprint {
8886
8886
  */
8887
8887
  declare class LIB_LibrariesList {
8888
8888
  /**
8889
- * 获取系统库的 UUID
8889
+ * 获取系统��的 UUID
8890
8890
  *
8891
8891
  * @beta
8892
8892
  * @returns 系统库的 UUID
@@ -12644,7 +12644,7 @@ declare class SCH_PrimitivePolygon implements ISCH_PrimitiveAPI {
12644
12644
  *
12645
12645
  * @beta
12646
12646
  * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
12647
- * @param primitiveIds - 多边形的图元 ID,可以为字符串或字符串数组,如若为���组,则返回的也是数组
12647
+ * @param primitiveIds - 多边形的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
12648
12648
  * @returns 多边形图元对象,空数组表示获取失败
12649
12649
  */
12650
12650
  get(primitiveIds: Array<string>): Promise<Array<ISCH_PrimitivePolygon>>;
@@ -13944,7 +13944,7 @@ declare class SYS_ToastMessage {
13944
13944
  * @param messageType - 消息类型
13945
13945
  * @param timer - 自动关闭倒计时秒数,`0` 为不自动关闭
13946
13946
  * @param bottomPanel - 展开底部信息面板
13947
- * @param buttonTitle - ��调按钮标题
13947
+ * @param buttonTitle - 回调按���标题
13948
13948
  * @param buttonCallbackFn - 回调函数内容,字符串形式,会被自动解析并执行
13949
13949
  */
13950
13950
  showMessage(message: string, messageType?: ESYS_ToastMessageType, timer?: number, bottomPanel?: ESYS_BottomPanelTab, buttonTitle?: string, buttonCallbackFn?: string): void;
@@ -14408,7 +14408,7 @@ declare type TPCB_PrimitivePadHole = [EPCB_PrimitivePadHoleType, number, number]
14408
14408
  *
14409
14409
  * - `{number}` `diameter` - 直径
14410
14410
  *
14411
- * - `{number}` `numberOfSides` - 边数(> 2)
14411
+ * - `{number}` `numberOfSides` - 边数��> 2)
14412
14412
  *
14413
14413
  * ④ 折线复杂多边形
14414
14414
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.128",
3
+ "version": "0.1.129",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [