@babylonjs/gui-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.
@@ -4104,165 +4104,6 @@ export class PropertyChangedEvent {
|
|
4104
4104
|
allowNullValue?: boolean;
|
4105
4105
|
}
|
4106
4106
|
|
4107
|
-
}
|
4108
|
-
declare module "@babylonjs/gui-editor/stories/bars/CommandBarComponent.stories" {
|
4109
|
-
/// <reference types="react" />
|
4110
|
-
import { CommandBarComponent } from "@babylonjs/gui-editor/components/bars/CommandBarComponent";
|
4111
|
-
|
4112
|
-
const _default: {
|
4113
|
-
|
4114
|
-
};
|
4115
|
-
export default _default;
|
4116
|
-
export const Default: StoryObj<typeof CommandBarComponent>;
|
4117
|
-
export const WithArtboardColor: StoryObj<typeof CommandBarComponent>;
|
4118
|
-
|
4119
|
-
}
|
4120
|
-
declare module "@babylonjs/gui-editor/stories/bars/CommandButtonComponent.stories" {
|
4121
|
-
/// <reference types="react" />
|
4122
|
-
import { CommandButtonComponent } from "@babylonjs/gui-editor/components/bars/CommandButtonComponent";
|
4123
|
-
|
4124
|
-
const _default: {
|
4125
|
-
|
4126
|
-
};
|
4127
|
-
export default _default;
|
4128
|
-
export const Default: StoryObj<typeof CommandButtonComponent>;
|
4129
|
-
|
4130
|
-
}
|
4131
|
-
declare module "@babylonjs/gui-editor/stories/Button.stories" {
|
4132
|
-
/// <reference types="react" />
|
4133
|
-
import { ButtonProps } from "@babylonjs/gui-editor/components/Button";
|
4134
|
-
const _default: {
|
4135
|
-
title: string;
|
4136
|
-
component: import("react").FC<ButtonProps>;
|
4137
|
-
};
|
4138
|
-
export default _default;
|
4139
|
-
export const Default: any;
|
4140
|
-
export const Wide: any;
|
4141
|
-
export const Small: any;
|
4142
|
-
|
4143
|
-
}
|
4144
|
-
declare module "@babylonjs/gui-editor/stories/colorPicker/ColorPicker.stories" {
|
4145
|
-
import { ColorPicker } from "@babylonjs/gui-editor/components/colorPicker/ColorPicker";
|
4146
|
-
|
4147
|
-
const _default: {
|
4148
|
-
component: typeof ColorPicker;
|
4149
|
-
};
|
4150
|
-
export default _default;
|
4151
|
-
export const Default: StoryObj<typeof ColorPicker>;
|
4152
|
-
|
4153
|
-
}
|
4154
|
-
declare module "@babylonjs/gui-editor/stories/Icon.stories" {
|
4155
|
-
/// <reference types="react" />
|
4156
|
-
import { IconProps } from "@babylonjs/gui-editor/components/Icon";
|
4157
|
-
const _default: {
|
4158
|
-
title: string;
|
4159
|
-
component: import("react").FC<IconProps>;
|
4160
|
-
};
|
4161
|
-
export default _default;
|
4162
|
-
export const Light: any;
|
4163
|
-
export const Dark: any;
|
4164
|
-
|
4165
|
-
}
|
4166
|
-
declare module "@babylonjs/gui-editor/stories/Label.stories" {
|
4167
|
-
/// <reference types="react" />
|
4168
|
-
import { LabelProps } from "@babylonjs/gui-editor/components/Label";
|
4169
|
-
const _default: {
|
4170
|
-
title: string;
|
4171
|
-
component: import("react").FC<LabelProps>;
|
4172
|
-
};
|
4173
|
-
export default _default;
|
4174
|
-
export const Default: any;
|
4175
|
-
|
4176
|
-
}
|
4177
|
-
declare module "@babylonjs/gui-editor/stories/layout/FlexibleGridLayout.stories" {
|
4178
|
-
/// <reference types="react" />
|
4179
|
-
import { IFlexibleGridLayoutProps } from "@babylonjs/gui-editor/components/layout/FlexibleGridLayout";
|
4180
|
-
import { FlexibleGridLayout } from "@babylonjs/gui-editor/components/layout/FlexibleGridLayout";
|
4181
|
-
|
4182
|
-
const _default: {
|
4183
|
-
component: import("react").FC<IFlexibleGridLayoutProps>;
|
4184
|
-
};
|
4185
|
-
export default _default;
|
4186
|
-
export const Default: StoryObj<typeof FlexibleGridLayout>;
|
4187
|
-
export const TwoColumn: StoryObj<typeof FlexibleGridLayout>;
|
4188
|
-
|
4189
|
-
}
|
4190
|
-
declare module "@babylonjs/gui-editor/stories/lines/ColorLineComponent.stories" {
|
4191
|
-
import { ColorLineComponent } from "@babylonjs/gui-editor/components/lines/ColorLineComponent";
|
4192
|
-
|
4193
|
-
const _default: {
|
4194
|
-
component: typeof ColorLineComponent;
|
4195
|
-
};
|
4196
|
-
export default _default;
|
4197
|
-
export const Default: StoryObj<typeof ColorLineComponent>;
|
4198
|
-
|
4199
|
-
}
|
4200
|
-
declare module "@babylonjs/gui-editor/stories/lines/ColorPickerLineComponent.stories" {
|
4201
|
-
import { ColorPickerLineComponent } from "@babylonjs/gui-editor/components/lines/ColorPickerLineComponent";
|
4202
|
-
|
4203
|
-
const _default: {
|
4204
|
-
component: typeof ColorPickerLineComponent;
|
4205
|
-
};
|
4206
|
-
export default _default;
|
4207
|
-
export const Default: StoryObj<typeof ColorPickerLineComponent>;
|
4208
|
-
|
4209
|
-
}
|
4210
|
-
declare module "@babylonjs/gui-editor/stories/lines/FileButtonLineComponent.stories" {
|
4211
|
-
import { FileButtonLineComponent } from "@babylonjs/gui-editor/components/lines/FileButtonLineComponent";
|
4212
|
-
|
4213
|
-
const _default: {
|
4214
|
-
component: typeof FileButtonLineComponent;
|
4215
|
-
};
|
4216
|
-
export default _default;
|
4217
|
-
export const Default: StoryObj<typeof FileButtonLineComponent>;
|
4218
|
-
|
4219
|
-
}
|
4220
|
-
declare module "@babylonjs/gui-editor/stories/lines/NumericInputComponent.stories" {
|
4221
|
-
import { NumericInputComponent } from "@babylonjs/gui-editor/components/lines/NumericInputComponent";
|
4222
|
-
|
4223
|
-
const _default: {
|
4224
|
-
component: typeof NumericInputComponent;
|
4225
|
-
};
|
4226
|
-
export default _default;
|
4227
|
-
export const Default: StoryObj<typeof NumericInputComponent>;
|
4228
|
-
|
4229
|
-
}
|
4230
|
-
declare module "@babylonjs/gui-editor/stories/lines/OptionsLineComponent.stories" {
|
4231
|
-
/// <reference types="react" />
|
4232
|
-
|
4233
|
-
const _default: {
|
4234
|
-
component: (props: import("@babylonjs/gui-editor/components/lines/OptionsLineComponent").IOptionsLineComponentProps) => JSX.Element;
|
4235
|
-
};
|
4236
|
-
export default _default;
|
4237
|
-
const RenderComponent: (args: any) => JSX.Element;
|
4238
|
-
export const Default: StoryObj<typeof RenderComponent>;
|
4239
|
-
export const WithCustomOptions: StoryObj<typeof RenderComponent>;
|
4240
|
-
export const WithValidation: StoryObj<typeof RenderComponent>;
|
4241
|
-
|
4242
|
-
}
|
4243
|
-
declare module "@babylonjs/gui-editor/stories/MessageDialog.stories" {
|
4244
|
-
/// <reference types="react" />
|
4245
|
-
import { MessageDialogProps } from "@babylonjs/gui-editor/components/MessageDialog";
|
4246
|
-
const _default: {
|
4247
|
-
title: string;
|
4248
|
-
component: import("react").FC<MessageDialogProps>;
|
4249
|
-
};
|
4250
|
-
export default _default;
|
4251
|
-
export const NoError: any;
|
4252
|
-
export const Error: any;
|
4253
|
-
|
4254
|
-
}
|
4255
|
-
declare module "@babylonjs/gui-editor/stories/Toggle.stories" {
|
4256
|
-
/// <reference types="react" />
|
4257
|
-
import { ToggleProps } from "@babylonjs/gui-editor/components/Toggle";
|
4258
|
-
const _default: {
|
4259
|
-
title: string;
|
4260
|
-
component: import("react").FC<ToggleProps>;
|
4261
|
-
};
|
4262
|
-
export default _default;
|
4263
|
-
export const Default: any;
|
4264
|
-
export const Padded: any;
|
4265
|
-
|
4266
4107
|
}
|
4267
4108
|
declare module "@babylonjs/gui-editor/stringTools" {
|
4268
4109
|
export class StringTools {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/gui-editor",
|
3
|
-
"version": "5.33.
|
3
|
+
"version": "5.33.2",
|
4
4
|
"main": "dist/babylon.guiEditor.max.js",
|
5
5
|
"module": "dist/babylon.guiEditor.max.js",
|
6
6
|
"esnext": "dist/babylon.guiEditor.max.js",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"@types/react-dom": ">=16.0.9"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@babylonjs/core": "^5.33.
|
28
|
-
"@babylonjs/gui": "^5.33.
|
27
|
+
"@babylonjs/core": "^5.33.2",
|
28
|
+
"@babylonjs/gui": "^5.33.2",
|
29
29
|
"react": "^17.0.2",
|
30
30
|
"react-dom": "^17.0.2",
|
31
31
|
"rimraf": "^3.0.2",
|