更新版本

This commit is contained in:
ChenX
2024-12-09 10:12:56 +08:00
parent bfa2feca5b
commit 09a2b325fa
1076 changed files with 32219 additions and 15692 deletions

View File

@@ -0,0 +1,57 @@
import { NumericInput } from "@blueprintjs/core";
import React from "react";
import { Vector3 } from "three";
import { Light } from "../../DatabaseServices/Lights/Light";
import { BoardModalType } from "../../UI/Components/Board/BoardModalType";
import { PropertiesStore } from "../../UI/Components/ToolBar/PropertiesStore";
import { LightStore } from "../../UI/Store/RightPanelStore/LightStore";
import './LightBoxModel.less';
interface LightBoxModelProps {
store: PropertiesStore;
}
export declare class LightBoxModel extends React.Component<LightBoxModelProps, {}> {
render(): JSX.Element;
}
interface LightConfigModelProps {
store: LightStore;
lightType: BoardModalType;
lights: LightStore[];
}
interface ILightProperty {
Target: Vector3;
ShowHelper: boolean;
CaseShadow: boolean;
Color: string;
Temperature: string;
}
export declare class LightModel extends React.Component<LightConfigModelProps, {}> {
_Target: string;
_Position: string;
private removeFuncs;
private coolTime;
handleSelectTarget: (light: Light, isDirection?: boolean) => Promise<void>;
private SyncLight;
changeLightSettings: (propertyName: keyof ILightProperty, propertyValue: ILightProperty[keyof ILightProperty]) => void;
render(): JSX.Element;
}
export declare class UseInputAndSlider extends React.Component<{
pars: string[];
store: LightStore;
max: number;
isFloat: boolean;
min: number;
scale: number;
noLim: boolean;
lights: LightStore[];
}, {}> {
OldData: number;
private coolTime;
_InputRef: React.RefObject<NumericInput>;
private SyncLight;
handleLightDataUpdate(store: LightStore, value: string): void;
SetValue(value: string): Promise<void>;
changeLightSliderSettings: (propertyName: any, propertyValue: any) => void;
render(): JSX.Element;
}
export {};
//# sourceMappingURL=LightBoxModal.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"LightBoxModal.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/LightBoxModal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkE,YAAY,EAA+D,MAAM,mBAAmB,CAAC;AAG9K,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAa,OAAO,EAAE,MAAM,OAAO,CAAC;AAU3C,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAQ5D,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,2CAA2C,CAAC;AAEvE,OAAO,sBAAsB,CAAC;AAE9B,UAAU,kBAAkB;IAExB,KAAK,EAAE,eAAe,CAAC;CAC1B;AAGD,qBACa,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,kBAAkB,EAAE,EAAE,CAAC;IAEtE,MAAM;CAwCT;AAED,UAAU,qBAAqB;IAE3B,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,cAAc,CAAC;IAC1B,MAAM,EAAE,UAAU,EAAE,CAAC;CACxB;AACD,UAAU,cAAc;IAEpB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,qBACa,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,qBAAqB,EAAE,EAAE,CAAC;IAE1D,OAAO,EAAE,MAAM,CAA6N;IAC5O,SAAS,EAAE,MAAM,CAA0E;IACvG,OAAO,CAAC,WAAW,CAAkB;IACrC,OAAO,CAAC,QAAQ,CAAoB;IAEpC,kBAAkB,UAAiB,KAAK,gBAAgB,OAAO,mBA+B7D;IAGF,OAAO,CAAC,SAAS;IAUjB,mBAAmB,iBAAkB,MAAM,cAAc,iBAAiB,cAAc,CAAC,MAAM,cAAc,CAAC,UA2B5G;IAEF,MAAM;CAwQT;AAGD,qBACa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC;IAAE,IAAI,EAAE,MAAM,EAAE,CAAC;IAAC,KAAK,EAAE,UAAU,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,UAAU,EAAE,CAAC;CAAE,EAAE,EAAE,CAAC;IAE/L,OAAO,EAAE,MAAM,CAAK;IACpB,OAAO,CAAC,QAAQ,CAAoB;IACpC,SAAS,gCAAmC;IAC5C,OAAO,CAAC,SAAS;IASjB,qBAAqB,CAAC,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM;IAmChD,QAAQ,CAAC,KAAK,EAAE,MAAM;IA+B5B,yBAAyB,kDAUvB;IAEF,MAAM;CAqHT"}