diff --git a/sharedComponents/input/input.component.ts b/sharedComponents/input/input.component.ts index bcff2739..19c5040c 100644 --- a/sharedComponents/input/input.component.ts +++ b/sharedComponents/input/input.component.ts @@ -23,15 +23,15 @@ import {properties} from "../../../../environments/environment"; import {ClickEvent} from "../../utils/click/click-outside-or-esc.directive"; export type InputType = - 'text' - | 'URL' - | 'logoURL' - | 'autocomplete' - | 'autocomplete_soft' - | 'textarea' - | 'select' - | 'chips' - | 'year-range'; + 'text' + | 'URL' + | 'logoURL' + | 'autocomplete' + | 'autocomplete_soft' + | 'textarea' + | 'select' + | 'chips' + | 'year-range'; export interface Option { icon?: string, @@ -70,144 +70,144 @@ declare var UIkit; @Component({ selector: '[dashboard-input], [input]', template: ` -