@jlceda/pro-api-types 0.1.125 → 0.1.127

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 -12
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -380,7 +380,7 @@ declare class DMT_Panel {
380
380
  * 获取当前面板的详细属性
381
381
  *
382
382
  * @public
383
- * @remarks 将会��取当前打开且拥有最后输入焦点的面板的详细属性
383
+ * @remarks 将��获取当前打开且拥有最后输入焦点的面板的详细属性
384
384
  * @returns 面板的详细属性,如若为 `undefined` 则获取失败
385
385
  */
386
386
  getCurrentPanelInfo(): Promise<IDMT_PanelItem | undefined>;
@@ -2893,7 +2893,7 @@ declare class IPCB_PrimitiveArc implements IPCB_Primitive {
2893
2893
  private net;
2894
2894
  /** 层 */
2895
2895
  private layer;
2896
- /** 起始位置 X */
2896
+ /** 起��位置 X */
2897
2897
  private startX;
2898
2898
  /** 起始位置 Y */
2899
2899
  private startY;
@@ -7021,7 +7021,7 @@ declare class ISCH_PrimitiveComponent_2 implements ISCH_Primitive {
7021
7021
  */
7022
7022
  getState_UniqueId(): string | undefined;
7023
7023
  /**
7024
- * 获取属性状态:制造商
7024
+ * ���取属性状态:制造商
7025
7025
  *
7026
7026
  * @public
7027
7027
  * @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
@@ -9284,7 +9284,7 @@ declare class PCB_Drc {
9284
9284
  * 检查 DRC
9285
9285
  *
9286
9286
  * @beta
9287
- * @param strict - ���否严格检查,当前 PCB 统一为严格检查模式
9287
+ * @param strict - 是否严格检查,当前 PCB 统一为严格检查模式
9288
9288
  * @param userInterface - 是否显示 UI(呼出底部 DRC 窗口)
9289
9289
  * @param includeVerboseError - 是否在返回值中包含详细错误信息,如若为 `true`,则返回值将始终为数组
9290
9290
  * @returns DRC 检查是否通过
@@ -10234,7 +10234,7 @@ declare class PCB_MathPolygon {
10234
10234
  * @param imageHeight - 图像高度
10235
10235
  * @param tolerance - 容差,取值范围 `0`-`1`
10236
10236
  * @param simplification - 简化,取值范围 `0`-`1`
10237
- * @param smoothing - 平滑,取值范围 `0`-`1.33`
10237
+ * @param smoothing - 平���,取值范围 `0`-`1.33`
10238
10238
  * @param despeckling - 去斑,取值范围 `0`-`5`
10239
10239
  * @param inversion - 是否反相
10240
10240
  * @returns 复杂多边形对象
@@ -10345,7 +10345,7 @@ declare class PCB_Primitive {
10345
10345
  * 获取图元的 BBox
10346
10346
  *
10347
10347
  * @beta
10348
- * @param primitiveIds - ��元 ID 数组或图元对象数组
10348
+ * @param primitiveIds - 图元 ID 数组或图元对象数组
10349
10349
  * @returns 图元的 BBox,如若图元不存在或没有 BBox,将会返回 `undefined` 的结果
10350
10350
  */
10351
10351
  getPrimitivesBBox(primitiveIds: Array<string | IPCB_Primitive>): Promise<{
@@ -11593,7 +11593,7 @@ declare class SCH_Event {
11593
11593
  }
11594
11594
 
11595
11595
  /**
11596
- * 原理图 & 符号 / 生产资��类
11596
+ * 原理图 & 符号 / 生产资料类
11597
11597
  *
11598
11598
  * @public
11599
11599
  * @remarks 获取当前原理图图页的生产资料文件及快捷下单
@@ -11869,7 +11869,7 @@ declare class SCH_PrimitiveBus implements ISCH_PrimitiveAPI {
11869
11869
  * 获取所有总线的图元 ID
11870
11870
  *
11871
11871
  * @beta
11872
- * @returns 总线的图元 ID 数组
11872
+ * @returns 总���的图元 ID 数组
11873
11873
  */
11874
11874
  getAllPrimitiveId(): Promise<Array<string>>;
11875
11875
  /**
@@ -13138,6 +13138,7 @@ declare class SYS_FileManager {
13138
13138
  * 可以使用 {@link SYS_FileSystem.saveFile} 接口将文件导出到本地文件系统
13139
13139
  *
13140
13140
  * 注意:本接口需要启用 **工程管理 \> 下载工程** 权限,没有权限调用将始终 `throw Error`
13141
+ *
13141
13142
  * @param fileName - 文件名
13142
13143
  * @param password - 加密密码
13143
13144
  * @returns 工程文件数据,`undefined` 表示当前未打开工程或数据获取失败
@@ -13203,8 +13204,9 @@ declare class SYS_FileManager {
13203
13204
  * 可以使用 {@link SYS_FileSystem.saveFile} 接口将文件导出到本地文件系统
13204
13205
  *
13205
13206
  * 注意:本接口需要启用 **团队库 \> 下载库** 权限,没有权限调用将始终 `throw Error`
13207
+ *
13206
13208
  * @param deviceUuid - 器件 UUID 或器件 UUID 列表
13207
- * @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取
13209
+ * @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取,如若不传入,则为系统库
13208
13210
  * @returns 器件文件数据,`undefined` 表示数据获取失败
13209
13211
  */
13210
13212
  getDeviceFileByDeviceUuid(deviceUuid: string | Array<string>, libraryUuid?: string): Promise<File | undefined>;
@@ -13430,7 +13432,7 @@ declare class SYS_IFrame {
13430
13432
  * 内联框架需要展示 {@link htmlFileName} 的内容,该 HTML 从扩展包内获取,并已在安装时被存储至 IndexedDB 中
13431
13433
  *
13432
13434
  * 注意:本接口仅扩展有效,在独立脚本环境内调用将始终 `throw Error`
13433
- * @param htmlFileName - 需要加载的 HTML 文件在扩展包内的路径
13435
+ * @param htmlFileName - 需要加载的 HTML 文件在扩展包内的��径
13434
13436
  * @param width - 内联框架窗口的宽度
13435
13437
  * @param height - 内联框架窗口的高度
13436
13438
  * @param id - 内联框架窗口 ID,用于关闭内联框架窗口
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.125",
3
+ "version": "0.1.127",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [