devexpress-reporting-angular 22.1.7-build-22311-0228 → 22.2.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -34
- package/bundles/devexpress-reporting-angular-core.umd.js +38 -38
- package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +182 -25
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +60 -47
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular.umd.js +36 -20
- package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
- package/core/_settingsProvider.d.ts +3 -0
- package/core/devexpress-reporting-angular-core.metadata.json +1 -1
- package/core/index.d.ts +2 -1
- package/devexpress-reporting-angular.metadata.json +1 -1
- package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.metadata.json +1 -1
- package/dx-report-designer/dx-report-designer.component.d.ts +34 -3
- package/dx-report-designer/dxrd-datasource-settings.component.d.ts +11 -0
- package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +40 -0
- package/dx-report-designer/dxrd-preview-settings.component.d.ts +17 -0
- package/dx-report-designer/dxrd-wizard-settings.component.d.ts +20 -0
- package/dx-report-designer/index.d.ts +6 -2
- package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.metadata.json +1 -1
- package/dx-report-viewer/dx-report-viewer.component.d.ts +4 -4
- package/dx-report-viewer/dxrv-export-settings.component.d.ts +7 -1
- package/dx-report-viewer/dxrv-progressbar-settings.component.d.ts +6 -1
- package/esm2015/all.js +1 -1
- package/esm2015/core/_input-converters.js +1 -1
- package/esm2015/core/_settingsProvider.js +2 -0
- package/esm2015/core/dx-reporting.component.js +1 -1
- package/esm2015/core/index.js +3 -2
- package/esm2015/dx-report-designer/dx-report-designer.component.js +10 -5
- package/esm2015/dx-report-designer/dx-report-designer.module.js +17 -5
- package/esm2015/dx-report-designer/dxrd-callbacks.js +1 -1
- package/esm2015/dx-report-designer/dxrd-datasource-settings.component.js +33 -0
- package/esm2015/dx-report-designer/dxrd-designer-model-settings.component.js +38 -0
- package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +22 -0
- package/esm2015/dx-report-designer/dxrd-request-options.js +1 -1
- package/esm2015/dx-report-designer/dxrd-wizard-settings.component.js +50 -0
- package/esm2015/dx-report-designer/index.js +7 -3
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +6 -6
- package/esm2015/dx-report-viewer/dx-report-viewer.module.js +1 -1
- package/esm2015/dx-report-viewer/dxrv-callbacks.js +1 -1
- package/esm2015/dx-report-viewer/dxrv-export-settings.component.js +8 -1
- package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +1 -1
- package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +7 -1
- package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +1 -1
- package/esm2015/dx-report-viewer/dxrv-request-options.js +2 -2
- package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +1 -1
- package/esm2015/dx-report-viewer/index.js +1 -1
- package/esm2015/index.js +3 -3
- package/fesm2015/devexpress-reporting-angular-core.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +165 -22
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +54 -41
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular.js +3 -3
- package/fesm2015/devexpress-reporting-angular.js.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +2 -2
@@ -2,6 +2,12 @@ import { __decorate } from "tslib";
|
|
2
2
|
import { Component, Input } from '@angular/core';
|
3
3
|
import { _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';
|
4
4
|
export class DxReportViewerProgressBarSettingsComponent {
|
5
|
+
getSerializableSettings() {
|
6
|
+
return {
|
7
|
+
position: this.position,
|
8
|
+
keepOnVisibleArea: this.keepOnVisibleArea,
|
9
|
+
};
|
10
|
+
}
|
5
11
|
}
|
6
12
|
DxReportViewerProgressBarSettingsComponent.decorators = [
|
7
13
|
{ type: Component, args: [{
|
@@ -16,4 +22,4 @@ DxReportViewerProgressBarSettingsComponent.propDecorators = {
|
|
16
22
|
__decorate([
|
17
23
|
_inputConverter(_booleanConverter)
|
18
24
|
], DxReportViewerProgressBarSettingsComponent.prototype, "keepOnVisibleArea", void 0);
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1wcm9ncmVzc2Jhci1zZXR0aW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2R4cnYtcHJvZ3Jlc3NiYXItc2V0dGluZ3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQWlDLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBTXRILE1BQU0sT0FBTywwQ0FBMEM7SUFPbkQsdUJBQXVCO1FBQ25CLE9BQU87WUFDSCxRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDdkIsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtTQUM1QyxDQUFDO0lBQ04sQ0FBQzs7O1lBaEJKLFNBQVMsU0FBQztnQkFDUCxRQUFRLEVBQUUsRUFBRTtnQkFDWixRQUFRLEVBQUUsMkJBQTJCO2FBQ3hDOzs7dUJBRUksS0FBSztnQ0FFTCxLQUFLOztBQUVOO0lBREMsZUFBZSxDQUFDLGlCQUFpQixDQUFDO3FGQUNSIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJU2VyaWFsaXphYmxlU2V0dGluZ3NQcm92aWRlciwgX2Jvb2xlYW5Db252ZXJ0ZXIsIF9pbnB1dENvbnZlcnRlciB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHRlbXBsYXRlOiAnJyxcclxuICAgIHNlbGVjdG9yOiAnZHhydi1wcm9ncmVzc2Jhci1zZXR0aW5ncydcclxufSlcclxuZXhwb3J0IGNsYXNzIER4UmVwb3J0Vmlld2VyUHJvZ3Jlc3NCYXJTZXR0aW5nc0NvbXBvbmVudCBpbXBsZW1lbnRzIElTZXJpYWxpemFibGVTZXR0aW5nc1Byb3ZpZGVyIHtcclxuICAgIEBJbnB1dCgpIHBvc2l0aW9uOiBzdHJpbmc7XHJcblxyXG4gICAgQElucHV0KClcclxuICAgIEBfaW5wdXRDb252ZXJ0ZXIoX2Jvb2xlYW5Db252ZXJ0ZXIpXHJcbiAgICBrZWVwT25WaXNpYmxlQXJlYTogYm9vbGVhbjtcclxuXHJcbiAgICBnZXRTZXJpYWxpemFibGVTZXR0aW5ncygpIHtcclxuICAgICAgICByZXR1cm4ge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogdGhpcy5wb3NpdGlvbixcclxuICAgICAgICAgICAga2VlcE9uVmlzaWJsZUFyZWE6IHRoaXMua2VlcE9uVmlzaWJsZUFyZWEsXHJcbiAgICAgICAgfTtcclxuICAgIH1cclxufVxyXG4iXX0=
|
@@ -11,4 +11,4 @@ DxReportViewerRemoteSettingsComponent.propDecorators = {
|
|
11
11
|
authToken: [{ type: Input }],
|
12
12
|
serverUri: [{ type: Input }]
|
13
13
|
};
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1yZW1vdGUtc2V0dGluZ3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9keHJ2LXJlbW90ZS1zZXR0aW5ncy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNakQsTUFBTSxPQUFPLHFDQUFxQzs7O1lBSmpELFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsRUFBRTtnQkFDWixRQUFRLEVBQUUsc0JBQXNCO2FBQ2pDOzs7d0JBRUksS0FBSzt3QkFDTCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgdGVtcGxhdGU6ICcnLFxyXG4gIHNlbGVjdG9yOiAnZHhydi1yZW1vdGUtc2V0dGluZ3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydFZpZXdlclJlbW90ZVNldHRpbmdzQ29tcG9uZW50IHtcclxuICAgIEBJbnB1dCgpIGF1dGhUb2tlbjogc3RyaW5nO1xyXG4gICAgQElucHV0KCkgc2VydmVyVXJpOiBzdHJpbmc7XHJcbn1cclxuIl19
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
2
2
|
export class DxReportViewerRequestOptionsComponent {
|
3
3
|
constructor() {
|
4
|
-
this.invokeAction =
|
4
|
+
this.invokeAction = '/DXXRDV';
|
5
5
|
}
|
6
6
|
}
|
7
7
|
DxReportViewerRequestOptionsComponent.decorators = [
|
@@ -15,4 +15,4 @@ DxReportViewerRequestOptionsComponent.propDecorators = {
|
|
15
15
|
getLocalizationAction: [{ type: Input }],
|
16
16
|
host: [{ type: Input }]
|
17
17
|
};
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1yZXF1ZXN0LW9wdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2R4cnYtcmVxdWVzdC1vcHRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTWpELE1BQU0sT0FBTyxxQ0FBcUM7SUFKbEQ7UUFLVyxpQkFBWSxHQUFXLFNBQVMsQ0FBQztJQUc1QyxDQUFDOzs7WUFSQSxTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLEVBQUU7Z0JBQ1osUUFBUSxFQUFFLHNCQUFzQjthQUNuQzs7OzJCQUVFLEtBQUs7b0NBQ0wsS0FBSzttQkFDTCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICB0ZW1wbGF0ZTogJycsXHJcbiAgICBzZWxlY3RvcjogJ2R4cnYtcmVxdWVzdC1vcHRpb25zJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgRHhSZXBvcnRWaWV3ZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgaW52b2tlQWN0aW9uOiBzdHJpbmcgPSAnL0RYWFJEVic7XHJcbiAgQElucHV0KCkgZ2V0TG9jYWxpemF0aW9uQWN0aW9uPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGhvc3Q6IHN0cmluZztcclxufVxyXG4iXX0=
|
@@ -11,4 +11,4 @@ DxReportViewerTabPanelSettingsComponent.propDecorators = {
|
|
11
11
|
position: [{ type: Input }],
|
12
12
|
width: [{ type: Input }]
|
13
13
|
};
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi10YWJwYW5lbC1zZXR0aW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2R4cnYtdGFicGFuZWwtc2V0dGluZ3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTWpELE1BQU0sT0FBTyx1Q0FBdUM7OztZQUpuRCxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLEVBQUU7Z0JBQ1osUUFBUSxFQUFFLHdCQUF3QjthQUNuQzs7O3VCQUVJLEtBQUs7b0JBQ0wsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHRlbXBsYXRlOiAnJyxcclxuICBzZWxlY3RvcjogJ2R4cnYtdGFicGFuZWwtc2V0dGluZ3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydFZpZXdlclRhYlBhbmVsU2V0dGluZ3NDb21wb25lbnQge1xyXG4gICAgQElucHV0KCkgcG9zaXRpb246IHN0cmluZztcclxuICAgIEBJbnB1dCgpIHdpZHRoOiBudW1iZXI7XHJcbn1cclxuIl19
|
@@ -10,4 +10,4 @@ export * from './dxrv-export-settings.component';
|
|
10
10
|
export * from './dxrv-request-options';
|
11
11
|
export * from './dxrv-tabpanel-settings.component';
|
12
12
|
export * from './dx-report-viewer.component';
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG9DQUFvQyxDQUFDO0FBQ25ELGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxyXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgcmVwb3J0aW5nLWFuZ3VsYXIvcmVwb3J0LXZpZXdlclxyXG4gKi9cclxuZXhwb3J0ICogZnJvbSAnLi9keC1yZXBvcnQtdmlld2VyLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZHhydi1jYWxsYmFja3MnO1xyXG5leHBvcnQgKiBmcm9tICcuL2R4cnYtbW9iaWxlLW1vZGUtc2V0dGluZ3MuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9keHJ2LXByb2dyZXNzYmFyLXNldHRpbmdzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZHhydi1yZW1vdGUtc2V0dGluZ3MuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9keHJ2LWV4cG9ydC1zZXR0aW5ncy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2R4cnYtcmVxdWVzdC1vcHRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9keHJ2LXRhYnBhbmVsLXNldHRpbmdzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZHgtcmVwb3J0LXZpZXdlci5jb21wb25lbnQnOyJdfQ==
|
package/esm2015/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/*
|
2
2
|
* Public API Surface of reporting-angular
|
3
3
|
*/
|
4
|
+
export { DxReportDesignerCallbacksComponent, DxReportDesignerComponent, DxReportDesignerDataSourceSettingsComponent, DxReportDesignerModelSettingsComponent, DxReportDesignerModule, DxReportDesignerPreviewSettingsComponent, DxReportDesignerRequestOptionsComponent, DxReportDesignerWizardSettingsComponent } from 'devexpress-reporting-angular/dx-report-designer';
|
5
|
+
export { DxReportViewerCallbacksComponent, DxReportViewerComponent, DxReportViewerExportSettingsComponent, DxReportViewerMobileModeSettingsComponent, DxReportViewerModule, DxReportViewerProgressBarSettingsComponent, DxReportViewerRemoteSettingsComponent, DxReportViewerRequestOptionsComponent, DxReportViewerTabPanelSettingsComponent } from 'devexpress-reporting-angular/dx-report-viewer';
|
4
6
|
export * from './all';
|
5
|
-
|
6
|
-
export { DxReportDesignerComponent, DxReportDesignerModule, DxReportDesignerRequestOptionsComponent, DxReportDesignerCallbacksComponent } from 'devexpress-reporting-angular/dx-report-designer';
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQTs7R0FFRztBQUNILGNBQWMsT0FBTyxDQUFDO0FBQ3RCLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsb0JBQW9CLEVBQ3BCLGdDQUFnQyxFQUNoQyx5Q0FBeUMsRUFDekMsMENBQTBDLEVBQzFDLHFDQUFxQyxFQUNyQyxxQ0FBcUMsRUFDckMscUNBQXFDLEVBQ3JDLHVDQUF1QyxFQUMxQyxNQUFNLCtDQUErQyxDQUFDO0FBQ3ZELE9BQU8sRUFDSCx5QkFBeUIsRUFDekIsc0JBQXNCLEVBQ3RCLHVDQUF1QyxFQUN2QyxrQ0FBa0MsRUFDckMsTUFBTSxpREFBaUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIlxuLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiByZXBvcnRpbmctYW5ndWxhclxuICovXG5leHBvcnQgKiBmcm9tICcuL2FsbCc7XG5leHBvcnQge1xuICAgIER4UmVwb3J0Vmlld2VyQ29tcG9uZW50LFxuICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgIER4UmVwb3J0Vmlld2VyQ2FsbGJhY2tzQ29tcG9uZW50LFxuICAgIER4UmVwb3J0Vmlld2VyTW9iaWxlTW9kZVNldHRpbmdzQ29tcG9uZW50LFxuICAgIER4UmVwb3J0Vmlld2VyUHJvZ3Jlc3NCYXJTZXR0aW5nc0NvbXBvbmVudCxcbiAgICBEeFJlcG9ydFZpZXdlckV4cG9ydFNldHRpbmdzQ29tcG9uZW50LFxuICAgIER4UmVwb3J0Vmlld2VyUmVtb3RlU2V0dGluZ3NDb21wb25lbnQsXG4gICAgRHhSZXBvcnRWaWV3ZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCxcbiAgICBEeFJlcG9ydFZpZXdlclRhYlBhbmVsU2V0dGluZ3NDb21wb25lbnRcbn0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9keC1yZXBvcnQtdmlld2VyJztcbmV4cG9ydCB7XG4gICAgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCxcbiAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlLFxuICAgIER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCxcbiAgICBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50XG59IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LWRlc2lnbmVyJzsiXX0=
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQTs7R0FFRztBQUNILE9BQU8sRUFDSCxrQ0FBa0MsRUFDbEMseUJBQXlCLEVBQ3pCLDJDQUEyQyxFQUMzQyxzQ0FBc0MsRUFDdEMsc0JBQXNCLEVBQ3RCLHdDQUF3QyxFQUN4Qyx1Q0FBdUMsRUFDdkMsdUNBQXVDLEVBQzFDLE1BQU0saURBQWlELENBQUM7QUFDekQsT0FBTyxFQUNILGdDQUFnQyxFQUNoQyx1QkFBdUIsRUFDdkIscUNBQXFDLEVBQ3JDLHlDQUF5QyxFQUN6QyxvQkFBb0IsRUFDcEIsMENBQTBDLEVBQzFDLHFDQUFxQyxFQUNyQyxxQ0FBcUMsRUFDckMsdUNBQXVDLEVBQzFDLE1BQU0sK0NBQStDLENBQUM7QUFDdkQsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJcclxuLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIHJlcG9ydGluZy1hbmd1bGFyXHJcbiAqL1xyXG5leHBvcnQge1xyXG4gICAgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCxcclxuICAgIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQsXHJcbiAgICBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50LFxyXG4gICAgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnQsXHJcbiAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlLFxyXG4gICAgRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudCxcclxuICAgIER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCxcclxuICAgIER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudFxyXG59IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LWRlc2lnbmVyJztcclxuZXhwb3J0IHtcclxuICAgIER4UmVwb3J0Vmlld2VyQ2FsbGJhY2tzQ29tcG9uZW50LFxyXG4gICAgRHhSZXBvcnRWaWV3ZXJDb21wb25lbnQsXHJcbiAgICBEeFJlcG9ydFZpZXdlckV4cG9ydFNldHRpbmdzQ29tcG9uZW50LFxyXG4gICAgRHhSZXBvcnRWaWV3ZXJNb2JpbGVNb2RlU2V0dGluZ3NDb21wb25lbnQsXHJcbiAgICBEeFJlcG9ydFZpZXdlck1vZHVsZSxcclxuICAgIER4UmVwb3J0Vmlld2VyUHJvZ3Jlc3NCYXJTZXR0aW5nc0NvbXBvbmVudCxcclxuICAgIER4UmVwb3J0Vmlld2VyUmVtb3RlU2V0dGluZ3NDb21wb25lbnQsXHJcbiAgICBEeFJlcG9ydFZpZXdlclJlcXVlc3RPcHRpb25zQ29tcG9uZW50LFxyXG4gICAgRHhSZXBvcnRWaWV3ZXJUYWJQYW5lbFNldHRpbmdzQ29tcG9uZW50XHJcbn0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9keC1yZXBvcnQtdmlld2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9hbGwnO1xyXG5cclxuIl19
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"devexpress-reporting-angular-core.js","sources":["../../../core/_input-converters.ts","../../../core/dx-reporting.component.ts","../../../core/index.ts","../../../core/devexpress-reporting-angular-core.ts"],"sourcesContent":["export const _booleanConverter = (value: any) => {\n if(value === null || value === undefined || typeof value === 'boolean')\n return value;\n\n return value.toString() === 'true';\n};\n\nexport const _numberConverter = (value: any) => {\n if(value === null || value === undefined || typeof value === 'number')\n return value;\n\n return parseFloat(value.toString());\n};\n\nexport function _inputConverter(converter: (value: any) => any) {\n return (target: Object, key: string) => {\n const definition = Object.getOwnPropertyDescriptor(target, key);\n if(definition) {\n Object.defineProperty(target, key, {\n get: definition.get,\n set: newValue => {\n definition.set(converter(newValue));\n },\n enumerable: true,\n configurable: true\n });\n } else {\n Object.defineProperty(target, key, {\n get: function () {\n return this['__' + key];\n },\n set: function (newValue) {\n this['__' + key] = converter(newValue);\n },\n enumerable: true,\n configurable: true\n });\n }\n };\n}","import { AfterViewInit, Renderer2, ElementRef, ViewChild, Input, Inject, PLATFORM_ID, OnDestroy } from '@angular/core';\nimport { isPlatformBrowser } from '@angular/common';\nimport * as ko from 'knockout';\nimport { _booleanConverter, _inputConverter } from './_input-converters';\n\nexport abstract class DxReportingComponent implements AfterViewInit, OnDestroy {\n private _koBinding;\n bindingSender: any;\n callbacks: any;\n @ViewChild('control')\n control: ElementRef;\n\n constructor(private renderer: Renderer2, @Inject(PLATFORM_ID) private platformId: Object) { }\n abstract getControlOptions();\n abstract getCallbacks();\n abstract getKoBinding(options: any);\n\n ngAfterViewInit() {\n if(isPlatformBrowser(this.platformId)) {\n this.callbacks = this.getCallbacks();\n const options = this.getControlOptions();\n this._koBinding = this.getKoBinding(options);\n this.bindingSender = this._koBinding.sender;\n this._koBinding.applyBindings(this.control.nativeElement);\n }\n }\n ngOnDestroy() {\n ko.cleanNode(this.control.nativeElement);\n this._koBinding = null;\n this.bindingSender = null;\n this.callbacks = null;\n this.control = null;\n }\n\n getEventRaiser() {\n var component = this;\n return (eventName, args?) => component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component });\n }\n\n @Input() height: string = '800px';\n @Input() width: string = '100%';\n @Input() cssClass: string = '';\n\n @Input()\n @_inputConverter(_booleanConverter)\n rtl: boolean;\n @Input()\n @_inputConverter(_booleanConverter)\n developmentMode: boolean;\n}\n","/*\n * Public API Surface of reporting-angular/core\n */\nexport * from './_input-converters';\nexport * from './
|
1
|
+
{"version":3,"file":"devexpress-reporting-angular-core.js","sources":["../../../core/_input-converters.ts","../../../core/dx-reporting.component.ts","../../../core/index.ts","../../../core/devexpress-reporting-angular-core.ts"],"sourcesContent":["export const _booleanConverter = (value: any) => {\r\n if(value === null || value === undefined || typeof value === 'boolean')\r\n return value;\r\n\r\n return value.toString() === 'true';\r\n};\r\n\r\nexport const _numberConverter = (value: any) => {\r\n if(value === null || value === undefined || typeof value === 'number')\r\n return value;\r\n\r\n return parseFloat(value.toString());\r\n};\r\n\r\nexport function _inputConverter(converter: (value: any) => any) {\r\n return (target: Object, key: string) => {\r\n const definition = Object.getOwnPropertyDescriptor(target, key);\r\n if(definition) {\r\n Object.defineProperty(target, key, {\r\n get: definition.get,\r\n set: newValue => {\r\n definition.set(converter(newValue));\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n } else {\r\n Object.defineProperty(target, key, {\r\n get: function () {\r\n return this['__' + key];\r\n },\r\n set: function (newValue) {\r\n this['__' + key] = converter(newValue);\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n }\r\n };\r\n}","import { AfterViewInit, Renderer2, ElementRef, ViewChild, Input, Inject, PLATFORM_ID, OnDestroy } from '@angular/core';\r\nimport { isPlatformBrowser } from '@angular/common';\r\nimport * as ko from 'knockout';\r\nimport { _booleanConverter, _inputConverter } from './_input-converters';\r\n\r\nexport abstract class DxReportingComponent implements AfterViewInit, OnDestroy {\r\n private _koBinding;\r\n bindingSender: any;\r\n callbacks: any;\r\n @ViewChild('control')\r\n control: ElementRef;\r\n\r\n constructor(private renderer: Renderer2, @Inject(PLATFORM_ID) private platformId: Object) { }\r\n abstract getControlOptions();\r\n abstract getCallbacks();\r\n abstract getKoBinding(options: any);\r\n\r\n ngAfterViewInit() {\r\n if(isPlatformBrowser(this.platformId)) {\r\n this.callbacks = this.getCallbacks();\r\n const options = this.getControlOptions();\r\n this._koBinding = this.getKoBinding(options);\r\n this.bindingSender = this._koBinding.sender;\r\n this._koBinding.applyBindings(this.control.nativeElement);\r\n }\r\n }\r\n ngOnDestroy() {\r\n ko.cleanNode(this.control.nativeElement);\r\n this._koBinding = null;\r\n this.bindingSender = null;\r\n this.callbacks = null;\r\n this.control = null;\r\n }\r\n\r\n getEventRaiser() {\r\n var component = this;\r\n return (eventName, args?) => component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component });\r\n }\r\n\r\n @Input() height: string = '800px';\r\n @Input() width: string = '100%';\r\n @Input() cssClass: string = '';\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n rtl: boolean;\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n developmentMode: boolean;\r\n}\r\n","/*\r\n * Public API Surface of reporting-angular/core\r\n */\r\nexport * from './dx-reporting.component';\r\nexport * from './_input-converters';\r\nexport * from './_settingsProvider';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
@@ -1,22 +1,10 @@
|
|
1
|
-
import { Component,
|
2
|
-
import { CommonModule } from '@angular/common';
|
1
|
+
import { EventEmitter, Component, Output, Input, ContentChild, ViewEncapsulation, Renderer2, Inject, PLATFORM_ID, NgModule } from '@angular/core';
|
3
2
|
import { JSReportDesignerBinding } from 'devexpress-reporting/dx-reportdesigner';
|
4
3
|
import * as ko from 'knockout';
|
5
|
-
import { DxReportingComponent } from 'devexpress-reporting-angular/core';
|
6
|
-
|
7
|
-
|
8
|
-
}
|
9
|
-
DxReportDesignerRequestOptionsComponent.decorators = [
|
10
|
-
{ type: Component, args: [{
|
11
|
-
template: '',
|
12
|
-
selector: 'dxrd-request-options'
|
13
|
-
},] }
|
14
|
-
];
|
15
|
-
DxReportDesignerRequestOptionsComponent.propDecorators = {
|
16
|
-
getDesignerModelAction: [{ type: Input }],
|
17
|
-
getLocalizationAction: [{ type: Input }],
|
18
|
-
host: [{ type: Input }]
|
19
|
-
};
|
4
|
+
import { _inputConverter, _booleanConverter, DxReportingComponent } from 'devexpress-reporting-angular/core';
|
5
|
+
import { __decorate } from 'tslib';
|
6
|
+
import { DxReportViewerProgressBarSettingsComponent, DxReportViewerExportSettingsComponent } from 'devexpress-reporting-angular/dx-report-viewer';
|
7
|
+
import { CommonModule } from '@angular/common';
|
20
8
|
|
21
9
|
class DxReportDesignerCallbacksComponent {
|
22
10
|
constructor() {
|
@@ -93,6 +81,149 @@ DxReportDesignerCallbacksComponent.propDecorators = {
|
|
93
81
|
PreviewOnExport: [{ type: Output }]
|
94
82
|
};
|
95
83
|
|
84
|
+
class DxReportDesignerDataSourceSettingsComponent {
|
85
|
+
getSerializableSettings() {
|
86
|
+
return {
|
87
|
+
allowAddDataSource: this.allowAddDataSource,
|
88
|
+
allowRemoveDataSource: this.allowRemoveDataSource,
|
89
|
+
allowEditDataSource: this.allowEditDataSource
|
90
|
+
};
|
91
|
+
}
|
92
|
+
}
|
93
|
+
DxReportDesignerDataSourceSettingsComponent.decorators = [
|
94
|
+
{ type: Component, args: [{
|
95
|
+
template: '',
|
96
|
+
selector: 'dxrd-datasource-settings'
|
97
|
+
},] }
|
98
|
+
];
|
99
|
+
DxReportDesignerDataSourceSettingsComponent.propDecorators = {
|
100
|
+
allowAddDataSource: [{ type: Input }],
|
101
|
+
allowRemoveDataSource: [{ type: Input }],
|
102
|
+
allowEditDataSource: [{ type: Input }]
|
103
|
+
};
|
104
|
+
__decorate([
|
105
|
+
_inputConverter(_booleanConverter)
|
106
|
+
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
|
107
|
+
__decorate([
|
108
|
+
_inputConverter(_booleanConverter)
|
109
|
+
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowRemoveDataSource", void 0);
|
110
|
+
__decorate([
|
111
|
+
_inputConverter(_booleanConverter)
|
112
|
+
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowEditDataSource", void 0);
|
113
|
+
|
114
|
+
class DxReportDesignerPreviewSettingsComponent {
|
115
|
+
getSerializableSettings() {
|
116
|
+
var _a, _b;
|
117
|
+
return {
|
118
|
+
exportSettings: (_a = this.exportSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
|
119
|
+
progressBarSettings: (_b = this.porgressbarSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings()
|
120
|
+
};
|
121
|
+
}
|
122
|
+
}
|
123
|
+
DxReportDesignerPreviewSettingsComponent.decorators = [
|
124
|
+
{ type: Component, args: [{
|
125
|
+
template: '',
|
126
|
+
selector: 'dxrd-preview-settings'
|
127
|
+
},] }
|
128
|
+
];
|
129
|
+
DxReportDesignerPreviewSettingsComponent.propDecorators = {
|
130
|
+
porgressbarSettings: [{ type: ContentChild, args: [DxReportViewerProgressBarSettingsComponent,] }],
|
131
|
+
exportSettings: [{ type: ContentChild, args: [DxReportViewerExportSettingsComponent,] }]
|
132
|
+
};
|
133
|
+
|
134
|
+
class DxReportDesignerWizardSettingsComponent {
|
135
|
+
getSerializableSettings() {
|
136
|
+
return {
|
137
|
+
useMasterDetailWizard: this.useMasterDetailWizard,
|
138
|
+
enableJsonDataSource: this.enableJsonDataSource,
|
139
|
+
enableSqlDataSource: this.enableSqlDataSource,
|
140
|
+
enableObjectDataSource: this.enableObjectDataSource,
|
141
|
+
enableFederationDataSource: this.enableFederationDataSource,
|
142
|
+
useFullscreenWizard: this.useFullscreenWizard,
|
143
|
+
reportWizardTemplatesSearchBoxVisibility: this.reportWizardTemplatesSearchBoxVisibility
|
144
|
+
};
|
145
|
+
}
|
146
|
+
}
|
147
|
+
DxReportDesignerWizardSettingsComponent.decorators = [
|
148
|
+
{ type: Component, args: [{
|
149
|
+
template: '',
|
150
|
+
selector: 'dxrd-wizard-settings'
|
151
|
+
},] }
|
152
|
+
];
|
153
|
+
DxReportDesignerWizardSettingsComponent.propDecorators = {
|
154
|
+
useMasterDetailWizard: [{ type: Input }],
|
155
|
+
enableJsonDataSource: [{ type: Input }],
|
156
|
+
enableSqlDataSource: [{ type: Input }],
|
157
|
+
enableObjectDataSource: [{ type: Input }],
|
158
|
+
enableFederationDataSource: [{ type: Input }],
|
159
|
+
useFullscreenWizard: [{ type: Input }],
|
160
|
+
reportWizardTemplatesSearchBoxVisibility: [{ type: Input }]
|
161
|
+
};
|
162
|
+
__decorate([
|
163
|
+
_inputConverter(_booleanConverter)
|
164
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
|
165
|
+
__decorate([
|
166
|
+
_inputConverter(_booleanConverter)
|
167
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableJsonDataSource", void 0);
|
168
|
+
__decorate([
|
169
|
+
_inputConverter(_booleanConverter)
|
170
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableSqlDataSource", void 0);
|
171
|
+
__decorate([
|
172
|
+
_inputConverter(_booleanConverter)
|
173
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableObjectDataSource", void 0);
|
174
|
+
__decorate([
|
175
|
+
_inputConverter(_booleanConverter)
|
176
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableFederationDataSource", void 0);
|
177
|
+
__decorate([
|
178
|
+
_inputConverter(_booleanConverter)
|
179
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "useFullscreenWizard", void 0);
|
180
|
+
|
181
|
+
class DxReportDesignerModelSettingsComponent {
|
182
|
+
getSerializableSettings() {
|
183
|
+
var _a, _b, _c;
|
184
|
+
return {
|
185
|
+
reportPreviewSettings: (_a = this.previewSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
|
186
|
+
wizardSettings: (_b = this.wizardSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings(),
|
187
|
+
dataSourceSettings: (_c = this.dataSourceSettings) === null || _c === void 0 ? void 0 : _c.getSerializableSettings(),
|
188
|
+
allowMDI: this.allowMDI,
|
189
|
+
rightToLeft: this.rightToLeft
|
190
|
+
};
|
191
|
+
}
|
192
|
+
}
|
193
|
+
DxReportDesignerModelSettingsComponent.decorators = [
|
194
|
+
{ type: Component, args: [{
|
195
|
+
template: '',
|
196
|
+
selector: 'dxrd-designer-model-settings'
|
197
|
+
},] }
|
198
|
+
];
|
199
|
+
DxReportDesignerModelSettingsComponent.propDecorators = {
|
200
|
+
allowMDI: [{ type: Input }],
|
201
|
+
rightToLeft: [{ type: Input }],
|
202
|
+
previewSettings: [{ type: ContentChild, args: [DxReportDesignerPreviewSettingsComponent,] }],
|
203
|
+
wizardSettings: [{ type: ContentChild, args: [DxReportDesignerWizardSettingsComponent,] }],
|
204
|
+
dataSourceSettings: [{ type: ContentChild, args: [DxReportDesignerDataSourceSettingsComponent,] }]
|
205
|
+
};
|
206
|
+
__decorate([
|
207
|
+
_inputConverter(_booleanConverter)
|
208
|
+
], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
|
209
|
+
__decorate([
|
210
|
+
_inputConverter(_booleanConverter)
|
211
|
+
], DxReportDesignerModelSettingsComponent.prototype, "rightToLeft", void 0);
|
212
|
+
|
213
|
+
class DxReportDesignerRequestOptionsComponent {
|
214
|
+
}
|
215
|
+
DxReportDesignerRequestOptionsComponent.decorators = [
|
216
|
+
{ type: Component, args: [{
|
217
|
+
template: '',
|
218
|
+
selector: 'dxrd-request-options'
|
219
|
+
},] }
|
220
|
+
];
|
221
|
+
DxReportDesignerRequestOptionsComponent.propDecorators = {
|
222
|
+
getDesignerModelAction: [{ type: Input }],
|
223
|
+
getLocalizationAction: [{ type: Input }],
|
224
|
+
host: [{ type: Input }]
|
225
|
+
};
|
226
|
+
|
96
227
|
class DxReportDesignerComponent extends DxReportingComponent {
|
97
228
|
constructor(renderer, platformId) {
|
98
229
|
super(renderer, platformId);
|
@@ -105,11 +236,13 @@ class DxReportDesignerComponent extends DxReportingComponent {
|
|
105
236
|
return new JSReportDesignerBinding(options, this.getEventRaiser());
|
106
237
|
}
|
107
238
|
getControlOptions() {
|
239
|
+
var _a;
|
108
240
|
return {
|
109
|
-
|
241
|
+
rightToLeft: this.rtl,
|
110
242
|
developmentMode: this.developmentMode,
|
111
243
|
reportUrl: this.koReportUrl,
|
112
244
|
requestOptions: this.requestOptions,
|
245
|
+
designerModelSettings: (_a = this.designerModelSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
|
113
246
|
callbacks: { designer: {}, preview: {} }
|
114
247
|
};
|
115
248
|
}
|
@@ -118,6 +251,7 @@ class DxReportDesignerComponent extends DxReportingComponent {
|
|
118
251
|
this.requestOptions = null;
|
119
252
|
this.callbacksComponent = null;
|
120
253
|
this.koReportUrl = null;
|
254
|
+
this.designerModelSettings = null;
|
121
255
|
}
|
122
256
|
GetDesignerModel() {
|
123
257
|
return this.bindingSender.GetDesignerModel();
|
@@ -136,7 +270,7 @@ DxReportDesignerComponent.decorators = [
|
|
136
270
|
{ type: Component, args: [{
|
137
271
|
selector: 'dx-report-designer',
|
138
272
|
encapsulation: ViewEncapsulation.None,
|
139
|
-
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>"
|
273
|
+
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\r\n <div data-bind=\"dxReportDesigner: $data\"></div>\r\n</div>"
|
140
274
|
},] }
|
141
275
|
];
|
142
276
|
DxReportDesignerComponent.ctorParameters = () => [
|
@@ -146,6 +280,7 @@ DxReportDesignerComponent.ctorParameters = () => [
|
|
146
280
|
DxReportDesignerComponent.propDecorators = {
|
147
281
|
requestOptions: [{ type: ContentChild, args: [DxReportDesignerRequestOptionsComponent,] }],
|
148
282
|
callbacksComponent: [{ type: ContentChild, args: [DxReportDesignerCallbacksComponent,] }],
|
283
|
+
designerModelSettings: [{ type: ContentChild, args: [DxReportDesignerModelSettingsComponent,] }],
|
149
284
|
reportUrl: [{ type: Input }]
|
150
285
|
};
|
151
286
|
|
@@ -158,12 +293,20 @@ DxReportDesignerModule.decorators = [
|
|
158
293
|
declarations: [
|
159
294
|
DxReportDesignerCallbacksComponent,
|
160
295
|
DxReportDesignerRequestOptionsComponent,
|
161
|
-
DxReportDesignerComponent
|
296
|
+
DxReportDesignerComponent,
|
297
|
+
DxReportDesignerPreviewSettingsComponent,
|
298
|
+
DxReportDesignerWizardSettingsComponent,
|
299
|
+
DxReportDesignerDataSourceSettingsComponent,
|
300
|
+
DxReportDesignerModelSettingsComponent
|
162
301
|
],
|
163
302
|
exports: [
|
164
303
|
DxReportDesignerCallbacksComponent,
|
165
304
|
DxReportDesignerRequestOptionsComponent,
|
166
|
-
DxReportDesignerComponent
|
305
|
+
DxReportDesignerComponent,
|
306
|
+
DxReportDesignerPreviewSettingsComponent,
|
307
|
+
DxReportDesignerWizardSettingsComponent,
|
308
|
+
DxReportDesignerDataSourceSettingsComponent,
|
309
|
+
DxReportDesignerModelSettingsComponent
|
167
310
|
]
|
168
311
|
},] }
|
169
312
|
];
|
@@ -176,5 +319,5 @@ DxReportDesignerModule.decorators = [
|
|
176
319
|
* Generated bundle index. Do not edit.
|
177
320
|
*/
|
178
321
|
|
179
|
-
export { DxReportDesignerCallbacksComponent, DxReportDesignerComponent, DxReportDesignerModule, DxReportDesignerRequestOptionsComponent };
|
322
|
+
export { DxReportDesignerCallbacksComponent, DxReportDesignerComponent, DxReportDesignerDataSourceSettingsComponent, DxReportDesignerModelSettingsComponent, DxReportDesignerModule, DxReportDesignerPreviewSettingsComponent, DxReportDesignerRequestOptionsComponent, DxReportDesignerWizardSettingsComponent };
|
180
323
|
//# sourceMappingURL=devexpress-reporting-angular-dx-report-designer.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"devexpress-reporting-angular-dx-report-designer.js","sources":["../../../dx-report-designer/dxrd-request-options.ts","../../../dx-report-designer/dxrd-callbacks.ts","../../../dx-report-designer/dx-report-designer.component.ts","../../../dx-report-designer/dx-report-designer.module.ts","../../../dx-report-designer/index.ts","../../../dx-report-designer/devexpress-reporting-angular-dx-report-designer.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n template: '',\n selector: 'dxrd-request-options'\n})\nexport class DxReportDesignerRequestOptionsComponent {\n @Input() getDesignerModelAction?: string;\n @Input() getLocalizationAction?: string;\n @Input() host: string;\n}\n","import { Component, Output, EventEmitter } from '@angular/core';\n\n@Component({\n template: '',\n selector: 'dxrd-callbacks'\n})\nexport class DxReportDesignerCallbacksComponent {\n @Output() CustomizeElements = new EventEmitter<any>();\n @Output() ExitDesigner = new EventEmitter<any>();\n @Output() ReportSaving = new EventEmitter<any>();\n @Output() ReportSaved = new EventEmitter<any>();\n @Output() ReportOpened = new EventEmitter<any>();\n @Output() ReportOpening = new EventEmitter<any>();\n @Output() TabChanged = new EventEmitter<any>();\n @Output() ReportTabClosing = new EventEmitter<any>();\n @Output() ReportTabClosed = new EventEmitter<any>();\n @Output() ComponentAdded = new EventEmitter<any>();\n @Output() CustomizeParameterEditors = new EventEmitter<any>();\n @Output() CustomizeSaveDialog = new EventEmitter<any>();\n @Output() CustomizeSaveAsDialog = new EventEmitter<any>();\n @Output() CustomizeOpenDialog = new EventEmitter<any>();\n @Output() CustomizeToolbox = new EventEmitter<any>();\n @Output() CustomizeFieldListActions = new EventEmitter<any>();\n @Output() CustomizeMenuActions = new EventEmitter<any>();\n @Output() CustomizeLocalization = new EventEmitter<any>();\n @Output() BeforeRender = new EventEmitter<any>();\n @Output() OnServerError = new EventEmitter<any>();\n @Output() CustomizeWizard = new EventEmitter<any>();\n\n @Output() PreviewClick = new EventEmitter<any>();\n @Output() PreviewCustomizeElements = new EventEmitter<any>();\n @Output() PreviewCustomizeMenuActions = new EventEmitter<any>();\n @Output() PreviewEditingFieldChanged = new EventEmitter<any>();\n @Output() PreviewDocumentReady = new EventEmitter<any>();\n @Output() PreviewParametersReset = new EventEmitter<any>();\n @Output() PreviewParametersInitialized = new EventEmitter<any>();\n @Output() PreviewCustomizeExportOptions = new EventEmitter<any>();\n @Output() PreviewParametersSubmitted = new EventEmitter<any>();\n @Output() PreviewOnExport = new EventEmitter<any>();\n}\n","import { JSReportDesignerBinding } from 'devexpress-reporting/dx-reportdesigner';\nimport { Component, Input, Renderer2, ContentChild, Inject, PLATFORM_ID, ViewEncapsulation } from '@angular/core';\nimport * as ko from 'knockout';\n\nimport { DxReportingComponent, _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';\n\nimport { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';\nimport { DxReportDesignerCallbacksComponent } from './dxrd-callbacks';\n\n@Component({\n selector: 'dx-report-designer',\n encapsulation: ViewEncapsulation.None,\n templateUrl: './dx-report-designer.component.html',\n styleUrls: []\n})\nexport class DxReportDesignerComponent extends DxReportingComponent {\n koReportUrl = ko.observable();\n\n @ContentChild(DxReportDesignerRequestOptionsComponent)\n requestOptions: DxReportDesignerRequestOptionsComponent;\n\n @ContentChild(DxReportDesignerCallbacksComponent)\n callbacksComponent: DxReportDesignerCallbacksComponent;\n\n constructor(renderer: Renderer2, @Inject(PLATFORM_ID) platformId: Object) {\n super(renderer, platformId);\n }\n getCallbacks() {\n return this.callbacksComponent;\n }\n getKoBinding(options: any) {\n return new JSReportDesignerBinding(options, this.getEventRaiser());\n }\n getControlOptions() {\n return {\n rtl: this.rtl,\n developmentMode: this.developmentMode,\n reportUrl: this.koReportUrl,\n requestOptions: this.requestOptions,\n callbacks: { designer: {}, preview: {} }\n };\n }\n ngOnDestroy() {\n super.ngOnDestroy();\n this.requestOptions = null;\n this.callbacksComponent = null;\n this.koReportUrl = null;\n }\n\n GetDesignerModel() {\n return this.bindingSender.GetDesignerModel();\n }\n\n GetPreviewModel() {\n return this.bindingSender.GetPreviewModel();\n }\n\n @Input()\n get reportUrl() {\n return this.koReportUrl();\n }\n set reportUrl(reportUrl: string) {\n this.koReportUrl(reportUrl);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';\nimport { DxReportDesignerComponent } from './dx-report-designer.component';\nimport { DxReportDesignerCallbacksComponent } from './dxrd-callbacks';\n\n@NgModule({\n id: 'DxReportDesignerModule',\n imports: [CommonModule],\n declarations: [\n DxReportDesignerCallbacksComponent,\n DxReportDesignerRequestOptionsComponent,\n DxReportDesignerComponent\n ],\n exports: [\n DxReportDesignerCallbacksComponent,\n DxReportDesignerRequestOptionsComponent,\n DxReportDesignerComponent\n ]\n})\nexport class DxReportDesignerModule { }\n","/*\n * Public API Surface of reporting-angular/report-designer\n */\nexport * from './dx-report-designer.module';\nexport * from './dxrd-request-options';\nexport * from './dxrd-callbacks';\nexport * from './dx-report-designer.component';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"devexpress-reporting-angular-dx-report-designer.js","sources":["../../../dx-report-designer/dxrd-callbacks.ts","../../../dx-report-designer/dxrd-datasource-settings.component.ts","../../../dx-report-designer/dxrd-preview-settings.component.ts","../../../dx-report-designer/dxrd-wizard-settings.component.ts","../../../dx-report-designer/dxrd-designer-model-settings.component.ts","../../../dx-report-designer/dxrd-request-options.ts","../../../dx-report-designer/dx-report-designer.component.ts","../../../dx-report-designer/dx-report-designer.module.ts","../../../dx-report-designer/index.ts","../../../dx-report-designer/devexpress-reporting-angular-dx-report-designer.ts"],"sourcesContent":["import { Component, Output, EventEmitter } from '@angular/core';\r\n\r\n@Component({\r\n template: '',\r\n selector: 'dxrd-callbacks'\r\n})\r\nexport class DxReportDesignerCallbacksComponent {\r\n @Output() CustomizeElements = new EventEmitter<any>();\r\n @Output() ExitDesigner = new EventEmitter<any>();\r\n @Output() ReportSaving = new EventEmitter<any>();\r\n @Output() ReportSaved = new EventEmitter<any>();\r\n @Output() ReportOpened = new EventEmitter<any>();\r\n @Output() ReportOpening = new EventEmitter<any>();\r\n @Output() TabChanged = new EventEmitter<any>();\r\n @Output() ReportTabClosing = new EventEmitter<any>();\r\n @Output() ReportTabClosed = new EventEmitter<any>();\r\n @Output() ComponentAdded = new EventEmitter<any>();\r\n @Output() CustomizeParameterEditors = new EventEmitter<any>();\r\n @Output() CustomizeSaveDialog = new EventEmitter<any>();\r\n @Output() CustomizeSaveAsDialog = new EventEmitter<any>();\r\n @Output() CustomizeOpenDialog = new EventEmitter<any>();\r\n @Output() CustomizeToolbox = new EventEmitter<any>();\r\n @Output() CustomizeFieldListActions = new EventEmitter<any>();\r\n @Output() CustomizeMenuActions = new EventEmitter<any>();\r\n @Output() CustomizeLocalization = new EventEmitter<any>();\r\n @Output() BeforeRender = new EventEmitter<any>();\r\n @Output() OnServerError = new EventEmitter<any>();\r\n @Output() CustomizeWizard = new EventEmitter<any>();\r\n\r\n @Output() PreviewClick = new EventEmitter<any>();\r\n @Output() PreviewCustomizeElements = new EventEmitter<any>();\r\n @Output() PreviewCustomizeMenuActions = new EventEmitter<any>();\r\n @Output() PreviewEditingFieldChanged = new EventEmitter<any>();\r\n @Output() PreviewDocumentReady = new EventEmitter<any>();\r\n @Output() PreviewParametersReset = new EventEmitter<any>();\r\n @Output() PreviewParametersInitialized = new EventEmitter<any>();\r\n @Output() PreviewCustomizeExportOptions = new EventEmitter<any>();\r\n @Output() PreviewParametersSubmitted = new EventEmitter<any>();\r\n @Output() PreviewOnExport = new EventEmitter<any>();\r\n}\r\n","import { Component, Input } from '@angular/core';\r\nimport { ISerializableSettingsProvider, _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';\r\n\r\n@Component({\r\n template: '',\r\n selector: 'dxrd-datasource-settings'\r\n})\r\nexport class DxReportDesignerDataSourceSettingsComponent implements ISerializableSettingsProvider {\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n allowAddDataSource: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n allowRemoveDataSource: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n allowEditDataSource: boolean;\r\n\r\n getSerializableSettings() {\r\n return {\r\n allowAddDataSource: this.allowAddDataSource,\r\n allowRemoveDataSource: this.allowRemoveDataSource,\r\n allowEditDataSource: this.allowEditDataSource\r\n };\r\n }\r\n}\r\n","import { Component, ContentChild } from '@angular/core';\r\nimport { ISerializableSettingsProvider } from 'devexpress-reporting-angular/core';\r\nimport { DxReportViewerExportSettingsComponent, DxReportViewerProgressBarSettingsComponent } from 'devexpress-reporting-angular/dx-report-viewer';\r\n\r\n@Component({\r\n template: '',\r\n selector: 'dxrd-preview-settings'\r\n})\r\nexport class DxReportDesignerPreviewSettingsComponent implements ISerializableSettingsProvider {\r\n @ContentChild(DxReportViewerProgressBarSettingsComponent)\r\n porgressbarSettings: DxReportViewerProgressBarSettingsComponent;\r\n\r\n @ContentChild(DxReportViewerExportSettingsComponent)\r\n exportSettings: DxReportViewerExportSettingsComponent;\r\n getSerializableSettings() {\r\n return {\r\n exportSettings: this.exportSettings?.getSerializableSettings(),\r\n progressBarSettings: this.porgressbarSettings?.getSerializableSettings()\r\n };\r\n }\r\n\r\n}\r\n","import { Component, Input } from '@angular/core';\r\nimport { ISerializableSettingsProvider, _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';\r\nimport { SearchBoxVisibilityMode } from 'devexpress-reporting/designer/utils/inititalizer';\r\n\r\n@Component({\r\n template: '',\r\n selector: 'dxrd-wizard-settings'\r\n})\r\nexport class DxReportDesignerWizardSettingsComponent implements ISerializableSettingsProvider {\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n useMasterDetailWizard: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n enableJsonDataSource: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n enableSqlDataSource: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n enableObjectDataSource: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n enableFederationDataSource: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n useFullscreenWizard: boolean;\r\n\r\n @Input() reportWizardTemplatesSearchBoxVisibility: SearchBoxVisibilityMode;\r\n\r\n getSerializableSettings() {\r\n return {\r\n useMasterDetailWizard: this.useMasterDetailWizard,\r\n enableJsonDataSource: this.enableJsonDataSource,\r\n enableSqlDataSource: this.enableSqlDataSource,\r\n enableObjectDataSource: this.enableObjectDataSource,\r\n enableFederationDataSource: this.enableFederationDataSource,\r\n useFullscreenWizard: this.useFullscreenWizard,\r\n reportWizardTemplatesSearchBoxVisibility: this.reportWizardTemplatesSearchBoxVisibility\r\n };\r\n }\r\n}\r\n","import { Component, ContentChild, Input } from '@angular/core';\r\nimport { ISerializableSettingsProvider, _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';\r\nimport { DxReportDesignerDataSourceSettingsComponent } from './dxrd-datasource-settings.component';\r\nimport { DxReportDesignerPreviewSettingsComponent } from './dxrd-preview-settings.component';\r\nimport { DxReportDesignerWizardSettingsComponent } from './dxrd-wizard-settings.component';\r\n\r\n@Component({\r\n template: '',\r\n selector: 'dxrd-designer-model-settings'\r\n})\r\nexport class DxReportDesignerModelSettingsComponent implements ISerializableSettingsProvider {\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n allowMDI: boolean;\r\n\r\n @Input()\r\n @_inputConverter(_booleanConverter)\r\n rightToLeft: boolean;\r\n\r\n @ContentChild(DxReportDesignerPreviewSettingsComponent)\r\n previewSettings: DxReportDesignerPreviewSettingsComponent;\r\n\r\n @ContentChild(DxReportDesignerWizardSettingsComponent)\r\n wizardSettings: DxReportDesignerWizardSettingsComponent;\r\n\r\n @ContentChild(DxReportDesignerDataSourceSettingsComponent)\r\n dataSourceSettings: DxReportDesignerDataSourceSettingsComponent;\r\n\r\n getSerializableSettings() {\r\n return {\r\n reportPreviewSettings: this.previewSettings?.getSerializableSettings(),\r\n wizardSettings: this.wizardSettings?.getSerializableSettings(),\r\n dataSourceSettings: this.dataSourceSettings?.getSerializableSettings(),\r\n allowMDI: this.allowMDI,\r\n rightToLeft: this.rightToLeft\r\n };\r\n }\r\n}\r\n","import { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n template: '',\r\n selector: 'dxrd-request-options'\r\n})\r\nexport class DxReportDesignerRequestOptionsComponent {\r\n @Input() getDesignerModelAction?: string;\r\n @Input() getLocalizationAction?: string;\r\n @Input() host: string;\r\n\r\n}\r\n","import { Component, ContentChild, Inject, Input, PLATFORM_ID, Renderer2, ViewEncapsulation } from '@angular/core';\r\nimport { JSReportDesignerBinding } from 'devexpress-reporting/dx-reportdesigner';\r\nimport * as ko from 'knockout';\r\n\r\nimport { DxReportingComponent } from 'devexpress-reporting-angular/core';\r\n\r\nimport { DxReportDesignerCallbacksComponent } from './dxrd-callbacks';\r\nimport { DxReportDesignerModelSettingsComponent } from './dxrd-designer-model-settings.component';\r\nimport { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';\r\n\r\n@Component({\r\n selector: 'dx-report-designer',\r\n encapsulation: ViewEncapsulation.None,\r\n templateUrl: './dx-report-designer.component.html',\r\n styleUrls: []\r\n})\r\nexport class DxReportDesignerComponent extends DxReportingComponent {\r\n koReportUrl = ko.observable();\r\n\r\n @ContentChild(DxReportDesignerRequestOptionsComponent)\r\n requestOptions: DxReportDesignerRequestOptionsComponent;\r\n\r\n @ContentChild(DxReportDesignerCallbacksComponent)\r\n callbacksComponent: DxReportDesignerCallbacksComponent;\r\n\r\n @ContentChild(DxReportDesignerModelSettingsComponent)\r\n designerModelSettings: DxReportDesignerModelSettingsComponent\r\n\r\n constructor(renderer: Renderer2, @Inject(PLATFORM_ID) platformId: Object) {\r\n super(renderer, platformId);\r\n }\r\n getCallbacks() {\r\n return this.callbacksComponent;\r\n }\r\n getKoBinding(options: any) {\r\n return new JSReportDesignerBinding(options, this.getEventRaiser());\r\n }\r\n getControlOptions() {\r\n return {\r\n rightToLeft: this.rtl,\r\n developmentMode: this.developmentMode,\r\n reportUrl: this.koReportUrl,\r\n requestOptions: this.requestOptions,\r\n designerModelSettings: this.designerModelSettings?.getSerializableSettings(),\r\n callbacks: { designer: {}, preview: {} }\r\n };\r\n }\r\n ngOnDestroy() {\r\n super.ngOnDestroy();\r\n this.requestOptions = null;\r\n this.callbacksComponent = null;\r\n this.koReportUrl = null;\r\n this.designerModelSettings = null;\r\n }\r\n\r\n GetDesignerModel() {\r\n return this.bindingSender.GetDesignerModel();\r\n }\r\n\r\n GetPreviewModel() {\r\n return this.bindingSender.GetPreviewModel();\r\n }\r\n\r\n @Input()\r\n get reportUrl() {\r\n return this.koReportUrl();\r\n }\r\n set reportUrl(reportUrl: string) {\r\n this.koReportUrl(reportUrl);\r\n }\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { DxReportDesignerComponent } from './dx-report-designer.component';\r\nimport { DxReportDesignerCallbacksComponent } from './dxrd-callbacks';\r\nimport { DxReportDesignerDataSourceSettingsComponent } from './dxrd-datasource-settings.component';\r\nimport { DxReportDesignerModelSettingsComponent } from './dxrd-designer-model-settings.component';\r\nimport { DxReportDesignerPreviewSettingsComponent } from './dxrd-preview-settings.component';\r\nimport { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';\r\nimport { DxReportDesignerWizardSettingsComponent } from './dxrd-wizard-settings.component';\r\n\r\n@NgModule({\r\n id: 'DxReportDesignerModule',\r\n imports: [CommonModule],\r\n declarations: [\r\n DxReportDesignerCallbacksComponent,\r\n DxReportDesignerRequestOptionsComponent,\r\n DxReportDesignerComponent,\r\n DxReportDesignerPreviewSettingsComponent,\r\n DxReportDesignerWizardSettingsComponent,\r\n DxReportDesignerDataSourceSettingsComponent,\r\n DxReportDesignerModelSettingsComponent\r\n ],\r\n exports: [\r\n DxReportDesignerCallbacksComponent,\r\n DxReportDesignerRequestOptionsComponent,\r\n DxReportDesignerComponent,\r\n DxReportDesignerPreviewSettingsComponent,\r\n DxReportDesignerWizardSettingsComponent,\r\n DxReportDesignerDataSourceSettingsComponent,\r\n DxReportDesignerModelSettingsComponent\r\n ]\r\n})\r\nexport class DxReportDesignerModule { }\r\n","/*\r\n * Public API Surface of reporting-angular/report-designer\r\n */\r\nexport * from './dx-report-designer.component';\r\nexport * from './dx-report-designer.module';\r\nexport * from './dxrd-callbacks';\r\nexport * from './dxrd-datasource-settings.component';\r\nexport * from './dxrd-designer-model-settings.component';\r\nexport * from './dxrd-preview-settings.component';\r\nexport * from './dxrd-request-options';\r\nexport * from './dxrd-wizard-settings.component';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
@@ -50,7 +50,7 @@ DxReportViewerCallbacksComponent.propDecorators = {
|
|
50
50
|
|
51
51
|
class DxReportViewerRequestOptionsComponent {
|
52
52
|
constructor() {
|
53
|
-
this.invokeAction =
|
53
|
+
this.invokeAction = '/DXXRDV';
|
54
54
|
}
|
55
55
|
}
|
56
56
|
DxReportViewerRequestOptionsComponent.decorators = [
|
@@ -65,6 +65,36 @@ DxReportViewerRequestOptionsComponent.propDecorators = {
|
|
65
65
|
host: [{ type: Input }]
|
66
66
|
};
|
67
67
|
|
68
|
+
class DxReportViewerExportSettingsComponent {
|
69
|
+
getSerializableSettings() {
|
70
|
+
return {
|
71
|
+
useSameTab: this.useSameTab,
|
72
|
+
useAsynchronousExport: this.useAsynchronousExport,
|
73
|
+
showPrintNotificationDialog: this.showPrintNotificationDialog
|
74
|
+
};
|
75
|
+
}
|
76
|
+
}
|
77
|
+
DxReportViewerExportSettingsComponent.decorators = [
|
78
|
+
{ type: Component, args: [{
|
79
|
+
template: '',
|
80
|
+
selector: 'dxrv-export-settings'
|
81
|
+
},] }
|
82
|
+
];
|
83
|
+
DxReportViewerExportSettingsComponent.propDecorators = {
|
84
|
+
useSameTab: [{ type: Input }],
|
85
|
+
useAsynchronousExport: [{ type: Input }],
|
86
|
+
showPrintNotificationDialog: [{ type: Input }]
|
87
|
+
};
|
88
|
+
__decorate([
|
89
|
+
_inputConverter(_booleanConverter)
|
90
|
+
], DxReportViewerExportSettingsComponent.prototype, "useSameTab", void 0);
|
91
|
+
__decorate([
|
92
|
+
_inputConverter(_booleanConverter)
|
93
|
+
], DxReportViewerExportSettingsComponent.prototype, "useAsynchronousExport", void 0);
|
94
|
+
__decorate([
|
95
|
+
_inputConverter(_booleanConverter)
|
96
|
+
], DxReportViewerExportSettingsComponent.prototype, "showPrintNotificationDialog", void 0);
|
97
|
+
|
68
98
|
class DxReportViewerMobileModeSettingsComponent {
|
69
99
|
}
|
70
100
|
DxReportViewerMobileModeSettingsComponent.decorators = [
|
@@ -84,6 +114,28 @@ __decorate([
|
|
84
114
|
_inputConverter(_booleanConverter)
|
85
115
|
], DxReportViewerMobileModeSettingsComponent.prototype, "animationEnabled", void 0);
|
86
116
|
|
117
|
+
class DxReportViewerProgressBarSettingsComponent {
|
118
|
+
getSerializableSettings() {
|
119
|
+
return {
|
120
|
+
position: this.position,
|
121
|
+
keepOnVisibleArea: this.keepOnVisibleArea,
|
122
|
+
};
|
123
|
+
}
|
124
|
+
}
|
125
|
+
DxReportViewerProgressBarSettingsComponent.decorators = [
|
126
|
+
{ type: Component, args: [{
|
127
|
+
template: '',
|
128
|
+
selector: 'dxrv-progressbar-settings'
|
129
|
+
},] }
|
130
|
+
];
|
131
|
+
DxReportViewerProgressBarSettingsComponent.propDecorators = {
|
132
|
+
position: [{ type: Input }],
|
133
|
+
keepOnVisibleArea: [{ type: Input }]
|
134
|
+
};
|
135
|
+
__decorate([
|
136
|
+
_inputConverter(_booleanConverter)
|
137
|
+
], DxReportViewerProgressBarSettingsComponent.prototype, "keepOnVisibleArea", void 0);
|
138
|
+
|
87
139
|
class DxReportViewerRemoteSettingsComponent {
|
88
140
|
}
|
89
141
|
DxReportViewerRemoteSettingsComponent.decorators = [
|
@@ -110,45 +162,6 @@ DxReportViewerTabPanelSettingsComponent.propDecorators = {
|
|
110
162
|
width: [{ type: Input }]
|
111
163
|
};
|
112
164
|
|
113
|
-
class DxReportViewerProgressBarSettingsComponent {
|
114
|
-
}
|
115
|
-
DxReportViewerProgressBarSettingsComponent.decorators = [
|
116
|
-
{ type: Component, args: [{
|
117
|
-
template: '',
|
118
|
-
selector: 'dxrv-progressbar-settings'
|
119
|
-
},] }
|
120
|
-
];
|
121
|
-
DxReportViewerProgressBarSettingsComponent.propDecorators = {
|
122
|
-
position: [{ type: Input }],
|
123
|
-
keepOnVisibleArea: [{ type: Input }]
|
124
|
-
};
|
125
|
-
__decorate([
|
126
|
-
_inputConverter(_booleanConverter)
|
127
|
-
], DxReportViewerProgressBarSettingsComponent.prototype, "keepOnVisibleArea", void 0);
|
128
|
-
|
129
|
-
class DxReportViewerExportSettingsComponent {
|
130
|
-
}
|
131
|
-
DxReportViewerExportSettingsComponent.decorators = [
|
132
|
-
{ type: Component, args: [{
|
133
|
-
template: '',
|
134
|
-
selector: 'dxrv-export-settings'
|
135
|
-
},] }
|
136
|
-
];
|
137
|
-
DxReportViewerExportSettingsComponent.propDecorators = {
|
138
|
-
useSameTab: [{ type: Input }],
|
139
|
-
useAsynchronousExport: [{ type: Input }],
|
140
|
-
showPrintNotificationDialog: [{ type: Input }]
|
141
|
-
};
|
142
|
-
__decorate([
|
143
|
-
_inputConverter(_booleanConverter)
|
144
|
-
], DxReportViewerExportSettingsComponent.prototype, "useSameTab", void 0);
|
145
|
-
__decorate([
|
146
|
-
_inputConverter(_booleanConverter)
|
147
|
-
], DxReportViewerExportSettingsComponent.prototype, "useAsynchronousExport", void 0);
|
148
|
-
__decorate([
|
149
|
-
_inputConverter(_booleanConverter)
|
150
|
-
], DxReportViewerExportSettingsComponent.prototype, "showPrintNotificationDialog", void 0);
|
151
|
-
|
152
165
|
class DxReportViewerComponent extends DxReportingComponent {
|
153
166
|
constructor(renderer, platformId) {
|
154
167
|
super(renderer, platformId);
|
@@ -191,7 +204,7 @@ DxReportViewerComponent.decorators = [
|
|
191
204
|
{ type: Component, args: [{
|
192
205
|
selector: 'dx-report-viewer',
|
193
206
|
encapsulation: ViewEncapsulation.None,
|
194
|
-
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportViewer: $data\"></div>\n</div>"
|
207
|
+
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\r\n <div data-bind=\"dxReportViewer: $data\"></div>\r\n</div>"
|
195
208
|
},] }
|
196
209
|
];
|
197
210
|
DxReportViewerComponent.ctorParameters = () => [
|