Refactoring: port unit picker

This commit is contained in:
Pieter Vander Vennet 2023-06-11 01:32:30 +02:00
parent 622df2df19
commit 2b05d79dbb
8 changed files with 188 additions and 67 deletions

View file

@ -3,6 +3,13 @@ import * as theme from "./assets/generated/themes/bookcases.json"
import ThemeViewState from "./Models/ThemeViewState"
import Combine from "./UI/Base/Combine"
import SpecialVisualizations from "./UI/SpecialVisualizations"
import ValidatedInput from "./UI/InputElement/ValidatedInput.svelte";
import SvelteUIElement from "./UI/Base/SvelteUIElement";
import {UIEventSource} from "./Logic/UIEventSource";
import {Unit} from "./Models/Unit";
import {Denomination} from "./Models/Denomination";
import {VariableUiElement} from "./UI/Base/VariableUIElement";
import {FixedUiElement} from "./UI/Base/FixedUiElement";
function testspecial() {
const layout = new LayoutConfig(<any>theme, true) // qp.data === "" ? : new AllKnownLayoutsLazy().get(qp.data)
@ -14,7 +21,6 @@ function testspecial() {
new Combine(all).AttachTo("maindiv")
}
/*/
testspecial()
//*/