@jlceda/pro-api-types 0.1.157 → 0.1.158

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 +8 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4786,7 +4786,7 @@ declare class IPCB_PrimitiveLine implements IPCB_Primitive {
4786
4786
  * 获取整段导线
4787
4787
  *
4788
4788
  * @beta
4789
- * @param includeVias - 是否包含导线两端的过孔
4789
+ * @param includeVias - 是��包含导线两端的过孔
4790
4790
  * @returns 整段导线内的所有直线、圆弧线,以及两端连接的过孔(如果有)
4791
4791
  */
4792
4792
  getEntireTrack(includeVias: true): Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc | IPCB_PrimitiveVia>>;
@@ -5366,7 +5366,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
5366
5366
  */
5367
5367
  setState_HeatWelding(heatWelding: IPCB_PrimitivePadHeatWelding | null): IPCB_PrimitivePad;
5368
5368
  /**
5369
- * 设置属性状态:是否锁定
5369
+ * 设置属性状��:是否锁定
5370
5370
  *
5371
5371
  * @beta
5372
5372
  * @param primitiveLock - 是否锁定
@@ -7309,7 +7309,7 @@ declare class ISCH_PrimitiveComponent implements ISCH_Primitive {
7309
7309
  * 获取属性状态:图元类型
7310
7310
  *
7311
7311
  * @public
7312
- * @returns ��元类型
7312
+ * @returns ���元类型
7313
7313
  */
7314
7314
  getState_PrimitiveType(): ESCH_PrimitiveType;
7315
7315
  /**
@@ -9210,7 +9210,7 @@ declare class LIB_3DModel {
9210
9210
  *
9211
9211
  * @beta
9212
9212
  * @param key - 搜索关键字
9213
- * @param libraryUuid - 库 UUID,默认为系统库,可以使用 {@link LIB_LibrariesList} 内的接口获���
9213
+ * @param libraryUuid - 库 UUID,默认为系统库,可以使用 {@link LIB_LibrariesList} 内的接口获取
9214
9214
  * @param classification - 分类,默认为全部
9215
9215
  * @param itemsOfPage - 一页搜索结果的数量
9216
9216
  * @param page - 页数
@@ -9969,7 +9969,7 @@ declare class PCB_Document {
9969
9969
  y: number;
9970
9970
  }>;
9971
9971
  /**
9972
- * 输入数据坐标返回该坐标对应的画布坐标
9972
+ * 输入数据坐标��回该坐标对应的画布坐标
9973
9973
  *
9974
9974
  * @public
9975
9975
  * @remarks 嘉立创 EDA 前端显示的坐标均为画布原点;嘉立创 EDA API 使用的均为数据原点;在创建 PCB 时,默认画布原点等于数据原点
@@ -12396,7 +12396,7 @@ declare class SCH_Event {
12396
12396
  * 新增鼠标事件监听
12397
12397
  *
12398
12398
  * @public
12399
- * @param id - 事件 ID,用以防止重复注册事件
12399
+ * @param id - 事件 ID,用以防止重��注册事件
12400
12400
  * @param eventType - 事件类型
12401
12401
  * @param callFn - 事件触发时的回调函数
12402
12402
  * @param onlyOnce - 是否仅监听一次
@@ -13919,7 +13919,7 @@ declare class SYS_Dialog {
13919
13919
  * @param beforeContent - 选择框上方文字
13920
13920
  * @param afterContent - 选择框下方文字
13921
13921
  * @param title - 选择框标题
13922
- * @param defaultOption - 默认选项,以选项的值作为匹配参数,如若 `multiple` 参数为 `true`,则此处需要传入字符串数��
13922
+ * @param defaultOption - 默认选项,以选项的值作为匹配参数,如若 `multiple` 参数为 `true`,则此处需要传入字符串数���
13923
13923
  * @param multiple - 是否支持多选,默认为单选框
13924
13924
  * @param callbackFn - 回调函数
13925
13925
  * @returns 用户选择的值,对应传入的 `options` 中的 `value` 字段
@@ -14267,7 +14267,7 @@ declare class SYS_FileSystem {
14267
14267
  *
14268
14268
  * 注意 1:本接口仅客户端有效,在浏览器环境内调用将始终 `throw Error`
14269
14269
  *
14270
- * 注意 2:本接口需要使���者启用扩展的外部交互权限,如若未启用将始终 `throw Error`
14270
+ * 注意 2:本接口需要使用者启用扩展的外部交互权限,如若未启用将始终 `throw Error`
14271
14271
  * @returns EDA 文档目录路径
14272
14272
  */
14273
14273
  getEdaPath(): Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.157",
3
+ "version": "0.1.158",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [