devexpress-reporting-angular 21.2.9-build-22173-1451 → 22.1.4-build-22179-0228
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/bundles/devexpress-reporting-angular-core.umd.js +295 -171
- package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +330 -302
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +436 -389
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular.umd.js +37 -274
- package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
- package/core/package.json +2 -4
- package/dx-report-designer/dx-report-designer.component.d.ts +2 -1
- package/dx-report-designer/package.json +2 -4
- package/dx-report-viewer/dx-report-viewer.component.d.ts +2 -1
- package/dx-report-viewer/package.json +2 -4
- package/esm2015/all.js +15 -17
- package/esm2015/core/_input-converters.js +1 -1
- package/esm2015/core/devexpress-reporting-angular-core.js +1 -1
- package/esm2015/core/dx-reporting.component.js +20 -33
- package/esm2015/core/index.js +1 -1
- package/esm2015/devexpress-reporting-angular.js +1 -1
- package/esm2015/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js +1 -1
- package/esm2015/dx-report-designer/dx-report-designer.component.js +15 -27
- package/esm2015/dx-report-designer/dx-report-designer.module.js +19 -21
- package/esm2015/dx-report-designer/dxrd-callbacks.js +41 -134
- package/esm2015/dx-report-designer/dxrd-request-options.js +13 -22
- package/esm2015/dx-report-designer/index.js +1 -1
- package/esm2015/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js +1 -1
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +30 -59
- package/esm2015/dx-report-viewer/dx-report-viewer.module.js +29 -31
- package/esm2015/dx-report-viewer/dxrv-callbacks.js +25 -70
- package/esm2015/dx-report-viewer/dxrv-export-settings.component.js +20 -22
- package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +17 -18
- package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +15 -18
- package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +12 -18
- package/esm2015/dx-report-viewer/dxrv-request-options.js +13 -22
- package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +12 -18
- package/esm2015/dx-report-viewer/index.js +1 -1
- package/esm2015/index.js +1 -1
- package/fesm2015/devexpress-reporting-angular-core.js +20 -32
- package/fesm2015/devexpress-reporting-angular-core.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +89 -198
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +163 -252
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular.js +14 -15
- package/fesm2015/devexpress-reporting-angular.js.map +1 -1
- package/package.json +8 -26
- package/bundles/devexpress-reporting-angular-core.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular-core.umd.min.js.map +0 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.min.js.map +0 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.min.js.map +0 -1
- package/bundles/devexpress-reporting-angular.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular.umd.min.js.map +0 -1
- package/esm5/all.js +0 -23
- package/esm5/core/_input-converters.js +0 -38
- package/esm5/core/devexpress-reporting-angular-core.js +0 -5
- package/esm5/core/dx-reporting.component.js +0 -67
- package/esm5/core/index.js +0 -6
- package/esm5/devexpress-reporting-angular.js +0 -5
- package/esm5/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js +0 -5
- package/esm5/dx-report-designer/dx-report-designer.component.js +0 -81
- package/esm5/dx-report-designer/dx-report-designer.module.js +0 -29
- package/esm5/dx-report-designer/dxrd-callbacks.js +0 -170
- package/esm5/dx-report-designer/dxrd-request-options.js +0 -27
- package/esm5/dx-report-designer/index.js +0 -8
- package/esm5/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js +0 -5
- package/esm5/dx-report-viewer/dx-report-viewer.component.js +0 -120
- package/esm5/dx-report-viewer/dx-report-viewer.module.js +0 -44
- package/esm5/dx-report-viewer/dxrv-callbacks.js +0 -90
- package/esm5/dx-report-viewer/dxrv-export-settings.component.js +0 -31
- package/esm5/dx-report-viewer/dxrv-mobile-mode-settings.component.js +0 -26
- package/esm5/dx-report-viewer/dxrv-progressbar-settings.component.js +0 -25
- package/esm5/dx-report-viewer/dxrv-remote-settings.component.js +0 -23
- package/esm5/dx-report-viewer/dxrv-request-options.js +0 -28
- package/esm5/dx-report-viewer/dxrv-tabpanel-settings.component.js +0 -23
- package/esm5/dx-report-viewer/index.js +0 -13
- package/esm5/index.js +0 -7
- package/fesm5/devexpress-reporting-angular-core.js +0 -114
- package/fesm5/devexpress-reporting-angular-core.js.map +0 -1
- package/fesm5/devexpress-reporting-angular-dx-report-designer.js +0 -303
- package/fesm5/devexpress-reporting-angular-dx-report-designer.js.map +0 -1
- package/fesm5/devexpress-reporting-angular-dx-report-viewer.js +0 -378
- package/fesm5/devexpress-reporting-angular-dx-report-viewer.js.map +0 -1
- package/fesm5/devexpress-reporting-angular.js +0 -35
- package/fesm5/devexpress-reporting-angular.js.map +0 -1
@@ -1,31 +0,0 @@
|
|
1
|
-
import * as tslib_1 from "tslib";
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
import { _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';
|
4
|
-
var DxReportViewerExportSettingsComponent = /** @class */ (function () {
|
5
|
-
function DxReportViewerExportSettingsComponent() {
|
6
|
-
}
|
7
|
-
tslib_1.__decorate([
|
8
|
-
Input(),
|
9
|
-
_inputConverter(_booleanConverter),
|
10
|
-
tslib_1.__metadata("design:type", Boolean)
|
11
|
-
], DxReportViewerExportSettingsComponent.prototype, "useSameTab", void 0);
|
12
|
-
tslib_1.__decorate([
|
13
|
-
Input(),
|
14
|
-
_inputConverter(_booleanConverter),
|
15
|
-
tslib_1.__metadata("design:type", Boolean)
|
16
|
-
], DxReportViewerExportSettingsComponent.prototype, "useAsynchronousExport", void 0);
|
17
|
-
tslib_1.__decorate([
|
18
|
-
Input(),
|
19
|
-
_inputConverter(_booleanConverter),
|
20
|
-
tslib_1.__metadata("design:type", Boolean)
|
21
|
-
], DxReportViewerExportSettingsComponent.prototype, "showPrintNotificationDialog", void 0);
|
22
|
-
DxReportViewerExportSettingsComponent = tslib_1.__decorate([
|
23
|
-
Component({
|
24
|
-
template: '',
|
25
|
-
selector: 'dxrv-export-settings'
|
26
|
-
})
|
27
|
-
], DxReportViewerExportSettingsComponent);
|
28
|
-
return DxReportViewerExportSettingsComponent;
|
29
|
-
}());
|
30
|
-
export { DxReportViewerExportSettingsComponent };
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1leHBvcnQtc2V0dGluZ3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9keC1yZXBvcnQtdmlld2VyLyIsInNvdXJjZXMiOlsiZHhydi1leHBvcnQtc2V0dGluZ3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFNdkY7SUFBQTtJQVlBLENBQUM7SUFURztRQUZDLEtBQUssRUFBRTtRQUNQLGVBQWUsQ0FBQyxpQkFBaUIsQ0FBQzs7NkVBQ2Y7SUFJcEI7UUFGQyxLQUFLLEVBQUU7UUFDUCxlQUFlLENBQUMsaUJBQWlCLENBQUM7O3dGQUNKO0lBSS9CO1FBRkMsS0FBSyxFQUFFO1FBQ1AsZUFBZSxDQUFDLGlCQUFpQixDQUFDOzs4RkFDRTtJQVg1QixxQ0FBcUM7UUFKakQsU0FBUyxDQUFDO1lBQ1AsUUFBUSxFQUFFLEVBQUU7WUFDWixRQUFRLEVBQUUsc0JBQXNCO1NBQ25DLENBQUM7T0FDVyxxQ0FBcUMsQ0FZakQ7SUFBRCw0Q0FBQztDQUFBLEFBWkQsSUFZQztTQVpZLHFDQUFxQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IF9ib29sZWFuQ29udmVydGVyLCBfaW5wdXRDb252ZXJ0ZXIgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc2VsZWN0b3I6ICdkeHJ2LWV4cG9ydC1zZXR0aW5ncydcbn0pXG5leHBvcnQgY2xhc3MgRHhSZXBvcnRWaWV3ZXJFeHBvcnRTZXR0aW5nc0NvbXBvbmVudCB7XG4gICAgQElucHV0KClcbiAgICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICAgIHVzZVNhbWVUYWI6IGJvb2xlYW47XG5cbiAgICBASW5wdXQoKVxuICAgIEBfaW5wdXRDb252ZXJ0ZXIoX2Jvb2xlYW5Db252ZXJ0ZXIpXG4gICAgdXNlQXN5bmNocm9ub3VzRXhwb3J0OiBib29sZWFuO1xuXG4gICAgQElucHV0KClcbiAgICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICAgIHNob3dQcmludE5vdGlmaWNhdGlvbkRpYWxvZzogYm9vbGVhbjtcbn1cbiJdfQ==
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import * as tslib_1 from "tslib";
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
import { _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';
|
4
|
-
var DxReportViewerMobileModeSettingsComponent = /** @class */ (function () {
|
5
|
-
function DxReportViewerMobileModeSettingsComponent() {
|
6
|
-
}
|
7
|
-
tslib_1.__decorate([
|
8
|
-
Input(),
|
9
|
-
_inputConverter(_booleanConverter),
|
10
|
-
tslib_1.__metadata("design:type", Boolean)
|
11
|
-
], DxReportViewerMobileModeSettingsComponent.prototype, "readerMode", void 0);
|
12
|
-
tslib_1.__decorate([
|
13
|
-
Input(),
|
14
|
-
_inputConverter(_booleanConverter),
|
15
|
-
tslib_1.__metadata("design:type", Boolean)
|
16
|
-
], DxReportViewerMobileModeSettingsComponent.prototype, "animationEnabled", void 0);
|
17
|
-
DxReportViewerMobileModeSettingsComponent = tslib_1.__decorate([
|
18
|
-
Component({
|
19
|
-
template: '',
|
20
|
-
selector: 'dxrv-mobile-mode-settings'
|
21
|
-
})
|
22
|
-
], DxReportViewerMobileModeSettingsComponent);
|
23
|
-
return DxReportViewerMobileModeSettingsComponent;
|
24
|
-
}());
|
25
|
-
export { DxReportViewerMobileModeSettingsComponent };
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1tb2JpbGUtbW9kZS1zZXR0aW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXIvIiwic291cmNlcyI6WyJkeHJ2LW1vYmlsZS1tb2RlLXNldHRpbmdzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBTXZGO0lBQUE7SUFRQSxDQUFDO0lBTEc7UUFGQyxLQUFLLEVBQUU7UUFDUCxlQUFlLENBQUMsaUJBQWlCLENBQUM7O2lGQUNmO0lBSXBCO1FBRkMsS0FBSyxFQUFFO1FBQ1AsZUFBZSxDQUFDLGlCQUFpQixDQUFDOzt1RkFDVDtJQVBqQix5Q0FBeUM7UUFKckQsU0FBUyxDQUFDO1lBQ1AsUUFBUSxFQUFFLEVBQUU7WUFDWixRQUFRLEVBQUUsMkJBQTJCO1NBQ3hDLENBQUM7T0FDVyx5Q0FBeUMsQ0FRckQ7SUFBRCxnREFBQztDQUFBLEFBUkQsSUFRQztTQVJZLHlDQUF5QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IF9ib29sZWFuQ29udmVydGVyLCBfaW5wdXRDb252ZXJ0ZXIgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc2VsZWN0b3I6ICdkeHJ2LW1vYmlsZS1tb2RlLXNldHRpbmdzJ1xufSlcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydFZpZXdlck1vYmlsZU1vZGVTZXR0aW5nc0NvbXBvbmVudCB7XG4gICAgQElucHV0KClcbiAgICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICAgIHJlYWRlck1vZGU6IGJvb2xlYW47XG5cbiAgICBASW5wdXQoKVxuICAgIEBfaW5wdXRDb252ZXJ0ZXIoX2Jvb2xlYW5Db252ZXJ0ZXIpXG4gICAgYW5pbWF0aW9uRW5hYmxlZDogYm9vbGVhbjtcbn1cbiJdfQ==
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import * as tslib_1 from "tslib";
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
import { _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';
|
4
|
-
var DxReportViewerProgressBarSettingsComponent = /** @class */ (function () {
|
5
|
-
function DxReportViewerProgressBarSettingsComponent() {
|
6
|
-
}
|
7
|
-
tslib_1.__decorate([
|
8
|
-
Input(),
|
9
|
-
tslib_1.__metadata("design:type", String)
|
10
|
-
], DxReportViewerProgressBarSettingsComponent.prototype, "position", void 0);
|
11
|
-
tslib_1.__decorate([
|
12
|
-
Input(),
|
13
|
-
_inputConverter(_booleanConverter),
|
14
|
-
tslib_1.__metadata("design:type", Boolean)
|
15
|
-
], DxReportViewerProgressBarSettingsComponent.prototype, "keepOnVisibleArea", void 0);
|
16
|
-
DxReportViewerProgressBarSettingsComponent = tslib_1.__decorate([
|
17
|
-
Component({
|
18
|
-
template: '',
|
19
|
-
selector: 'dxrv-progressbar-settings'
|
20
|
-
})
|
21
|
-
], DxReportViewerProgressBarSettingsComponent);
|
22
|
-
return DxReportViewerProgressBarSettingsComponent;
|
23
|
-
}());
|
24
|
-
export { DxReportViewerProgressBarSettingsComponent };
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1wcm9ncmVzc2Jhci1zZXR0aW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXIvIiwic291cmNlcyI6WyJkeHJ2LXByb2dyZXNzYmFyLXNldHRpbmdzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBTXZGO0lBQUE7SUFNQSxDQUFDO0lBTFk7UUFBUixLQUFLLEVBQUU7O2dGQUFrQjtJQUkxQjtRQUZDLEtBQUssRUFBRTtRQUNQLGVBQWUsQ0FBQyxpQkFBaUIsQ0FBQzs7eUZBQ1I7SUFMbEIsMENBQTBDO1FBSnRELFNBQVMsQ0FBQztZQUNQLFFBQVEsRUFBRSxFQUFFO1lBQ1osUUFBUSxFQUFFLDJCQUEyQjtTQUN4QyxDQUFDO09BQ1csMENBQTBDLENBTXREO0lBQUQsaURBQUM7Q0FBQSxBQU5ELElBTUM7U0FOWSwwQ0FBMEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBfYm9vbGVhbkNvbnZlcnRlciwgX2lucHV0Q29udmVydGVyIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIHNlbGVjdG9yOiAnZHhydi1wcm9ncmVzc2Jhci1zZXR0aW5ncydcbn0pXG5leHBvcnQgY2xhc3MgRHhSZXBvcnRWaWV3ZXJQcm9ncmVzc0JhclNldHRpbmdzQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBwb3NpdGlvbjogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICAgIGtlZXBPblZpc2libGVBcmVhOiBib29sZWFuO1xufVxuIl19
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import * as tslib_1 from "tslib";
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
var DxReportViewerRemoteSettingsComponent = /** @class */ (function () {
|
4
|
-
function DxReportViewerRemoteSettingsComponent() {
|
5
|
-
}
|
6
|
-
tslib_1.__decorate([
|
7
|
-
Input(),
|
8
|
-
tslib_1.__metadata("design:type", String)
|
9
|
-
], DxReportViewerRemoteSettingsComponent.prototype, "authToken", void 0);
|
10
|
-
tslib_1.__decorate([
|
11
|
-
Input(),
|
12
|
-
tslib_1.__metadata("design:type", String)
|
13
|
-
], DxReportViewerRemoteSettingsComponent.prototype, "serverUri", void 0);
|
14
|
-
DxReportViewerRemoteSettingsComponent = tslib_1.__decorate([
|
15
|
-
Component({
|
16
|
-
template: '',
|
17
|
-
selector: 'dxrv-remote-settings'
|
18
|
-
})
|
19
|
-
], DxReportViewerRemoteSettingsComponent);
|
20
|
-
return DxReportViewerRemoteSettingsComponent;
|
21
|
-
}());
|
22
|
-
export { DxReportViewerRemoteSettingsComponent };
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1yZW1vdGUtc2V0dGluZ3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9keC1yZXBvcnQtdmlld2VyLyIsInNvdXJjZXMiOlsiZHhydi1yZW1vdGUtc2V0dGluZ3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU1qRDtJQUFBO0lBR0EsQ0FBQztJQUZZO1FBQVIsS0FBSyxFQUFFOzs0RUFBbUI7SUFDbEI7UUFBUixLQUFLLEVBQUU7OzRFQUFtQjtJQUZsQixxQ0FBcUM7UUFKakQsU0FBUyxDQUFDO1lBQ1QsUUFBUSxFQUFFLEVBQUU7WUFDWixRQUFRLEVBQUUsc0JBQXNCO1NBQ2pDLENBQUM7T0FDVyxxQ0FBcUMsQ0FHakQ7SUFBRCw0Q0FBQztDQUFBLEFBSEQsSUFHQztTQUhZLHFDQUFxQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHRlbXBsYXRlOiAnJyxcbiAgc2VsZWN0b3I6ICdkeHJ2LXJlbW90ZS1zZXR0aW5ncydcbn0pXG5leHBvcnQgY2xhc3MgRHhSZXBvcnRWaWV3ZXJSZW1vdGVTZXR0aW5nc0NvbXBvbmVudCB7XG4gICAgQElucHV0KCkgYXV0aFRva2VuOiBzdHJpbmc7XG4gICAgQElucHV0KCkgc2VydmVyVXJpOiBzdHJpbmc7XG59XG4iXX0=
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import * as tslib_1 from "tslib";
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
var DxReportViewerRequestOptionsComponent = /** @class */ (function () {
|
4
|
-
function DxReportViewerRequestOptionsComponent() {
|
5
|
-
this.invokeAction = "/DXXRDV";
|
6
|
-
}
|
7
|
-
tslib_1.__decorate([
|
8
|
-
Input(),
|
9
|
-
tslib_1.__metadata("design:type", String)
|
10
|
-
], DxReportViewerRequestOptionsComponent.prototype, "invokeAction", void 0);
|
11
|
-
tslib_1.__decorate([
|
12
|
-
Input(),
|
13
|
-
tslib_1.__metadata("design:type", String)
|
14
|
-
], DxReportViewerRequestOptionsComponent.prototype, "getLocalizationAction", void 0);
|
15
|
-
tslib_1.__decorate([
|
16
|
-
Input(),
|
17
|
-
tslib_1.__metadata("design:type", String)
|
18
|
-
], DxReportViewerRequestOptionsComponent.prototype, "host", void 0);
|
19
|
-
DxReportViewerRequestOptionsComponent = tslib_1.__decorate([
|
20
|
-
Component({
|
21
|
-
template: '',
|
22
|
-
selector: 'dxrv-request-options'
|
23
|
-
})
|
24
|
-
], DxReportViewerRequestOptionsComponent);
|
25
|
-
return DxReportViewerRequestOptionsComponent;
|
26
|
-
}());
|
27
|
-
export { DxReportViewerRequestOptionsComponent };
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi1yZXF1ZXN0LW9wdGlvbnMuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXIvIiwic291cmNlcyI6WyJkeHJ2LXJlcXVlc3Qtb3B0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNakQ7SUFKQTtRQUtXLGlCQUFZLEdBQVcsU0FBUyxDQUFDO0lBRzVDLENBQUM7SUFIVTtRQUFSLEtBQUssRUFBRTs7K0VBQWtDO0lBQ2pDO1FBQVIsS0FBSyxFQUFFOzt3RkFBZ0M7SUFDL0I7UUFBUixLQUFLLEVBQUU7O3VFQUFjO0lBSFgscUNBQXFDO1FBSmpELFNBQVMsQ0FBQztZQUNULFFBQVEsRUFBRSxFQUFFO1lBQ1osUUFBUSxFQUFFLHNCQUFzQjtTQUNqQyxDQUFDO09BQ1cscUNBQXFDLENBSWpEO0lBQUQsNENBQUM7Q0FBQSxBQUpELElBSUM7U0FKWSxxQ0FBcUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZTogJycsXG4gIHNlbGVjdG9yOiAnZHhydi1yZXF1ZXN0LW9wdGlvbnMnXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0Vmlld2VyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQge1xuICBASW5wdXQoKSBpbnZva2VBY3Rpb246IHN0cmluZyA9IFwiL0RYWFJEVlwiO1xuICBASW5wdXQoKSBnZXRMb2NhbGl6YXRpb25BY3Rpb24/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIGhvc3Q6IHN0cmluZztcbn1cbiJdfQ==
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import * as tslib_1 from "tslib";
|
2
|
-
import { Component, Input } from '@angular/core';
|
3
|
-
var DxReportViewerTabPanelSettingsComponent = /** @class */ (function () {
|
4
|
-
function DxReportViewerTabPanelSettingsComponent() {
|
5
|
-
}
|
6
|
-
tslib_1.__decorate([
|
7
|
-
Input(),
|
8
|
-
tslib_1.__metadata("design:type", String)
|
9
|
-
], DxReportViewerTabPanelSettingsComponent.prototype, "position", void 0);
|
10
|
-
tslib_1.__decorate([
|
11
|
-
Input(),
|
12
|
-
tslib_1.__metadata("design:type", Number)
|
13
|
-
], DxReportViewerTabPanelSettingsComponent.prototype, "width", void 0);
|
14
|
-
DxReportViewerTabPanelSettingsComponent = tslib_1.__decorate([
|
15
|
-
Component({
|
16
|
-
template: '',
|
17
|
-
selector: 'dxrv-tabpanel-settings'
|
18
|
-
})
|
19
|
-
], DxReportViewerTabPanelSettingsComponent);
|
20
|
-
return DxReportViewerTabPanelSettingsComponent;
|
21
|
-
}());
|
22
|
-
export { DxReportViewerTabPanelSettingsComponent };
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhydi10YWJwYW5lbC1zZXR0aW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXIvIiwic291cmNlcyI6WyJkeHJ2LXRhYnBhbmVsLXNldHRpbmdzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNakQ7SUFBQTtJQUdBLENBQUM7SUFGWTtRQUFSLEtBQUssRUFBRTs7NkVBQWtCO0lBQ2pCO1FBQVIsS0FBSyxFQUFFOzswRUFBZTtJQUZkLHVDQUF1QztRQUpuRCxTQUFTLENBQUM7WUFDVCxRQUFRLEVBQUUsRUFBRTtZQUNaLFFBQVEsRUFBRSx3QkFBd0I7U0FDbkMsQ0FBQztPQUNXLHVDQUF1QyxDQUduRDtJQUFELDhDQUFDO0NBQUEsQUFIRCxJQUdDO1NBSFksdUNBQXVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGU6ICcnLFxuICBzZWxlY3RvcjogJ2R4cnYtdGFicGFuZWwtc2V0dGluZ3MnXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0Vmlld2VyVGFiUGFuZWxTZXR0aW5nc0NvbXBvbmVudCB7XG4gICAgQElucHV0KCkgcG9zaXRpb246IHN0cmluZztcbiAgICBASW5wdXQoKSB3aWR0aDogbnVtYmVyO1xufVxuIl19
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Public API Surface of reporting-angular/report-viewer
|
3
|
-
*/
|
4
|
-
export * from './dx-report-viewer.module';
|
5
|
-
export * from './dxrv-callbacks';
|
6
|
-
export * from './dxrv-mobile-mode-settings.component';
|
7
|
-
export * from './dxrv-progressbar-settings.component';
|
8
|
-
export * from './dxrv-remote-settings.component';
|
9
|
-
export * from './dxrv-export-settings.component';
|
10
|
-
export * from './dxrv-request-options';
|
11
|
-
export * from './dxrv-tabpanel-settings.component';
|
12
|
-
export * from './dx-report-viewer.component';
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXIvIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLDhCQUE4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiByZXBvcnRpbmctYW5ndWxhci9yZXBvcnQtdmlld2VyXG4gKi9cbmV4cG9ydCAqIGZyb20gJy4vZHgtcmVwb3J0LXZpZXdlci5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9keHJ2LWNhbGxiYWNrcyc7XG5leHBvcnQgKiBmcm9tICcuL2R4cnYtbW9iaWxlLW1vZGUtc2V0dGluZ3MuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZHhydi1wcm9ncmVzc2Jhci1zZXR0aW5ncy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9keHJ2LXJlbW90ZS1zZXR0aW5ncy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9keHJ2LWV4cG9ydC1zZXR0aW5ncy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9keHJ2LXJlcXVlc3Qtb3B0aW9ucyc7XG5leHBvcnQgKiBmcm9tICcuL2R4cnYtdGFicGFuZWwtc2V0dGluZ3MuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZHgtcmVwb3J0LXZpZXdlci5jb21wb25lbnQnOyJdfQ==
|
package/esm5/index.js
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Public API Surface of reporting-angular
|
3
|
-
*/
|
4
|
-
export * from './all';
|
5
|
-
export { DxReportViewerComponent, DxReportViewerModule, DxReportViewerCallbacksComponent, DxReportViewerMobileModeSettingsComponent, DxReportViewerProgressBarSettingsComponent, DxReportViewerExportSettingsComponent, DxReportViewerRemoteSettingsComponent, DxReportViewerRequestOptionsComponent, DxReportViewerTabPanelSettingsComponent } from 'devexpress-reporting-angular/dx-report-viewer';
|
6
|
-
export { DxReportDesignerComponent, DxReportDesignerModule, DxReportDesignerRequestOptionsComponent, DxReportDesignerCallbacksComponent } from 'devexpress-reporting-angular/dx-report-designer';
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0E7O0dBRUc7QUFDSCxjQUFjLE9BQU8sQ0FBQztBQUN0QixPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLG9CQUFvQixFQUNwQixnQ0FBZ0MsRUFDaEMseUNBQXlDLEVBQ3pDLDBDQUEwQyxFQUMxQyxxQ0FBcUMsRUFDckMscUNBQXFDLEVBQ3JDLHFDQUFxQyxFQUNyQyx1Q0FBdUMsRUFDMUMsTUFBTSwrQ0FBK0MsQ0FBQztBQUN2RCxPQUFPLEVBQ0gseUJBQXlCLEVBQ3pCLHNCQUFzQixFQUN0Qix1Q0FBdUMsRUFDdkMsa0NBQWtDLEVBQ3JDLE1BQU0saURBQWlELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJcbi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgcmVwb3J0aW5nLWFuZ3VsYXJcbiAqL1xuZXhwb3J0ICogZnJvbSAnLi9hbGwnO1xuZXhwb3J0IHtcbiAgICBEeFJlcG9ydFZpZXdlckNvbXBvbmVudCxcbiAgICBEeFJlcG9ydFZpZXdlck1vZHVsZSxcbiAgICBEeFJlcG9ydFZpZXdlckNhbGxiYWNrc0NvbXBvbmVudCxcbiAgICBEeFJlcG9ydFZpZXdlck1vYmlsZU1vZGVTZXR0aW5nc0NvbXBvbmVudCxcbiAgICBEeFJlcG9ydFZpZXdlclByb2dyZXNzQmFyU2V0dGluZ3NDb21wb25lbnQsXG4gICAgRHhSZXBvcnRWaWV3ZXJFeHBvcnRTZXR0aW5nc0NvbXBvbmVudCxcbiAgICBEeFJlcG9ydFZpZXdlclJlbW90ZVNldHRpbmdzQ29tcG9uZW50LFxuICAgIER4UmVwb3J0Vmlld2VyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQsXG4gICAgRHhSZXBvcnRWaWV3ZXJUYWJQYW5lbFNldHRpbmdzQ29tcG9uZW50XG59IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LXZpZXdlcic7XG5leHBvcnQge1xuICAgIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQsXG4gICAgRHhSZXBvcnREZXNpZ25lck1vZHVsZSxcbiAgICBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQsXG4gICAgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudFxufSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC1kZXNpZ25lcic7Il19
|
@@ -1,114 +0,0 @@
|
|
1
|
-
import { __decorate, __metadata, __param } from 'tslib';
|
2
|
-
import { ViewChild, ElementRef, Input, Inject, PLATFORM_ID, Renderer2 } from '@angular/core';
|
3
|
-
import { isPlatformBrowser } from '@angular/common';
|
4
|
-
import { cleanNode } from 'knockout';
|
5
|
-
|
6
|
-
var _booleanConverter = function (value) {
|
7
|
-
if (value === null || value === undefined || typeof value === 'boolean')
|
8
|
-
return value;
|
9
|
-
return value.toString() === 'true';
|
10
|
-
};
|
11
|
-
var _numberConverter = function (value) {
|
12
|
-
if (value === null || value === undefined || typeof value === 'number')
|
13
|
-
return value;
|
14
|
-
return parseFloat(value.toString());
|
15
|
-
};
|
16
|
-
function _inputConverter(converter) {
|
17
|
-
return function (target, key) {
|
18
|
-
var definition = Object.getOwnPropertyDescriptor(target, key);
|
19
|
-
if (definition) {
|
20
|
-
Object.defineProperty(target, key, {
|
21
|
-
get: definition.get,
|
22
|
-
set: function (newValue) {
|
23
|
-
definition.set(converter(newValue));
|
24
|
-
},
|
25
|
-
enumerable: true,
|
26
|
-
configurable: true
|
27
|
-
});
|
28
|
-
}
|
29
|
-
else {
|
30
|
-
Object.defineProperty(target, key, {
|
31
|
-
get: function () {
|
32
|
-
return this['__' + key];
|
33
|
-
},
|
34
|
-
set: function (newValue) {
|
35
|
-
this['__' + key] = converter(newValue);
|
36
|
-
},
|
37
|
-
enumerable: true,
|
38
|
-
configurable: true
|
39
|
-
});
|
40
|
-
}
|
41
|
-
};
|
42
|
-
}
|
43
|
-
|
44
|
-
var DxReportingComponent = /** @class */ (function () {
|
45
|
-
function DxReportingComponent(renderer, platformId) {
|
46
|
-
this.renderer = renderer;
|
47
|
-
this.platformId = platformId;
|
48
|
-
this.height = '800px';
|
49
|
-
this.width = '100%';
|
50
|
-
this.cssClass = '';
|
51
|
-
}
|
52
|
-
DxReportingComponent.prototype.ngAfterViewInit = function () {
|
53
|
-
if (isPlatformBrowser(this.platformId)) {
|
54
|
-
this.callbacks = this.getCallbacks();
|
55
|
-
var options = this.getControlOptions();
|
56
|
-
this._koBinding = this.getKoBinding(options);
|
57
|
-
this.bindingSender = this._koBinding.sender;
|
58
|
-
this._koBinding.applyBindings(this.control.nativeElement);
|
59
|
-
}
|
60
|
-
};
|
61
|
-
DxReportingComponent.prototype.ngOnDestroy = function () {
|
62
|
-
cleanNode(this.control.nativeElement);
|
63
|
-
this._koBinding = null;
|
64
|
-
this.bindingSender = null;
|
65
|
-
this.callbacks = null;
|
66
|
-
this.control = null;
|
67
|
-
};
|
68
|
-
DxReportingComponent.prototype.getEventRaiser = function () {
|
69
|
-
var component = this;
|
70
|
-
return function (eventName, args) { return component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component }); };
|
71
|
-
};
|
72
|
-
__decorate([
|
73
|
-
ViewChild('control'),
|
74
|
-
__metadata("design:type", ElementRef)
|
75
|
-
], DxReportingComponent.prototype, "control", void 0);
|
76
|
-
__decorate([
|
77
|
-
Input(),
|
78
|
-
__metadata("design:type", String)
|
79
|
-
], DxReportingComponent.prototype, "height", void 0);
|
80
|
-
__decorate([
|
81
|
-
Input(),
|
82
|
-
__metadata("design:type", String)
|
83
|
-
], DxReportingComponent.prototype, "width", void 0);
|
84
|
-
__decorate([
|
85
|
-
Input(),
|
86
|
-
__metadata("design:type", String)
|
87
|
-
], DxReportingComponent.prototype, "cssClass", void 0);
|
88
|
-
__decorate([
|
89
|
-
Input(),
|
90
|
-
_inputConverter(_booleanConverter),
|
91
|
-
__metadata("design:type", Boolean)
|
92
|
-
], DxReportingComponent.prototype, "rtl", void 0);
|
93
|
-
__decorate([
|
94
|
-
Input(),
|
95
|
-
_inputConverter(_booleanConverter),
|
96
|
-
__metadata("design:type", Boolean)
|
97
|
-
], DxReportingComponent.prototype, "developmentMode", void 0);
|
98
|
-
DxReportingComponent = __decorate([
|
99
|
-
__param(1, Inject(PLATFORM_ID)),
|
100
|
-
__metadata("design:paramtypes", [Renderer2, Object])
|
101
|
-
], DxReportingComponent);
|
102
|
-
return DxReportingComponent;
|
103
|
-
}());
|
104
|
-
|
105
|
-
/*
|
106
|
-
* Public API Surface of reporting-angular/core
|
107
|
-
*/
|
108
|
-
|
109
|
-
/**
|
110
|
-
* Generated bundle index. Do not edit.
|
111
|
-
*/
|
112
|
-
|
113
|
-
export { DxReportingComponent, _booleanConverter, _inputConverter, _numberConverter };
|
114
|
-
//# sourceMappingURL=devexpress-reporting-angular-core.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"devexpress-reporting-angular-core.js","sources":["ng://devexpress-reporting-angular/core/_input-converters.ts","ng://devexpress-reporting-angular/core/dx-reporting.component.ts","ng://devexpress-reporting-angular/core/index.ts","ng://devexpress-reporting-angular/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 './dx-reporting.component';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["ko.cleanNode","tslib_1.__decorate","tslib_1.__param"],"mappings":"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"}
|
@@ -1,303 +0,0 @@
|
|
1
|
-
import { __decorate, __metadata, __extends, __param } from 'tslib';
|
2
|
-
import { Input, Component, EventEmitter, Output, Renderer2, Inject, PLATFORM_ID, ContentChild, ViewEncapsulation, NgModule } from '@angular/core';
|
3
|
-
import { CommonModule } from '@angular/common';
|
4
|
-
import { JSReportDesignerBinding } from 'devexpress-reporting/dx-reportdesigner';
|
5
|
-
import { observable } from 'knockout';
|
6
|
-
import { DxReportingComponent } from 'devexpress-reporting-angular/core';
|
7
|
-
|
8
|
-
var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
|
9
|
-
function DxReportDesignerRequestOptionsComponent() {
|
10
|
-
}
|
11
|
-
__decorate([
|
12
|
-
Input(),
|
13
|
-
__metadata("design:type", String)
|
14
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "getDesignerModelAction", void 0);
|
15
|
-
__decorate([
|
16
|
-
Input(),
|
17
|
-
__metadata("design:type", String)
|
18
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "getLocalizationAction", void 0);
|
19
|
-
__decorate([
|
20
|
-
Input(),
|
21
|
-
__metadata("design:type", String)
|
22
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "host", void 0);
|
23
|
-
DxReportDesignerRequestOptionsComponent = __decorate([
|
24
|
-
Component({
|
25
|
-
template: '',
|
26
|
-
selector: 'dxrd-request-options'
|
27
|
-
})
|
28
|
-
], DxReportDesignerRequestOptionsComponent);
|
29
|
-
return DxReportDesignerRequestOptionsComponent;
|
30
|
-
}());
|
31
|
-
|
32
|
-
var DxReportDesignerCallbacksComponent = /** @class */ (function () {
|
33
|
-
function DxReportDesignerCallbacksComponent() {
|
34
|
-
this.CustomizeElements = new EventEmitter();
|
35
|
-
this.ExitDesigner = new EventEmitter();
|
36
|
-
this.ReportSaving = new EventEmitter();
|
37
|
-
this.ReportSaved = new EventEmitter();
|
38
|
-
this.ReportOpened = new EventEmitter();
|
39
|
-
this.ReportOpening = new EventEmitter();
|
40
|
-
this.TabChanged = new EventEmitter();
|
41
|
-
this.ReportTabClosing = new EventEmitter();
|
42
|
-
this.ReportTabClosed = new EventEmitter();
|
43
|
-
this.ComponentAdded = new EventEmitter();
|
44
|
-
this.CustomizeParameterEditors = new EventEmitter();
|
45
|
-
this.CustomizeSaveDialog = new EventEmitter();
|
46
|
-
this.CustomizeSaveAsDialog = new EventEmitter();
|
47
|
-
this.CustomizeOpenDialog = new EventEmitter();
|
48
|
-
this.CustomizeToolbox = new EventEmitter();
|
49
|
-
this.CustomizeFieldListActions = new EventEmitter();
|
50
|
-
this.CustomizeMenuActions = new EventEmitter();
|
51
|
-
this.CustomizeLocalization = new EventEmitter();
|
52
|
-
this.BeforeRender = new EventEmitter();
|
53
|
-
this.OnServerError = new EventEmitter();
|
54
|
-
this.CustomizeWizard = new EventEmitter();
|
55
|
-
this.PreviewClick = new EventEmitter();
|
56
|
-
this.PreviewCustomizeElements = new EventEmitter();
|
57
|
-
this.PreviewCustomizeMenuActions = new EventEmitter();
|
58
|
-
this.PreviewEditingFieldChanged = new EventEmitter();
|
59
|
-
this.PreviewDocumentReady = new EventEmitter();
|
60
|
-
this.PreviewParametersReset = new EventEmitter();
|
61
|
-
this.PreviewParametersInitialized = new EventEmitter();
|
62
|
-
this.PreviewCustomizeExportOptions = new EventEmitter();
|
63
|
-
this.PreviewParametersSubmitted = new EventEmitter();
|
64
|
-
this.PreviewOnExport = new EventEmitter();
|
65
|
-
}
|
66
|
-
__decorate([
|
67
|
-
Output(),
|
68
|
-
__metadata("design:type", Object)
|
69
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeElements", void 0);
|
70
|
-
__decorate([
|
71
|
-
Output(),
|
72
|
-
__metadata("design:type", Object)
|
73
|
-
], DxReportDesignerCallbacksComponent.prototype, "ExitDesigner", void 0);
|
74
|
-
__decorate([
|
75
|
-
Output(),
|
76
|
-
__metadata("design:type", Object)
|
77
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportSaving", void 0);
|
78
|
-
__decorate([
|
79
|
-
Output(),
|
80
|
-
__metadata("design:type", Object)
|
81
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportSaved", void 0);
|
82
|
-
__decorate([
|
83
|
-
Output(),
|
84
|
-
__metadata("design:type", Object)
|
85
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportOpened", void 0);
|
86
|
-
__decorate([
|
87
|
-
Output(),
|
88
|
-
__metadata("design:type", Object)
|
89
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportOpening", void 0);
|
90
|
-
__decorate([
|
91
|
-
Output(),
|
92
|
-
__metadata("design:type", Object)
|
93
|
-
], DxReportDesignerCallbacksComponent.prototype, "TabChanged", void 0);
|
94
|
-
__decorate([
|
95
|
-
Output(),
|
96
|
-
__metadata("design:type", Object)
|
97
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportTabClosing", void 0);
|
98
|
-
__decorate([
|
99
|
-
Output(),
|
100
|
-
__metadata("design:type", Object)
|
101
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportTabClosed", void 0);
|
102
|
-
__decorate([
|
103
|
-
Output(),
|
104
|
-
__metadata("design:type", Object)
|
105
|
-
], DxReportDesignerCallbacksComponent.prototype, "ComponentAdded", void 0);
|
106
|
-
__decorate([
|
107
|
-
Output(),
|
108
|
-
__metadata("design:type", Object)
|
109
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeParameterEditors", void 0);
|
110
|
-
__decorate([
|
111
|
-
Output(),
|
112
|
-
__metadata("design:type", Object)
|
113
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeSaveDialog", void 0);
|
114
|
-
__decorate([
|
115
|
-
Output(),
|
116
|
-
__metadata("design:type", Object)
|
117
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeSaveAsDialog", void 0);
|
118
|
-
__decorate([
|
119
|
-
Output(),
|
120
|
-
__metadata("design:type", Object)
|
121
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeOpenDialog", void 0);
|
122
|
-
__decorate([
|
123
|
-
Output(),
|
124
|
-
__metadata("design:type", Object)
|
125
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeToolbox", void 0);
|
126
|
-
__decorate([
|
127
|
-
Output(),
|
128
|
-
__metadata("design:type", Object)
|
129
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeFieldListActions", void 0);
|
130
|
-
__decorate([
|
131
|
-
Output(),
|
132
|
-
__metadata("design:type", Object)
|
133
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeMenuActions", void 0);
|
134
|
-
__decorate([
|
135
|
-
Output(),
|
136
|
-
__metadata("design:type", Object)
|
137
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeLocalization", void 0);
|
138
|
-
__decorate([
|
139
|
-
Output(),
|
140
|
-
__metadata("design:type", Object)
|
141
|
-
], DxReportDesignerCallbacksComponent.prototype, "BeforeRender", void 0);
|
142
|
-
__decorate([
|
143
|
-
Output(),
|
144
|
-
__metadata("design:type", Object)
|
145
|
-
], DxReportDesignerCallbacksComponent.prototype, "OnServerError", void 0);
|
146
|
-
__decorate([
|
147
|
-
Output(),
|
148
|
-
__metadata("design:type", Object)
|
149
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeWizard", void 0);
|
150
|
-
__decorate([
|
151
|
-
Output(),
|
152
|
-
__metadata("design:type", Object)
|
153
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewClick", void 0);
|
154
|
-
__decorate([
|
155
|
-
Output(),
|
156
|
-
__metadata("design:type", Object)
|
157
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeElements", void 0);
|
158
|
-
__decorate([
|
159
|
-
Output(),
|
160
|
-
__metadata("design:type", Object)
|
161
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeMenuActions", void 0);
|
162
|
-
__decorate([
|
163
|
-
Output(),
|
164
|
-
__metadata("design:type", Object)
|
165
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewEditingFieldChanged", void 0);
|
166
|
-
__decorate([
|
167
|
-
Output(),
|
168
|
-
__metadata("design:type", Object)
|
169
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewDocumentReady", void 0);
|
170
|
-
__decorate([
|
171
|
-
Output(),
|
172
|
-
__metadata("design:type", Object)
|
173
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersReset", void 0);
|
174
|
-
__decorate([
|
175
|
-
Output(),
|
176
|
-
__metadata("design:type", Object)
|
177
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersInitialized", void 0);
|
178
|
-
__decorate([
|
179
|
-
Output(),
|
180
|
-
__metadata("design:type", Object)
|
181
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeExportOptions", void 0);
|
182
|
-
__decorate([
|
183
|
-
Output(),
|
184
|
-
__metadata("design:type", Object)
|
185
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersSubmitted", void 0);
|
186
|
-
__decorate([
|
187
|
-
Output(),
|
188
|
-
__metadata("design:type", Object)
|
189
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewOnExport", void 0);
|
190
|
-
DxReportDesignerCallbacksComponent = __decorate([
|
191
|
-
Component({
|
192
|
-
template: '',
|
193
|
-
selector: 'dxrd-callbacks'
|
194
|
-
})
|
195
|
-
], DxReportDesignerCallbacksComponent);
|
196
|
-
return DxReportDesignerCallbacksComponent;
|
197
|
-
}());
|
198
|
-
|
199
|
-
var DxReportDesignerComponent = /** @class */ (function (_super) {
|
200
|
-
__extends(DxReportDesignerComponent, _super);
|
201
|
-
function DxReportDesignerComponent(renderer, platformId) {
|
202
|
-
var _this = _super.call(this, renderer, platformId) || this;
|
203
|
-
_this.koReportUrl = observable();
|
204
|
-
return _this;
|
205
|
-
}
|
206
|
-
DxReportDesignerComponent.prototype.getCallbacks = function () {
|
207
|
-
return this.callbacksComponent;
|
208
|
-
};
|
209
|
-
DxReportDesignerComponent.prototype.getKoBinding = function (options) {
|
210
|
-
return new JSReportDesignerBinding(options, this.getEventRaiser());
|
211
|
-
};
|
212
|
-
DxReportDesignerComponent.prototype.getControlOptions = function () {
|
213
|
-
return {
|
214
|
-
rtl: this.rtl,
|
215
|
-
developmentMode: this.developmentMode,
|
216
|
-
reportUrl: this.koReportUrl,
|
217
|
-
requestOptions: this.requestOptions,
|
218
|
-
callbacks: { designer: {}, preview: {} }
|
219
|
-
};
|
220
|
-
};
|
221
|
-
DxReportDesignerComponent.prototype.ngOnDestroy = function () {
|
222
|
-
_super.prototype.ngOnDestroy.call(this);
|
223
|
-
this.requestOptions = null;
|
224
|
-
this.callbacksComponent = null;
|
225
|
-
this.koReportUrl = null;
|
226
|
-
};
|
227
|
-
DxReportDesignerComponent.prototype.GetDesignerModel = function () {
|
228
|
-
return this.bindingSender.GetDesignerModel();
|
229
|
-
};
|
230
|
-
DxReportDesignerComponent.prototype.GetPreviewModel = function () {
|
231
|
-
return this.bindingSender.GetPreviewModel();
|
232
|
-
};
|
233
|
-
Object.defineProperty(DxReportDesignerComponent.prototype, "reportUrl", {
|
234
|
-
get: function () {
|
235
|
-
return this.koReportUrl();
|
236
|
-
},
|
237
|
-
set: function (reportUrl) {
|
238
|
-
this.koReportUrl(reportUrl);
|
239
|
-
},
|
240
|
-
enumerable: true,
|
241
|
-
configurable: true
|
242
|
-
});
|
243
|
-
DxReportDesignerComponent.ctorParameters = function () { return [
|
244
|
-
{ type: Renderer2 },
|
245
|
-
{ type: Object, decorators: [{ type: Inject, args: [PLATFORM_ID,] }] }
|
246
|
-
]; };
|
247
|
-
__decorate([
|
248
|
-
ContentChild(DxReportDesignerRequestOptionsComponent),
|
249
|
-
__metadata("design:type", DxReportDesignerRequestOptionsComponent)
|
250
|
-
], DxReportDesignerComponent.prototype, "requestOptions", void 0);
|
251
|
-
__decorate([
|
252
|
-
ContentChild(DxReportDesignerCallbacksComponent),
|
253
|
-
__metadata("design:type", DxReportDesignerCallbacksComponent)
|
254
|
-
], DxReportDesignerComponent.prototype, "callbacksComponent", void 0);
|
255
|
-
__decorate([
|
256
|
-
Input(),
|
257
|
-
__metadata("design:type", String),
|
258
|
-
__metadata("design:paramtypes", [String])
|
259
|
-
], DxReportDesignerComponent.prototype, "reportUrl", null);
|
260
|
-
DxReportDesignerComponent = __decorate([
|
261
|
-
Component({
|
262
|
-
selector: 'dx-report-designer',
|
263
|
-
encapsulation: ViewEncapsulation.None,
|
264
|
-
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>"
|
265
|
-
}),
|
266
|
-
__param(1, Inject(PLATFORM_ID)),
|
267
|
-
__metadata("design:paramtypes", [Renderer2, Object])
|
268
|
-
], DxReportDesignerComponent);
|
269
|
-
return DxReportDesignerComponent;
|
270
|
-
}(DxReportingComponent));
|
271
|
-
|
272
|
-
var DxReportDesignerModule = /** @class */ (function () {
|
273
|
-
function DxReportDesignerModule() {
|
274
|
-
}
|
275
|
-
DxReportDesignerModule = __decorate([
|
276
|
-
NgModule({
|
277
|
-
id: 'DxReportDesignerModule',
|
278
|
-
imports: [CommonModule],
|
279
|
-
declarations: [
|
280
|
-
DxReportDesignerCallbacksComponent,
|
281
|
-
DxReportDesignerRequestOptionsComponent,
|
282
|
-
DxReportDesignerComponent
|
283
|
-
],
|
284
|
-
exports: [
|
285
|
-
DxReportDesignerCallbacksComponent,
|
286
|
-
DxReportDesignerRequestOptionsComponent,
|
287
|
-
DxReportDesignerComponent
|
288
|
-
]
|
289
|
-
})
|
290
|
-
], DxReportDesignerModule);
|
291
|
-
return DxReportDesignerModule;
|
292
|
-
}());
|
293
|
-
|
294
|
-
/*
|
295
|
-
* Public API Surface of reporting-angular/report-designer
|
296
|
-
*/
|
297
|
-
|
298
|
-
/**
|
299
|
-
* Generated bundle index. Do not edit.
|
300
|
-
*/
|
301
|
-
|
302
|
-
export { DxReportDesignerCallbacksComponent, DxReportDesignerComponent, DxReportDesignerModule, DxReportDesignerRequestOptionsComponent };
|
303
|
-
//# sourceMappingURL=devexpress-reporting-angular-dx-report-designer.js.map
|