@jlceda/pro-api-types 0.2.64 → 0.2.66

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 +19 -19
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -502,7 +502,7 @@ declare global {
502
502
  * @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取
503
503
  * @param targetLibraryUuid - 目标库 UUID
504
504
  * @param targetClassification - 目标库内的分类
505
- * @param newSymbolName - 新符号名称,如若目标库内存在重名符号将导致复制失败
505
+ * @param newSymbolName - 新符号名称,如若目标库内存在重名���号将导致复制失败
506
506
  * @returns 目标库内新符号的 UUID
507
507
  */
508
508
  copy(symbolUuid: string, libraryUuid: string, targetLibraryUuid: string, targetClassification?: ILIB_ClassificationIndex | Array<string>, newSymbolName?: string): Promise<string | undefined>;
@@ -975,7 +975,7 @@ declare global {
975
975
  * 文档树 / 编辑器控制类
976
976
  *
977
977
  * @public
978
- * @remarks 此处编辑器控制基于当前已打开的工程设计下的图页,其它任何 `documentUuid` 都将被认为是不存在的文档页
978
+ * @remarks 此处编辑器控制基于��前已打开的工程设计下的图页,其它任何 `documentUuid` 都将被认为是不存在的文档页
979
979
  */
980
980
  class DMT_EditorControl {
981
981
  /**
@@ -1381,7 +1381,7 @@ declare global {
1381
1381
  */
1382
1382
  createPanel(): Promise<string | undefined>;
1383
1383
  /**
1384
- * 修改面板���称
1384
+ * 修改面板名称
1385
1385
  *
1386
1386
  * @public
1387
1387
  * @param panelUuid - 面板 UUID
@@ -2390,8 +2390,8 @@ declare global {
2390
2390
  * @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取
2391
2391
  * @param targetLibraryUuid - 目标库 UUID
2392
2392
  * @param targetClassification - 目标库内的分类
2393
- * @param newDeviceName - 新器件名称,如若目标库内存在重名器件将导致复制失败
2394
- * @returns ���标库内新器件的 UUID
2393
+ * @param newDeviceName - 新器件名称,如若目标库内存在重名器件将��致复制失败
2394
+ * @returns 目标库内新器件的 UUID
2395
2395
  */
2396
2396
  copy(deviceUuid: string, libraryUuid: string, targetLibraryUuid: string, targetClassification?: ILIB_ClassificationIndex | Array<string>, newDeviceName?: string): Promise<string | undefined>;
2397
2397
  /**
@@ -2869,7 +2869,7 @@ declare global {
2869
2869
  */
2870
2870
  getSupportedSymbolTypes: () => Promise<Array<ELIB_SymbolType>>;
2871
2871
  /**
2872
- * 获取支持的预览类型
2872
+ * 获���支持的预览类型
2873
2873
  *
2874
2874
  * @returns 预览类型数组
2875
2875
  */
@@ -4417,7 +4417,7 @@ declare global {
4417
4417
  * 停止飞线计算功能
4418
4418
  *
4419
4419
  * @public
4420
- * @returns 操作��否成功
4420
+ * @returns 操作是否成功
4421
4421
  */
4422
4422
  stopCalculatingRatline(): Promise<boolean>;
4423
4423
  /**
@@ -5657,7 +5657,7 @@ declare global {
5657
5657
  * @beta
5658
5658
  * @remarks 可以使用 {@link SYS_FileSystem.saveFile} 接口将文件导出到本地文件系统
5659
5659
  * @param fileName - 文件名
5660
- * @param colorSilkscreen - 是否生成彩色丝印制造��件(嘉立创专用文件)
5660
+ * @param colorSilkscreen - 是否生成彩色丝印制造文件(嘉立创专用文件)
5661
5661
  * @param unit - 单位
5662
5662
  * @param digitalFormat - 数字格式
5663
5663
  * @param other - 其它
@@ -6271,7 +6271,7 @@ declare global {
6271
6271
  * 如果设置为 `true`,将会忽略所有检查警告项并尽可能生成下单资料;
6272
6272
  *
6273
6273
  * 如果设置为 `false`,存在任意警告将中断执行并返回 `false` 的结果
6274
- * @returns 是否通过下单检查
6274
+ * @returns 是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果
6275
6275
  */
6276
6276
  placeComponentsOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;
6277
6277
  /**
@@ -6291,7 +6291,7 @@ declare global {
6291
6291
  * 如果设置为 `true`,将会忽略所有检查警告项并尽可能生成下单资料;
6292
6292
  *
6293
6293
  * 如果设置为 `false`,存在任意警告将中断执行并返回 `false` 的结果
6294
- * @returns 是否通过下单检查
6294
+ * @returns 是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果
6295
6295
  */
6296
6296
  placeSmtComponentsOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;
6297
6297
  /**
@@ -6311,7 +6311,7 @@ declare global {
6311
6311
  * 如果设置为 `true`,将会忽略所有检查警告项并尽可能生成下单资料;
6312
6312
  *
6313
6313
  * 如果设置为 `false`,存在任意警告将中断执行并返回 `false` 的结果
6314
- * @returns 是否通过下单检查
6314
+ * @returns 是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果
6315
6315
  */
6316
6316
  placePcbOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;
6317
6317
  /**
@@ -6331,7 +6331,7 @@ declare global {
6331
6331
  * 如果设置为 `true`,将会忽略所有检查警告项并尽可能生成下单资料;
6332
6332
  *
6333
6333
  * 如果设置为 `false`,存在任意警告将中断执行并返回 `false` 的结果
6334
- * @returns 是否通过下单检查
6334
+ * @returns 是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果
6335
6335
  */
6336
6336
  place3DShellOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;
6337
6337
  /**
@@ -6480,7 +6480,7 @@ declare global {
6480
6480
  */
6481
6481
  unhighlightNet(net: string): Promise<boolean>;
6482
6482
  /**
6483
- * 取消高亮所���网络
6483
+ * 取消高亮所有网络
6484
6484
  *
6485
6485
  * @beta
6486
6486
  * @returns 操作是否成功
@@ -8789,7 +8789,7 @@ declare global {
8789
8789
  * @remarks
8790
8790
  * 仅当 `ruleType` 为 {@link EPCB_PrimitiveRegionRuleType.FOLLOW_REGION_RULE} 时有效,用于匹配区域 DRC 规则
8791
8791
  *
8792
- * 如若 `ruleType` 为 {@link EPCB_PrimitiveRegionRuleType.FOLLOW_REGION_RULE} 但 `regionName` 为空,则系统将会自动分配名称
8792
+ * 如若 `ruleType` 为 {@link EPCB_PrimitiveRegionRuleType.FOLLOW_REGION_RULE} 但 `regionName` 为空,则系统将会自动分配��称
8793
8793
  * @param regionName - 区域名称
8794
8794
  * @returns 区域图元对象
8795
8795
  */
@@ -11015,7 +11015,7 @@ declare global {
11015
11015
  * 将图元转换为同步图元
11016
11016
  *
11017
11017
  * @public
11018
- * @returns 器��图元对象
11018
+ * @returns 器件图元对象
11019
11019
  */
11020
11020
  toSync(): IPCB_PrimitiveComponent;
11021
11021
  /**
@@ -11545,7 +11545,7 @@ declare global {
11545
11545
  */
11546
11546
  create(): Promise<IPCB_PrimitiveImage>;
11547
11547
  /**
11548
- * 获取属性状态:图元类���
11548
+ * 获取属性状态:图元类型
11549
11549
  *
11550
11550
  * @public
11551
11551
  * @returns 图元类型
@@ -13714,7 +13714,7 @@ declare global {
13714
13714
  *
13715
13715
  * @beta
13716
13716
  * @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
13717
- * @param primitiveIds - 属性的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组
13717
+ * @param primitiveIds - 属性的图元 ID,可以为字符串或字符���数组,如若为数组,则返回的也是数组
13718
13718
  * @returns 属性图元对象,空数组表示获取失败
13719
13719
  */
13720
13720
  get(primitiveIds: Array<string>): Promise<Array<ISCH_PrimitiveAttribute>>;
@@ -17557,7 +17557,7 @@ declare global {
17557
17557
  * 设置属性状态:填充样式
17558
17558
  *
17559
17559
  * @beta
17560
- * @param fillStyle - 填充样���
17560
+ * @param fillStyle - 填充样式
17561
17561
  * @returns 矩形图元对象
17562
17562
  */
17563
17563
  setState_FillStyle(fillStyle: ESCH_PrimitiveFillStyle | null): ISCH_PrimitiveRectangle;
@@ -18060,7 +18060,7 @@ declare global {
18060
18060
  }
18061
18061
  /** 单元格内容类型枚举 */
18062
18062
  enum CellContentType {
18063
- /** 纯文本 */
18063
+ /** 纯���本 */
18064
18064
  TEXT = "TEXT",
18065
18065
  /** 输入框 */
18066
18066
  INPUT = "INPUT",
package/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@jlceda/pro-api-types", "type": "module", "version": "0.2.64", "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.66", "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" } }