babylonjs-gui-editor 8.4.2 → 8.6.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.
@@ -181,7 +181,7 @@ declare module BABYLON {
181
181
  private _backgroundColor;
182
182
  private _outlines;
183
183
  keys: KeyboardManager;
184
- private _fromPG;
184
+ private _fromPg;
185
185
  /** DO NOT USE: in the process of removing */
186
186
  blockKeyboardEvents: boolean;
187
187
  onOutlineChangedObservable: Observable<void>;
@@ -1343,7 +1343,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
1343
1343
  /**
1344
1344
  * Used by both particleSystem and alphaBlendModes
1345
1345
  */
1346
- export var commonBlendModes: {
1346
+ export var CommonBlendModes: {
1347
1347
  label: string;
1348
1348
  value: number;
1349
1349
  }[];
@@ -1352,14 +1352,14 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
1352
1352
  * The below ParticleSystem consts were defined before new Engine alpha blend modes were added, so we have to reference
1353
1353
  * the ParticleSystem.FOO consts explicitly (as the underlying var values are different - they get mapped to engine consts within baseParticleSystem.ts)
1354
1354
  */
1355
- export var blendModeOptions: {
1355
+ export var BlendModeOptions: {
1356
1356
  label: string;
1357
1357
  value: number;
1358
1358
  }[];
1359
1359
  /**
1360
1360
  * Used to populated the alphaMode dropdown in our various tools (Node Editor, Inspector, etc.)
1361
1361
  */
1362
- export var alphaModeOptions: {
1362
+ export var AlphaModeOptions: {
1363
1363
  label: string;
1364
1364
  value: number;
1365
1365
  }[];
@@ -2900,7 +2900,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
2900
2900
  isOpen: boolean;
2901
2901
  }
2902
2902
  export class TextureButtonLine extends React.Component<ITextureButtonLineProps, ITextureButtonLineState> {
2903
- private static _IDGenerator;
2903
+ private static _IdGenerator;
2904
2904
  private _id;
2905
2905
  private _uploadInputRef;
2906
2906
  constructor(props: ITextureButtonLineProps);
@@ -3499,7 +3499,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
3499
3499
  iconLabel?: string;
3500
3500
  }
3501
3501
  export class FileMultipleButtonLineComponent extends React.Component<IFileMultipleButtonLineComponentProps> {
3502
- private static _IDGenerator;
3502
+ private static _IdGenerator;
3503
3503
  private _id;
3504
3504
  private _uploadInputRef;
3505
3505
  constructor(props: IFileMultipleButtonLineComponentProps);
@@ -3523,7 +3523,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
3523
3523
  iconLabel?: string;
3524
3524
  }
3525
3525
  export class FileButtonLine extends React.Component<IFileButtonLineProps> {
3526
- private static _IDGenerator;
3526
+ private static _IdGenerator;
3527
3527
  private _id;
3528
3528
  private _uploadInputRef;
3529
3529
  constructor(props: IFileButtonLineProps);
@@ -4259,7 +4259,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
4259
4259
  iconLabel?: string;
4260
4260
  }
4261
4261
  export class FileButtonLineComponent extends React.Component<IFileButtonLineComponentProps> {
4262
- private static _IDGenerator;
4262
+ private static _IdGenerator;
4263
4263
  private _id;
4264
4264
  private _uploadInputRef;
4265
4265
  constructor(props: IFileButtonLineComponentProps);