@factory-utils/tools
Version:
Set of genericised angular2+ components used in most of Advanced SCHEMA - Factory's projects.
61 lines (60 loc) • 4.45 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { LocaleService } from './services/locale/locale.service';
import * as i0 from "@angular/core";
import * as i1 from "./directives/click-outside/click-outside.directive";
import * as i2 from "./directives/mouseup-outside/mouseup-outside.directive";
import * as i3 from "./directives/value-validator/value-validator.directive";
import * as i4 from "./components/calendar/calendar.component";
import * as i5 from "./components/checkbox/checkbox.component";
import * as i6 from "./components/confirm/confirm.component";
import * as i7 from "./components/counter/counter.component";
import * as i8 from "./components/date-slider/date-slider.component";
import * as i9 from "./components/dropdown/dropdown.component";
import * as i10 from "./components/element-list/element-list.component";
import * as i11 from "./components/excel-button/excel-button.component";
import * as i12 from "./components/generator-container/generator-container.component";
import * as i13 from "./components/input-date/input-date.component";
import * as i14 from "./components/input-number/input-number.component";
import * as i15 from "./components/menu/menu.component";
import * as i16 from "./components/rich-text/rich-text.component";
import * as i17 from "./components/search/search.component";
import * as i18 from "./components/simple-text/simple-text.component";
import * as i19 from "./components/slider/slider.component";
import * as i20 from "./components/switch/switch.component";
import * as i21 from "./components/tooltip/tooltip.component";
import * as i22 from "@angular/common";
import * as i23 from "@angular/platform-browser";
import * as i24 from "@ngx-translate/core";
import * as i25 from "@angular/forms";
import * as i26 from "ngx-scrollbar";
import * as i27 from "ngx-scrollbar/reached-event";
import * as i28 from "ngx-quill";
export interface Position {
x: string;
y: string;
width?: string;
}
export interface DefaultSelectableElement {
label: string;
value: string | number;
expanded?: boolean;
disabled?: boolean;
isHoverElement?: boolean;
isPartiallySelected?: boolean;
isFullySelected?: boolean;
}
export type SelectableElement = DefaultSelectableElement | DefaultSelectableElement[];
export type ElementsList = SelectableElement | SelectableElement[];
export interface FoldableIcons {
expanded: string;
collapsed: string;
}
export declare function factory(): void;
export declare class FactoryUtilsToolsModule {
static forRoot(): ModuleWithProviders<FactoryUtilsToolsModule>;
static forChild(): ModuleWithProviders<FactoryUtilsToolsModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<FactoryUtilsToolsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FactoryUtilsToolsModule, [typeof i1.ClickOutsideDirective, typeof i2.MouseUpOutsideDirective, typeof i3.ValueValidatorDirective, typeof i4.CalendarComponent, typeof i5.CheckboxComponent, typeof i6.ConfirmComponent, typeof i7.CounterComponent, typeof i8.DateSliderComponent, typeof i9.DropdownComponent, typeof i10.ElementListComponent, typeof i11.ExcelButtonComponent, typeof i12.GeneratorContainerComponent, typeof i13.InputDateComponent, typeof i14.InputNumberComponent, typeof i15.MenuComponent, typeof i16.RichTextComponent, typeof i17.SearchComponent, typeof i18.SimpleTextComponent, typeof i19.SliderComponent, typeof i20.SwitchComponent, typeof i21.TooltipComponent], [typeof i22.CommonModule, typeof i23.BrowserModule, typeof i24.TranslateModule, typeof i25.FormsModule, typeof i26.NgScrollbarModule, typeof i27.NgScrollReached, typeof i28.QuillModule], [typeof i1.ClickOutsideDirective, typeof i2.MouseUpOutsideDirective, typeof i3.ValueValidatorDirective, typeof i4.CalendarComponent, typeof i5.CheckboxComponent, typeof i6.ConfirmComponent, typeof i7.CounterComponent, typeof i8.DateSliderComponent, typeof i9.DropdownComponent, typeof i10.ElementListComponent, typeof i11.ExcelButtonComponent, typeof i12.GeneratorContainerComponent, typeof i13.InputDateComponent, typeof i14.InputNumberComponent, typeof i15.MenuComponent, typeof i16.RichTextComponent, typeof i17.SearchComponent, typeof i18.SimpleTextComponent, typeof i19.SliderComponent, typeof i20.SwitchComponent, typeof i21.TooltipComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FactoryUtilsToolsModule>;
}
export declare function getLanguage(localeService: LocaleService): string;