@babylonjs/node-geometry-editor 6.46.1 → 6.48.0
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.
|
@@ -105,7 +105,7 @@ export class LogComponent extends React.Component<ILogComponentProps, {
|
|
|
105
105
|
constructor(props: ILogComponentProps);
|
|
106
106
|
componentDidMount(): void;
|
|
107
107
|
componentDidUpdate(): void;
|
|
108
|
-
|
|
108
|
+
|
|
109
109
|
}
|
|
110
110
|
export {};
|
|
111
111
|
|
|
@@ -128,7 +128,7 @@ export class NodeListComponent extends React.Component<INodeListComponentProps,
|
|
|
128
128
|
filterContent(filter: string): void;
|
|
129
129
|
loadCustomFrame(file: File): void;
|
|
130
130
|
removeItem(value: string): void;
|
|
131
|
-
|
|
131
|
+
|
|
132
132
|
}
|
|
133
133
|
export {};
|
|
134
134
|
|
|
@@ -153,7 +153,7 @@ export class PreviewAreaComponent extends React.Component<IPreviewAreaComponentP
|
|
|
153
153
|
changeVertexColor(): void;
|
|
154
154
|
changeMatCap(): void;
|
|
155
155
|
changeTexture(): void;
|
|
156
|
-
|
|
156
|
+
|
|
157
157
|
}
|
|
158
158
|
export {};
|
|
159
159
|
|
|
@@ -211,7 +211,7 @@ export class PreviewMeshControlComponent extends React.Component<IPreviewMeshCon
|
|
|
211
211
|
changeBackground(value: string): void;
|
|
212
212
|
changeBackgroundClick(): void;
|
|
213
213
|
frame(): void;
|
|
214
|
-
|
|
214
|
+
|
|
215
215
|
}
|
|
216
216
|
export {};
|
|
217
217
|
|
|
@@ -240,8 +240,8 @@ interface IInputsPropertyTabComponentProps {
|
|
|
240
240
|
export class InputsPropertyTabComponent extends React.Component<IInputsPropertyTabComponentProps> {
|
|
241
241
|
constructor(props: IInputsPropertyTabComponentProps);
|
|
242
242
|
processInputBlockUpdate(): void;
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
|
|
244
|
+
|
|
245
245
|
}
|
|
246
246
|
export {};
|
|
247
247
|
|
|
@@ -255,7 +255,7 @@ interface IFloatPropertyTabComponentProps {
|
|
|
255
255
|
inputBlock: GeometryInputBlock;
|
|
256
256
|
}
|
|
257
257
|
export class FloatPropertyTabComponent extends React.Component<IFloatPropertyTabComponentProps> {
|
|
258
|
-
|
|
258
|
+
|
|
259
259
|
}
|
|
260
260
|
export {};
|
|
261
261
|
|
|
@@ -271,7 +271,7 @@ interface IVector2PropertyTabComponentProps {
|
|
|
271
271
|
lockObject: LockObject;
|
|
272
272
|
}
|
|
273
273
|
export class Vector2PropertyTabComponent extends React.Component<IVector2PropertyTabComponentProps> {
|
|
274
|
-
|
|
274
|
+
|
|
275
275
|
}
|
|
276
276
|
export {};
|
|
277
277
|
|
|
@@ -287,7 +287,7 @@ interface IVector3PropertyTabComponentProps {
|
|
|
287
287
|
lockObject: LockObject;
|
|
288
288
|
}
|
|
289
289
|
export class Vector3PropertyTabComponent extends React.Component<IVector3PropertyTabComponentProps> {
|
|
290
|
-
|
|
290
|
+
|
|
291
291
|
}
|
|
292
292
|
export {};
|
|
293
293
|
|
|
@@ -303,7 +303,7 @@ interface IVector4PropertyTabComponentProps {
|
|
|
303
303
|
lockObject: LockObject;
|
|
304
304
|
}
|
|
305
305
|
export class Vector4PropertyTabComponent extends React.Component<IVector4PropertyTabComponentProps> {
|
|
306
|
-
|
|
306
|
+
|
|
307
307
|
}
|
|
308
308
|
export {};
|
|
309
309
|
|
|
@@ -336,7 +336,7 @@ export class PropertyTabComponent extends React.Component<IPropertyTabComponentP
|
|
|
336
336
|
componentDidMount(): void;
|
|
337
337
|
componentWillUnmount(): void;
|
|
338
338
|
processInputBlockUpdate(): void;
|
|
339
|
-
|
|
339
|
+
|
|
340
340
|
load(file: File): void;
|
|
341
341
|
loadFrame(file: File): void;
|
|
342
342
|
save(): void;
|
|
@@ -344,7 +344,7 @@ export class PropertyTabComponent extends React.Component<IPropertyTabComponentP
|
|
|
344
344
|
saveToSnippetServer(): void;
|
|
345
345
|
loadFromSnippet(): void;
|
|
346
346
|
exportAsGLB(): void;
|
|
347
|
-
|
|
347
|
+
|
|
348
348
|
}
|
|
349
349
|
export {};
|
|
350
350
|
|
|
@@ -467,7 +467,7 @@ export class GraphEditor extends React.Component<IGraphEditorProps, IGraphEditor
|
|
|
467
467
|
createPreviewMeshControlHost: (options: IInternalPreviewAreaOptions, parentControl: Nullable<HTMLElement>) => void;
|
|
468
468
|
createPreviewHost: (options: IInternalPreviewAreaOptions, parentControl: Nullable<HTMLElement>) => void;
|
|
469
469
|
fixPopUpStyles: (document: Document) => void;
|
|
470
|
-
|
|
470
|
+
|
|
471
471
|
}
|
|
472
472
|
export {};
|
|
473
473
|
|
|
@@ -665,7 +665,7 @@ export class DebugPropertyTabComponent extends React.Component<IPropertyComponen
|
|
|
665
665
|
constructor(props: IPropertyComponentProps);
|
|
666
666
|
componentDidMount(): void;
|
|
667
667
|
componentWillUnmount(): void;
|
|
668
|
-
|
|
668
|
+
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
}
|
|
@@ -688,7 +688,7 @@ export class FrameNodePortPropertyTabComponent extends React.Component<IFrameNod
|
|
|
688
688
|
private _onSelectionChangedObserver;
|
|
689
689
|
constructor(props: IFrameNodePortPropertyTabComponentProps);
|
|
690
690
|
componentWillUnmount(): void;
|
|
691
|
-
|
|
691
|
+
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
}
|
|
@@ -705,7 +705,7 @@ export class FramePropertyTabComponent extends React.Component<IFramePropertyTab
|
|
|
705
705
|
constructor(props: IFramePropertyTabComponentProps);
|
|
706
706
|
componentDidMount(): void;
|
|
707
707
|
componentWillUnmount(): void;
|
|
708
|
-
|
|
708
|
+
|
|
709
709
|
}
|
|
710
710
|
|
|
711
711
|
}
|
|
@@ -716,18 +716,18 @@ import { NodeGeometryConnectionPoint } from "@babylonjs/core/Meshes/Node/nodeGeo
|
|
|
716
716
|
import { type IEditablePropertyOption } from "@babylonjs/core/Decorators/nodeDecorator";
|
|
717
717
|
export class GenericPropertyComponent extends React.Component<IPropertyComponentProps> {
|
|
718
718
|
constructor(props: IPropertyComponentProps);
|
|
719
|
-
|
|
719
|
+
|
|
720
720
|
}
|
|
721
721
|
export class GeneralPropertyTabComponent extends React.Component<IPropertyComponentProps> {
|
|
722
722
|
constructor(props: IPropertyComponentProps);
|
|
723
723
|
processUpdate(): void;
|
|
724
|
-
|
|
725
|
-
|
|
724
|
+
|
|
725
|
+
|
|
726
726
|
}
|
|
727
727
|
export class GenericPropertyTabComponent extends React.Component<IPropertyComponentProps> {
|
|
728
728
|
constructor(props: IPropertyComponentProps);
|
|
729
729
|
forceRebuild(propertyName: string, notifiers?: IEditablePropertyOption["notifiers"]): void;
|
|
730
|
-
|
|
730
|
+
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
}
|
|
@@ -740,9 +740,9 @@ export class InputPropertyTabComponent extends React.Component<IPropertyComponen
|
|
|
740
740
|
constructor(props: IPropertyComponentProps);
|
|
741
741
|
componentDidMount(): void;
|
|
742
742
|
componentWillUnmount(): void;
|
|
743
|
-
|
|
743
|
+
|
|
744
744
|
setDefaultValue(): void;
|
|
745
|
-
|
|
745
|
+
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
}
|
|
@@ -755,7 +755,7 @@ export class MeshPropertyTabComponent extends React.Component<IPropertyComponent
|
|
|
755
755
|
constructor(props: IPropertyComponentProps);
|
|
756
756
|
loadMesh(file: File): Promise<void>;
|
|
757
757
|
removeData(): void;
|
|
758
|
-
|
|
758
|
+
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
}
|
|
@@ -770,7 +770,7 @@ export interface IFrameNodePortPropertyTabComponentProps {
|
|
|
770
770
|
export class NodePortPropertyTabComponent extends React.Component<IFrameNodePortPropertyTabComponentProps> {
|
|
771
771
|
constructor(props: IFrameNodePortPropertyTabComponentProps);
|
|
772
772
|
toggleExposeOnFrame(value: boolean): void;
|
|
773
|
-
|
|
773
|
+
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
}
|
|
@@ -782,7 +782,7 @@ export class OutputPropertyTabComponent extends React.Component<IPropertyCompone
|
|
|
782
782
|
constructor(props: IPropertyComponentProps);
|
|
783
783
|
componentDidMount(): void;
|
|
784
784
|
componentWillUnmount(): void;
|
|
785
|
-
|
|
785
|
+
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
}
|
|
@@ -794,7 +794,7 @@ export class TeleportOutPropertyTabComponent extends React.Component<IPropertyCo
|
|
|
794
794
|
constructor(props: IPropertyComponentProps);
|
|
795
795
|
componentDidMount(): void;
|
|
796
796
|
componentWillUnmount(): void;
|
|
797
|
-
|
|
797
|
+
|
|
798
798
|
}
|
|
799
799
|
|
|
800
800
|
}
|
|
@@ -805,7 +805,7 @@ export class TexturePropertyTabComponent extends React.Component<IPropertyCompon
|
|
|
805
805
|
constructor(props: IPropertyComponentProps);
|
|
806
806
|
loadTextureData(file: File): Promise<void>;
|
|
807
807
|
removeData(): void;
|
|
808
|
-
|
|
808
|
+
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
}
|
|
@@ -940,7 +940,7 @@ export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponen
|
|
|
940
940
|
isDisabled: boolean;
|
|
941
941
|
}): boolean;
|
|
942
942
|
onChange(): void;
|
|
943
|
-
|
|
943
|
+
|
|
944
944
|
}
|
|
945
945
|
|
|
946
946
|
}
|
|
@@ -952,7 +952,7 @@ export interface IButtonLineComponentProps {
|
|
|
952
952
|
}
|
|
953
953
|
export class DraggableLineComponent extends React.Component<IButtonLineComponentProps> {
|
|
954
954
|
constructor(props: IButtonLineComponentProps);
|
|
955
|
-
|
|
955
|
+
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
}
|
|
@@ -968,7 +968,7 @@ export interface IDraggableLineWithButtonComponent {
|
|
|
968
968
|
}
|
|
969
969
|
export class DraggableLineWithButtonComponent extends React.Component<IDraggableLineWithButtonComponent> {
|
|
970
970
|
constructor(props: IDraggableLineWithButtonComponent);
|
|
971
|
-
|
|
971
|
+
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
}
|
|
@@ -984,7 +984,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
|
984
984
|
private _uploadRef;
|
|
985
985
|
constructor(props: IFileButtonLineComponentProps);
|
|
986
986
|
onChange(evt: any): void;
|
|
987
|
-
|
|
987
|
+
|
|
988
988
|
}
|
|
989
989
|
export {};
|
|
990
990
|
|
|
@@ -1001,8 +1001,8 @@ export class LineContainerComponent extends React.Component<ILineContainerCompon
|
|
|
1001
1001
|
}> {
|
|
1002
1002
|
constructor(props: ILineContainerComponentProps);
|
|
1003
1003
|
switchExpandedState(): void;
|
|
1004
|
-
|
|
1005
|
-
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
1006
|
}
|
|
1007
1007
|
export {};
|
|
1008
1008
|
|
|
@@ -1025,7 +1025,7 @@ export class LineWithFileButtonComponent extends React.Component<ILineWithFileBu
|
|
|
1025
1025
|
constructor(props: ILineWithFileButtonComponentProps);
|
|
1026
1026
|
onChange(evt: any): void;
|
|
1027
1027
|
switchExpandedState(): void;
|
|
1028
|
-
|
|
1028
|
+
|
|
1029
1029
|
}
|
|
1030
1030
|
export {};
|
|
1031
1031
|
|
|
@@ -1062,7 +1062,7 @@ export class TextureLineComponent extends React.Component<ITextureLineComponentP
|
|
|
1062
1062
|
componentDidUpdate(): void;
|
|
1063
1063
|
updatePreview(): void;
|
|
1064
1064
|
static UpdatePreview(previewCanvas: HTMLCanvasElement, texture: BaseTexture, width: number, options: ITextureLineComponentState, onReady?: () => void, globalState?: any): Promise<void>;
|
|
1065
|
-
|
|
1065
|
+
|
|
1066
1066
|
}
|
|
1067
1067
|
export {};
|
|
1068
1068
|
|
|
@@ -1084,7 +1084,7 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
|
1084
1084
|
updateValue(valueString: string): void;
|
|
1085
1085
|
lock(): void;
|
|
1086
1086
|
unlock(): void;
|
|
1087
|
-
|
|
1087
|
+
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
}
|
|
@@ -1130,7 +1130,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
|
1130
1130
|
private _evaluateHue;
|
|
1131
1131
|
componentDidUpdate(): void;
|
|
1132
1132
|
raiseOnColorChanged(): void;
|
|
1133
|
-
|
|
1133
|
+
|
|
1134
1134
|
}
|
|
1135
1135
|
|
|
1136
1136
|
}
|
|
@@ -1153,7 +1153,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
|
1153
1153
|
lock(): void;
|
|
1154
1154
|
unlock(): void;
|
|
1155
1155
|
updateHexValue(valueString: string): void;
|
|
1156
|
-
|
|
1156
|
+
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
1159
|
}
|
|
@@ -1214,7 +1214,7 @@ export class CommandDropdownComponent extends React.Component<ICommandDropdownCo
|
|
|
1214
1214
|
activeState: string;
|
|
1215
1215
|
}> {
|
|
1216
1216
|
constructor(props: ICommandDropdownComponentProps);
|
|
1217
|
-
|
|
1217
|
+
|
|
1218
1218
|
}
|
|
1219
1219
|
export {};
|
|
1220
1220
|
|
|
@@ -1255,7 +1255,7 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
|
1255
1255
|
updateValue(valueString: string): void;
|
|
1256
1256
|
lock(): void;
|
|
1257
1257
|
unlock(): void;
|
|
1258
|
-
|
|
1258
|
+
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
1261
|
}
|
|
@@ -1301,7 +1301,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
|
1301
1301
|
private _evaluateHue;
|
|
1302
1302
|
componentDidUpdate(): void;
|
|
1303
1303
|
raiseOnColorChanged(): void;
|
|
1304
|
-
|
|
1304
|
+
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
1307
|
}
|
|
@@ -1324,7 +1324,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
|
1324
1324
|
lock(): void;
|
|
1325
1325
|
unlock(): void;
|
|
1326
1326
|
updateHexValue(valueString: string): void;
|
|
1327
|
-
|
|
1327
|
+
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
}
|
|
@@ -1764,7 +1764,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
|
1764
1764
|
copyToClipboard(): void;
|
|
1765
1765
|
private _convertToColor;
|
|
1766
1766
|
private _toColor3;
|
|
1767
|
-
|
|
1767
|
+
|
|
1768
1768
|
}
|
|
1769
1769
|
export {};
|
|
1770
1770
|
|
|
@@ -1800,7 +1800,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
|
1800
1800
|
}>): string;
|
|
1801
1801
|
componentDidUpdate(): void;
|
|
1802
1802
|
componentDidMount(): void;
|
|
1803
|
-
|
|
1803
|
+
|
|
1804
1804
|
}
|
|
1805
1805
|
export {};
|
|
1806
1806
|
|
|
@@ -1820,7 +1820,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
|
1820
1820
|
private _uploadInputRef;
|
|
1821
1821
|
constructor(props: IFileButtonLineComponentProps);
|
|
1822
1822
|
onChange(evt: any): void;
|
|
1823
|
-
|
|
1823
|
+
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
1826
|
}
|
|
@@ -1853,13 +1853,12 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
|
1853
1853
|
onBlur(): void;
|
|
1854
1854
|
incrementValue(amount: number): void;
|
|
1855
1855
|
onKeyDown(evt: React.KeyboardEvent<HTMLInputElement>): void;
|
|
1856
|
-
|
|
1856
|
+
|
|
1857
1857
|
}
|
|
1858
1858
|
export {};
|
|
1859
1859
|
|
|
1860
1860
|
}
|
|
1861
1861
|
declare module "@babylonjs/node-geometry-editor/components/lines/OptionsLineComponent" {
|
|
1862
|
-
/// <reference types="react" />
|
|
1863
1862
|
/**
|
|
1864
1863
|
* This components represents an options menu with optional
|
|
1865
1864
|
* customizable properties. Option IDs should be unique.
|
|
@@ -1878,7 +1877,7 @@ export interface IOptionsLineComponentProps {
|
|
|
1878
1877
|
validateNewOptionValue?: (newOptionValue: string) => boolean;
|
|
1879
1878
|
addOptionText?: string;
|
|
1880
1879
|
}
|
|
1881
|
-
|
|
1880
|
+
|
|
1882
1881
|
|
|
1883
1882
|
}
|
|
1884
1883
|
declare module "@babylonjs/node-geometry-editor/components/MessageDialog" {
|
|
@@ -2127,7 +2126,7 @@ export interface INodeRendererProps {
|
|
|
2127
2126
|
* @param props
|
|
2128
2127
|
* @returns
|
|
2129
2128
|
*/
|
|
2130
|
-
|
|
2129
|
+
|
|
2131
2130
|
|
|
2132
2131
|
}
|
|
2133
2132
|
declare module "@babylonjs/node-geometry-editor/components/reactGraphSystem/useGraphContext" {
|
|
@@ -2139,7 +2138,6 @@ export const useGraphContext: () => import("@babylonjs/node-geometry-editor/comp
|
|
|
2139
2138
|
|
|
2140
2139
|
}
|
|
2141
2140
|
declare module "@babylonjs/node-geometry-editor/components/TextInputWithSubmit" {
|
|
2142
|
-
/// <reference types="react" />
|
|
2143
2141
|
export interface ITextInputProps {
|
|
2144
2142
|
label?: string;
|
|
2145
2143
|
placeholder?: string;
|
|
@@ -2152,7 +2150,7 @@ export interface ITextInputProps {
|
|
|
2152
2150
|
* @param props properties
|
|
2153
2151
|
* @returns TextInputWithSubmit element
|
|
2154
2152
|
*/
|
|
2155
|
-
|
|
2153
|
+
|
|
2156
2154
|
|
|
2157
2155
|
}
|
|
2158
2156
|
declare module "@babylonjs/node-geometry-editor/components/Toggle" {
|
|
@@ -2176,7 +2174,7 @@ export interface IBooleanLineComponentProps {
|
|
|
2176
2174
|
}
|
|
2177
2175
|
export class BooleanLineComponent extends React.Component<IBooleanLineComponentProps> {
|
|
2178
2176
|
constructor(props: IBooleanLineComponentProps);
|
|
2179
|
-
|
|
2177
|
+
|
|
2180
2178
|
}
|
|
2181
2179
|
|
|
2182
2180
|
}
|
|
@@ -2191,7 +2189,7 @@ export interface IButtonLineComponentProps {
|
|
|
2191
2189
|
}
|
|
2192
2190
|
export class ButtonLineComponent extends React.Component<IButtonLineComponentProps> {
|
|
2193
2191
|
constructor(props: IButtonLineComponentProps);
|
|
2194
|
-
|
|
2192
|
+
|
|
2195
2193
|
}
|
|
2196
2194
|
|
|
2197
2195
|
}
|
|
@@ -2230,7 +2228,7 @@ export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponen
|
|
|
2230
2228
|
isConflict: boolean;
|
|
2231
2229
|
}): boolean;
|
|
2232
2230
|
onChange(): void;
|
|
2233
|
-
|
|
2231
|
+
|
|
2234
2232
|
}
|
|
2235
2233
|
|
|
2236
2234
|
}
|
|
@@ -2251,7 +2249,7 @@ export interface IColor3LineComponentProps {
|
|
|
2251
2249
|
onChange?: () => void;
|
|
2252
2250
|
}
|
|
2253
2251
|
export class Color3LineComponent extends React.Component<IColor3LineComponentProps> {
|
|
2254
|
-
|
|
2252
|
+
|
|
2255
2253
|
}
|
|
2256
2254
|
|
|
2257
2255
|
}
|
|
@@ -2272,7 +2270,7 @@ export interface IColor4LineComponentProps {
|
|
|
2272
2270
|
lockObject: LockObject;
|
|
2273
2271
|
}
|
|
2274
2272
|
export class Color4LineComponent extends React.Component<IColor4LineComponentProps> {
|
|
2275
|
-
|
|
2273
|
+
|
|
2276
2274
|
}
|
|
2277
2275
|
|
|
2278
2276
|
}
|
|
@@ -2314,7 +2312,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
|
2314
2312
|
copyToClipboard(): void;
|
|
2315
2313
|
private _convertToColor;
|
|
2316
2314
|
private _toColor3;
|
|
2317
|
-
|
|
2315
|
+
|
|
2318
2316
|
}
|
|
2319
2317
|
export {};
|
|
2320
2318
|
|
|
@@ -2348,7 +2346,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
|
2348
2346
|
}>): string;
|
|
2349
2347
|
componentDidUpdate(): void;
|
|
2350
2348
|
componentDidMount(): void;
|
|
2351
|
-
|
|
2349
|
+
|
|
2352
2350
|
}
|
|
2353
2351
|
export {};
|
|
2354
2352
|
|
|
@@ -2361,7 +2359,7 @@ export interface IButtonLineComponentProps {
|
|
|
2361
2359
|
}
|
|
2362
2360
|
export class DraggableLineComponent extends React.Component<IButtonLineComponentProps> {
|
|
2363
2361
|
constructor(props: IButtonLineComponentProps);
|
|
2364
|
-
|
|
2362
|
+
|
|
2365
2363
|
}
|
|
2366
2364
|
|
|
2367
2365
|
}
|
|
@@ -2380,7 +2378,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
|
2380
2378
|
private _uploadInputRef;
|
|
2381
2379
|
constructor(props: IFileButtonLineComponentProps);
|
|
2382
2380
|
onChange(evt: any): void;
|
|
2383
|
-
|
|
2381
|
+
|
|
2384
2382
|
}
|
|
2385
2383
|
export {};
|
|
2386
2384
|
|
|
@@ -2400,7 +2398,7 @@ export class FileMultipleButtonLineComponent extends React.Component<IFileMultip
|
|
|
2400
2398
|
private _uploadInputRef;
|
|
2401
2399
|
constructor(props: IFileMultipleButtonLineComponentProps);
|
|
2402
2400
|
onChange(evt: any): void;
|
|
2403
|
-
|
|
2401
|
+
|
|
2404
2402
|
}
|
|
2405
2403
|
export {};
|
|
2406
2404
|
|
|
@@ -2454,7 +2452,7 @@ export class FloatLineComponent extends React.Component<IFloatLineComponentProps
|
|
|
2454
2452
|
unlock(): void;
|
|
2455
2453
|
incrementValue(amount: number, processStep?: boolean): void;
|
|
2456
2454
|
onKeyDown(event: React.KeyboardEvent<HTMLInputElement>): void;
|
|
2457
|
-
|
|
2455
|
+
|
|
2458
2456
|
}
|
|
2459
2457
|
export {};
|
|
2460
2458
|
|
|
@@ -2497,7 +2495,7 @@ export class HexLineComponent extends React.Component<IHexLineComponentProps, {
|
|
|
2497
2495
|
updateValue(valueString: string, raisePropertyChanged: boolean): void;
|
|
2498
2496
|
lock(): void;
|
|
2499
2497
|
unlock(): void;
|
|
2500
|
-
|
|
2498
|
+
|
|
2501
2499
|
}
|
|
2502
2500
|
export {};
|
|
2503
2501
|
|
|
@@ -2512,7 +2510,7 @@ export interface IIconButtonLineComponentProps {
|
|
|
2512
2510
|
}
|
|
2513
2511
|
export class IconButtonLineComponent extends React.Component<IIconButtonLineComponentProps> {
|
|
2514
2512
|
constructor(props: IIconButtonLineComponentProps);
|
|
2515
|
-
|
|
2513
|
+
|
|
2516
2514
|
}
|
|
2517
2515
|
|
|
2518
2516
|
}
|
|
@@ -2523,7 +2521,7 @@ interface IIconComponentProps {
|
|
|
2523
2521
|
label?: string;
|
|
2524
2522
|
}
|
|
2525
2523
|
export class IconComponent extends React.Component<IIconComponentProps> {
|
|
2526
|
-
|
|
2524
|
+
|
|
2527
2525
|
}
|
|
2528
2526
|
export {};
|
|
2529
2527
|
|
|
@@ -2541,8 +2539,8 @@ interface IIndentedTextLineComponentProps {
|
|
|
2541
2539
|
export class IndentedTextLineComponent extends React.Component<IIndentedTextLineComponentProps> {
|
|
2542
2540
|
constructor(props: IIndentedTextLineComponentProps);
|
|
2543
2541
|
onLink(): void;
|
|
2544
|
-
|
|
2545
|
-
|
|
2542
|
+
|
|
2543
|
+
|
|
2546
2544
|
}
|
|
2547
2545
|
export {};
|
|
2548
2546
|
|
|
@@ -2558,7 +2556,7 @@ export class InputArrowsComponent extends React.Component<IInputArrowsComponentP
|
|
|
2558
2556
|
private _drag;
|
|
2559
2557
|
private _releaseListener;
|
|
2560
2558
|
private _lockChangeListener;
|
|
2561
|
-
|
|
2559
|
+
|
|
2562
2560
|
}
|
|
2563
2561
|
export {};
|
|
2564
2562
|
|
|
@@ -2585,9 +2583,9 @@ export class LineContainerComponent extends React.Component<ILineContainerCompon
|
|
|
2585
2583
|
}> {
|
|
2586
2584
|
constructor(props: ILineContainerComponentProps);
|
|
2587
2585
|
switchExpandedState(): void;
|
|
2588
|
-
|
|
2586
|
+
|
|
2589
2587
|
componentDidMount(): void;
|
|
2590
|
-
|
|
2588
|
+
|
|
2591
2589
|
}
|
|
2592
2590
|
export {};
|
|
2593
2591
|
|
|
@@ -2606,7 +2604,7 @@ interface ILinkButtonComponentProps {
|
|
|
2606
2604
|
export class LinkButtonComponent extends React.Component<ILinkButtonComponentProps> {
|
|
2607
2605
|
constructor(props: ILinkButtonComponentProps);
|
|
2608
2606
|
onLink(): void;
|
|
2609
|
-
|
|
2607
|
+
|
|
2610
2608
|
}
|
|
2611
2609
|
export {};
|
|
2612
2610
|
|
|
@@ -2645,7 +2643,7 @@ export class MatrixLineComponent extends React.Component<IMatrixLineComponentPro
|
|
|
2645
2643
|
updateMatrix(): void;
|
|
2646
2644
|
updateRow(value: Vector4, row: number): void;
|
|
2647
2645
|
updateBasedOnMode(value: number): void;
|
|
2648
|
-
|
|
2646
|
+
|
|
2649
2647
|
}
|
|
2650
2648
|
export {};
|
|
2651
2649
|
|
|
@@ -2660,7 +2658,7 @@ interface IMessageLineComponentProps {
|
|
|
2660
2658
|
}
|
|
2661
2659
|
export class MessageLineComponent extends React.Component<IMessageLineComponentProps> {
|
|
2662
2660
|
constructor(props: IMessageLineComponentProps);
|
|
2663
|
-
|
|
2661
|
+
|
|
2664
2662
|
}
|
|
2665
2663
|
export {};
|
|
2666
2664
|
|
|
@@ -2694,7 +2692,7 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
|
2694
2692
|
onBlur(): void;
|
|
2695
2693
|
incrementValue(amount: number): void;
|
|
2696
2694
|
onKeyDown(evt: React.KeyboardEvent<HTMLInputElement>): void;
|
|
2697
|
-
|
|
2695
|
+
|
|
2698
2696
|
}
|
|
2699
2697
|
export {};
|
|
2700
2698
|
|
|
@@ -2735,7 +2733,7 @@ export class OptionsLineComponent extends React.Component<IOptionsLineComponentP
|
|
|
2735
2733
|
raiseOnPropertyChanged(newValue: number, previousValue: number): void;
|
|
2736
2734
|
setValue(value: string | number): void;
|
|
2737
2735
|
updateValue(valueString: string): void;
|
|
2738
|
-
|
|
2736
|
+
|
|
2739
2737
|
}
|
|
2740
2738
|
|
|
2741
2739
|
}
|
|
@@ -2765,7 +2763,7 @@ export class RadioButtonLineComponent extends React.Component<IRadioButtonLineCo
|
|
|
2765
2763
|
componentDidMount(): void;
|
|
2766
2764
|
componentWillUnmount(): void;
|
|
2767
2765
|
onChange(): void;
|
|
2768
|
-
|
|
2766
|
+
|
|
2769
2767
|
}
|
|
2770
2768
|
export {};
|
|
2771
2769
|
|
|
@@ -2805,7 +2803,7 @@ export class SliderLineComponent extends React.Component<ISliderLineComponentPro
|
|
|
2805
2803
|
onChange(newValueString: any): void;
|
|
2806
2804
|
onInput(newValueString: any): void;
|
|
2807
2805
|
prepareDataToRead(value: number): number;
|
|
2808
|
-
|
|
2806
|
+
|
|
2809
2807
|
}
|
|
2810
2808
|
export {};
|
|
2811
2809
|
|
|
@@ -2873,7 +2871,7 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
|
2873
2871
|
updateValue(value: string, valueToValidate?: string): void;
|
|
2874
2872
|
incrementValue(amount: number): void;
|
|
2875
2873
|
onKeyDown(event: React.KeyboardEvent): void;
|
|
2876
|
-
|
|
2874
|
+
|
|
2877
2875
|
}
|
|
2878
2876
|
|
|
2879
2877
|
}
|
|
@@ -2895,20 +2893,19 @@ interface ITextLineComponentProps {
|
|
|
2895
2893
|
export class TextLineComponent extends React.Component<ITextLineComponentProps> {
|
|
2896
2894
|
constructor(props: ITextLineComponentProps);
|
|
2897
2895
|
onLink(): void;
|
|
2898
|
-
|
|
2899
|
-
|
|
2896
|
+
|
|
2897
|
+
|
|
2900
2898
|
}
|
|
2901
2899
|
export {};
|
|
2902
2900
|
|
|
2903
2901
|
}
|
|
2904
2902
|
declare module "@babylonjs/node-geometry-editor/lines/unitButton" {
|
|
2905
|
-
/// <reference types="react" />
|
|
2906
2903
|
interface IUnitButtonProps {
|
|
2907
2904
|
unit: string;
|
|
2908
2905
|
locked?: boolean;
|
|
2909
2906
|
onClick?: (unit: string) => void;
|
|
2910
2907
|
}
|
|
2911
|
-
|
|
2908
|
+
|
|
2912
2909
|
export {};
|
|
2913
2910
|
|
|
2914
2911
|
}
|
|
@@ -2925,7 +2922,7 @@ interface IValueLineComponentProps {
|
|
|
2925
2922
|
}
|
|
2926
2923
|
export class ValueLineComponent extends React.Component<IValueLineComponentProps> {
|
|
2927
2924
|
constructor(props: IValueLineComponentProps);
|
|
2928
|
-
|
|
2925
|
+
|
|
2929
2926
|
}
|
|
2930
2927
|
export {};
|
|
2931
2928
|
|
|
@@ -2964,7 +2961,7 @@ export class Vector2LineComponent extends React.Component<IVector2LineComponentP
|
|
|
2964
2961
|
raiseOnPropertyChanged(previousValue: Vector2): void;
|
|
2965
2962
|
updateStateX(value: number): void;
|
|
2966
2963
|
updateStateY(value: number): void;
|
|
2967
|
-
|
|
2964
|
+
|
|
2968
2965
|
}
|
|
2969
2966
|
export {};
|
|
2970
2967
|
|
|
@@ -3008,7 +3005,7 @@ export class Vector3LineComponent extends React.Component<IVector3LineComponentP
|
|
|
3008
3005
|
updateStateX(value: number): void;
|
|
3009
3006
|
updateStateY(value: number): void;
|
|
3010
3007
|
updateStateZ(value: number): void;
|
|
3011
|
-
|
|
3008
|
+
|
|
3012
3009
|
}
|
|
3013
3010
|
export {};
|
|
3014
3011
|
|
|
@@ -3053,7 +3050,7 @@ export class Vector4LineComponent extends React.Component<IVector4LineComponentP
|
|
|
3053
3050
|
updateStateY(value: number): void;
|
|
3054
3051
|
updateStateZ(value: number): void;
|
|
3055
3052
|
updateStateW(value: number): void;
|
|
3056
|
-
|
|
3053
|
+
|
|
3057
3054
|
}
|
|
3058
3055
|
export {};
|
|
3059
3056
|
|
|
@@ -3213,7 +3210,7 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
|
|
|
3213
3210
|
processEditorData(editorData: IEditorData): void;
|
|
3214
3211
|
reOrganize(editorData?: Nullable<IEditorData>, isImportingAFrame?: boolean): void;
|
|
3215
3212
|
addFrame(frameData: IFrameData): void;
|
|
3216
|
-
|
|
3213
|
+
|
|
3217
3214
|
}
|
|
3218
3215
|
|
|
3219
3216
|
}
|
|
@@ -3708,7 +3705,7 @@ export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps
|
|
|
3708
3705
|
onFilterChange(evt: React.ChangeEvent<HTMLInputElement>): void;
|
|
3709
3706
|
onNewNodeRequested(name: string): void;
|
|
3710
3707
|
onKeyDown(evt: React.KeyboardEvent): void;
|
|
3711
|
-
|
|
3708
|
+
|
|
3712
3709
|
}
|
|
3713
3710
|
|
|
3714
3711
|
}
|
|
@@ -3837,7 +3834,7 @@ interface ICheckboxPropertyGridComponentProps {
|
|
|
3837
3834
|
}
|
|
3838
3835
|
export class CheckboxPropertyGridComponent extends React.Component<ICheckboxPropertyGridComponentProps> {
|
|
3839
3836
|
constructor(props: ICheckboxPropertyGridComponentProps);
|
|
3840
|
-
|
|
3837
|
+
|
|
3841
3838
|
}
|
|
3842
3839
|
export {};
|
|
3843
3840
|
|
|
@@ -3855,7 +3852,7 @@ interface IColorPickerPropertyGridComponentProps {
|
|
|
3855
3852
|
}
|
|
3856
3853
|
export class ColorPickerPropertyGridComponent extends React.Component<IColorPickerPropertyGridComponentProps> {
|
|
3857
3854
|
constructor(props: IColorPickerPropertyGridComponentProps);
|
|
3858
|
-
|
|
3855
|
+
|
|
3859
3856
|
}
|
|
3860
3857
|
export {};
|
|
3861
3858
|
|
|
@@ -3874,8 +3871,8 @@ interface ICommonControlPropertyGridComponentProps {
|
|
|
3874
3871
|
}
|
|
3875
3872
|
export class CommonControlPropertyGridComponent extends React.Component<ICommonControlPropertyGridComponentProps> {
|
|
3876
3873
|
constructor(props: ICommonControlPropertyGridComponentProps);
|
|
3877
|
-
|
|
3878
|
-
|
|
3874
|
+
|
|
3875
|
+
|
|
3879
3876
|
}
|
|
3880
3877
|
export {};
|
|
3881
3878
|
|
|
@@ -3893,7 +3890,7 @@ interface IControlPropertyGridComponentProps {
|
|
|
3893
3890
|
}
|
|
3894
3891
|
export class ControlPropertyGridComponent extends React.Component<IControlPropertyGridComponentProps> {
|
|
3895
3892
|
constructor(props: IControlPropertyGridComponentProps);
|
|
3896
|
-
|
|
3893
|
+
|
|
3897
3894
|
}
|
|
3898
3895
|
export {};
|
|
3899
3896
|
|
|
@@ -3911,7 +3908,7 @@ interface IEllipsePropertyGridComponentProps {
|
|
|
3911
3908
|
}
|
|
3912
3909
|
export class EllipsePropertyGridComponent extends React.Component<IEllipsePropertyGridComponentProps> {
|
|
3913
3910
|
constructor(props: IEllipsePropertyGridComponentProps);
|
|
3914
|
-
|
|
3911
|
+
|
|
3915
3912
|
}
|
|
3916
3913
|
export {};
|
|
3917
3914
|
|
|
@@ -3929,9 +3926,9 @@ interface IGridPropertyGridComponentProps {
|
|
|
3929
3926
|
}
|
|
3930
3927
|
export class GridPropertyGridComponent extends React.Component<IGridPropertyGridComponentProps> {
|
|
3931
3928
|
constructor(props: IGridPropertyGridComponentProps);
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3929
|
+
|
|
3930
|
+
|
|
3931
|
+
|
|
3935
3932
|
}
|
|
3936
3933
|
export {};
|
|
3937
3934
|
|
|
@@ -3949,7 +3946,7 @@ interface IImageBasedSliderPropertyGridComponentProps {
|
|
|
3949
3946
|
}
|
|
3950
3947
|
export class ImageBasedSliderPropertyGridComponent extends React.Component<IImageBasedSliderPropertyGridComponentProps> {
|
|
3951
3948
|
constructor(props: IImageBasedSliderPropertyGridComponentProps);
|
|
3952
|
-
|
|
3949
|
+
|
|
3953
3950
|
}
|
|
3954
3951
|
export {};
|
|
3955
3952
|
|
|
@@ -3967,7 +3964,7 @@ interface IImagePropertyGridComponentProps {
|
|
|
3967
3964
|
}
|
|
3968
3965
|
export class ImagePropertyGridComponent extends React.Component<IImagePropertyGridComponentProps> {
|
|
3969
3966
|
constructor(props: IImagePropertyGridComponentProps);
|
|
3970
|
-
|
|
3967
|
+
|
|
3971
3968
|
}
|
|
3972
3969
|
export {};
|
|
3973
3970
|
|
|
@@ -3985,7 +3982,7 @@ interface IInputTextPropertyGridComponentProps {
|
|
|
3985
3982
|
}
|
|
3986
3983
|
export class InputTextPropertyGridComponent extends React.Component<IInputTextPropertyGridComponentProps> {
|
|
3987
3984
|
constructor(props: IInputTextPropertyGridComponentProps);
|
|
3988
|
-
|
|
3985
|
+
|
|
3989
3986
|
}
|
|
3990
3987
|
export {};
|
|
3991
3988
|
|
|
@@ -4004,7 +4001,7 @@ interface ILinePropertyGridComponentProps {
|
|
|
4004
4001
|
export class LinePropertyGridComponent extends React.Component<ILinePropertyGridComponentProps> {
|
|
4005
4002
|
constructor(props: ILinePropertyGridComponentProps);
|
|
4006
4003
|
onDashChange(value: string): void;
|
|
4007
|
-
|
|
4004
|
+
|
|
4008
4005
|
}
|
|
4009
4006
|
export {};
|
|
4010
4007
|
|
|
@@ -4022,7 +4019,7 @@ interface IRadioButtonPropertyGridComponentProps {
|
|
|
4022
4019
|
}
|
|
4023
4020
|
export class RadioButtonPropertyGridComponent extends React.Component<IRadioButtonPropertyGridComponentProps> {
|
|
4024
4021
|
constructor(props: IRadioButtonPropertyGridComponentProps);
|
|
4025
|
-
|
|
4022
|
+
|
|
4026
4023
|
}
|
|
4027
4024
|
export {};
|
|
4028
4025
|
|
|
@@ -4040,7 +4037,7 @@ interface IRectanglePropertyGridComponentProps {
|
|
|
4040
4037
|
}
|
|
4041
4038
|
export class RectanglePropertyGridComponent extends React.Component<IRectanglePropertyGridComponentProps> {
|
|
4042
4039
|
constructor(props: IRectanglePropertyGridComponentProps);
|
|
4043
|
-
|
|
4040
|
+
|
|
4044
4041
|
}
|
|
4045
4042
|
export {};
|
|
4046
4043
|
|
|
@@ -4058,7 +4055,7 @@ interface IScrollViewerPropertyGridComponentProps {
|
|
|
4058
4055
|
}
|
|
4059
4056
|
export class ScrollViewerPropertyGridComponent extends React.Component<IScrollViewerPropertyGridComponentProps> {
|
|
4060
4057
|
constructor(props: IScrollViewerPropertyGridComponentProps);
|
|
4061
|
-
|
|
4058
|
+
|
|
4062
4059
|
}
|
|
4063
4060
|
export {};
|
|
4064
4061
|
|
|
@@ -4076,7 +4073,7 @@ interface ISliderPropertyGridComponentProps {
|
|
|
4076
4073
|
}
|
|
4077
4074
|
export class SliderPropertyGridComponent extends React.Component<ISliderPropertyGridComponentProps> {
|
|
4078
4075
|
constructor(props: ISliderPropertyGridComponentProps);
|
|
4079
|
-
|
|
4076
|
+
|
|
4080
4077
|
}
|
|
4081
4078
|
export {};
|
|
4082
4079
|
|
|
@@ -4094,7 +4091,7 @@ interface IStackPanelPropertyGridComponentProps {
|
|
|
4094
4091
|
}
|
|
4095
4092
|
export class StackPanelPropertyGridComponent extends React.Component<IStackPanelPropertyGridComponentProps> {
|
|
4096
4093
|
constructor(props: IStackPanelPropertyGridComponentProps);
|
|
4097
|
-
|
|
4094
|
+
|
|
4098
4095
|
}
|
|
4099
4096
|
export {};
|
|
4100
4097
|
|
|
@@ -4112,7 +4109,7 @@ interface ITextBlockPropertyGridComponentProps {
|
|
|
4112
4109
|
}
|
|
4113
4110
|
export class TextBlockPropertyGridComponent extends React.Component<ITextBlockPropertyGridComponentProps> {
|
|
4114
4111
|
constructor(props: ITextBlockPropertyGridComponentProps);
|
|
4115
|
-
|
|
4112
|
+
|
|
4116
4113
|
}
|
|
4117
4114
|
export {};
|
|
4118
4115
|
|