@jlceda/pro-api-types 0.1.141 → 0.1.142
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.
- package/index.d.ts +15 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -731,7 +731,7 @@ declare class DMT_Schematic {
|
|
|
731
731
|
* 文档树 / 选择控制类
|
|
732
732
|
*
|
|
733
733
|
* @public
|
|
734
|
-
* @remarks
|
|
734
|
+
* @remarks 在文档树内进行选择焦点的查询、控制
|
|
735
735
|
*/
|
|
736
736
|
declare class DMT_SelectControl {
|
|
737
737
|
/**
|
|
@@ -1388,7 +1388,7 @@ declare enum EPCB_PrimitiveDimensionType {
|
|
|
1388
1388
|
* @remarks 网格填充和内电层填充为预留配置
|
|
1389
1389
|
*/
|
|
1390
1390
|
declare enum EPCB_PrimitiveFillMode {
|
|
1391
|
-
/**
|
|
1391
|
+
/** ���心填充 */
|
|
1392
1392
|
SOLID = 0,
|
|
1393
1393
|
/** 网格填充 */
|
|
1394
1394
|
MESH = 1,
|
|
@@ -2864,7 +2864,7 @@ declare interface IPCB_NetInfo {
|
|
|
2864
2864
|
}
|
|
2865
2865
|
|
|
2866
2866
|
/**
|
|
2867
|
-
*
|
|
2867
|
+
* 焊盘对组属性
|
|
2868
2868
|
*
|
|
2869
2869
|
* @public
|
|
2870
2870
|
*/
|
|
@@ -3580,6 +3580,8 @@ declare class IPCB_PrimitiveComponent implements IPCB_Primitive {
|
|
|
3580
3580
|
private supplierId?;
|
|
3581
3581
|
/** 其它参数 */
|
|
3582
3582
|
private otherProperty?;
|
|
3583
|
+
/** 内部:属性可见性 */
|
|
3584
|
+
private _attributeVisible?;
|
|
3583
3585
|
/* Excluded from this release type: __constructor */
|
|
3584
3586
|
/* Excluded from this release type: create */
|
|
3585
3587
|
/**
|
|
@@ -4778,7 +4780,7 @@ declare class IPCB_PrimitiveObject implements IPCB_Primitive {
|
|
|
4778
4780
|
/* Excluded from this release type: __constructor */
|
|
4779
4781
|
/* Excluded from this release type: create */
|
|
4780
4782
|
/**
|
|
4781
|
-
*
|
|
4783
|
+
* 获取属性状态:图元类型
|
|
4782
4784
|
*
|
|
4783
4785
|
* @public
|
|
4784
4786
|
* @returns 图元类型
|
|
@@ -5363,7 +5365,7 @@ declare class IPCB_PrimitivePad implements IPCB_Primitive {
|
|
|
5363
5365
|
* 设置属性状态:焊盘类型
|
|
5364
5366
|
*
|
|
5365
5367
|
* @beta
|
|
5366
|
-
* @param padType -
|
|
5368
|
+
* @param padType - ���盘类型
|
|
5367
5369
|
* @returns 焊盘图元对象
|
|
5368
5370
|
*/
|
|
5369
5371
|
private setState_PadType;
|
|
@@ -5774,7 +5776,7 @@ declare class IPCB_PrimitivePour implements IPCB_Primitive {
|
|
|
5774
5776
|
* @returns 覆铜边框图元对象
|
|
5775
5777
|
*/
|
|
5776
5778
|
done(): Promise<IPCB_PrimitivePour>;
|
|
5777
|
-
/* Excluded from this release type:
|
|
5779
|
+
/* Excluded from this release type: getCopperRegion */
|
|
5778
5780
|
/* Excluded from this release type: rebuildCopperRegion */
|
|
5779
5781
|
/**
|
|
5780
5782
|
* 转换到:填充图元(默认是填充区域)
|
|
@@ -5852,6 +5854,7 @@ declare class IPCB_PrimitivePoured implements IPCB_Primitive {
|
|
|
5852
5854
|
/* Excluded from this release type: done */
|
|
5853
5855
|
/* Excluded from this release type: convertToFill */
|
|
5854
5856
|
/* Excluded from this release type: addSolderMaskFill */
|
|
5857
|
+
/* Excluded from this release type: deletePourFills */
|
|
5855
5858
|
}
|
|
5856
5859
|
|
|
5857
5860
|
/**
|
|
@@ -5997,7 +6000,7 @@ declare class IPCB_PrimitiveRegion implements IPCB_Primitive {
|
|
|
5997
6000
|
*/
|
|
5998
6001
|
setState_LineWidth(lineWidth: number): IPCB_PrimitiveRegion;
|
|
5999
6002
|
/**
|
|
6000
|
-
*
|
|
6003
|
+
* 设置属性状态:是���锁定
|
|
6001
6004
|
*
|
|
6002
6005
|
* @beta
|
|
6003
6006
|
* @param primitiveLock - 是否锁定
|
|
@@ -10378,7 +10381,7 @@ declare class PCB_Drc {
|
|
|
10378
10381
|
* 将焊盘对添加到焊盘对组
|
|
10379
10382
|
*
|
|
10380
10383
|
* @beta
|
|
10381
|
-
* @param padPairGroupName -
|
|
10384
|
+
* @param padPairGroupName - 焊盘��组名称
|
|
10382
10385
|
* @param padPair - 焊盘对
|
|
10383
10386
|
* @returns 操作是否成功
|
|
10384
10387
|
* @example 有三种不同的用法,确保画布上已有对应的焊盘。 分别是 一,游离焊盘-游离焊盘;二,器件焊盘 - 器件焊盘;三,器件焊盘 - 游离焊盘
|
|
@@ -11935,7 +11938,7 @@ declare class PCB_PrimitivePolyline implements IPCB_PrimitiveAPI {
|
|
|
11935
11938
|
*/
|
|
11936
11939
|
get(primitiveIds: string): Promise<IPCB_PrimitivePolyline | undefined>;
|
|
11937
11940
|
/**
|
|
11938
|
-
*
|
|
11941
|
+
* 获取折线
|
|
11939
11942
|
*
|
|
11940
11943
|
* @beta
|
|
11941
11944
|
* @remarks 如若传入多个图元 ID,任意图元 ID 未匹配到不影响其它图元的返回,即可能返回少于传入的图元 ID 数量的图元对象
|
|
@@ -14081,6 +14084,8 @@ declare class SYS_FileManager {
|
|
|
14081
14084
|
* @returns 面板库文件数据,`undefined` 表示数据获取失败
|
|
14082
14085
|
*/
|
|
14083
14086
|
getPanelLibraryFileByPanelLibraryUuid(panelLibraryUuid: string | Array<string>, libraryUuid?: string): Promise<File | undefined>;
|
|
14087
|
+
/* Excluded from this release type: importProjectByProjectFile */
|
|
14088
|
+
/* Excluded from this release type: importProjectByProjectFile */
|
|
14084
14089
|
}
|
|
14085
14090
|
|
|
14086
14091
|
/**
|
|
@@ -14309,7 +14314,7 @@ declare class SYS_I18n {
|
|
|
14309
14314
|
*/
|
|
14310
14315
|
isLanguageSupported(language: string): boolean;
|
|
14311
14316
|
/**
|
|
14312
|
-
*
|
|
14317
|
+
* 导入多语言
|
|
14313
14318
|
*
|
|
14314
14319
|
* @public
|
|
14315
14320
|
* @remarks 注意:本接口仅扩展有效,在独立脚本环境内调用将始终 `throw Error`
|