forked from MapComplete/MapComplete
Huge refactoring (WIP)
This commit is contained in:
parent
62c4f0a928
commit
895aa132ec
55 changed files with 1177 additions and 2190 deletions
|
@ -2,12 +2,11 @@ import {UIElement} from "../UIElement";
|
|||
import {ImageSearcher} from "../../Logic/ImageSearcher";
|
||||
import {SlideShow} from "./SlideShow";
|
||||
import {UIEventSource} from "../../Logic/UIEventSource";
|
||||
import {TagDependantUIElement} from "../../Customizations/UIElementConstructor";
|
||||
import Combine from "../Base/Combine";
|
||||
import DeleteImage from "./DeleteImage";
|
||||
|
||||
|
||||
export class ImageCarousel extends TagDependantUIElement {
|
||||
export class ImageCarousel extends UIElement{
|
||||
|
||||
public readonly slideshow: SlideShow;
|
||||
|
||||
|
@ -40,19 +39,4 @@ export class ImageCarousel extends TagDependantUIElement {
|
|||
IsKnown(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
IsQuestioning(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
IsSkipped(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
Priority(): number {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue