babylonjs-gui-editor 7.9.0 → 7.10.1
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.
- package/babylon.guiEditor.d.ts +0 -191
- package/babylon.guiEditor.js +1 -1
- package/babylon.guiEditor.js.map +1 -1
- package/babylon.guiEditor.max.js +43 -41
- package/babylon.guiEditor.module.d.ts +0 -349
- package/package.json +3 -3
|
@@ -4252,164 +4252,6 @@ export class PropertyChangedEvent {
|
|
|
4252
4252
|
allowNullValue?: boolean;
|
|
4253
4253
|
}
|
|
4254
4254
|
|
|
4255
|
-
}
|
|
4256
|
-
declare module "babylonjs-gui-editor/stories/bars/CommandBarComponent.stories" {
|
|
4257
|
-
/// <reference types="react" />
|
|
4258
|
-
import { CommandBarComponent } from "babylonjs-gui-editor/components/bars/CommandBarComponent";
|
|
4259
|
-
|
|
4260
|
-
const _default: {
|
|
4261
|
-
|
|
4262
|
-
};
|
|
4263
|
-
export default _default;
|
|
4264
|
-
export const Default: StoryObj<typeof CommandBarComponent>;
|
|
4265
|
-
export const WithArtboardColor: StoryObj<typeof CommandBarComponent>;
|
|
4266
|
-
|
|
4267
|
-
}
|
|
4268
|
-
declare module "babylonjs-gui-editor/stories/bars/CommandButtonComponent.stories" {
|
|
4269
|
-
/// <reference types="react" />
|
|
4270
|
-
import { CommandButtonComponent } from "babylonjs-gui-editor/components/bars/CommandButtonComponent";
|
|
4271
|
-
|
|
4272
|
-
const _default: {
|
|
4273
|
-
|
|
4274
|
-
};
|
|
4275
|
-
export default _default;
|
|
4276
|
-
export const Default: StoryObj<typeof CommandButtonComponent>;
|
|
4277
|
-
|
|
4278
|
-
}
|
|
4279
|
-
declare module "babylonjs-gui-editor/stories/Button.stories" {
|
|
4280
|
-
/// <reference types="react" />
|
|
4281
|
-
import { ButtonProps } from "babylonjs-gui-editor/components/Button";
|
|
4282
|
-
const _default: {
|
|
4283
|
-
title: string;
|
|
4284
|
-
component: import("react").FC<ButtonProps>;
|
|
4285
|
-
};
|
|
4286
|
-
export default _default;
|
|
4287
|
-
export const Default: any;
|
|
4288
|
-
export const Wide: any;
|
|
4289
|
-
export const Small: any;
|
|
4290
|
-
|
|
4291
|
-
}
|
|
4292
|
-
declare module "babylonjs-gui-editor/stories/colorPicker/ColorPicker.stories" {
|
|
4293
|
-
import { ColorPickerComponent } from "babylonjs-gui-editor/components/colorPicker/ColorPicker";
|
|
4294
|
-
|
|
4295
|
-
const _default: {
|
|
4296
|
-
component: typeof ColorPickerComponent;
|
|
4297
|
-
};
|
|
4298
|
-
export default _default;
|
|
4299
|
-
export const Default: StoryObj<typeof ColorPickerComponent>;
|
|
4300
|
-
|
|
4301
|
-
}
|
|
4302
|
-
declare module "babylonjs-gui-editor/stories/Icon.stories" {
|
|
4303
|
-
/// <reference types="react" />
|
|
4304
|
-
import { IconProps } from "babylonjs-gui-editor/components/Icon";
|
|
4305
|
-
const _default: {
|
|
4306
|
-
title: string;
|
|
4307
|
-
component: import("react").FC<IconProps>;
|
|
4308
|
-
};
|
|
4309
|
-
export default _default;
|
|
4310
|
-
export const Light: any;
|
|
4311
|
-
export const Dark: any;
|
|
4312
|
-
|
|
4313
|
-
}
|
|
4314
|
-
declare module "babylonjs-gui-editor/stories/Label.stories" {
|
|
4315
|
-
/// <reference types="react" />
|
|
4316
|
-
import { LabelProps } from "babylonjs-gui-editor/components/Label";
|
|
4317
|
-
const _default: {
|
|
4318
|
-
title: string;
|
|
4319
|
-
component: import("react").FC<LabelProps>;
|
|
4320
|
-
};
|
|
4321
|
-
export default _default;
|
|
4322
|
-
export const Default: any;
|
|
4323
|
-
|
|
4324
|
-
}
|
|
4325
|
-
declare module "babylonjs-gui-editor/stories/layout/FlexibleGridLayout.stories" {
|
|
4326
|
-
/// <reference types="react" />
|
|
4327
|
-
import { IFlexibleGridLayoutProps } from "babylonjs-gui-editor/components/layout/FlexibleGridLayout";
|
|
4328
|
-
import { FlexibleGridLayout } from "babylonjs-gui-editor/components/layout/FlexibleGridLayout";
|
|
4329
|
-
|
|
4330
|
-
const _default: {
|
|
4331
|
-
component: import("react").FC<IFlexibleGridLayoutProps>;
|
|
4332
|
-
};
|
|
4333
|
-
export default _default;
|
|
4334
|
-
export const Default: StoryObj<typeof FlexibleGridLayout>;
|
|
4335
|
-
export const TwoColumn: StoryObj<typeof FlexibleGridLayout>;
|
|
4336
|
-
|
|
4337
|
-
}
|
|
4338
|
-
declare module "babylonjs-gui-editor/stories/lines/ColorLineComponent.stories" {
|
|
4339
|
-
import { ColorLineComponent } from "babylonjs-gui-editor/components/lines/ColorLineComponent";
|
|
4340
|
-
|
|
4341
|
-
const _default: {
|
|
4342
|
-
component: typeof ColorLineComponent;
|
|
4343
|
-
};
|
|
4344
|
-
export default _default;
|
|
4345
|
-
export const Default: StoryObj<typeof ColorLineComponent>;
|
|
4346
|
-
|
|
4347
|
-
}
|
|
4348
|
-
declare module "babylonjs-gui-editor/stories/lines/ColorPickerLineComponent.stories" {
|
|
4349
|
-
import { ColorPickerLineComponent } from "babylonjs-gui-editor/components/lines/ColorPickerLineComponent";
|
|
4350
|
-
|
|
4351
|
-
const _default: {
|
|
4352
|
-
component: typeof ColorPickerLineComponent;
|
|
4353
|
-
};
|
|
4354
|
-
export default _default;
|
|
4355
|
-
export const Default: StoryObj<typeof ColorPickerLineComponent>;
|
|
4356
|
-
|
|
4357
|
-
}
|
|
4358
|
-
declare module "babylonjs-gui-editor/stories/lines/FileButtonLineComponent.stories" {
|
|
4359
|
-
import { FileButtonLineComponent } from "babylonjs-gui-editor/components/lines/FileButtonLineComponent";
|
|
4360
|
-
|
|
4361
|
-
const _default: {
|
|
4362
|
-
component: typeof FileButtonLineComponent;
|
|
4363
|
-
};
|
|
4364
|
-
export default _default;
|
|
4365
|
-
export const Default: StoryObj<typeof FileButtonLineComponent>;
|
|
4366
|
-
|
|
4367
|
-
}
|
|
4368
|
-
declare module "babylonjs-gui-editor/stories/lines/NumericInputComponent.stories" {
|
|
4369
|
-
import { NumericInputComponent } from "babylonjs-gui-editor/components/lines/NumericInputComponent";
|
|
4370
|
-
|
|
4371
|
-
const _default: {
|
|
4372
|
-
component: typeof NumericInputComponent;
|
|
4373
|
-
};
|
|
4374
|
-
export default _default;
|
|
4375
|
-
export const Default: StoryObj<typeof NumericInputComponent>;
|
|
4376
|
-
|
|
4377
|
-
}
|
|
4378
|
-
declare module "babylonjs-gui-editor/stories/lines/OptionsLineComponent.stories" {
|
|
4379
|
-
|
|
4380
|
-
const _default: {
|
|
4381
|
-
component: (props: import("babylonjs-gui-editor/components/lines/OptionsLineComponent").IOptionsLineComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
4382
|
-
};
|
|
4383
|
-
export default _default;
|
|
4384
|
-
|
|
4385
|
-
export const Default: StoryObj<typeof RenderComponent>;
|
|
4386
|
-
export const WithCustomOptions: StoryObj<typeof RenderComponent>;
|
|
4387
|
-
export const WithValidation: StoryObj<typeof RenderComponent>;
|
|
4388
|
-
|
|
4389
|
-
}
|
|
4390
|
-
declare module "babylonjs-gui-editor/stories/MessageDialog.stories" {
|
|
4391
|
-
/// <reference types="react" />
|
|
4392
|
-
import { MessageDialogProps } from "babylonjs-gui-editor/components/MessageDialog";
|
|
4393
|
-
const _default: {
|
|
4394
|
-
title: string;
|
|
4395
|
-
component: import("react").FC<MessageDialogProps>;
|
|
4396
|
-
};
|
|
4397
|
-
export default _default;
|
|
4398
|
-
export const NoError: any;
|
|
4399
|
-
export const Error: any;
|
|
4400
|
-
|
|
4401
|
-
}
|
|
4402
|
-
declare module "babylonjs-gui-editor/stories/Toggle.stories" {
|
|
4403
|
-
/// <reference types="react" />
|
|
4404
|
-
import { ToggleProps } from "babylonjs-gui-editor/components/Toggle";
|
|
4405
|
-
const _default: {
|
|
4406
|
-
title: string;
|
|
4407
|
-
component: import("react").FC<ToggleProps>;
|
|
4408
|
-
};
|
|
4409
|
-
export default _default;
|
|
4410
|
-
export const Default: any;
|
|
4411
|
-
export const Padded: any;
|
|
4412
|
-
|
|
4413
4255
|
}
|
|
4414
4256
|
declare module "babylonjs-gui-editor/stringTools" {
|
|
4415
4257
|
export class StringTools {
|
|
@@ -8899,197 +8741,6 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
8899
8741
|
|
|
8900
8742
|
|
|
8901
8743
|
|
|
8902
|
-
}
|
|
8903
|
-
declare module BABYLON {
|
|
8904
|
-
|
|
8905
|
-
}
|
|
8906
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8907
|
-
/// <reference types="react" />
|
|
8908
|
-
var _default: {
|
|
8909
|
-
component: ICommandBarComponentProps>;
|
|
8910
|
-
};
|
|
8911
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.CommandBarComponent>;
|
|
8912
|
-
export var WithArtboardColor: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.CommandBarComponent>;
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
}
|
|
8917
|
-
declare module BABYLON {
|
|
8918
|
-
|
|
8919
|
-
}
|
|
8920
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8921
|
-
/// <reference types="react" />
|
|
8922
|
-
var _default: {
|
|
8923
|
-
component: ICommandButtonComponentProps>;
|
|
8924
|
-
};
|
|
8925
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.CommandButtonComponent>;
|
|
8926
|
-
|
|
8927
|
-
|
|
8928
|
-
|
|
8929
|
-
}
|
|
8930
|
-
declare module BABYLON {
|
|
8931
|
-
|
|
8932
|
-
}
|
|
8933
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8934
|
-
/// <reference types="react" />
|
|
8935
|
-
var _default: {
|
|
8936
|
-
title: string;
|
|
8937
|
-
component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.ButtonProps>;
|
|
8938
|
-
};
|
|
8939
|
-
export var Default: any;
|
|
8940
|
-
export var Wide: any;
|
|
8941
|
-
export var Small: any;
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
|
|
8945
|
-
}
|
|
8946
|
-
declare module BABYLON {
|
|
8947
|
-
|
|
8948
|
-
}
|
|
8949
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8950
|
-
var _default: {
|
|
8951
|
-
component: typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerComponent;
|
|
8952
|
-
};
|
|
8953
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerComponent>;
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
}
|
|
8958
|
-
declare module BABYLON {
|
|
8959
|
-
|
|
8960
|
-
}
|
|
8961
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8962
|
-
/// <reference types="react" />
|
|
8963
|
-
var _default: {
|
|
8964
|
-
title: string;
|
|
8965
|
-
component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.IconProps>;
|
|
8966
|
-
};
|
|
8967
|
-
export var Light: any;
|
|
8968
|
-
export var Dark: any;
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
}
|
|
8973
|
-
declare module BABYLON {
|
|
8974
|
-
|
|
8975
|
-
}
|
|
8976
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8977
|
-
/// <reference types="react" />
|
|
8978
|
-
var _default: {
|
|
8979
|
-
title: string;
|
|
8980
|
-
component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.LabelProps>;
|
|
8981
|
-
};
|
|
8982
|
-
export var Default: any;
|
|
8983
|
-
|
|
8984
|
-
|
|
8985
|
-
|
|
8986
|
-
}
|
|
8987
|
-
declare module BABYLON {
|
|
8988
|
-
|
|
8989
|
-
}
|
|
8990
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
8991
|
-
/// <reference types="react" />
|
|
8992
|
-
var _default: {
|
|
8993
|
-
component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.IFlexibleGridLayoutProps>;
|
|
8994
|
-
};
|
|
8995
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.FlexibleGridLayout>;
|
|
8996
|
-
export var TwoColumn: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.FlexibleGridLayout>;
|
|
8997
|
-
|
|
8998
|
-
|
|
8999
|
-
|
|
9000
|
-
}
|
|
9001
|
-
declare module BABYLON {
|
|
9002
|
-
|
|
9003
|
-
}
|
|
9004
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9005
|
-
var _default: {
|
|
9006
|
-
component: typeof BABYLON.GuiEditor.SharedUIComponents.ColorLineComponent;
|
|
9007
|
-
};
|
|
9008
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.ColorLineComponent>;
|
|
9009
|
-
|
|
9010
|
-
|
|
9011
|
-
|
|
9012
|
-
}
|
|
9013
|
-
declare module BABYLON {
|
|
9014
|
-
|
|
9015
|
-
}
|
|
9016
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9017
|
-
var _default: {
|
|
9018
|
-
component: typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerLineComponent;
|
|
9019
|
-
};
|
|
9020
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerLineComponent>;
|
|
9021
|
-
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
}
|
|
9025
|
-
declare module BABYLON {
|
|
9026
|
-
|
|
9027
|
-
}
|
|
9028
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9029
|
-
var _default: {
|
|
9030
|
-
component: typeof BABYLON.GuiEditor.SharedUIComponents.FileButtonLineComponent;
|
|
9031
|
-
};
|
|
9032
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.FileButtonLineComponent>;
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
}
|
|
9037
|
-
declare module BABYLON {
|
|
9038
|
-
|
|
9039
|
-
}
|
|
9040
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9041
|
-
var _default: {
|
|
9042
|
-
component: typeof BABYLON.GuiEditor.SharedUIComponents.NumericInputComponent;
|
|
9043
|
-
};
|
|
9044
|
-
export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.NumericInputComponent>;
|
|
9045
|
-
|
|
9046
|
-
|
|
9047
|
-
|
|
9048
|
-
}
|
|
9049
|
-
declare module BABYLON {
|
|
9050
|
-
|
|
9051
|
-
}
|
|
9052
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9053
|
-
var _default: {
|
|
9054
|
-
component: (props: JSX.Element;
|
|
9055
|
-
};
|
|
9056
|
-
const RenderComponent: (args: any) => import("react/jsx-runtime").JSX.Element;
|
|
9057
|
-
export var Default: StoryObj<typeof RenderComponent>;
|
|
9058
|
-
export var WithCustomOptions: StoryObj<typeof RenderComponent>;
|
|
9059
|
-
export var WithValidation: StoryObj<typeof RenderComponent>;
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
}
|
|
9064
|
-
declare module BABYLON {
|
|
9065
|
-
|
|
9066
|
-
}
|
|
9067
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9068
|
-
/// <reference types="react" />
|
|
9069
|
-
var _default: {
|
|
9070
|
-
title: string;
|
|
9071
|
-
component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.MessageDialogProps>;
|
|
9072
|
-
};
|
|
9073
|
-
export var NoError: any;
|
|
9074
|
-
export var Error: any;
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
}
|
|
9079
|
-
declare module BABYLON {
|
|
9080
|
-
|
|
9081
|
-
}
|
|
9082
|
-
declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
9083
|
-
/// <reference types="react" />
|
|
9084
|
-
var _default: {
|
|
9085
|
-
title: string;
|
|
9086
|
-
component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.ToggleProps>;
|
|
9087
|
-
};
|
|
9088
|
-
export var Default: any;
|
|
9089
|
-
export var Padded: any;
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
8744
|
}
|
|
9094
8745
|
declare module BABYLON {
|
|
9095
8746
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui-editor",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.10.1",
|
|
4
4
|
"main": "babylon.guiEditor.max.js",
|
|
5
5
|
"types": "babylon.guiEditor.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.
|
|
18
|
-
"babylonjs-gui": "^7.
|
|
17
|
+
"babylonjs": "^7.10.1",
|
|
18
|
+
"babylonjs-gui": "^7.10.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|