@jlceda/pro-api-types 0.2.48 → 0.2.50

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 +15 -15
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -969,7 +969,7 @@ declare global {
969
969
  /** 标签页是否可关闭 */
970
970
  isAbleDelete: boolean;
971
971
  /**
972
- * ��签页是否不使用 I18n 功能(内部功能)
972
+ * ���签页是否不使用 I18n 功能(内部功能)
973
973
  *
974
974
  * @internal
975
975
  */
@@ -1374,7 +1374,7 @@ declare global {
1374
1374
  * 文档树 / 面板管理类
1375
1375
  *
1376
1376
  * @public
1377
- * @remarks 在当前打开的工程内进行面板管理的��关操作
1377
+ * @remarks 在当前打开的工程内进行面板管理的���关操作
1378
1378
  */
1379
1379
  class DMT_Panel {
1380
1380
  /**
@@ -4853,7 +4853,7 @@ declare global {
4853
4853
  */
4854
4854
  modifyDifferentialPairNegativeNet(differentialPairName: string, negativeNet: string): Promise<boolean>;
4855
4855
  /**
4856
- * 获取所有差分对的详���属性
4856
+ * 获取所有差分对的详细属性
4857
4857
  *
4858
4858
  * @beta
4859
4859
  * @remarks
@@ -8268,7 +8268,7 @@ declare global {
8268
8268
  */
8269
8269
  get(primitiveIds: string): Promise<IPCB_PrimitivePoured | undefined>;
8270
8270
  /**
8271
- * ���取覆铜填充
8271
+ * 获取覆铜填充
8272
8272
  *
8273
8273
  * @beta
8274
8274
  * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
@@ -8796,7 +8796,7 @@ declare global {
8796
8796
  * @param net - 网络名称
8797
8797
  * @param layer - 层
8798
8798
  * @param primitiveLock - 是否锁定
8799
- * @returns 覆铜边框的图元 ID 数��
8799
+ * @returns 覆铜边框的图元 ID 数���
8800
8800
  */
8801
8801
  getAllPrimitiveId(net?: string, layer?: TPCB_LayersOfCopper, primitiveLock?: boolean): Promise<Array<string>>;
8802
8802
  /**
@@ -9389,7 +9389,7 @@ declare global {
9389
9389
  *
9390
9390
  * @beta
9391
9391
  * @param primitiveIds - 填充的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
9392
- * @returns 填充图元对象,`undefined` 表示获取失败
9392
+ * @returns 填充图元对象,`undefined` 表示获��失败
9393
9393
  */
9394
9394
  get(primitiveIds: string): Promise<IPCB_PrimitiveFill | undefined>;
9395
9395
  /**
@@ -9922,7 +9922,7 @@ declare global {
9922
9922
  */
9923
9923
  create(): Promise<IPCB_PrimitivePad>;
9924
9924
  /**
9925
- * 获取属性��态:图元类型
9925
+ * 获取属性���态:图元类型
9926
9926
  *
9927
9927
  * @public
9928
9928
  * @returns 图元类型
@@ -10423,7 +10423,7 @@ declare global {
10423
10423
  *
10424
10424
  * @beta
10425
10425
  * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
10426
- * @param primitiveIds - 器��的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
10426
+ * @param primitiveIds - 器���的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
10427
10427
  * @returns 器件图元对象,空数组表示获取失败
10428
10428
  */
10429
10429
  get(primitiveIds: Array<string>): Promise<Array<IPCB_PrimitiveComponent>>;
@@ -13148,7 +13148,7 @@ declare global {
13148
13148
  * @beta
13149
13149
  * @param primitiveId - 图元 ID
13150
13150
  * @param property - 修改参数
13151
- * @returns 文本图元对象
13151
+ * @returns 文本图元��象
13152
13152
  */
13153
13153
  modify(primitiveId: string | ISCH_PrimitiveText, property: {
13154
13154
  x?: number;
@@ -13776,7 +13776,7 @@ declare global {
13776
13776
  */
13777
13777
  setState_FontSize(fontSize: number | null): ISCH_PrimitiveAttribute;
13778
13778
  /**
13779
- * ��置属性状态:是否加粗
13779
+ * ���置属性状态:是否加粗
13780
13780
  *
13781
13781
  * @beta
13782
13782
  * @param bold - 是否加粗
@@ -14318,7 +14318,7 @@ declare global {
14318
14318
  * 设置属性状态:圆心 Y
14319
14319
  *
14320
14320
  * @beta
14321
- * @param centerY - 圆心 Y
14321
+ * @param centerY - ��心 Y
14322
14322
  * @returns 圆图元对象
14323
14323
  */
14324
14324
  setState_CenterY(centerY: number): ISCH_PrimitiveCircle;
@@ -14885,7 +14885,7 @@ declare global {
14885
14885
  */
14886
14886
  setState_NoConnected(noConnected: boolean): ISCH_PrimitiveComponentPin;
14887
14887
  /**
14888
- * 将异���图元重置为当前画布状态
14888
+ * 将异步图元重置为当前画布状态
14889
14889
  *
14890
14890
  * @internal
14891
14891
  * @remarks 本器件引脚图元属性不支持修改,本接口调用将不会有任何效果
@@ -17531,7 +17531,7 @@ declare global {
17531
17531
  */
17532
17532
  getState_PrimitiveId(): string;
17533
17533
  /**
17534
- * 获取属性状态:多���线坐标组
17534
+ * 获取属性状态:多段线坐标组
17535
17535
  *
17536
17536
  * @public
17537
17537
  * @returns 多段线坐标组
@@ -19064,7 +19064,7 @@ declare global {
19064
19064
  */
19065
19065
  isOfflineMode(): boolean;
19066
19066
  /**
19067
- * 获取编辑器���前版本
19067
+ * 获取编辑器当前版本
19068
19068
  *
19069
19069
  * @public
19070
19070
  * @returns 编辑器当前版本
@@ -20589,7 +20589,7 @@ declare global {
20589
20589
  * 获取扩展所有用户配置
20590
20590
  *
20591
20591
  * @public
20592
- * @remarks 注意:本接口仅扩展有效,在独立脚本环境��调用将始终 `throw Error`
20592
+ * @remarks 注意:本接口仅扩展有效,在独立脚本环境���调用将始终 `throw Error`
20593
20593
  * @returns 扩展所有用户配置信息
20594
20594
  */
20595
20595
  getExtensionAllUserConfigs(): {
package/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@jlceda/pro-api-types", "type": "module", "version": "0.2.48", "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义", "typings": "index.d.ts", "author": "JLCEDA <support@lceda.cn>", "license": "Apache-2.0", "homepage": "https://pro.lceda.cn/", "keywords": ["jlceda", "pro-api"], "scripts": { "lint": "eslint", "fix": "eslint --fix", "build": "ts-node ./build/build.ts" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", "@types/fast-text-encoding": "^1.0.3", "@types/fs-extra": "^11.0.4", "dotenv": "^16.4.7", "eslint": "^9.37.0", "fast-text-encoding": "^1.0.6", "fs-extra": "^11.3.0", "lint-staged": "^16.2.3", "simple-git-hooks": "^2.13.1", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*": "eslint --fix" } }
1
+ { "name": "@jlceda/pro-api-types", "type": "module", "version": "0.2.50", "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义", "typings": "index.d.ts", "author": "JLCEDA <support@lceda.cn>", "license": "Apache-2.0", "homepage": "https://pro.lceda.cn/", "keywords": ["jlceda", "pro-api"], "scripts": { "lint": "eslint", "fix": "eslint --fix", "build": "ts-node ./build/build.ts" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", "@types/fast-text-encoding": "^1.0.3", "@types/fs-extra": "^11.0.4", "dotenv": "^16.4.7", "eslint": "^9.37.0", "fast-text-encoding": "^1.0.6", "fs-extra": "^11.3.0", "lint-staged": "^16.2.3", "simple-git-hooks": "^2.13.1", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*": "eslint --fix" } }