@syncfusion/reporting-angular
Version:
The Syncfusion Reporting UI components for Angular contains `Report Viewer` and `Report Designer` Angular components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that a
122 lines • 8.54 kB
JavaScript
;
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
require("@syncfusion/reporting-javascript/Scripts/reports/ej.report-viewer.min");
var core_1 = require("./core");
var core_2 = require("@angular/core");
var ReportViewerComponent = (function (_super) {
__extends(ReportViewerComponent, _super);
function ReportViewerComponent(el, cdRef, _ejIterableDiffers, _ejkeyvaluediffers) {
var _this = _super.call(this, 'ReportViewer', el, cdRef, [], _ejIterableDiffers, _ejkeyvaluediffers) || this;
_this.el = el;
_this.cdRef = cdRef;
_this._ejIterableDiffers = _ejIterableDiffers;
_this._ejkeyvaluediffers = _ejkeyvaluediffers;
_this.destroy_output = new core_2.EventEmitter();
_this.drillThrough_output = new core_2.EventEmitter();
_this.renderingBegin_output = new core_2.EventEmitter();
_this.renderingComplete_output = new core_2.EventEmitter();
_this.reportError_output = new core_2.EventEmitter();
_this.reportExport_output = new core_2.EventEmitter();
_this.reportLoaded_output = new core_2.EventEmitter();
_this.showError_output = new core_2.EventEmitter();
_this.viewReportClick_output = new core_2.EventEmitter();
_this.ajaxBeforeLoad_output = new core_2.EventEmitter();
_this.ajaxSuccess_output = new core_2.EventEmitter();
_this.ajaxError_output = new core_2.EventEmitter();
_this.toolbarRendering_output = new core_2.EventEmitter();
_this.exportProgressChanged_output = new core_2.EventEmitter();
_this.printProgressChanged_output = new core_2.EventEmitter();
_this.exportItemClick_output = new core_2.EventEmitter();
_this.toolBarItemClick_output = new core_2.EventEmitter();
_this.hyperlink_output = new core_2.EventEmitter();
_this.reportPrint_output = new core_2.EventEmitter();
return _this;
}
ReportViewerComponent.decorators = [
{ type: core_2.Component, args: [{
selector: 'ej-reportviewer',
template: ''
},] },
];
/** @nocollapse */
ReportViewerComponent.ctorParameters = function () { return [
{ type: core_2.ElementRef, },
{ type: core_2.ChangeDetectorRef, },
{ type: core_2.IterableDiffers, },
{ type: core_2.KeyValueDiffers, },
]; };
ReportViewerComponent.propDecorators = {
"enablePageCache_input": [{ type: core_2.Input, args: ['enablePageCache',] },],
"exportSettings_input": [{ type: core_2.Input, args: ['exportSettings',] },],
"isResponsive_input": [{ type: core_2.Input, args: ['isResponsive',] },],
"locale_input": [{ type: core_2.Input, args: ['locale',] },],
"pageSettings_input": [{ type: core_2.Input, args: ['pageSettings',] },],
"printMode_input": [{ type: core_2.Input, args: ['printMode',] },],
"printOptions_input": [{ type: core_2.Input, args: ['printOptions',] },],
"processingMode_input": [{ type: core_2.Input, args: ['processingMode',] },],
"renderMode_input": [{ type: core_2.Input, args: ['renderMode',] },],
"reportPath_input": [{ type: core_2.Input, args: ['reportPath',] },],
"reportServerUrl_input": [{ type: core_2.Input, args: ['reportServerUrl',] },],
"reportServiceUrl_input": [{ type: core_2.Input, args: ['reportServiceUrl',] },],
"toolbarSettings_input": [{ type: core_2.Input, args: ['toolbarSettings',] },],
"zoomFactor_input": [{ type: core_2.Input, args: ['zoomFactor',] },],
"serviceAuthorizationToken_input": [{ type: core_2.Input, args: ['serviceAuthorizationToken',] },],
"enableParameterBlockScroller_input": [{ type: core_2.Input, args: ['enableParameterBlockScroller',] },],
"enableDatasourceBlockScroller_input": [{ type: core_2.Input, args: ['enableDatasourceBlockScroller',] },],
"sizeToReportContent_input": [{ type: core_2.Input, args: ['sizeToReportContent',] },],
"autoRender_input": [{ type: core_2.Input, args: ['autoRender',] },],
"enableNotificationBar_input": [{ type: core_2.Input, args: ['enableNotificationBar',] },],
"enableDropDownSearch_input": [{ type: core_2.Input, args: ['enableDropDownSearch',] },],
"enablePageVirtualization_input": [{ type: core_2.Input, args: ['enablePageVirtualization',] },],
"exportSettings_exportOptions_input": [{ type: core_2.Input, args: ['exportSettings.exportOptions',] },],
"exportSettings_excelFormat_input": [{ type: core_2.Input, args: ['exportSettings.excelFormat',] },],
"exportSettings_wordFormat_input": [{ type: core_2.Input, args: ['exportSettings.wordFormat',] },],
"exportSettings_customItems_input": [{ type: core_2.Input, args: ['exportSettings.customItems',] },],
"pageSettings_orientation_input": [{ type: core_2.Input, args: ['pageSettings.orientation',] },],
"pageSettings_paperSize_input": [{ type: core_2.Input, args: ['pageSettings.paperSize',] },],
"toolbarSettings_click_input": [{ type: core_2.Input, args: ['toolbarSettings.click',] },],
"toolbarSettings_items_input": [{ type: core_2.Input, args: ['toolbarSettings.items',] },],
"toolbarSettings_showToolbar_input": [{ type: core_2.Input, args: ['toolbarSettings.showToolbar',] },],
"toolbarSettings_showTooltip_input": [{ type: core_2.Input, args: ['toolbarSettings.showTooltip',] },],
"toolbarSettings_templateId_input": [{ type: core_2.Input, args: ['toolbarSettings.templateId',] },],
"toolbarSettings_customItems_input": [{ type: core_2.Input, args: ['toolbarSettings.customItems',] },],
"toolbarSettings_customGroups_input": [{ type: core_2.Input, args: ['toolbarSettings.customGroups',] },],
"dataSources_input": [{ type: core_2.Input, args: ['dataSources',] },],
"parameters_input": [{ type: core_2.Input, args: ['parameters',] },],
"options": [{ type: core_2.Input, args: ['options',] },],
"destroy_output": [{ type: core_2.Output, args: ['destroy',] },],
"drillThrough_output": [{ type: core_2.Output, args: ['drillThrough',] },],
"renderingBegin_output": [{ type: core_2.Output, args: ['renderingBegin',] },],
"renderingComplete_output": [{ type: core_2.Output, args: ['renderingComplete',] },],
"reportError_output": [{ type: core_2.Output, args: ['reportError',] },],
"reportExport_output": [{ type: core_2.Output, args: ['reportExport',] },],
"reportLoaded_output": [{ type: core_2.Output, args: ['reportLoaded',] },],
"showError_output": [{ type: core_2.Output, args: ['showError',] },],
"viewReportClick_output": [{ type: core_2.Output, args: ['viewReportClick',] },],
"ajaxBeforeLoad_output": [{ type: core_2.Output, args: ['ajaxBeforeLoad',] },],
"ajaxSuccess_output": [{ type: core_2.Output, args: ['ajaxSuccess',] },],
"ajaxError_output": [{ type: core_2.Output, args: ['ajaxError',] },],
"toolbarRendering_output": [{ type: core_2.Output, args: ['toolbarRendering',] },],
"exportProgressChanged_output": [{ type: core_2.Output, args: ['exportProgressChanged',] },],
"printProgressChanged_output": [{ type: core_2.Output, args: ['printProgressChanged',] },],
"exportItemClick_output": [{ type: core_2.Output, args: ['exportItemClick',] },],
"toolBarItemClick_output": [{ type: core_2.Output, args: ['toolBarItemClick',] },],
"hyperlink_output": [{ type: core_2.Output, args: ['hyperlink',] },],
"reportPrint_output": [{ type: core_2.Output, args: ['reportPrint',] },],
};
return ReportViewerComponent;
}(core_1.EJComponents));
exports.ReportViewerComponent = ReportViewerComponent;
exports.EJ_REPORTVIEWER_COMPONENTS = [ReportViewerComponent
];
//# sourceMappingURL=reportviewer.component.js.map