@babylonjs/node-editor 5.33.1 → 5.33.2
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.
@@ -3932,165 +3932,6 @@ export class PropertyChangedEvent {
|
|
3932
3932
|
allowNullValue?: boolean;
|
3933
3933
|
}
|
3934
3934
|
|
3935
|
-
}
|
3936
|
-
declare module "@babylonjs/node-editor/stories/bars/CommandBarComponent.stories" {
|
3937
|
-
/// <reference types="react" />
|
3938
|
-
import { CommandBarComponent } from "@babylonjs/node-editor/components/bars/CommandBarComponent";
|
3939
|
-
|
3940
|
-
const _default: {
|
3941
|
-
|
3942
|
-
};
|
3943
|
-
export default _default;
|
3944
|
-
export const Default: StoryObj<typeof CommandBarComponent>;
|
3945
|
-
export const WithArtboardColor: StoryObj<typeof CommandBarComponent>;
|
3946
|
-
|
3947
|
-
}
|
3948
|
-
declare module "@babylonjs/node-editor/stories/bars/CommandButtonComponent.stories" {
|
3949
|
-
/// <reference types="react" />
|
3950
|
-
import { CommandButtonComponent } from "@babylonjs/node-editor/components/bars/CommandButtonComponent";
|
3951
|
-
|
3952
|
-
const _default: {
|
3953
|
-
|
3954
|
-
};
|
3955
|
-
export default _default;
|
3956
|
-
export const Default: StoryObj<typeof CommandButtonComponent>;
|
3957
|
-
|
3958
|
-
}
|
3959
|
-
declare module "@babylonjs/node-editor/stories/Button.stories" {
|
3960
|
-
/// <reference types="react" />
|
3961
|
-
import { ButtonProps } from "@babylonjs/node-editor/components/Button";
|
3962
|
-
const _default: {
|
3963
|
-
title: string;
|
3964
|
-
component: import("react").FC<ButtonProps>;
|
3965
|
-
};
|
3966
|
-
export default _default;
|
3967
|
-
export const Default: any;
|
3968
|
-
export const Wide: any;
|
3969
|
-
export const Small: any;
|
3970
|
-
|
3971
|
-
}
|
3972
|
-
declare module "@babylonjs/node-editor/stories/colorPicker/ColorPicker.stories" {
|
3973
|
-
import { ColorPicker } from "@babylonjs/node-editor/components/colorPicker/ColorPicker";
|
3974
|
-
|
3975
|
-
const _default: {
|
3976
|
-
component: typeof ColorPicker;
|
3977
|
-
};
|
3978
|
-
export default _default;
|
3979
|
-
export const Default: StoryObj<typeof ColorPicker>;
|
3980
|
-
|
3981
|
-
}
|
3982
|
-
declare module "@babylonjs/node-editor/stories/Icon.stories" {
|
3983
|
-
/// <reference types="react" />
|
3984
|
-
import { IconProps } from "@babylonjs/node-editor/components/Icon";
|
3985
|
-
const _default: {
|
3986
|
-
title: string;
|
3987
|
-
component: import("react").FC<IconProps>;
|
3988
|
-
};
|
3989
|
-
export default _default;
|
3990
|
-
export const Light: any;
|
3991
|
-
export const Dark: any;
|
3992
|
-
|
3993
|
-
}
|
3994
|
-
declare module "@babylonjs/node-editor/stories/Label.stories" {
|
3995
|
-
/// <reference types="react" />
|
3996
|
-
import { LabelProps } from "@babylonjs/node-editor/components/Label";
|
3997
|
-
const _default: {
|
3998
|
-
title: string;
|
3999
|
-
component: import("react").FC<LabelProps>;
|
4000
|
-
};
|
4001
|
-
export default _default;
|
4002
|
-
export const Default: any;
|
4003
|
-
|
4004
|
-
}
|
4005
|
-
declare module "@babylonjs/node-editor/stories/layout/FlexibleGridLayout.stories" {
|
4006
|
-
/// <reference types="react" />
|
4007
|
-
import { IFlexibleGridLayoutProps } from "@babylonjs/node-editor/components/layout/FlexibleGridLayout";
|
4008
|
-
import { FlexibleGridLayout } from "@babylonjs/node-editor/components/layout/FlexibleGridLayout";
|
4009
|
-
|
4010
|
-
const _default: {
|
4011
|
-
component: import("react").FC<IFlexibleGridLayoutProps>;
|
4012
|
-
};
|
4013
|
-
export default _default;
|
4014
|
-
export const Default: StoryObj<typeof FlexibleGridLayout>;
|
4015
|
-
export const TwoColumn: StoryObj<typeof FlexibleGridLayout>;
|
4016
|
-
|
4017
|
-
}
|
4018
|
-
declare module "@babylonjs/node-editor/stories/lines/ColorLineComponent.stories" {
|
4019
|
-
import { ColorLineComponent } from "@babylonjs/node-editor/components/lines/ColorLineComponent";
|
4020
|
-
|
4021
|
-
const _default: {
|
4022
|
-
component: typeof ColorLineComponent;
|
4023
|
-
};
|
4024
|
-
export default _default;
|
4025
|
-
export const Default: StoryObj<typeof ColorLineComponent>;
|
4026
|
-
|
4027
|
-
}
|
4028
|
-
declare module "@babylonjs/node-editor/stories/lines/ColorPickerLineComponent.stories" {
|
4029
|
-
import { ColorPickerLineComponent } from "@babylonjs/node-editor/components/lines/ColorPickerLineComponent";
|
4030
|
-
|
4031
|
-
const _default: {
|
4032
|
-
component: typeof ColorPickerLineComponent;
|
4033
|
-
};
|
4034
|
-
export default _default;
|
4035
|
-
export const Default: StoryObj<typeof ColorPickerLineComponent>;
|
4036
|
-
|
4037
|
-
}
|
4038
|
-
declare module "@babylonjs/node-editor/stories/lines/FileButtonLineComponent.stories" {
|
4039
|
-
import { FileButtonLineComponent } from "@babylonjs/node-editor/components/lines/FileButtonLineComponent";
|
4040
|
-
|
4041
|
-
const _default: {
|
4042
|
-
component: typeof FileButtonLineComponent;
|
4043
|
-
};
|
4044
|
-
export default _default;
|
4045
|
-
export const Default: StoryObj<typeof FileButtonLineComponent>;
|
4046
|
-
|
4047
|
-
}
|
4048
|
-
declare module "@babylonjs/node-editor/stories/lines/NumericInputComponent.stories" {
|
4049
|
-
import { NumericInputComponent } from "@babylonjs/node-editor/components/lines/NumericInputComponent";
|
4050
|
-
|
4051
|
-
const _default: {
|
4052
|
-
component: typeof NumericInputComponent;
|
4053
|
-
};
|
4054
|
-
export default _default;
|
4055
|
-
export const Default: StoryObj<typeof NumericInputComponent>;
|
4056
|
-
|
4057
|
-
}
|
4058
|
-
declare module "@babylonjs/node-editor/stories/lines/OptionsLineComponent.stories" {
|
4059
|
-
/// <reference types="react" />
|
4060
|
-
|
4061
|
-
const _default: {
|
4062
|
-
component: (props: import("@babylonjs/node-editor/components/lines/OptionsLineComponent").IOptionsLineComponentProps) => JSX.Element;
|
4063
|
-
};
|
4064
|
-
export default _default;
|
4065
|
-
const RenderComponent: (args: any) => JSX.Element;
|
4066
|
-
export const Default: StoryObj<typeof RenderComponent>;
|
4067
|
-
export const WithCustomOptions: StoryObj<typeof RenderComponent>;
|
4068
|
-
export const WithValidation: StoryObj<typeof RenderComponent>;
|
4069
|
-
|
4070
|
-
}
|
4071
|
-
declare module "@babylonjs/node-editor/stories/MessageDialog.stories" {
|
4072
|
-
/// <reference types="react" />
|
4073
|
-
import { MessageDialogProps } from "@babylonjs/node-editor/components/MessageDialog";
|
4074
|
-
const _default: {
|
4075
|
-
title: string;
|
4076
|
-
component: import("react").FC<MessageDialogProps>;
|
4077
|
-
};
|
4078
|
-
export default _default;
|
4079
|
-
export const NoError: any;
|
4080
|
-
export const Error: any;
|
4081
|
-
|
4082
|
-
}
|
4083
|
-
declare module "@babylonjs/node-editor/stories/Toggle.stories" {
|
4084
|
-
/// <reference types="react" />
|
4085
|
-
import { ToggleProps } from "@babylonjs/node-editor/components/Toggle";
|
4086
|
-
const _default: {
|
4087
|
-
title: string;
|
4088
|
-
component: import("react").FC<ToggleProps>;
|
4089
|
-
};
|
4090
|
-
export default _default;
|
4091
|
-
export const Default: any;
|
4092
|
-
export const Padded: any;
|
4093
|
-
|
4094
3935
|
}
|
4095
3936
|
declare module "@babylonjs/node-editor/stringTools" {
|
4096
3937
|
export class StringTools {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/node-editor",
|
3
|
-
"version": "5.33.
|
3
|
+
"version": "5.33.2",
|
4
4
|
"main": "dist/babylon.nodeEditor.max.js",
|
5
5
|
"module": "dist/babylon.nodeEditor.max.js",
|
6
6
|
"esnext": "dist/babylon.nodeEditor.max.js",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"@types/react-dom": ">=16.0.9"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@babylonjs/core": "^5.33.
|
26
|
+
"@babylonjs/core": "^5.33.2",
|
27
27
|
"react": "^17.0.2",
|
28
28
|
"react-dom": "^17.0.2",
|
29
29
|
"rimraf": "^3.0.2",
|