Some refactoring, more work on the custom theme generator
This commit is contained in:
parent
c4b5f180a6
commit
146552e62c
104 changed files with 382 additions and 1590 deletions
|
@ -6,7 +6,6 @@ import {ShareScreen} from "./UI/ShareScreen";
|
|||
import {FixedUiElement} from "./UI/Base/FixedUiElement";
|
||||
import {CheckBox} from "./UI/Input/CheckBox";
|
||||
import Combine from "./UI/Base/Combine";
|
||||
import {UIEventSource} from "./UI/UIEventSource";
|
||||
import {UIElement} from "./UI/UIElement";
|
||||
import {MoreScreen} from "./UI/MoreScreen";
|
||||
import {Tag} from "./Logic/TagsFilter";
|
||||
|
@ -26,7 +25,8 @@ import {CustomLayout} from "./Logic/CustomLayers";
|
|||
import {Preset} from "./Customizations/LayerDefinition";
|
||||
import {VariableUiElement} from "./UI/Base/VariableUIElement";
|
||||
import {LayerUpdater} from "./Logic/LayerUpdater";
|
||||
import {QueryParameters} from "./Logic/QueryParameters";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
import {QueryParameters} from "./Logic/Web/QueryParameters";
|
||||
|
||||
export class InitUiElements {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue