@jlceda/pro-api-types 0.1.96 → 0.1.97

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
@@ -413,7 +413,7 @@ declare class DMT_Project {
413
413
  * @beta
414
414
  * @param projectFriendlyName - 工程友好名称
415
415
  * @param projectName - 工程名称,仅支持字母 `a-zA-Z`、数字 `0-9`、中划线 `-`,如若不指定,则根据工程友好名称自动生成
416
- * @param teamUuid - 团队 UUID,如若不指定,则默认为个人;在不存在个人工程的环境下必须指定���队 UUID
416
+ * @param teamUuid - 团队 UUID,如若不指定,则默认为个人;在不存在个人工程的环境下必须指定团队 UUID
417
417
  * @param folderUuid - 文件夹 UUID,如若不指定,则为根文件夹
418
418
  * @param description - 工程描述
419
419
  * @param collaborationMode - 工程协作模式,如若团队权限无需工程设置协作模式,则该参数将被忽略
@@ -2602,7 +2602,7 @@ declare class IPCB_PrimitiveArc implements IPCB_Primitive {
2602
2602
  */
2603
2603
  setState_Net(net: string): IPCB_PrimitiveArc;
2604
2604
  /**
2605
- * 设置属性状态:层
2605
+ * 设置属性状���:层
2606
2606
  *
2607
2607
  * @beta
2608
2608
  * @param layer - 层
@@ -3233,7 +3233,7 @@ declare class IPCB_PrimitiveImage implements IPCB_Primitive {
3233
3233
  * 获取属性状态:BBox 左上点坐标 X
3234
3234
  *
3235
3235
  * @public
3236
- * @returns BBox 左上���坐标 X
3236
+ * @returns BBox 左上点坐标 X
3237
3237
  */
3238
3238
  getState_X(): number;
3239
3239
  /**
@@ -3573,7 +3573,7 @@ declare class IPCB_PrimitiveLine implements IPCB_Primitive {
3573
3573
  */
3574
3574
  toSync(): IPCB_PrimitiveLine;
3575
3575
  /**
3576
- * 查询图元是否为异步��元
3576
+ * 查询图元是否为异步图元
3577
3577
  *
3578
3578
  * @public
3579
3579
  * @returns 是否为异步图元
@@ -3872,7 +3872,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
3872
3872
  * 设置属性状态:孔偏移 X
3873
3873
  *
3874
3874
  * @beta
3875
- * @remarks 如若孔不存在,则属性���不会被修改
3875
+ * @remarks 如若孔不存在,则属性将不会被修改
3876
3876
  * @param holeOffsetX - 孔偏移 X
3877
3877
  * @returns 焊盘图元对象
3878
3878
  */
@@ -4789,7 +4789,7 @@ declare interface ISCH_Primitive {
4789
4789
  }
4790
4790
 
4791
4791
  /**
4792
- * 原理图图元接��
4792
+ * 原理图图元接口
4793
4793
  *
4794
4794
  * @public
4795
4795
  */
@@ -7389,7 +7389,7 @@ declare class PCB_ManufactureData {
7389
7389
  * 获取网表文件(Netlist)
7390
7390
  *
7391
7391
  * @beta
7392
- * @remarks 可以使用 {@link SYS_FileSystem.saveFile} 接���将文件导出到本地文件系统
7392
+ * @remarks 可以使用 {@link SYS_FileSystem.saveFile} 接口将文件导出到本地文件系统
7393
7393
  * @param fileName - 文件名
7394
7394
  * @param netlistType - 网表类型
7395
7395
  * @returns 网表文件数据
@@ -9583,7 +9583,7 @@ declare class SYS_Dialog {
9583
9583
  * 系统 / 运行环境类
9584
9584
  *
9585
9585
  * @public
9586
- * @remarks 获取嘉立创 EDA 专业版运行环境参数
9586
+ * @remarks 获取嘉立创 EDA 专���版运行环境参数
9587
9587
  */
9588
9588
  declare class SYS_Environment {
9589
9589
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.96",
3
+ "version": "0.1.97",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [