ej-angular2
Advanced tools
Comparing version 15.1.33-beta-0.0.2 to 15.1.33-beta-0.0.3
{ | ||
"name": "ej-angular2", | ||
"description": "Angular 2 components for Syncfusion JavaScript widgets", | ||
"version": "15.1.33-beta-0.0.2", | ||
"version": "15.1.33-beta-0.0.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "lint": "tslint ej/**/*.ts", |
import { Type } from './core'; | ||
export declare let AccordionComponent: Type<any>; | ||
export declare let AccordionComponent: any; | ||
export declare const EJ_ACCORDION_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let AutocompleteComponent: Type<any>; | ||
export declare let AutocompleteValueAccessor: Type<any>; | ||
export declare let AutocompleteComponent: any; | ||
export declare let AutocompleteValueAccessor: any; | ||
export declare const EJ_AUTOCOMPLETE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let BarcodeComponent: Type<any>; | ||
export declare let BarcodeComponent: any; | ||
export declare const EJ_BARCODE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ButtonComponent: Type<any>; | ||
export declare let ButtonValueAccessor: Type<any>; | ||
export declare let ButtonComponent: any; | ||
export declare let ButtonValueAccessor: any; | ||
export declare const EJ_BUTTON_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let CheckBoxComponent: Type<any>; | ||
export declare let CheckBoxComponent: any; | ||
export declare const EJ_CHECKBOX_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ColorPickerComponent: Type<any>; | ||
export declare let ColorPickerValueAccessor: Type<any>; | ||
export declare let ColorPickerComponent: any; | ||
export declare let ColorPickerValueAccessor: any; | ||
export declare const EJ_COLORPICKER_COMPONENTS: Type<any>[]; |
@@ -34,3 +34,3 @@ import { ViewContainerRef, EventEmitter, QueryList, Type, ElementRef, SimpleChange, ChangeDetectorRef, TemplateRef } from '@angular/core'; | ||
protected createTwoways(twoways: Array<string>): void; | ||
protected addTwoways(prop: any): Function; | ||
protected addTwoways(prop: string): Function; | ||
ngAfterContentInit(): void; | ||
@@ -72,3 +72,3 @@ private static bindAndRaiseEvent(instance, model, event); | ||
ngAfterContentInit(): void; | ||
ngOnChanges(changes: any): void; | ||
ngOnChanges(changes: SimpleChange): void; | ||
getList(): T[]; | ||
@@ -99,3 +99,3 @@ getChangesAndReset(): Array<IChildChange>; | ||
} | ||
export declare function CreateArrayTagDirective(property: string, selector: string, type: any): Type<any>; | ||
export declare function CreateArrayTagDirective(property: string, selector: string, type: Type<any>): Type<any>; | ||
export declare function CreateComponent(controlName: string, componentArgs: { | ||
@@ -102,0 +102,0 @@ selector: string; |
import { Type } from './core'; | ||
export declare let CurrencyTextboxComponent: Type<any>; | ||
export declare let CurrencyTextboxValueAccessor: Type<any>; | ||
export declare let CurrencyTextboxComponent: any; | ||
export declare let CurrencyTextboxValueAccessor: any; | ||
export declare const EJ_CURRENCYTEXTBOX_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let DatePickerComponent: Type<any>; | ||
export declare let DatePickerValueAccessor: Type<any>; | ||
export declare let DatePickerComponent: any; | ||
export declare let DatePickerValueAccessor: any; | ||
export declare const EJ_DATEPICKER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let DateTimePickerComponent: Type<any>; | ||
export declare let DateTimePickerValueAccessor: Type<any>; | ||
export declare let DateTimePickerComponent: any; | ||
export declare let DateTimePickerValueAccessor: any; | ||
export declare const EJ_DATETIMEPICKER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let DialogComponent: Type<any>; | ||
export declare let DialogComponent: any; | ||
export declare const EJ_DIALOG_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let DropDownListComponent: Type<any>; | ||
export declare let DropDownListValueAccessor: Type<any>; | ||
export declare let DropDownListComponent: any; | ||
export declare let DropDownListValueAccessor: any; | ||
export declare const EJ_DROPDOWNLIST_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let FileExplorerComponent: Type<any>; | ||
export declare let FileExplorerComponent: any; | ||
export declare const EJ_FILEEXPLORER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let GanttComponent: Type<any>; | ||
export declare let GanttComponent: any; | ||
export declare const EJ_GANTT_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ListBoxComponent: Type<any>; | ||
export declare let ListBoxComponent: any; | ||
export declare const EJ_LISTBOX_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ListViewComponent: Type<any>; | ||
export declare let ListViewComponent: any; | ||
export declare const EJ_LISTVIEW_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let MaskEditComponent: Type<any>; | ||
export declare let MaskEditValueAccessor: Type<any>; | ||
export declare let MaskEditComponent: any; | ||
export declare let MaskEditValueAccessor: any; | ||
export declare const EJ_MASKEDIT_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let MenuComponent: Type<any>; | ||
export declare let MenuComponent: any; | ||
export declare const EJ_MENU_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let NavigationDrawerComponent: Type<any>; | ||
export declare let NavigationDrawerComponent: any; | ||
export declare const EJ_NAVIGATIONDRAWER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let NumericTextboxComponent: Type<any>; | ||
export declare let NumericTextboxValueAccessor: Type<any>; | ||
export declare let NumericTextboxComponent: any; | ||
export declare let NumericTextboxValueAccessor: any; | ||
export declare const EJ_NUMERICTEXTBOX_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let OverviewComponent: Type<any>; | ||
export declare let OverviewComponent: any; | ||
export declare const EJ_OVERVIEW_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PdfViewerComponent: Type<any>; | ||
export declare let PdfViewerComponent: any; | ||
export declare const EJ_PDFVIEWER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PercentageTextboxComponent: Type<any>; | ||
export declare let PercentageTextboxValueAccessor: Type<any>; | ||
export declare let PercentageTextboxComponent: any; | ||
export declare let PercentageTextboxValueAccessor: any; | ||
export declare const EJ_PERCENTAGETEXTBOX_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PivotChartComponent: Type<any>; | ||
export declare let PivotChartComponent: any; | ||
export declare const EJ_PIVOTCHART_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PivotGaugeComponent: Type<any>; | ||
export declare let PivotGaugeComponent: any; | ||
export declare const EJ_PIVOTGAUGE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PivotGridComponent: Type<any>; | ||
export declare let PivotGridComponent: any; | ||
export declare const EJ_PIVOTGRID_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PivotSchemaDesignerComponent: Type<any>; | ||
export declare let PivotSchemaDesignerComponent: any; | ||
export declare const EJ_PIVOTSCHEMADESIGNER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let PivotTreeMapComponent: Type<any>; | ||
export declare let PivotTreeMapComponent: any; | ||
export declare const EJ_PIVOTTREEMAP_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ProgressBarComponent: Type<any>; | ||
export declare let ProgressBarComponent: any; | ||
export declare const EJ_PROGRESSBAR_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let RadialSliderComponent: Type<any>; | ||
export declare let RadialSliderComponent: any; | ||
export declare const EJ_RADIALSLIDER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let RadioButtonComponent: Type<any>; | ||
export declare let RadioButtonValueAccessor: Type<any>; | ||
export declare let RadioButtonComponent: any; | ||
export declare let RadioButtonValueAccessor: any; | ||
export declare const EJ_RADIOBUTTON_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let RangeNavigatorComponent: Type<any>; | ||
export declare let RangeNavigatorComponent: any; | ||
export declare const EJ_RANGENAVIGATOR_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let RatingComponent: Type<any>; | ||
export declare let RatingComponent: any; | ||
export declare const EJ_RATING_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ReportViewerComponent: Type<any>; | ||
export declare let ReportViewerComponent: any; | ||
export declare const EJ_REPORTVIEWER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let RotatorComponent: Type<any>; | ||
export declare let RotatorComponent: any; | ||
export declare const EJ_ROTATOR_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let RTEComponent: Type<any>; | ||
export declare let RTEValueAccessor: Type<any>; | ||
export declare let RTEComponent: any; | ||
export declare let RTEValueAccessor: any; | ||
export declare const EJ_RTE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ScrollerComponent: Type<any>; | ||
export declare let ScrollerComponent: any; | ||
export declare const EJ_SCROLLER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let SignatureComponent: Type<any>; | ||
export declare let SignatureComponent: any; | ||
export declare const EJ_SIGNATURE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let SliderComponent: Type<any>; | ||
export declare let SliderComponent: any; | ||
export declare const EJ_SLIDER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let SparklineComponent: Type<any>; | ||
export declare let SparklineComponent: any; | ||
export declare const EJ_SPARKLINE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let SplitterComponent: Type<any>; | ||
export declare let SplitterComponent: any; | ||
export declare const EJ_SPLITTER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let SunburstChartComponent: Type<any>; | ||
export declare let SunburstChartComponent: any; | ||
export declare const EJ_SUNBURSTCHART_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let SymbolPaletteComponent: Type<any>; | ||
export declare let SymbolPaletteComponent: any; | ||
export declare const EJ_SYMBOLPALETTE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let TabComponent: Type<any>; | ||
export declare let TabComponent: any; | ||
export declare const EJ_TAB_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let TagCloudComponent: Type<any>; | ||
export declare let TagCloudComponent: any; | ||
export declare const EJ_TAGCLOUD_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let TileComponent: Type<any>; | ||
export declare let TileComponent: any; | ||
export declare const EJ_TILE_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let TimePickerComponent: Type<any>; | ||
export declare let TimePickerValueAccessor: Type<any>; | ||
export declare let TimePickerComponent: any; | ||
export declare let TimePickerValueAccessor: any; | ||
export declare const EJ_TIMEPICKER_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ToggleButtonComponent: Type<any>; | ||
export declare let ToggleButtonComponent: any; | ||
export declare const EJ_TOGGLEBUTTON_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let ToolbarComponent: Type<any>; | ||
export declare let ToolbarComponent: any; | ||
export declare const EJ_TOOLBAR_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let TooltipComponent: Type<any>; | ||
export declare let TooltipComponent: any; | ||
export declare const EJ_TOOLTIP_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let TreeViewComponent: Type<any>; | ||
export declare let TreeViewComponent: any; | ||
export declare const EJ_TREEVIEW_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let UploadboxComponent: Type<any>; | ||
export declare let UploadboxComponent: any; | ||
export declare const EJ_UPLOADBOX_COMPONENTS: Type<any>[]; |
import { Type } from './core'; | ||
export declare let WaitingPopupComponent: Type<any>; | ||
export declare let WaitingPopupComponent: any; | ||
export declare const EJ_WAITINGPOPUP_COMPONENTS: Type<any>[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
452389