@jlceda/pro-api-types 0.1.173 → 0.1.174

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 +10 -10
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4137,7 +4137,7 @@ declare class IPCB_PrimitiveComponent implements IPCB_Primitive {
4137
4137
  */
4138
4138
  setState_PrimitiveLock(primitiveLock: boolean): IPCB_PrimitiveComponent;
4139
4139
  /**
4140
- * 设置属性状态:��否加入 BOM
4140
+ * 设置属性状��:是否加入 BOM
4141
4141
  *
4142
4142
  * @beta
4143
4143
  * @param addIntoBom - 是否加入 BOM
@@ -5992,7 +5992,7 @@ declare class IPCB_PrimitivePour implements IPCB_Primitive {
5992
5992
  */
5993
5993
  getState_PourFillMethod(): any;
5994
5994
  /**
5995
- * 获取属性状态��是否保留孤岛
5995
+ * 获取属性��态:是否保留孤岛
5996
5996
  *
5997
5997
  * @public
5998
5998
  * @returns 是否保留孤岛
@@ -6626,7 +6626,7 @@ declare class IPCB_PrimitiveString implements IPCB_Primitive {
6626
6626
  */
6627
6627
  setState_Text(text: string): IPCB_PrimitiveString;
6628
6628
  /**
6629
- * 设置属性���态:字体
6629
+ * 设置���性状态:字体
6630
6630
  *
6631
6631
  * @beta
6632
6632
  * @param fontFamily - 字体
@@ -9207,7 +9207,7 @@ declare class ISCH_PrimitiveText implements ISCH_Primitive {
9207
9207
  */
9208
9208
  setState_TextColor(textColor: string | null): ISCH_PrimitiveText;
9209
9209
  /**
9210
- * 设置属性状��:字体名称
9210
+ * 设置属��状态:字体名称
9211
9211
  *
9212
9212
  * @beta
9213
9213
  * @param fontName - 字体名称
@@ -10525,7 +10525,7 @@ declare class PCB_Document {
10525
10525
  * @remarks
10526
10526
  * 本接口在前端画布上定位到指定的区域,区域数据为相对于数据原点的偏移;
10527
10527
  *
10528
- * 例如:传入���据为 `{left: 0, right: 60, top: 100, bottom: -20}` =\> `navigateToRegion(0, 60, 100, -20)`,
10528
+ * 例如:���入数据为 `{left: 0, right: 60, top: 100, bottom: -20}` =\> `navigateToRegion(0, 60, 100, -20)`,
10529
10529
  * 则画布将会定位到以 `[30, 40]` 为中心的,`x` 轴方向长度为 `60`,`y` 轴方向长度为 `120` 的矩形范围;
10530
10530
  *
10531
10531
  * 本接口不进行缩放操作,但会生成指示定位中心及表示区域范围的矩形框;
@@ -10935,7 +10935,7 @@ declare class PCB_Drc {
10935
10935
  * @param padPair - 焊盘对
10936
10936
  * @returns 操作是否成功
10937
10937
  * @example 有三种不同的用法,确保画布上已有对应的焊盘。 分别是 一,游离焊盘-游离焊盘;二,器件焊盘 - 器件焊盘;三,器件焊盘 - 游离焊盘
10938
- * await eda.pcb_Drc.addPadPairToPadPairGroup('test',['e0','e1']) // 游离焊盘-游离焊盘
10938
+ * await eda.pcb_Drc.addPadPairToPadPairGroup('test',['e0','e1']) // 游离焊盘-游离��盘
10939
10939
  * await eda.pcb_Drc.addPadPairToPadPairGroup('test',['R1:1','R1:2']) // 器件焊盘 - 器件焊盘
10940
10940
  * await eda.pcb_Drc.addPadPairToPadPairGroup('test',['R1:1','e1']) // 器件焊盘 - 游离焊盘
10941
10941
  */
@@ -13698,7 +13698,7 @@ declare class SCH_PrimitiveComponent3 implements ISCH_PrimitiveAPI {
13698
13698
  * @param mirror - 是否镜像
13699
13699
  * @param addIntoBom - 是否加入 BOM
13700
13700
  * @param addIntoPcb - 是否转到 PCB
13701
- * @returns 器件图元对���
13701
+ * @returns 器件图���对象
13702
13702
  */
13703
13703
  create(component: {
13704
13704
  libraryUuid: string;
@@ -14076,7 +14076,7 @@ declare class SCH_PrimitiveRectangle implements ISCH_PrimitiveAPI {
14076
14076
  * 获取矩形
14077
14077
  *
14078
14078
  * @beta
14079
- * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元���返回,即可能返回少于传入的图元 ID 数量的图元对象
14079
+ * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它���元的返回,即可能返回少于传入的图元 ID 数量的图元对象
14080
14080
  * @param primitiveIds - 矩形的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
14081
14081
  * @returns 矩形图元对象,空数组表示获取失败
14082
14082
  */
@@ -14455,7 +14455,7 @@ declare class SYS_Dialog {
14455
14455
  * @param defaultOption - 默认选项,以选项的值作为匹配参数,如若 `multiple` 参数为 `true`,则此处需要传入字符串数组
14456
14456
  * @param multiple - 是否支持多选,默认为单选框
14457
14457
  * @param callbackFn - 回调函数
14458
- * @returns 用户选择的值,对应传入的 `options` ���的 `value` 字段
14458
+ * @returns 用户选择的值,对应传入的 `options` 中的 `value` 字段
14459
14459
  */
14460
14460
  showSelectDialog(options: Array<string> | Array<{
14461
14461
  value: string;
@@ -15276,7 +15276,7 @@ declare class SYS_Message {
15276
15276
  * 展示跟随鼠标的提示
15277
15277
  *
15278
15278
  * @beta
15279
- * @remarks 同一时间只能展示一条提示,如果展示新的���示,则之前的提示将被自动移除
15279
+ * @remarks 同一时间只能展示一条提示,如果展示���的提示,则之前的提示将被自动移除
15280
15280
  * @param tip - 提示内容
15281
15281
  * @param msTimeout - 展示时间,以毫秒(ms)为单位,如若不传入则持续展示,直到调用 {@link SYS_Message.removeFollowMouseTip | removeFollowMouseTip} 或被其它提示覆盖
15282
15282
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlceda/pro-api-types",
3
- "version": "0.1.173",
3
+ "version": "0.1.174",
4
4
  "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义",
5
5
  "typings": "index.d.ts",
6
6
  "keywords": [