@jlceda/pro-api-types 0.1.125 → 0.1.126

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
@@ -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>;
@@ -582,7 +582,7 @@ declare class DMT_Schematic {
582
582
  * @beta
583
583
  * @param schematicPageUuid - 原理图图页 UUID
584
584
  * @param schematicPageName - 原理图图页名称
585
- * @returns 是否修改成功
585
+ * @returns 是否���改成功
586
586
  */
587
587
  modifySchematicPageName(schematicPageUuid: string, schematicPageName: string): Promise<boolean>;
588
588
  /**
@@ -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 - 焊盘编号
@@ -8427,7 +8427,7 @@ declare class LIB_3DModel {
8427
8427
  * @param classification - 分类,默认为全部
8428
8428
  * @param itemsOfPage - 一页搜索结果的数量
8429
8429
  * @param page - 页数
8430
- * @returns 搜索到的 3D 模型属性列表
8430
+ * @returns ���索到的 3D 模型属性列表
8431
8431
  */
8432
8432
  search(key: string, libraryUuid?: string, classification?: ILIB_ClassificationIndex, itemsOfPage?: number, page?: number): Promise<Array<ILIB_3DModelSearchItem>>;
8433
8433
  }
@@ -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>;
@@ -9181,7 +9181,7 @@ declare class PCB_Document {
9181
9181
  */
9182
9182
  startCalculatingRatline(): Promise<boolean>;
9183
9183
  /**
9184
- * 停止飞线计算功能
9184
+ * 停���飞线计算功能
9185
9185
  *
9186
9186
  * @public
9187
9187
  * @returns 操作是否成功
@@ -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 检查是否通过
@@ -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 获取当前原理图图页的生产资料文件及快捷下单
@@ -11978,7 +11978,7 @@ declare class SCH_PrimitiveComponent implements ISCH_PrimitiveAPI {
11978
11978
  private defaultLibraryUuid;
11979
11979
  /* Excluded from this release type: __constructor */
11980
11980
  /**
11981
- * 设置在扩展 API 中 Power 网络标识关联的器件 UUID
11981
+ * 设��在扩展 API 中 Power 网络标识关联的器件 UUID
11982
11982
  *
11983
11983
  * @beta
11984
11984
  * @param component - 关联库器件
@@ -14092,7 +14092,7 @@ declare class SYS_Window {
14092
14092
  * 可选中图层
14093
14093
  *
14094
14094
  * @public
14095
- * @remarks 此处为所有在编辑器图层菜单中可以选中并设置可见性的图层
14095
+ * @remarks 此处为所有在编辑器图层菜单中可以选中并设置��见性的图层
14096
14096
  */
14097
14097
  declare type TPCB_LayersInTheSelectable = TPCB_LayersOfInner | TPCB_LayersOfCustom | EPCB_LayerId.TOP | EPCB_LayerId.TOP_SILKSCREEN | EPCB_LayerId.TOP_SOLDER_MASK | EPCB_LayerId.TOP_PASTE_MASK | EPCB_LayerId.TOP_ASSEMBLY | EPCB_LayerId.TOP_STIFFENER | EPCB_LayerId.BOTTOM | EPCB_LayerId.BOTTOM_SILKSCREEN | EPCB_LayerId.BOTTOM_SOLDER_MASK | EPCB_LayerId.BOTTOM_PASTE_MASK | EPCB_LayerId.BOTTOM_ASSEMBLY | EPCB_LayerId.BOTTOM_STIFFENER | EPCB_LayerId.BOARD_OUTLINE | EPCB_LayerId.MULTI | EPCB_LayerId.DOCUMENT | EPCB_LayerId.MECHANICAL | EPCB_LayerId.DRILL_DRAWING | EPCB_LayerId.RATLINE | EPCB_LayerId.COMPONENT_SHAPE | EPCB_LayerId.COMPONENT_MARKING | EPCB_LayerId.PIN_SOLDERING | EPCB_LayerId.PIN_FLOATING | EPCB_LayerId.SHELL_3D_OUTLINE | EPCB_LayerId.SHELL_3D_TOP | EPCB_LayerId.SHELL_3D_BOTTOM;
14098
14098
 
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.126",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [