babylonjs-gui-editor 7.5.0 → 7.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.
@@ -2419,6 +2419,19 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
2419
2419
 
2420
2420
 
2421
2421
 
2422
+ }
2423
+ declare module BABYLON {
2424
+
2425
+ }
2426
+ declare module BABYLON.GuiEditor.SharedUIComponents {
2427
+ export function copyCommandToClipboard(strCommand: string): void;
2428
+ export function getClassNameWithNamespace(obj: any): {
2429
+ className: string;
2430
+ babylonNamespace: string;
2431
+ };
2432
+
2433
+
2434
+
2422
2435
  }
2423
2436
  declare module BABYLON {
2424
2437
 
@@ -2491,6 +2504,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
2491
2504
  isConflict: boolean;
2492
2505
  }): boolean;
2493
2506
  onChange(): void;
2507
+ onCopyClick(): void;
2494
2508
  render(): import("react/jsx-runtime").JSX.Element;
2495
2509
  }
2496
2510
 
@@ -2574,9 +2588,9 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
2574
2588
  updateStateG(value: number): void;
2575
2589
  updateStateB(value: number): void;
2576
2590
  updateStateA(value: number): void;
2577
- copyToClipboard(): void;
2578
2591
  private _convertToColor;
2579
2592
  private _toColor3;
2593
+ onCopyClick(): void;
2580
2594
  render(): import("react/jsx-runtime").JSX.Element;
2581
2595
  }
2582
2596
 
@@ -2728,6 +2742,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
2728
2742
  unlock(): void;
2729
2743
  incrementValue(amount: number, processStep?: boolean): void;
2730
2744
  onKeyDown(event: React.KeyboardEvent<HTMLInputElement>): void;
2745
+ onCopyClick(): void;
2731
2746
  render(): import("react/jsx-runtime").JSX.Element;
2732
2747
  }
2733
2748
 
@@ -3033,6 +3048,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
3033
3048
  raiseOnPropertyChanged(newValue: number, previousValue: number): void;
3034
3049
  setValue(value: string | number): void;
3035
3050
  updateValue(valueString: string): void;
3051
+ onCopyClick(): void;
3036
3052
  render(): import("react/jsx-runtime").JSX.Element;
3037
3053
  }
3038
3054
 
@@ -3111,6 +3127,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
3111
3127
  onChange(newValueString: any): void;
3112
3128
  onInput(newValueString: any): void;
3113
3129
  prepareDataToRead(value: number): number;
3130
+ onCopyClick(): void;
3114
3131
  render(): import("react/jsx-runtime").JSX.Element;
3115
3132
  }
3116
3133
 
@@ -3325,6 +3342,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
3325
3342
  updateStateX(value: number): void;
3326
3343
  updateStateY(value: number): void;
3327
3344
  updateStateZ(value: number): void;
3345
+ onCopyClick(): void;
3328
3346
  render(): import("react/jsx-runtime").JSX.Element;
3329
3347
  }
3330
3348