@jlceda/pro-api-types 0.1.169 → 0.1.170

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
@@ -2151,7 +2151,7 @@ declare interface IDMT_IndicatorMarkerShape {
2151
2151
  */
2152
2152
  startY?: number;
2153
2153
  /**
2154
- * 线段 | 圆弧:终止点 X
2154
+ * 线�� | 圆弧:终止点 X
2155
2155
  */
2156
2156
  endX?: number;
2157
2157
  /**
@@ -5375,7 +5375,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
5375
5375
  *
5376
5376
  * @beta
5377
5377
  * @param solderMaskAndPasteMaskExpansion - 阻焊/助焊扩展
5378
- * @returns 焊盘��元对象
5378
+ * @returns 焊盘图元对象
5379
5379
  */
5380
5380
  setState_SolderMaskAndPasteMaskExpansion(solderMaskAndPasteMaskExpansion: IPCB_PrimitiveSolderMaskAndPasteMaskExpansion | null): IPCB_PrimitivePad;
5381
5381
  /**
@@ -6020,7 +6020,7 @@ declare class IPCB_PrimitiveRegion implements IPCB_Primitive {
6020
6020
  * 获取属性状态:是否锁定
6021
6021
  *
6022
6022
  * @public
6023
- * @returns ���否锁定
6023
+ * @returns 是否锁定
6024
6024
  */
6025
6025
  getState_PrimitiveLock(): boolean;
6026
6026
  /**
@@ -6654,7 +6654,7 @@ declare class IPCB_PrimitiveVia implements IPCB_Primitive {
6654
6654
  *
6655
6655
  * @beta
6656
6656
  * @remarks 将会获取与过孔直接相连的导线、圆弧线图元对象
6657
- * @returns 相邻的导线、��弧线图元对象
6657
+ * @returns 相邻的导线、圆弧线图元对象
6658
6658
  */
6659
6659
  getAdjacentPrimitives(): Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc>>;
6660
6660
  }
@@ -10798,7 +10798,7 @@ declare class PCB_ManufactureData {
10798
10798
  */
10799
10799
  uploadBomTemplateFile(templateFile: File, template?: string): Promise<string | undefined>;
10800
10800
  /**
10801
- * 获取 BOM 模板文件
10801
+ * 获取 BOM 模板���件
10802
10802
  *
10803
10803
  * @beta
10804
10804
  * @param template - BOM 模板名称
@@ -11955,7 +11955,7 @@ declare class PCB_PrimitivePad implements IPCB_PrimitiveAPI {
11955
11955
  * @beta
11956
11956
  * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
11957
11957
  * @param primitiveIds - 焊盘的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
11958
- * @returns 焊盘图元���象,空数组表示获取失败
11958
+ * @returns 焊盘图��对象,空数组表示获取失败
11959
11959
  */
11960
11960
  get(primitiveIds: Array<string>): Promise<Array<IPCB_PrimitivePad>>;
11961
11961
  /**
@@ -15222,7 +15222,7 @@ declare class SYS_Timer {
15222
15222
  private extensionUuid?;
15223
15223
  /* Excluded from this release type: __constructor */
15224
15224
  /**
15225
- * 设置循环定时器
15225
+ * 设置循环定时��
15226
15226
  *
15227
15227
  * @public
15228
15228
  * @remarks 如果遇到 ID 重复的定时器,则之前设置的定时器将被清除
@@ -15651,7 +15651,7 @@ declare type TPCB_PolygonSourceArray = Array<'L' | 'ARC' | 'CARC' | 'C' | 'R' |
15651
15651
  *
15652
15652
  * - `{number}` `y1` - 圆、圆弧上的端点 Y
15653
15653
  *
15654
- * - `{number}` `x2` - 标注线尾部的��点 X
15654
+ * - `{number}` `x2` - 标注线尾部的端点 X
15655
15655
  *
15656
15656
  * - `{number}` `y2` - 标注线尾部的端点 Y
15657
15657
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.169",
3
+ "version": "0.1.170",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [