@onerjs/gui-editor 8.34.2 → 8.34.3
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.
|
@@ -147,7 +147,7 @@ import { RadioButton } from "@onerjs/gui/2D/controls/radioButton";
|
|
|
147
147
|
import { ImageBasedSlider } from "@onerjs/gui/2D/controls/sliders/imageBasedSlider";
|
|
148
148
|
export class GUINodeTools {
|
|
149
149
|
static ImageControlDefaultUrl: string;
|
|
150
|
-
static CreateControlFromString(data: string):
|
|
150
|
+
static CreateControlFromString(data: string): Line | TextBlock | InputText | ColorPicker | Image | Slider | ImageBasedSlider | StackPanel | Grid | Ellipse | Checkbox | RadioButton | DisplayGrid | Rectangle;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
}
|