@babylonjs/shared-ui-components 8.1.1 → 8.2.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.
Files changed (96) hide show
  1. package/colorPicker/colorComponentEntry.d.ts +1 -1
  2. package/colorPicker/colorPicker.d.ts +1 -1
  3. package/colorPicker/hexColor.d.ts +1 -1
  4. package/components/Button.d.ts +2 -1
  5. package/components/Button.js.map +1 -1
  6. package/components/bars/CommandBarComponent.d.ts +2 -2
  7. package/components/bars/CommandBarComponent.js.map +1 -1
  8. package/components/colorPicker/ColorComponentEntry.d.ts +1 -1
  9. package/components/colorPicker/ColorPicker.d.ts +1 -1
  10. package/components/colorPicker/HexColor.d.ts +1 -1
  11. package/components/layout/DraggableIcon.d.ts +1 -1
  12. package/components/layout/FlexibleColumn.d.ts +2 -2
  13. package/components/layout/FlexibleColumn.js.map +1 -1
  14. package/components/layout/FlexibleDragHandler.d.ts +2 -2
  15. package/components/layout/FlexibleDragHandler.js.map +1 -1
  16. package/components/layout/FlexibleDropZone.d.ts +2 -2
  17. package/components/layout/FlexibleDropZone.js.map +1 -1
  18. package/components/layout/FlexibleGridLayout.d.ts +1 -1
  19. package/components/layout/FlexibleResizeBar.d.ts +1 -1
  20. package/components/layout/FlexibleTab.d.ts +1 -1
  21. package/components/layout/FlexibleTabsContainer.d.ts +1 -1
  22. package/components/layout/LayoutContext.d.ts +1 -1
  23. package/components/layout/utils.d.ts +1 -1
  24. package/components/lines/ColorLineComponent.d.ts +3 -5
  25. package/components/lines/ColorPickerLineComponent.d.ts +2 -4
  26. package/components/lines/NumericInputComponent.d.ts +1 -1
  27. package/components/reactGraphSystem/GraphConnectorHandle.d.ts +2 -2
  28. package/components/reactGraphSystem/GraphConnectorHandle.js +1 -1
  29. package/components/reactGraphSystem/GraphConnectorHandle.js.map +1 -1
  30. package/components/reactGraphSystem/GraphContainer.d.ts +2 -2
  31. package/components/reactGraphSystem/GraphContainer.js.map +1 -1
  32. package/components/reactGraphSystem/GraphLinesContainer.d.ts +2 -2
  33. package/components/reactGraphSystem/GraphLinesContainer.js.map +1 -1
  34. package/components/reactGraphSystem/GraphNode.d.ts +2 -2
  35. package/components/reactGraphSystem/GraphNode.js.map +1 -1
  36. package/components/reactGraphSystem/GraphNodesContainer.d.ts +2 -2
  37. package/components/reactGraphSystem/GraphNodesContainer.js.map +1 -1
  38. package/components/reactGraphSystem/NodeRenderer.d.ts +2 -2
  39. package/components/reactGraphSystem/NodeRenderer.js.map +1 -1
  40. package/components/reactGraphSystem/useGraphContext.d.ts +1 -1
  41. package/lines/checkBoxLineComponent.d.ts +1 -1
  42. package/lines/color3LineComponent.d.ts +2 -2
  43. package/lines/color4LineComponent.d.ts +2 -2
  44. package/lines/colorLineComponent.d.ts +3 -5
  45. package/lines/colorPickerComponent.d.ts +2 -4
  46. package/lines/floatLineComponent.d.ts +2 -2
  47. package/lines/hexLineComponent.d.ts +2 -2
  48. package/lines/lineContainerComponent.d.ts +1 -1
  49. package/lines/matrixLineComponent.d.ts +2 -2
  50. package/lines/numericInputComponent.d.ts +1 -1
  51. package/lines/optionsLineComponent.d.ts +1 -1
  52. package/lines/sliderLineComponent.d.ts +2 -2
  53. package/lines/targetsProxy.d.ts +1 -1
  54. package/lines/textInputLineComponent.d.ts +2 -2
  55. package/lines/vector2LineComponent.d.ts +2 -2
  56. package/lines/vector3LineComponent.d.ts +2 -2
  57. package/lines/vector4LineComponent.d.ts +2 -2
  58. package/nodeGraphSystem/automaticProperties.d.ts +1 -1
  59. package/nodeGraphSystem/frameNodePort.d.ts +6 -6
  60. package/nodeGraphSystem/graphCanvas.d.ts +9 -9
  61. package/nodeGraphSystem/graphFrame.d.ts +4 -4
  62. package/nodeGraphSystem/graphNode.d.ts +7 -7
  63. package/nodeGraphSystem/interfaces/displayManager.d.ts +3 -3
  64. package/nodeGraphSystem/interfaces/nodeContainer.d.ts +2 -2
  65. package/nodeGraphSystem/interfaces/nodeData.d.ts +1 -1
  66. package/nodeGraphSystem/interfaces/portData.d.ts +1 -1
  67. package/nodeGraphSystem/interfaces/propertyComponentProps.d.ts +2 -2
  68. package/nodeGraphSystem/interfaces/selectionChangedOptions.d.ts +5 -5
  69. package/nodeGraphSystem/nodeLink.d.ts +4 -4
  70. package/nodeGraphSystem/nodePort.d.ts +6 -6
  71. package/nodeGraphSystem/propertyLedger.d.ts +1 -1
  72. package/nodeGraphSystem/searchBox.d.ts +1 -1
  73. package/nodeGraphSystem/stateManager.d.ts +9 -9
  74. package/nodeGraphSystem/tools.d.ts +4 -4
  75. package/nodeGraphSystem/typeLedger.d.ts +4 -4
  76. package/nodeGraphSystem/types/framePortData.d.ts +2 -2
  77. package/package.json +3 -3
  78. package/split/splitContainer.d.ts +3 -2
  79. package/split/splitContainer.js.map +1 -1
  80. package/split/splitter.d.ts +1 -1
  81. package/tabs/propertyGrids/gui/checkboxPropertyGridComponent.d.ts +2 -2
  82. package/tabs/propertyGrids/gui/colorPickerPropertyGridComponent.d.ts +2 -2
  83. package/tabs/propertyGrids/gui/commonControlPropertyGridComponent.d.ts +2 -2
  84. package/tabs/propertyGrids/gui/controlPropertyGridComponent.d.ts +2 -2
  85. package/tabs/propertyGrids/gui/ellipsePropertyGridComponent.d.ts +2 -2
  86. package/tabs/propertyGrids/gui/gridPropertyGridComponent.d.ts +2 -2
  87. package/tabs/propertyGrids/gui/imageBasedSliderPropertyGridComponent.d.ts +2 -2
  88. package/tabs/propertyGrids/gui/imagePropertyGridComponent.d.ts +2 -2
  89. package/tabs/propertyGrids/gui/inputTextPropertyGridComponent.d.ts +2 -2
  90. package/tabs/propertyGrids/gui/linePropertyGridComponent.d.ts +2 -2
  91. package/tabs/propertyGrids/gui/radioButtonPropertyGridComponent.d.ts +2 -2
  92. package/tabs/propertyGrids/gui/rectanglePropertyGridComponent.d.ts +2 -2
  93. package/tabs/propertyGrids/gui/scrollViewerPropertyGridComponent.d.ts +2 -2
  94. package/tabs/propertyGrids/gui/sliderPropertyGridComponent.d.ts +2 -2
  95. package/tabs/propertyGrids/gui/stackPanelPropertyGridComponent.d.ts +2 -2
  96. package/tabs/propertyGrids/gui/textBlockPropertyGridComponent.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- import type { ControlledSize } from "./splitContext";
1
+ import type { ControlledSize } from "./splitContext.js";
2
2
  /**
3
3
  * Splitter component properties
4
4
  */
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { Checkbox } from "@babylonjs/gui/2D/controls/checkbox.js";
6
6
  interface ICheckboxPropertyGridComponentProps {
7
7
  checkbox: Checkbox;
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
4
  import type { ColorPicker } from "@babylonjs/gui/2D/controls/colorpicker.js";
5
- import type { LockObject } from "../lockObject";
5
+ import type { LockObject } from "../lockObject.js";
6
6
  interface IColorPickerPropertyGridComponentProps {
7
7
  colorPicker: ColorPicker;
8
8
  lockObject: LockObject;
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
4
  import { Control } from "@babylonjs/gui/2D/controls/control.js";
5
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
5
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
6
6
  interface ICommonControlPropertyGridComponentProps {
7
7
  controls?: Control[];
8
8
  control?: Control;
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
4
  import type { Control } from "@babylonjs/gui/2D/controls/control.js";
5
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
5
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
6
6
  interface IControlPropertyGridComponentProps {
7
7
  control: Control;
8
8
  lockObject: LockObject;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { Ellipse } from "@babylonjs/gui/2D/controls/ellipse.js";
6
6
  interface IEllipsePropertyGridComponentProps {
7
7
  ellipse: Ellipse;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { Grid } from "@babylonjs/gui/2D/controls/grid.js";
6
6
  interface IGridPropertyGridComponentProps {
7
7
  grid: Grid;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { ImageBasedSlider } from "@babylonjs/gui/2D/controls/sliders/imageBasedSlider.js";
6
6
  interface IImageBasedSliderPropertyGridComponentProps {
7
7
  imageBasedSlider: ImageBasedSlider;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import { Image } from "@babylonjs/gui/2D/controls/image.js";
6
6
  interface IImagePropertyGridComponentProps {
7
7
  image: Image;
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
4
  import type { InputText } from "@babylonjs/gui/2D/controls/inputText.js";
5
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
5
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
6
6
  interface IInputTextPropertyGridComponentProps {
7
7
  inputText: InputText;
8
8
  lockObject: LockObject;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { Line } from "@babylonjs/gui/2D/controls/line.js";
6
6
  interface ILinePropertyGridComponentProps {
7
7
  line: Line;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { RadioButton } from "@babylonjs/gui/2D/controls/radioButton.js";
6
6
  interface IRadioButtonPropertyGridComponentProps {
7
7
  radioButtons: RadioButton[];
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { Rectangle } from "@babylonjs/gui/2D/controls/rectangle.js";
6
6
  interface IRectanglePropertyGridComponentProps {
7
7
  rectangle: Rectangle;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { ScrollViewer } from "@babylonjs/gui/2D/controls/scrollViewers/scrollViewer.js";
6
6
  interface IScrollViewerPropertyGridComponentProps {
7
7
  scrollViewer: ScrollViewer;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../lockObject.js";
5
5
  import type { Slider } from "@babylonjs/gui/2D/controls/sliders/slider.js";
6
6
  interface ISliderPropertyGridComponentProps {
7
7
  slider: Slider;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
4
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
5
5
  import type { StackPanel } from "@babylonjs/gui/2D/controls/stackPanel.js";
6
6
  interface IStackPanelPropertyGridComponentProps {
7
7
  stackPanel: StackPanel;
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import type { Observable } from "@babylonjs/core/Misc/observable.js";
3
- import type { PropertyChangedEvent } from "../../../propertyChangedEvent";
3
+ import type { PropertyChangedEvent } from "../../../propertyChangedEvent.js";
4
4
  import type { TextBlock } from "@babylonjs/gui/2D/controls/textBlock.js";
5
- import type { LockObject } from "../../../tabs/propertyGrids/lockObject";
5
+ import type { LockObject } from "../../../tabs/propertyGrids/lockObject.js";
6
6
  interface ITextBlockPropertyGridComponentProps {
7
7
  textBlock: TextBlock;
8
8
  lockObject: LockObject;