修复:并集错误
This commit is contained in:
		
							
								
								
									
										23
									
								
								types/UI/Layout/ApplicationLayout.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								types/UI/Layout/ApplicationLayout.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -1,23 +0,0 @@
 | 
			
		||||
import { ApplicationService } from '../../ApplicationServices/Application';
 | 
			
		||||
import { MaterialContainerProps } from '../Components/MaterialContainer';
 | 
			
		||||
export declare let appUi: WebCAD;
 | 
			
		||||
export declare class WebCAD {
 | 
			
		||||
    app: ApplicationService;
 | 
			
		||||
    constructor();
 | 
			
		||||
    initRootLayout(): void;
 | 
			
		||||
    renderMain(): void;
 | 
			
		||||
    renderTopPanel(): void;
 | 
			
		||||
    renderTopToolBar(): void;
 | 
			
		||||
    renderDownPanel(): void;
 | 
			
		||||
    renderRightPanel(): void;
 | 
			
		||||
    renderCommandInput(): void;
 | 
			
		||||
    renderCameraControlButton(): void;
 | 
			
		||||
    renderToolBar(): void;
 | 
			
		||||
    renderMouseUI(): void;
 | 
			
		||||
    renderVirtualKeys(): void;
 | 
			
		||||
    renderCameraState(): void;
 | 
			
		||||
    renderAxisMode(): void;
 | 
			
		||||
    showMaterialEditor(props: MaterialContainerProps): void;
 | 
			
		||||
    CanvasOnsizeEvent(): void;
 | 
			
		||||
}
 | 
			
		||||
//# sourceMappingURL=ApplicationLayout.d.ts.map
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
{"version":3,"file":"ApplicationLayout.d.ts","sourceRoot":"","sources":["../../../../src/UI/Layout/ApplicationLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAO,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAkBhF,OAAO,EAAqB,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAY5F,eAAO,IAAI,KAAK,EAAE,MAAM,CAAC;AAEzB,qBAAa,MAAM;IAEf,GAAG,EAAE,kBAAkB,CAAC;;IA0ExB,cAAc;IAoDd,UAAU;IAQV,cAAc;IAMd,gBAAgB;IAMhB,eAAe;IAMf,gBAAgB;IAyBhB,kBAAkB;IAKlB,yBAAyB;IAazB,aAAa;IAsBb,aAAa;IAab,iBAAiB;IAQjB,iBAAiB;IAIjB,cAAc;IAKd,kBAAkB,CAAC,KAAK,EAAE,sBAAsB;IAKhD,iBAAiB;CACpB"}
 | 
			
		||||
							
								
								
									
										12
									
								
								types/UI/Layout/LayoutOnSizeEventManage.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								types/UI/Layout/LayoutOnSizeEventManage.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -1,12 +0,0 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Layout onsize的 消息统一管理
 | 
			
		||||
 */
 | 
			
		||||
declare class LayoutOnsizeEventManage {
 | 
			
		||||
    callbackList: Map<string, ((id: string) => void)[]>;
 | 
			
		||||
    dispatchonSize(id: string): void;
 | 
			
		||||
    register(id: string, callback: any): () => void;
 | 
			
		||||
    remove(id: string, callback: any): void;
 | 
			
		||||
}
 | 
			
		||||
export declare let layoutOnsizeEvent: LayoutOnsizeEventManage;
 | 
			
		||||
export {};
 | 
			
		||||
//# sourceMappingURL=LayoutOnSizeEventManage.d.ts.map
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
{"version":3,"file":"LayoutOnSizeEventManage.d.ts","sourceRoot":"","sources":["../../../../src/UI/Layout/LayoutOnSizeEventManage.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,cAAM,uBAAuB;IAEzB,YAAY,oBAA8B,MAAM,KAAK,IAAI,KAAK;IAC9D,cAAc,CAAC,EAAE,EAAE,MAAM;IAUzB,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,KAAA;IAiB7B,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,KAAA;CAO9B;AAED,eAAO,IAAI,iBAAiB,yBAAgC,CAAC"}
 | 
			
		||||
							
								
								
									
										17
									
								
								types/UI/Layout/MaterialEditorLayout.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								types/UI/Layout/MaterialEditorLayout.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -1,17 +0,0 @@
 | 
			
		||||
import { PhysicalMaterialRecord } from '../../DatabaseServices/PhysicalMaterialRecord';
 | 
			
		||||
import { MaterialEditor } from '../../Editor/MaterialEditor';
 | 
			
		||||
export declare class MaterialEditorLayout {
 | 
			
		||||
    material: PhysicalMaterialRecord;
 | 
			
		||||
    editor: MaterialEditor;
 | 
			
		||||
    htmlEl: HTMLElement;
 | 
			
		||||
    destroyFuncs: Function[];
 | 
			
		||||
    constructor(material: PhysicalMaterialRecord);
 | 
			
		||||
    private initViewer;
 | 
			
		||||
    private initLayout;
 | 
			
		||||
    getAttributePanelEl(): HTMLElement;
 | 
			
		||||
    getobject(): HTMLElement;
 | 
			
		||||
    renderSceneConfig(): void;
 | 
			
		||||
    renderAttributePanel(): void;
 | 
			
		||||
    dispose(): void;
 | 
			
		||||
}
 | 
			
		||||
//# sourceMappingURL=MaterialEditorLayout.d.ts.map
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
{"version":3,"file":"MaterialEditorLayout.d.ts","sourceRoot":"","sources":["../../../../src/UI/Layout/MaterialEditorLayout.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAM7D,qBAAa,oBAAoB;IAKV,QAAQ,EAAE,sBAAsB;IAHnD,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,EAAE,WAAW,CAAyC;IAC5D,YAAY,EAAE,QAAQ,EAAE,CAAM;gBACX,QAAQ,EAAE,sBAAsB;IAOnD,OAAO,CAAC,UAAU;IAoBlB,OAAO,CAAC,UAAU;IAgClB,mBAAmB;IAKnB,SAAS;IAIT,iBAAiB;IAejB,oBAAoB;IAWpB,OAAO;CAQV"}
 | 
			
		||||
		Reference in New Issue
	
	Block a user