Fix build
This commit is contained in:
parent
0c5205136b
commit
e001576d9f
1 changed files with 0 additions and 8 deletions
8
test.ts
8
test.ts
|
@ -11,7 +11,6 @@ import { FixedUiElement } from "./UI/Base/FixedUiElement"
|
|||
import Title from "./UI/Base/Title"
|
||||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import ValidatedInput from "./UI/InputElement/ValidatedInput.svelte"
|
||||
import LevelSelector from "./UI/InputElement/Helpers/LevelSelector.svelte"
|
||||
|
||||
function testspecial() {
|
||||
const layout = new LayoutConfig(<any>theme, true) // qp.data === "" ? : new AllKnownLayoutsLazy().get(qp.data)
|
||||
|
@ -48,13 +47,6 @@ function testinput() {
|
|||
new Combine(els).SetClass("flex flex-col").AttachTo("maindiv")
|
||||
}
|
||||
|
||||
function testElevator() {
|
||||
const floors = new ImmutableStore(["0", "1", "1.5", "2"])
|
||||
const value = new UIEventSource<string>(undefined)
|
||||
new SvelteUIElement(LevelSelector, { floors, value }).AttachTo("maindiv")
|
||||
new VariableUiElement(value).AttachTo("extradiv")
|
||||
}
|
||||
testElevator()
|
||||
//testinput()
|
||||
/*/
|
||||
testspecial()
|
||||
|
|
Loading…
Reference in a new issue