Skip to content

Commit

Permalink
Essential Studio v19.2.0.44 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syncfusion-JavaScript committed Jun 30, 2021
1 parent 0fb80fb commit 99b725f
Show file tree
Hide file tree
Showing 503 changed files with 1,277 additions and 187,379 deletions.
18 changes: 7 additions & 11 deletions dist/amd/aurelia-syncfusion-bridge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ declare module 'aurelia-syncfusion-bridge' {
ejPivotSchemaDesigner(): EjConfigBuilder;
ejPivotTreeMap(): EjConfigBuilder;
ejWaitingPopup(): EjConfigBuilder;
ejReportViewer(): EjConfigBuilder;
ejSchedule(): EjConfigBuilder;
ejUploadbox(): EjConfigBuilder;
ejSignature(): EjConfigBuilder;
Expand All @@ -132,9 +131,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejAccordion extends WidgetBase {
constructor(element?: any);
}
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejAutocomplete extends WidgetBase {
constructor(element?: any);
}
Expand All @@ -144,6 +140,9 @@ declare module 'aurelia-syncfusion-bridge' {
}
export class QualitativeRange {

}
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejButton extends WidgetBase {
constructor(element?: any);
Expand Down Expand Up @@ -333,10 +332,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPager extends WidgetBase {
constructor(element?: any);
}
export class ejPercentageTextbox extends WidgetBase {
export class ejPdfViewer extends WidgetBase {
constructor(element?: any);
}
export class ejPdfViewer extends WidgetBase {
export class ejPercentageTextbox extends WidgetBase {
constructor(element?: any);
}
export class ejPivotChart extends WidgetBase {
Expand All @@ -348,10 +347,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPivotGrid extends WidgetBase {
constructor(element?: any);
}
export class ejPivotTreeMap extends WidgetBase {
export class ejPivotSchemaDesigner extends WidgetBase {
constructor(element?: any);
}
export class ejPivotSchemaDesigner extends WidgetBase {
export class ejPivotTreeMap extends WidgetBase {
constructor(element?: any);
}
export class ejProgressBar extends WidgetBase {
Expand Down Expand Up @@ -381,9 +380,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejRating extends WidgetBase {
constructor(element?: any);
}
export class ejReportViewer extends WidgetBase {
constructor(element?: any);
}
export class ejRibbon extends WidgetBase {
constructor(element?: any);
}
Expand Down
7 changes: 1 addition & 6 deletions dist/amd/config-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(['exports', 'aurelia-pal'], function (exports, _aureliaPal) {
}

EjConfigBuilder.prototype.useAll = function useAll() {
this.ejGrid().ejChart().ejSunburstChart().ejMap().ejTreeMap().ejRangeNavigator().ejDiagram().ejHeatMap().ejHeatMapLegend().ejSparkline().ejSymbolPalette().ejOverview().ejPager().ejBulletGraph().ejCircularGauge().ejLinearGauge().ejDigitalGauge().ejSplitter().ejDatePicker().ejGantt().ejTreeGrid().ejColorPicker().ejDialog().ejScroller().ejBarcode().ejPdfViewer().ejNumericTextbox().ejCurrencyTextbox().ejPercentageTextbox().ejTimePicker().ejToolbar().ejMenu().ejMaskEdit().ejTreeView().ejKanban().ejRibbon().ejSpreadsheet().ejRating().ejListBox().ejListView().ejNavigationDrawer().ejRotator().ejRTE().ejDropDownList().ejComboBox().ejAutocomplete().ejRadialMenu().ejRadialSlider().ejTile().ejAccordion().ejTab().ejCheckBox().ejRadioButton().ejToggleButton().ejSplitButton().ejGroupButton().ejDateTimePicker().ejDateRangePicker().ejProgressBar().ejTagCloud().ejButton().ejSlider().ejFileExplorer().ejPivotGrid().ejPivotChart().ejPivotGauge().ejPivotSchemaDesigner().ejPivotTreeMap().ejWaitingPopup().ejReportViewer().ejSchedule().ejUploadbox().ejSignature().ejTooltip().ejSpellCheck().ejTemplate();
this.ejGrid().ejChart().ejSunburstChart().ejMap().ejTreeMap().ejRangeNavigator().ejDiagram().ejHeatMap().ejHeatMapLegend().ejSparkline().ejSymbolPalette().ejOverview().ejPager().ejBulletGraph().ejCircularGauge().ejLinearGauge().ejDigitalGauge().ejSplitter().ejDatePicker().ejGantt().ejTreeGrid().ejColorPicker().ejDialog().ejScroller().ejBarcode().ejPdfViewer().ejNumericTextbox().ejCurrencyTextbox().ejPercentageTextbox().ejTimePicker().ejToolbar().ejMenu().ejMaskEdit().ejTreeView().ejKanban().ejRibbon().ejSpreadsheet().ejRating().ejListBox().ejListView().ejNavigationDrawer().ejRotator().ejRTE().ejDropDownList().ejComboBox().ejAutocomplete().ejRadialMenu().ejRadialSlider().ejTile().ejAccordion().ejTab().ejCheckBox().ejRadioButton().ejToggleButton().ejSplitButton().ejGroupButton().ejDateTimePicker().ejDateRangePicker().ejProgressBar().ejTagCloud().ejButton().ejSlider().ejFileExplorer().ejPivotGrid().ejPivotChart().ejPivotGauge().ejPivotSchemaDesigner().ejPivotTreeMap().ejWaitingPopup().ejSchedule().ejUploadbox().ejSignature().ejTooltip().ejSpellCheck().ejTemplate();
return this;
};

Expand Down Expand Up @@ -386,11 +386,6 @@ define(['exports', 'aurelia-pal'], function (exports, _aureliaPal) {
return this;
};

EjConfigBuilder.prototype.ejReportViewer = function ejReportViewer() {
this.resources.push(_aureliaPal.PLATFORM.moduleName('./reportviewer/reportviewer'));
return this;
};

EjConfigBuilder.prototype.ejSchedule = function ejSchedule() {
this.resources.push(_aureliaPal.PLATFORM.moduleName('./schedule/schedule'));
this.resources.push(_aureliaPal.PLATFORM.moduleName('./schedule/scheduleresource'));
Expand Down
18 changes: 7 additions & 11 deletions dist/aurelia-syncfusion-bridge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ declare module 'aurelia-syncfusion-bridge' {
ejPivotSchemaDesigner(): EjConfigBuilder;
ejPivotTreeMap(): EjConfigBuilder;
ejWaitingPopup(): EjConfigBuilder;
ejReportViewer(): EjConfigBuilder;
ejSchedule(): EjConfigBuilder;
ejUploadbox(): EjConfigBuilder;
ejSignature(): EjConfigBuilder;
Expand All @@ -128,9 +127,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejAccordion extends WidgetBase {
constructor(element?: any);
}
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejAutocomplete extends WidgetBase {
constructor(element?: any);
}
Expand All @@ -140,6 +136,9 @@ declare module 'aurelia-syncfusion-bridge' {
}
export class QualitativeRange {

}
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejButton extends WidgetBase {
constructor(element?: any);
Expand Down Expand Up @@ -329,10 +328,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPager extends WidgetBase {
constructor(element?: any);
}
export class ejPercentageTextbox extends WidgetBase {
export class ejPdfViewer extends WidgetBase {
constructor(element?: any);
}
export class ejPdfViewer extends WidgetBase {
export class ejPercentageTextbox extends WidgetBase {
constructor(element?: any);
}
export class ejPivotChart extends WidgetBase {
Expand All @@ -344,10 +343,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPivotGrid extends WidgetBase {
constructor(element?: any);
}
export class ejPivotTreeMap extends WidgetBase {
export class ejPivotSchemaDesigner extends WidgetBase {
constructor(element?: any);
}
export class ejPivotSchemaDesigner extends WidgetBase {
export class ejPivotTreeMap extends WidgetBase {
constructor(element?: any);
}
export class ejProgressBar extends WidgetBase {
Expand Down Expand Up @@ -377,9 +376,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejRating extends WidgetBase {
constructor(element?: any);
}
export class ejReportViewer extends WidgetBase {
constructor(element?: any);
}
export class ejRibbon extends WidgetBase {
constructor(element?: any);
}
Expand Down
69 changes: 26 additions & 43 deletions dist/aurelia-syncfusion-bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class EjConfigBuilder {
.ejPivotSchemaDesigner()
.ejPivotTreeMap()
.ejWaitingPopup()
.ejReportViewer()
.ejSchedule()
.ejUploadbox()
.ejSignature()
Expand Down Expand Up @@ -391,10 +390,6 @@ export class EjConfigBuilder {
this.resources.push(PLATFORM.moduleName('./waitingpopup/waitingpopup'));
return this;
}
ejReportViewer(): EjConfigBuilder {
this.resources.push(PLATFORM.moduleName('./reportviewer/reportviewer'));
return this;
}
ejSchedule(): EjConfigBuilder {
this.resources.push(PLATFORM.moduleName('./schedule/schedule'));
this.resources.push(PLATFORM.moduleName('./schedule/scheduleresource'));
Expand Down Expand Up @@ -450,18 +445,6 @@ export class ejAccordion extends WidgetBase {
}


@customElement(`${constants.elementPrefix}barcode`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejBarcode', ['barcodeToTextGapHeight', 'barHeight', 'darkBarColor', 'displayText', 'enabled', 'encodeStartStopSymbol', 'lightBarColor', 'narrowBarWidth', 'quietZone', 'symbologyType', 'text', 'textColor', 'wideBarWidth', 'xDimension'])
@inject(Element)
export class ejBarcode extends WidgetBase {
constructor(element) {
super();
this.element = element;
}
}


@customAttribute(`${constants.attributePrefix}autocomplete`)
@generateBindables('ejAutocomplete', ['addNewText', 'allowAddNew', 'allowSorting', 'animateType', 'autoFocus', 'caseSensitiveSearch', 'cssClass', 'dataSource', 'delaySuggestionTimeout', 'delimiterChar', 'emptyResultText', 'enableAutoFill', 'enabled', 'enableDistinct', 'enablePersistence', 'enableRTL', 'fields', 'filterType', 'height', 'highlightSearch', 'itemsCount', 'ignoreAccent', 'locale', 'minCharacter', 'multiColumnSettings', 'multiSelectMode', 'popupHeight', 'popupWidth', 'query', 'readOnly', 'selectValueByKey', 'showEmptyResultText', 'showLoadingIcon', 'showPopupButton', 'showRoundedCorner', 'showResetIcon', 'sortOrder', 'template', 'validationMessage', 'validationRules', 'value', 'visible', 'watermarkText', 'width'], ['value', 'selectValueByKey'], {'enableRTL': ['enableRtl']})
@inject(Element)
Expand Down Expand Up @@ -497,6 +480,18 @@ export class QualitativeRange {
}


@customElement(`${constants.elementPrefix}barcode`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejBarcode', ['barcodeToTextGapHeight', 'barHeight', 'darkBarColor', 'displayText', 'enabled', 'encodeStartStopSymbol', 'lightBarColor', 'narrowBarWidth', 'quietZone', 'symbologyType', 'text', 'textColor', 'wideBarWidth', 'xDimension'])
@inject(Element)
export class ejBarcode extends WidgetBase {
constructor(element) {
super();
this.element = element;
}
}


@customAttribute(`${constants.attributePrefix}button`)
@generateBindables('ejButton', ['contentType', 'cssClass', 'enabled', 'enableRTL', 'height', 'htmlAttributes', 'imagePosition', 'prefixIcon', 'repeatButton', 'showRoundedCorner', 'size', 'suffixIcon', 'text', 'timeInterval', 'type', 'width'], [], {'enableRTL': ['enableRtl']})
@inject(Element)
Expand Down Expand Up @@ -1394,25 +1389,25 @@ export class ejPager extends WidgetBase {
}


@customAttribute(`${constants.attributePrefix}percentage-textbox`)
@generateBindables('ejPercentageTextbox', ['currencySymbol', 'cssClass', 'decimalPlaces', 'enabled', 'enablePersistence', 'enableRTL', 'enableStrictMode', 'groupSize', 'groupSeparator', 'height', 'htmlAttributes', 'incrementStep', 'locale', 'maxValue', 'minValue', 'name', 'negativePattern', 'positivePattern', 'readOnly', 'showRoundedCorner', 'showSpinButton', 'validateOnType', 'validationMessage', 'validationRules', 'value', 'watermarkText', 'width'], ['value'], {'enableRTL': ['enableRtl']})
@customElement(`${constants.elementPrefix}pdf-viewer`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejPdfViewer', ['locale', 'toolbarSettings', 'serverActionSettings', 'serviceUrl', 'documentPath', 'enableTextMarkupAnnotations', 'enableHighlightAnnotation', 'enableUnderlineAnnotation', 'enableStrikethroughAnnotation', 'enableSignature', 'strikethroughSettings', 'underlineSettings', 'highlightSettings', 'signatureSettings', 'textSelectionContextMenu', 'annotationContextMenu', 'annotationType', 'pageCount', 'currentPageNumber', 'zoomPercentage', 'pdfService', 'interactionMode', 'bufferingMode', 'hyperlinkOpenState', 'enableHyperlink', 'enableTextSelection', 'isResponsive', 'isDocumentEdited', 'allowClientBuffering', 'fileName'])
@inject(Element)
export class ejPercentageTextbox extends WidgetBase {
export class ejPdfViewer extends WidgetBase {
constructor(element) {
super();
this.isEditor = true;
this.element = element;
}
}


@customElement(`${constants.elementPrefix}pdf-viewer`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejPdfViewer', ['locale', 'toolbarSettings', 'serverActionSettings', 'serviceUrl', 'documentPath', 'enableTextMarkupAnnotations', 'enableHighlightAnnotation', 'enableUnderlineAnnotation', 'enableStrikethroughAnnotation', 'enableSignature', 'strikethroughSettings', 'underlineSettings', 'highlightSettings', 'signatureSettings', 'textSelectionContextMenu', 'annotationContextMenu', 'annotationType', 'pageCount', 'currentPageNumber', 'zoomPercentage', 'pdfService', 'interactionMode', 'bufferingMode', 'hyperlinkOpenState', 'enableHyperlink', 'enableTextSelection', 'isResponsive', 'isDocumentEdited', 'allowClientBuffering', 'fileName'])
@customAttribute(`${constants.attributePrefix}percentage-textbox`)
@generateBindables('ejPercentageTextbox', ['currencySymbol', 'cssClass', 'decimalPlaces', 'enabled', 'enablePersistence', 'enableRTL', 'enableStrictMode', 'groupSize', 'groupSeparator', 'height', 'htmlAttributes', 'incrementStep', 'locale', 'maxValue', 'minValue', 'name', 'negativePattern', 'positivePattern', 'readOnly', 'showRoundedCorner', 'showSpinButton', 'validateOnType', 'validationMessage', 'validationRules', 'value', 'watermarkText', 'width'], ['value'], {'enableRTL': ['enableRtl']})
@inject(Element)
export class ejPdfViewer extends WidgetBase {
export class ejPercentageTextbox extends WidgetBase {
constructor(element) {
super();
this.isEditor = true;
this.element = element;
}
}
Expand Down Expand Up @@ -1454,23 +1449,23 @@ export class ejPivotGrid extends WidgetBase {
}


@customElement(`${constants.elementPrefix}pivot-tree-map`)
@customElement(`${constants.elementPrefix}pivot-schema-designer`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejPivotTreeMap', ['cssClass', 'dataSource', 'customObject', 'isResponsive', 'locale', 'operationalMode', 'serviceMethodSettings', 'url', 'enableXHRCredentials'])
@generateBindables('ejPivotSchemaDesigner', ['cssClass', 'customObject', 'enableWrapper', 'enableRTL', 'olap', 'enableDragDrop', 'height', 'locale', 'pivotControl', 'serviceMethods', 'url', 'width', 'layout'], [], {'enableRTL': ['enableRtl']})
@inject(Element)
export class ejPivotTreeMap extends WidgetBase {
export class ejPivotSchemaDesigner extends WidgetBase {
constructor(element) {
super();
this.element = element;
}
}


@customElement(`${constants.elementPrefix}pivot-schema-designer`)
@customElement(`${constants.elementPrefix}pivot-tree-map`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejPivotSchemaDesigner', ['cssClass', 'customObject', 'enableWrapper', 'enableRTL', 'olap', 'enableDragDrop', 'height', 'locale', 'pivotControl', 'serviceMethods', 'url', 'width', 'layout'], [], {'enableRTL': ['enableRtl']})
@generateBindables('ejPivotTreeMap', ['cssClass', 'dataSource', 'customObject', 'isResponsive', 'locale', 'operationalMode', 'serviceMethodSettings', 'url', 'enableXHRCredentials'])
@inject(Element)
export class ejPivotSchemaDesigner extends WidgetBase {
export class ejPivotTreeMap extends WidgetBase {
constructor(element) {
super();
this.element = element;
Expand Down Expand Up @@ -1580,18 +1575,6 @@ export class ejRating extends WidgetBase {
}


@customElement(`${constants.elementPrefix}report-viewer`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejReportViewer', ['dataSources', 'enablePageCache', 'exportSettings', 'isResponsive', 'locale', 'pageSettings', 'parameters', 'parameterSettings', 'printMode', 'printOption', 'processingMode', 'renderMode', 'reportPath', 'reportServerUrl', 'reportServiceUrl', 'toolbarSettings', 'zoomFactor', 'serviceAuthorizationToken', 'enableParameterBlockScroller', 'enableDatasourceBlockScroller', 'sizeToReportContent', 'autoRender', 'enableNotificationBar', 'enableDropDownSearch', 'enablePageVirtualization', 'showExceptionsInDialog'])
@inject(Element)
export class ejReportViewer extends WidgetBase {
constructor(element) {
super();
this.element = element;
}
}


@customElement(`${constants.elementPrefix}ribbon`)
@inlineView(`${constants.aureliaTemplateString}`)
@generateBindables('ejRibbon', ['allowResizing', 'isResponsive', 'buttonDefaults', 'showQAT', 'cssClass', 'collapsePinSettings', 'enableOnDemand', 'collapsible', 'enableRTL', 'expandPinSettings', 'applicationTab', 'contextualTabs', 'disabledItemIndex', 'enabledItemIndex', 'selectedItemIndex', 'tabs', 'locale', 'width'], [], {'enableRTL': ['enableRtl']})
Expand Down
18 changes: 7 additions & 11 deletions dist/commonjs/aurelia-syncfusion-bridge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ declare module 'aurelia-syncfusion-bridge' {
ejPivotSchemaDesigner(): EjConfigBuilder;
ejPivotTreeMap(): EjConfigBuilder;
ejWaitingPopup(): EjConfigBuilder;
ejReportViewer(): EjConfigBuilder;
ejSchedule(): EjConfigBuilder;
ejUploadbox(): EjConfigBuilder;
ejSignature(): EjConfigBuilder;
Expand All @@ -132,9 +131,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejAccordion extends WidgetBase {
constructor(element?: any);
}
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejAutocomplete extends WidgetBase {
constructor(element?: any);
}
Expand All @@ -144,6 +140,9 @@ declare module 'aurelia-syncfusion-bridge' {
}
export class QualitativeRange {

}
export class ejBarcode extends WidgetBase {
constructor(element?: any);
}
export class ejButton extends WidgetBase {
constructor(element?: any);
Expand Down Expand Up @@ -333,10 +332,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPager extends WidgetBase {
constructor(element?: any);
}
export class ejPercentageTextbox extends WidgetBase {
export class ejPdfViewer extends WidgetBase {
constructor(element?: any);
}
export class ejPdfViewer extends WidgetBase {
export class ejPercentageTextbox extends WidgetBase {
constructor(element?: any);
}
export class ejPivotChart extends WidgetBase {
Expand All @@ -348,10 +347,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejPivotGrid extends WidgetBase {
constructor(element?: any);
}
export class ejPivotTreeMap extends WidgetBase {
export class ejPivotSchemaDesigner extends WidgetBase {
constructor(element?: any);
}
export class ejPivotSchemaDesigner extends WidgetBase {
export class ejPivotTreeMap extends WidgetBase {
constructor(element?: any);
}
export class ejProgressBar extends WidgetBase {
Expand Down Expand Up @@ -381,9 +380,6 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejRating extends WidgetBase {
constructor(element?: any);
}
export class ejReportViewer extends WidgetBase {
constructor(element?: any);
}
export class ejRibbon extends WidgetBase {
constructor(element?: any);
}
Expand Down
Loading

0 comments on commit 99b725f

Please sign in to comment.