Skip to content

Commit

Permalink
Essential Studio v19.4.0.48 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syncfusion-JavaScript committed Jan 31, 2022
1 parent 41617c8 commit f9a50a3
Show file tree
Hide file tree
Showing 231 changed files with 3,474 additions and 3,445 deletions.
206 changes: 103 additions & 103 deletions dist/amd/aurelia-syncfusion-bridge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejAccordion extends WidgetBase {
constructor(element?: any);
}
export class ejBarcode extends WidgetBase {
export class ejAutocomplete extends WidgetBase {
constructor(element?: any);
}
export class ejAutocomplete extends WidgetBase {
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejBulletGraph extends WidgetBase {
Expand All @@ -160,12 +160,90 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejCircularGauge extends WidgetBase {
constructor(element?: any);
}
export class ejComboBox extends WidgetBase {
export class ejColorPicker extends WidgetBase {
constructor(element?: any);
}
export class ejColorPicker extends WidgetBase {
export class ejComboBox extends WidgetBase {
constructor(element?: any);
}
export {
customAttribute,
bindable,
inject,
inlineView,
customElement,
children,
TemplatingEngine
};
export const constants: any;
export function generateBindables(controlName?: any, inputs?: any, twoWayProperties?: any, abbrevProperties?: any, observerCollection?: any): any;
export function delayed(): any;

/**
* To get binded events from the element
* @param element The Element from which events acquired
*/
export function getEventOption(element?: any): any;

/**
* Fire DOM event on an element
* @param element The Element which the DOM event will be fired on
* @param name The Event's name
* @param data Addition data to attach to an event
*/
export function fireEvent(element: Element, name: string, data?: any): any;
export class TemplateProcessor {
constructor(context?: any, templateEngine?: any);
initTemplate(): any;
initWidgetDependancies(): any;
renderStringTemplate(self?: any, selector?: any, data?: any, index?: any): any;
compileTemplate(element?: any): any;
clearTempalte(): any;
unbindViews(obj?: any): any;
}
export class Template {
template: any;
constructor(target?: any);
}
export class Util {
getBindablePropertyName(propertyName: string): string;
_unhyphenate(name: string): string;
getOptions(model?: any, properties?: any): any;
getControlPropertyName(options?: any, propertyName?: any): any;
hasValue(prop?: any): any;
processData(value?: any): any;
}
export class WidgetBase {

/**
* To Create an widget
* @param option Object which contains Element in which widget will be created
*/
createWidget(option?: any): any;
bind(ctx?: any, overrideCtx?: any): any;
createTwoWays(): any;
addTwoways(prop?: any): any;

/**
* To get property and event options from the element
* @param element Element from which options are acquired
*/
getWidgetOptions(element?: any): any;
getChildProperties(options?: any): any;
attached(): any;
unsubscribe(): any;
unbind(): any;

/**
* To change widget model value
* @param property The viewModel property name
* @param newValue New value of the property
* @param oldvalue Pld value of the property
*/
propertyChanged(property?: any, newValue?: any, oldValue?: any): any;
update(e?: any): any;
detached(): any;
}
export class ejCurrencyTextbox extends WidgetBase {
constructor(element?: any);
}
Expand All @@ -178,10 +256,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejDateTimePicker extends WidgetBase {
constructor(element?: any);
}
export class ejDialog extends WidgetBase {
export class ejDiagram extends WidgetBase {
constructor(element?: any);
}
export class ejDiagram extends WidgetBase {
export class ejDialog extends WidgetBase {
constructor(element?: any);
}
export class ejDigitalGauge extends WidgetBase {
Expand All @@ -196,9 +274,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejGantt extends WidgetBase {
constructor(element?: any);
}
export class ejGroupButton extends WidgetBase {
constructor(element?: any);
}
export class Column {
template: any;
setTemplates(): any;
Expand All @@ -207,6 +282,9 @@ declare module 'aurelia-syncfusion-bridge' {
columns: any;
constructor(element?: any, templateEngine?: any);
}
export class ejGroupButton extends WidgetBase {
constructor(element?: any);
}
export class ejHeatMap extends WidgetBase {
constructor(element?: any);
}
Expand Down Expand Up @@ -257,10 +335,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPdfViewer extends WidgetBase {
constructor(element?: any);
}
export class ejPivotChart extends WidgetBase {
export class ejPercentageTextbox extends WidgetBase {
constructor(element?: any);
}
export class ejPercentageTextbox extends WidgetBase {
export class ejPivotChart extends WidgetBase {
constructor(element?: any);
}
export class ejPivotGauge extends WidgetBase {
Expand All @@ -272,13 +350,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPivotSchemaDesigner extends WidgetBase {
constructor(element?: any);
}
export class ejProgressBar extends WidgetBase {
constructor(element?: any);
}
export class ejPivotTreeMap extends WidgetBase {
constructor(element?: any);
}
export class ejRadialSlider extends WidgetBase {
export class ejProgressBar extends WidgetBase {
constructor(element?: any);
}
export class Item {
Expand All @@ -289,6 +364,9 @@ declare module 'aurelia-syncfusion-bridge' {
items: any;
constructor(element?: any, templateEngine?: any);
}
export class ejRadialSlider extends WidgetBase {
constructor(element?: any);
}
export class ejRadioButton extends WidgetBase {
constructor(element?: any);
}
Expand All @@ -299,24 +377,24 @@ declare module 'aurelia-syncfusion-bridge' {
export class RangeSeries {

}
export class ejRibbon extends WidgetBase {
export class ejRating extends WidgetBase {
constructor(element?: any);
}
export class ejRating extends WidgetBase {
export class ejRibbon extends WidgetBase {
constructor(element?: any);
}
export class ejRotator extends WidgetBase {
constructor(element?: any);
}
export class ejRte extends WidgetBase {
constructor(element?: any);
}
export class ejSchedule extends WidgetBase {
resources: any;
constructor(element?: any);
}
export class ScheduleResource {

}
export class ejRte extends WidgetBase {
constructor(element?: any);
}
export class ejScroller extends WidgetBase {
constructor(element?: any);
Expand All @@ -333,10 +411,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejSpellCheck extends WidgetBase {
constructor(element?: any);
}
export class ejSplitter extends WidgetBase {
export class ejSplitButton extends WidgetBase {
constructor(element?: any);
}
export class ejSplitButton extends WidgetBase {
export class ejSplitter extends WidgetBase {
constructor(element?: any);
}
export class Sheet {
Expand All @@ -346,15 +424,15 @@ declare module 'aurelia-syncfusion-bridge' {
sheets: any;
constructor(element?: any);
}
export class ejSymbolPalette extends WidgetBase {
constructor(element?: any);
}
export class ejSunburstChart extends WidgetBase {
levels: any;
constructor(element?: any);
}
export class SunburstLevels {

}
export class ejSymbolPalette extends WidgetBase {
constructor(element?: any);
}
export class ejTab extends WidgetBase {
constructor(element?: any);
Expand Down Expand Up @@ -401,82 +479,4 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejWaitingPopup extends WidgetBase {
constructor(element?: any);
}
export {
customAttribute,
bindable,
inject,
inlineView,
customElement,
children,
TemplatingEngine
};
export const constants: any;
export function generateBindables(controlName?: any, inputs?: any, twoWayProperties?: any, abbrevProperties?: any, observerCollection?: any): any;
export function delayed(): any;

/**
* To get binded events from the element
* @param element The Element from which events acquired
*/
export function getEventOption(element?: any): any;

/**
* Fire DOM event on an element
* @param element The Element which the DOM event will be fired on
* @param name The Event's name
* @param data Addition data to attach to an event
*/
export function fireEvent(element: Element, name: string, data?: any): any;
export class TemplateProcessor {
constructor(context?: any, templateEngine?: any);
initTemplate(): any;
initWidgetDependancies(): any;
renderStringTemplate(self?: any, selector?: any, data?: any, index?: any): any;
compileTemplate(element?: any): any;
clearTempalte(): any;
unbindViews(obj?: any): any;
}
export class Template {
template: any;
constructor(target?: any);
}
export class Util {
getBindablePropertyName(propertyName: string): string;
_unhyphenate(name: string): string;
getOptions(model?: any, properties?: any): any;
getControlPropertyName(options?: any, propertyName?: any): any;
hasValue(prop?: any): any;
processData(value?: any): any;
}
export class WidgetBase {

/**
* To Create an widget
* @param option Object which contains Element in which widget will be created
*/
createWidget(option?: any): any;
bind(ctx?: any, overrideCtx?: any): any;
createTwoWays(): any;
addTwoways(prop?: any): any;

/**
* To get property and event options from the element
* @param element Element from which options are acquired
*/
getWidgetOptions(element?: any): any;
getChildProperties(options?: any): any;
attached(): any;
unsubscribe(): any;
unbind(): any;

/**
* To change widget model value
* @param property The viewModel property name
* @param newValue New value of the property
* @param oldvalue Pld value of the property
*/
propertyChanged(property?: any, newValue?: any, oldValue?: any): any;
update(e?: any): any;
detached(): any;
}
}
Loading

0 comments on commit f9a50a3

Please sign in to comment.