@jlceda/pro-api-types 0.1.66 → 0.1.67
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 +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -815,7 +815,7 @@ declare enum EDMT_EditorDocumentType {
|
|
|
815
815
|
PCB_3D_PREVIEW = 15,
|
|
816
816
|
/** 面板 */
|
|
817
817
|
PANEL = 26,
|
|
818
|
-
/**
|
|
818
|
+
/** 面板 3D 预览 */
|
|
819
819
|
PANEL_3D_PREVIEW = 27,
|
|
820
820
|
/** 元件符号 */
|
|
821
821
|
SYMBOL_COMPONENT = 2,
|
|
@@ -2416,7 +2416,7 @@ declare class IPCB_PrimitiveComponent implements IPCB_Primitive {
|
|
|
2416
2416
|
private primitiveId?;
|
|
2417
2417
|
/** 关联库器件 */
|
|
2418
2418
|
private component;
|
|
2419
|
-
/**
|
|
2419
|
+
/** 关联库封装 */
|
|
2420
2420
|
private footprint?;
|
|
2421
2421
|
/** 层 */
|
|
2422
2422
|
private layer;
|
|
@@ -4413,7 +4413,7 @@ declare class LIB_Classification {
|
|
|
4413
4413
|
* @param libraryUuid - 库 UUID
|
|
4414
4414
|
* @param libraryType - 库类型
|
|
4415
4415
|
* @param primaryClassificationUuid - 一级分类 UUID
|
|
4416
|
-
* @param secondaryClassificationUuid - 二级分类 UUID
|
|
4416
|
+
* @param secondaryClassificationUuid - 二级分类 UUID,如若不指定,则只获取一级分类的信息
|
|
4417
4417
|
* @returns 两级分类的名称
|
|
4418
4418
|
*/
|
|
4419
4419
|
getNameByUuid(libraryUuid: string, libraryType: ELIB_LibraryType, primaryClassificationUuid: string, secondaryClassificationUuid?: string): Promise<{
|
|
@@ -8481,7 +8481,7 @@ declare type TPCB_PolygonSourceArray = Array<'L' | 'ARC' | 'CARC' | 'C' | 'R' |
|
|
|
8481
8481
|
*
|
|
8482
8482
|
* @public
|
|
8483
8483
|
* @remarks
|
|
8484
|
-
* 尺寸标注坐标集存在以下三种 {@link EPCB_PrimitiveDimensionType |
|
|
8484
|
+
* 尺寸标注坐标集存在以下三种 {@link EPCB_PrimitiveDimensionType | 尺���标注类型}:
|
|
8485
8485
|
*
|
|
8486
8486
|
* ① 半径标注
|
|
8487
8487
|
*
|