0.0.1
This commit is contained in:
15
types/DatabaseServices/Hardware/HardwareCompositeEntity.d.ts
vendored
Normal file
15
types/DatabaseServices/Hardware/HardwareCompositeEntity.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { CompositeEntity } from "../Entity/CompositeEntity";
|
||||
import { ICompHardwareOption } from "../../UI/Components/RightPanel/RightPanelInterface";
|
||||
import { CADFiler } from "../CADFiler";
|
||||
import { Entity } from "../Entity/Entity";
|
||||
import { ObjectId } from "../ObjectId";
|
||||
export declare class HardwareCompositeEntity extends CompositeEntity {
|
||||
HardwareOption: ICompHardwareOption;
|
||||
DataList: [string, string][];
|
||||
RelevanceBoards: ObjectId[];
|
||||
constructor();
|
||||
GetAllEntity(isHole?: boolean, filter?: (e: Entity) => boolean): Entity[];
|
||||
ReadFile(file: CADFiler): void;
|
||||
WriteFile(file: CADFiler): void;
|
||||
}
|
||||
//# sourceMappingURL=HardwareCompositeEntity.d.ts.map
|
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"HardwareCompositeEntity.d.ts","sourceRoot":"","sources":["../../../../../src/DatabaseServices/Hardware/HardwareCompositeEntity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AACzF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBACa,uBAAwB,SAAQ,eAAe;IAE5C,cAAc,EAAE,mBAAmB,CAAuC;IAC1E,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAM;IAClC,eAAe,EAAE,QAAQ,EAAE,CAAM;;IAK7C,YAAY,CAAC,MAAM,GAAE,OAAe,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,OAAO;IAoBrE,QAAQ,CAAC,IAAI,EAAE,QAAQ;IA+CvB,SAAS,CAAC,IAAI,EAAE,QAAQ;CAmC3B"}
|
Reference in New Issue
Block a user