Skip to content

Commit

Permalink
chore(all):prepare-release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karthickthangasamy committed May 9, 2017
1 parent e68cf2b commit c194ffb
Show file tree
Hide file tree
Showing 118 changed files with 1,043 additions and 644 deletions.
20 changes: 13 additions & 7 deletions dist/amd/aurelia-syncfusion-bridge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ declare module 'aurelia-syncfusion-bridge' {
import 'syncfusion-javascript/Scripts/ej/datavisualization/ej.circulargauge.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.colorpicker.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.editor.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.daterangepicker.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.datepicker.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.datetimepicker.min';
import 'syncfusion-javascript/Scripts/ej/datavisualization/ej.diagram.min';
Expand Down Expand Up @@ -74,16 +75,16 @@ declare module 'aurelia-syncfusion-bridge' {
import 'syncfusion-javascript/Scripts/ej/web/ej.radialslider.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.radiobutton.min';
import 'syncfusion-javascript/Scripts/ej/datavisualization/ej.rangenavigator.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.rating.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.reportviewer.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.rating.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.ribbon.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.rotator.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.rte.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.schedule.min';
import 'syncfusion-javascript/Scripts/ej/common/ej.scroller.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.signature.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.slider.min';
import 'syncfusion-javascript/Scripts/ej/datavisualization/ej.sparkline.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.slider.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.splitbutton.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.splitter.min';
import 'syncfusion-javascript/Scripts/ej/web/ej.spreadsheet.min';
Expand Down Expand Up @@ -175,6 +176,7 @@ declare module 'aurelia-syncfusion-bridge' {
ejSplitButton(): EjConfigBuilder;
ejGroupButton(): EjConfigBuilder;
ejDateTimePicker(): EjConfigBuilder;
ejDateRangePicker(): EjConfigBuilder;
ejProgressBar(): EjConfigBuilder;
ejTagCloud(): EjConfigBuilder;
ejButton(): EjConfigBuilder;
Expand Down Expand Up @@ -283,6 +285,7 @@ declare module 'aurelia-syncfusion-bridge' {
* @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;

Expand All @@ -306,6 +309,9 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejCurrencyTextbox extends WidgetBase {
constructor(element?: any);
}
export class ejDateRangePicker extends WidgetBase {
constructor(element?: any);
}
export class ejDatePicker extends WidgetBase {
constructor(element?: any);
}
Expand Down Expand Up @@ -433,10 +439,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class RangeSeries {

}
export class ejRating extends WidgetBase {
export class ejReportViewer extends WidgetBase {
constructor(element?: any);
}
export class ejReportViewer extends WidgetBase {
export class ejRating extends WidgetBase {
constructor(element?: any);
}
export class ejRibbon extends WidgetBase {
Expand All @@ -461,10 +467,10 @@ declare module 'aurelia-syncfusion-bridge' {
export class ejSignature extends WidgetBase {
constructor(element?: any);
}
export class ejSlider extends WidgetBase {
export class ejSparkline extends WidgetBase {
constructor(element?: any);
}
export class ejSparkline extends WidgetBase {
export class ejSlider extends WidgetBase {
constructor(element?: any);
}
export class ejSplitButton extends WidgetBase {
Expand Down Expand Up @@ -516,7 +522,7 @@ declare module 'aurelia-syncfusion-bridge' {
constructor(element?: any, templateEngine?: any);
}
export class TreeGridColumn {
template: any;
angularTemplate: any;
setTemplates(): any;
}
export class Level {
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/chart/series.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define(['exports', '../common/constants', '../common/decorators', '../common/com

var _dec, _dec2, _dec3, _class;

var Series = exports.Series = (_dec = (0, _common.inlineView)('' + _constants.constants.aureliaTemplateString), _dec2 = (0, _common.customElement)(_constants.constants.elementPrefix + 'series'), _dec3 = (0, _decorators.generateBindables)('series', ['bearFillColor', 'border', 'bullFillColor', 'columnFacet', 'columnWidth', 'columnSpacing', 'stackingGroup', 'dashArray', 'dataSource', 'doughnutCoefficient', 'doughnutSize', 'drawType', 'enableAnimation', 'enableSmartLabels', 'endAngle', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'fill', 'font', 'funnelHeight', 'funnelWidth', 'gapRatio', 'isClosed', 'isStacking', 'isTransposed', 'showMedian', 'labelPosition', 'boxPlotMode', 'lineCap', 'lineJoin', 'marker', 'name', 'opacity', 'outlierSettings', 'palette', 'pieCoefficient', 'emptyPointSettings', 'positiveFill', 'connectorLine', 'dragSettings', 'errorBar', 'points', 'pyramidMode', 'query', 'startAngle', 'cornerRadius', 'tooltip', 'type', 'visibility', 'visibleOnLegend', 'xAxisName', 'xName', 'yAxisName', 'yName', 'high', 'low', 'open', 'close', 'pointColorMappingName', 'zOrder', 'size', 'trendlines', 'highlightSettings', 'selectionSettings']), _dec(_class = _dec2(_class = _dec3(_class = function Series() {
var Series = exports.Series = (_dec = (0, _common.inlineView)('' + _constants.constants.aureliaTemplateString), _dec2 = (0, _common.customElement)(_constants.constants.elementPrefix + 'series'), _dec3 = (0, _decorators.generateBindables)('series', ['bearFillColor', 'border', 'bullFillColor', 'columnFacet', 'columnWidth', 'columnSpacing', 'stackingGroup', 'dashArray', 'dataSource', 'doughnutCoefficient', 'doughnutSize', 'drawType', 'enableAnimation', 'enableSmartLabels', 'endAngle', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'fill', 'font', 'funnelHeight', 'funnelWidth', 'gapRatio', 'isClosed', 'isStacking', 'isTransposed', 'showMedian', 'labelPosition', 'splitMode', 'boxPlotMode', 'lineCap', 'lineJoin', 'marker', 'name', 'opacity', 'outlierSettings', 'palette', 'pieCoefficient', 'pieOfPieCoefficient', 'splitValue', 'gapWidth', 'emptyPointSettings', 'positiveFill', 'connectorLine', 'dragSettings', 'errorBar', 'points', 'pyramidMode', 'query', 'startAngle', 'cornerRadius', 'tooltip', 'type', 'visibility', 'visibleOnLegend', 'xAxisName', 'xName', 'yAxisName', 'yName', 'high', 'low', 'open', 'close', 'pointColorMappingName', 'zOrder', 'size', 'trendlines', 'highlightSettings', 'selectionSettings']), _dec(_class = _dec2(_class = _dec3(_class = function Series() {
_classCallCheck(this, Series);
}) || _class) || _class) || _class);
});
2 changes: 1 addition & 1 deletion dist/amd/circulargauge/circulargauge.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(['exports', '../common/widget-base', '../common/constants', '../common/de

var _dec, _dec2, _dec3, _dec4, _class;

var ejCircularGauge = exports.ejCircularGauge = (_dec = (0, _common.customElement)(_constants.constants.elementPrefix + 'circular-gauge'), _dec2 = (0, _common.inlineView)('' + _constants.constants.aureliaTemplateString), _dec3 = (0, _decorators.generateBindables)('ejCircularGauge', ['animationSpeed', 'backgroundColor', 'distanceFromCorner', 'enableAnimation', 'frame', 'gaugePosition', 'height', 'interiorGradient', 'isRadialGradient', 'isResponsive', 'maximum', 'minimum', 'outerCustomLabelPosition', 'radius', 'readOnly', 'scales', 'theme', 'tooltip', 'value', 'width'], ['value', 'minimum', 'maximum']), _dec4 = (0, _common.inject)(Element), _dec(_class = _dec2(_class = _dec3(_class = _dec4(_class = function (_WidgetBase) {
var ejCircularGauge = exports.ejCircularGauge = (_dec = (0, _common.customElement)(_constants.constants.elementPrefix + 'circular-gauge'), _dec2 = (0, _common.inlineView)('' + _constants.constants.aureliaTemplateString), _dec3 = (0, _decorators.generateBindables)('ejCircularGauge', ['animationSpeed', 'backgroundColor', 'distanceFromCorner', 'enableAnimation', 'frame', 'gaugePosition', 'height', 'interiorGradient', 'isRadialGradient', 'isResponsive', 'maximum', 'minimum', 'outerCustomLabelPosition', 'radius', 'readOnly', 'scales', 'theme', 'legend', 'tooltip', 'value', 'width'], ['value', 'minimum', 'maximum']), _dec4 = (0, _common.inject)(Element), _dec(_class = _dec2(_class = _dec3(_class = _dec4(_class = function (_WidgetBase) {
_inherits(ejCircularGauge, _WidgetBase);

function ejCircularGauge(element) {
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/common/template-processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define(['exports', 'aurelia-dependency-injection', '../common/util', 'aurelia-te
for (var i = 0; i < tmplElement.length; i++) {
var dataIndex = parseInt($(tmplElement[i]).attr('ej-prop'));
var view = this.templatingEngine.enhance(tmplElement[i]);
view.bind(templateObject[template].itemData[dataIndex]);
view.bind(templateObject[template].itemData[dataIndex], this.context.parentCtx);
templateObject[template].views[dataIndex] = view;
}
} else {
Expand Down
4 changes: 4 additions & 0 deletions dist/amd/common/widget-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ define(['exports', './events', '../common/util', '../common/decorators'], functi
}
};

WidgetBase.prototype.bind = function bind(ctx, overrideCtx) {
this.parentCtx = overrideCtx;
};

WidgetBase.prototype.createTwoWays = function createTwoWays() {
var model = this.allOption;
var twoWays = this.twoWays;
Expand Down
7 changes: 6 additions & 1 deletion dist/amd/config-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define(['exports'], function (exports) {
}

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().ejAutocomplete().ejRadialMenu().ejRadialSlider().ejTile().ejAccordion().ejTab().ejCheckBox().ejRadioButton().ejToggleButton().ejSplitButton().ejGroupButton().ejDateTimePicker().ejProgressBar().ejTagCloud().ejButton().ejSlider().ejFileExplorer().ejPivotGrid().ejPivotChart().ejPivotGauge().ejPivotSchemaDesigner().ejPivotTreeMap().ejWaitingPopup().ejReportViewer().ejSchedule().ejUploadbox().ejSignature().ejTooltip().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().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().ejTemplate();
return this;
};

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

EjConfigBuilder.prototype.ejDateRangePicker = function ejDateRangePicker() {
this.resources.push('./daterangepicker/daterangepicker');
return this;
};

EjConfigBuilder.prototype.ejProgressBar = function ejProgressBar() {
this.resources.push('./progressbar/progressbar');
return this;
Expand Down
56 changes: 56 additions & 0 deletions dist/amd/daterangepicker/daterangepicker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
define(['exports', '../common/widget-base', '../common/constants', '../common/decorators', '../common/common', 'syncfusion-javascript/Scripts/ej/web/ej.daterangepicker.min'], function (exports, _widgetBase, _constants, _decorators, _common) {
'use strict';

Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ejDateRangePicker = undefined;

function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}

function _possibleConstructorReturn(self, call) {
if (!self) {
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
}

return call && (typeof call === "object" || typeof call === "function") ? call : self;
}

function _inherits(subClass, superClass) {
if (typeof superClass !== "function" && superClass !== null) {
throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
}

subClass.prototype = Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
enumerable: false,
writable: true,
configurable: true
}
});
if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
}

var _dec, _dec2, _dec3, _class;

var ejDateRangePicker = exports.ejDateRangePicker = (_dec = (0, _common.customAttribute)(_constants.constants.attributePrefix + 'date-range-picker'), _dec2 = (0, _decorators.generateBindables)('ejDateRangePicker', ['allowEdit', 'buttonText', 'cssClass', 'dateFormat', 'enableTimePicker', 'enabled', 'enablePersistence', 'endDate', 'height', 'locale', 'ranges', 'startDate', 'showPopupButton', 'showRoundedCorner', 'timeFormat', 'value', 'watermarkText', 'width'], ['value']), _dec3 = (0, _common.inject)(Element), _dec(_class = _dec2(_class = _dec3(_class = function (_WidgetBase) {
_inherits(ejDateRangePicker, _WidgetBase);

function ejDateRangePicker(element) {
_classCallCheck(this, ejDateRangePicker);

var _this = _possibleConstructorReturn(this, _WidgetBase.call(this));

_this.isEditor = true;
_this.element = element;
return _this;
}

return ejDateRangePicker;
}(_widgetBase.WidgetBase)) || _class) || _class) || _class);
});
2 changes: 1 addition & 1 deletion dist/amd/gantt/gantt.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(['exports', '../common/widget-base', '../common/constants', '../common/de

var _dec, _dec2, _dec3, _dec4, _class;

var ejGantt = exports.ejGantt = (_dec = (0, _common.customElement)(_constants.constants.elementPrefix + 'gantt'), _dec2 = (0, _common.inlineView)('' + _constants.constants.aureliaTemplateString), _dec3 = (0, _decorators.generateBindables)('ejGantt', ['addDialogFields', 'allowColumnResize', 'allowGanttChartEditing', 'allowKeyboardNavigation', 'allowMultiSorting', 'allowMultipleExporting', 'allowSelection', 'allowSorting', 'allowDragAndDrop', 'enablePredecessorValidation', 'baselineColor', 'baselineEndDateMapping', 'baselineStartDateMapping', 'childMapping', 'columnDialogFields', 'connectorLineBackground', 'connectorlineWidth', 'cssClass', 'cellTooltipTemplate', 'dragTooltip', 'dataSource', 'dateFormat', 'durationMapping', 'durationUnit', 'editDialogFields', 'isResponsive', 'splitterSettings', 'editSettings', 'enableAltRow', 'enableWBS', 'enableWBSPredecessor', 'enableCollapseAll', 'leftTaskLabelMapping', 'rightTaskLabelMapping', 'leftTaskLabelTemplate', 'rightTaskLabelTemplate', 'enableContextMenu', 'enableProgressBarResizing', 'enableResize', 'enableTaskbarDragTooltip', 'enableTaskbarTooltip', 'enableVirtualization', 'endDateMapping', 'highlightWeekends', 'holidays', 'includeWeekend', 'locale', 'milestoneMapping', 'showColumnOptions', 'parentTaskbarTemplate', 'taskType', 'workUnit', 'taskSchedulingMode', 'selectionType', 'parentProgressbarBackground', 'resourceUnitMapping', 'notesMapping', 'taskSchedulingModeMapping', 'durationUnitMapping', 'parentTaskbarBackground', 'parentTaskIdMapping', 'predecessorMapping', 'progressbarBackground', 'progressbarHeight', 'progressbarTooltipTemplate', 'progressbarTooltipTemplateId', 'progressMapping', 'query', 'renderBaseline', 'validateManualTasksOnLinking', 'resourceIdMapping', 'resourceInfoMapping', 'resourceNameMapping', 'resources', 'roundOffDayworkingTime', 'rowHeight', 'scheduleEndDate', 'scheduleHeaderSettings', 'scheduleStartDate', 'selectedRowIndex', 'showColumnChooser', 'showGridCellTooltip', 'showGridExpandCellTooltip', 'showProgressStatus', 'showResourceNames', 'showTaskNames', 'sizeSettings', 'selectedCellIndexes', 'sortSettings', 'splitterPosition', 'startDateMapping', 'stripLines', 'taskbarBackground', 'taskbarEditingTooltipTemplate', 'taskbarEditingTooltipTemplateId', 'taskbarTooltipTemplate', 'taskbarTemplate', 'milestoneTemplate', 'readOnly', 'taskbarTooltipTemplateId', 'taskIdMapping', 'taskNameMapping', 'toolbarSettings', 'treeColumnIndex', 'selectionMode', 'weekendBackground', 'workingTimeScale'], ['dataSource', 'selectedRowIndex', 'selectedCellIndexes']), _dec4 = (0, _common.inject)(Element), _dec(_class = _dec2(_class = _dec3(_class = _dec4(_class = function (_WidgetBase) {
var ejGantt = exports.ejGantt = (_dec = (0, _common.customElement)(_constants.constants.elementPrefix + 'gantt'), _dec2 = (0, _common.inlineView)('' + _constants.constants.aureliaTemplateString), _dec3 = (0, _decorators.generateBindables)('ejGantt', ['addDialogFields', 'allowColumnResize', 'allowGanttChartEditing', 'allowKeyboardNavigation', 'allowMultiSorting', 'allowMultipleExporting', 'allowSelection', 'allowSorting', 'allowDragAndDrop', 'enablePredecessorValidation', 'baselineColor', 'workMapping', 'expandStateMapping', 'baselineEndDateMapping', 'baselineStartDateMapping', 'childMapping', 'columnDialogFields', 'connectorLineBackground', 'connectorlineWidth', 'cssClass', 'cellTooltipTemplate', 'dragTooltip', 'dataSource', 'dateFormat', 'durationMapping', 'durationUnit', 'editDialogFields', 'isResponsive', 'splitterSettings', 'editSettings', 'enableAltRow', 'enableWBS', 'enableWBSPredecessor', 'enableCollapseAll', 'leftTaskLabelMapping', 'rightTaskLabelMapping', 'leftTaskLabelTemplate', 'rightTaskLabelTemplate', 'enableContextMenu', 'enableProgressBarResizing', 'enableResize', 'enableTaskbarDragTooltip', 'enableTaskbarTooltip', 'enableVirtualization', 'endDateMapping', 'highlightWeekends', 'holidays', 'includeWeekend', 'locale', 'milestoneMapping', 'showColumnOptions', 'parentTaskbarTemplate', 'taskType', 'workUnit', 'taskSchedulingMode', 'selectionType', 'parentProgressbarBackground', 'resourceUnitMapping', 'notesMapping', 'taskSchedulingModeMapping', 'durationUnitMapping', 'parentTaskbarBackground', 'parentTaskIdMapping', 'predecessorMapping', 'progressbarBackground', 'progressbarHeight', 'progressbarTooltipTemplate', 'progressbarTooltipTemplateId', 'progressMapping', 'query', 'renderBaseline', 'validateManualTasksOnLinking', 'resourceIdMapping', 'resourceInfoMapping', 'resourceNameMapping', 'resources', 'roundOffDayworkingTime', 'rowHeight', 'scheduleEndDate', 'scheduleHeaderSettings', 'scheduleStartDate', 'selectedRowIndex', 'showColumnChooser', 'showGridCellTooltip', 'showGridExpandCellTooltip', 'showProgressStatus', 'showResourceNames', 'showTaskNames', 'sizeSettings', 'selectedCellIndexes', 'sortSettings', 'splitterPosition', 'startDateMapping', 'stripLines', 'taskbarBackground', 'taskbarEditingTooltipTemplate', 'taskbarEditingTooltipTemplateId', 'taskbarTooltipTemplate', 'taskbarTemplate', 'milestoneTemplate', 'readOnly', 'taskbarTooltipTemplateId', 'taskIdMapping', 'taskNameMapping', 'toolbarSettings', 'treeColumnIndex', 'selectionMode', 'weekendBackground', 'workingTimeScale'], ['dataSource', 'selectedRowIndex', 'selectedCellIndexes']), _dec4 = (0, _common.inject)(Element), _dec(_class = _dec2(_class = _dec3(_class = _dec4(_class = function (_WidgetBase) {
_inherits(ejGantt, _WidgetBase);

function ejGantt(element) {
Expand Down
Loading

0 comments on commit c194ffb

Please sign in to comment.