@jlceda/pro-api-types 0.1.92 → 0.1.93

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 +9 -9
  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 - 工程协作模式,如若团队权限无需工程设置协作模式,则该参数将被忽略
@@ -3870,7 +3870,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
3870
3870
  */
3871
3871
  setState_HoleOffsetX(holeOffsetX: number): IPCB_PrimitivePad;
3872
3872
  /**
3873
- * 设置属性状态:孔偏��� Y
3873
+ * 设置属性状态:孔偏移 Y
3874
3874
  *
3875
3875
  * @beta
3876
3876
  * @remarks 如若孔不存在,则属性将不会被修改
@@ -4635,7 +4635,7 @@ declare class IPCB_PrimitiveVia implements IPCB_Primitive {
4635
4635
  */
4636
4636
  getState_ViaType(): EPCB_PrimitiveViaType;
4637
4637
  /**
4638
- * 获取属性状态:盲埋孔设计规则项名称
4638
+ * 获取属性状态:盲埋孔设计规则项名��
4639
4639
  *
4640
4640
  * @public
4641
4641
  * @returns 盲埋孔设计规则项名称
@@ -6711,7 +6711,7 @@ declare class PCB_Document {
6711
6711
  * 如果返回的数据为 `{ canvasOriginOffsetX: 100, canvasOriginOffsetY: 200 }`,
6712
6712
  * 则代表画布原点在数据原点的向右 100 单位且向上 200 单位的位置;
6713
6713
  *
6714
- * 此处的单位为数据层面单位,在跨度上等同于画布层面的 mil
6714
+ * 此处的单位为数据层面单位,在跨度上等同于画布���面的 mil
6715
6715
  * @returns 画布原点相对于数据原点的偏移坐标
6716
6716
  */
6717
6717
  getCanvasOrigin(): Promise<{
@@ -7901,7 +7901,7 @@ declare class PCB_PrimitiveFill implements IPCB_PrimitiveAPI {
7901
7901
  }
7902
7902
 
7903
7903
  /**
7904
- * PCB & 封装 / 图像��元类
7904
+ * PCB & 封装 / 图像图元类
7905
7905
  *
7906
7906
  * @public
7907
7907
  */
@@ -8207,7 +8207,7 @@ declare class PCB_PrimitivePolyline implements IPCB_PrimitiveAPI {
8207
8207
  * @beta
8208
8208
  * @param primitiveId - 图元 ID
8209
8209
  * @param property - 修改参数
8210
- * @returns 折线图元对象
8210
+ * @returns 折线图元���象
8211
8211
  */
8212
8212
  modify(primitiveId: string | IPCB_PrimitivePolyline, property: {
8213
8213
  net?: string;
@@ -9591,7 +9591,7 @@ declare class SYS_Environment {
9591
9591
  */
9592
9592
  isClient(): boolean;
9593
9593
  /**
9594
- * 是否为 EasyEDA Pro 版本
9594
+ * 是否为 EasyEDA Pro 版��
9595
9595
  *
9596
9596
  * @public
9597
9597
  * @returns 是否为 EasyEDA Pro 版本
@@ -10163,7 +10163,7 @@ declare class SYS_Storage {
10163
10163
  private extensionUuid?;
10164
10164
  /* Excluded from this release type: __constructor */
10165
10165
  /**
10166
- * 获取扩展所有用户配置
10166
+ * 获��扩展所有用户配置
10167
10167
  *
10168
10168
  * @public
10169
10169
  * @remarks 注意:本接口仅扩展有效,在独立脚本环境内调用将始终 `throw Error`
@@ -10566,7 +10566,7 @@ declare type TPCB_LayerTypesOfInnerLayer = EPCB_LayerType.SIGNAL | EPCB_LayerTyp
10566
10566
  *
10567
10567
  * `['CIRCLE', 100, 200, 5]`
10568
10568
  *
10569
- * 单多边形的数据由以下几种模式组合而成:
10569
+ * ��多边形的数据由以下几种模式组合而成:
10570
10570
  *
10571
10571
  * ① L 直线模式
10572
10572
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [