devexpress-reporting-angular 21.2.8-build-22137-1316 → 22.1.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/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,32 +1,24 @@
|
|
1
|
-
import {
|
2
|
-
import { Input, Component, EventEmitter, Output, Renderer2, Inject, PLATFORM_ID, ContentChild, ViewEncapsulation, NgModule } from '@angular/core';
|
1
|
+
import { Component, Input, EventEmitter, Output, ViewEncapsulation, Renderer2, Inject, PLATFORM_ID, ContentChild, NgModule } from '@angular/core';
|
3
2
|
import { CommonModule } from '@angular/common';
|
4
3
|
import { JSReportDesignerBinding } from 'devexpress-reporting/dx-reportdesigner';
|
5
|
-
import
|
4
|
+
import * as ko from 'knockout';
|
6
5
|
import { DxReportingComponent } from 'devexpress-reporting-angular/core';
|
7
6
|
|
8
|
-
|
9
|
-
}
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
Input
|
20
|
-
|
21
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "host", void 0);
|
22
|
-
DxReportDesignerRequestOptionsComponent = __decorate([
|
23
|
-
Component({
|
24
|
-
template: '',
|
25
|
-
selector: 'dxrd-request-options'
|
26
|
-
})
|
27
|
-
], DxReportDesignerRequestOptionsComponent);
|
7
|
+
class DxReportDesignerRequestOptionsComponent {
|
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
|
+
};
|
28
20
|
|
29
|
-
|
21
|
+
class DxReportDesignerCallbacksComponent {
|
30
22
|
constructor() {
|
31
23
|
this.CustomizeElements = new EventEmitter();
|
32
24
|
this.ExitDesigner = new EventEmitter();
|
@@ -60,142 +52,51 @@ let DxReportDesignerCallbacksComponent = class DxReportDesignerCallbacksComponen
|
|
60
52
|
this.PreviewParametersSubmitted = new EventEmitter();
|
61
53
|
this.PreviewOnExport = new EventEmitter();
|
62
54
|
}
|
63
|
-
}
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
Output
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
Output
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
Output
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
Output
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
Output
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
Output
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
Output
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
Output
|
102
|
-
|
103
|
-
], DxReportDesignerCallbacksComponent.prototype, "ComponentAdded", void 0);
|
104
|
-
__decorate([
|
105
|
-
Output(),
|
106
|
-
__metadata("design:type", Object)
|
107
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeParameterEditors", void 0);
|
108
|
-
__decorate([
|
109
|
-
Output(),
|
110
|
-
__metadata("design:type", Object)
|
111
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeSaveDialog", void 0);
|
112
|
-
__decorate([
|
113
|
-
Output(),
|
114
|
-
__metadata("design:type", Object)
|
115
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeSaveAsDialog", void 0);
|
116
|
-
__decorate([
|
117
|
-
Output(),
|
118
|
-
__metadata("design:type", Object)
|
119
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeOpenDialog", void 0);
|
120
|
-
__decorate([
|
121
|
-
Output(),
|
122
|
-
__metadata("design:type", Object)
|
123
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeToolbox", void 0);
|
124
|
-
__decorate([
|
125
|
-
Output(),
|
126
|
-
__metadata("design:type", Object)
|
127
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeFieldListActions", void 0);
|
128
|
-
__decorate([
|
129
|
-
Output(),
|
130
|
-
__metadata("design:type", Object)
|
131
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeMenuActions", void 0);
|
132
|
-
__decorate([
|
133
|
-
Output(),
|
134
|
-
__metadata("design:type", Object)
|
135
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeLocalization", void 0);
|
136
|
-
__decorate([
|
137
|
-
Output(),
|
138
|
-
__metadata("design:type", Object)
|
139
|
-
], DxReportDesignerCallbacksComponent.prototype, "BeforeRender", void 0);
|
140
|
-
__decorate([
|
141
|
-
Output(),
|
142
|
-
__metadata("design:type", Object)
|
143
|
-
], DxReportDesignerCallbacksComponent.prototype, "OnServerError", void 0);
|
144
|
-
__decorate([
|
145
|
-
Output(),
|
146
|
-
__metadata("design:type", Object)
|
147
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeWizard", void 0);
|
148
|
-
__decorate([
|
149
|
-
Output(),
|
150
|
-
__metadata("design:type", Object)
|
151
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewClick", void 0);
|
152
|
-
__decorate([
|
153
|
-
Output(),
|
154
|
-
__metadata("design:type", Object)
|
155
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeElements", void 0);
|
156
|
-
__decorate([
|
157
|
-
Output(),
|
158
|
-
__metadata("design:type", Object)
|
159
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeMenuActions", void 0);
|
160
|
-
__decorate([
|
161
|
-
Output(),
|
162
|
-
__metadata("design:type", Object)
|
163
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewEditingFieldChanged", void 0);
|
164
|
-
__decorate([
|
165
|
-
Output(),
|
166
|
-
__metadata("design:type", Object)
|
167
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewDocumentReady", void 0);
|
168
|
-
__decorate([
|
169
|
-
Output(),
|
170
|
-
__metadata("design:type", Object)
|
171
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersReset", void 0);
|
172
|
-
__decorate([
|
173
|
-
Output(),
|
174
|
-
__metadata("design:type", Object)
|
175
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersInitialized", void 0);
|
176
|
-
__decorate([
|
177
|
-
Output(),
|
178
|
-
__metadata("design:type", Object)
|
179
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeExportOptions", void 0);
|
180
|
-
__decorate([
|
181
|
-
Output(),
|
182
|
-
__metadata("design:type", Object)
|
183
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersSubmitted", void 0);
|
184
|
-
__decorate([
|
185
|
-
Output(),
|
186
|
-
__metadata("design:type", Object)
|
187
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewOnExport", void 0);
|
188
|
-
DxReportDesignerCallbacksComponent = __decorate([
|
189
|
-
Component({
|
190
|
-
template: '',
|
191
|
-
selector: 'dxrd-callbacks'
|
192
|
-
})
|
193
|
-
], DxReportDesignerCallbacksComponent);
|
55
|
+
}
|
56
|
+
DxReportDesignerCallbacksComponent.decorators = [
|
57
|
+
{ type: Component, args: [{
|
58
|
+
template: '',
|
59
|
+
selector: 'dxrd-callbacks'
|
60
|
+
},] }
|
61
|
+
];
|
62
|
+
DxReportDesignerCallbacksComponent.propDecorators = {
|
63
|
+
CustomizeElements: [{ type: Output }],
|
64
|
+
ExitDesigner: [{ type: Output }],
|
65
|
+
ReportSaving: [{ type: Output }],
|
66
|
+
ReportSaved: [{ type: Output }],
|
67
|
+
ReportOpened: [{ type: Output }],
|
68
|
+
ReportOpening: [{ type: Output }],
|
69
|
+
TabChanged: [{ type: Output }],
|
70
|
+
ReportTabClosing: [{ type: Output }],
|
71
|
+
ReportTabClosed: [{ type: Output }],
|
72
|
+
ComponentAdded: [{ type: Output }],
|
73
|
+
CustomizeParameterEditors: [{ type: Output }],
|
74
|
+
CustomizeSaveDialog: [{ type: Output }],
|
75
|
+
CustomizeSaveAsDialog: [{ type: Output }],
|
76
|
+
CustomizeOpenDialog: [{ type: Output }],
|
77
|
+
CustomizeToolbox: [{ type: Output }],
|
78
|
+
CustomizeFieldListActions: [{ type: Output }],
|
79
|
+
CustomizeMenuActions: [{ type: Output }],
|
80
|
+
CustomizeLocalization: [{ type: Output }],
|
81
|
+
BeforeRender: [{ type: Output }],
|
82
|
+
OnServerError: [{ type: Output }],
|
83
|
+
CustomizeWizard: [{ type: Output }],
|
84
|
+
PreviewClick: [{ type: Output }],
|
85
|
+
PreviewCustomizeElements: [{ type: Output }],
|
86
|
+
PreviewCustomizeMenuActions: [{ type: Output }],
|
87
|
+
PreviewEditingFieldChanged: [{ type: Output }],
|
88
|
+
PreviewDocumentReady: [{ type: Output }],
|
89
|
+
PreviewParametersReset: [{ type: Output }],
|
90
|
+
PreviewParametersInitialized: [{ type: Output }],
|
91
|
+
PreviewCustomizeExportOptions: [{ type: Output }],
|
92
|
+
PreviewParametersSubmitted: [{ type: Output }],
|
93
|
+
PreviewOnExport: [{ type: Output }]
|
94
|
+
};
|
194
95
|
|
195
|
-
|
96
|
+
class DxReportDesignerComponent extends DxReportingComponent {
|
196
97
|
constructor(renderer, platformId) {
|
197
98
|
super(renderer, platformId);
|
198
|
-
this.koReportUrl = observable();
|
99
|
+
this.koReportUrl = ko.observable();
|
199
100
|
}
|
200
101
|
getCallbacks() {
|
201
102
|
return this.callbacksComponent;
|
@@ -230,52 +131,42 @@ let DxReportDesignerComponent = class DxReportDesignerComponent extends DxReport
|
|
230
131
|
set reportUrl(reportUrl) {
|
231
132
|
this.koReportUrl(reportUrl);
|
232
133
|
}
|
233
|
-
}
|
134
|
+
}
|
135
|
+
DxReportDesignerComponent.decorators = [
|
136
|
+
{ type: Component, args: [{
|
137
|
+
selector: 'dx-report-designer',
|
138
|
+
encapsulation: ViewEncapsulation.None,
|
139
|
+
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>"
|
140
|
+
},] }
|
141
|
+
];
|
234
142
|
DxReportDesignerComponent.ctorParameters = () => [
|
235
143
|
{ type: Renderer2 },
|
236
144
|
{ type: Object, decorators: [{ type: Inject, args: [PLATFORM_ID,] }] }
|
237
145
|
];
|
238
|
-
|
239
|
-
ContentChild
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
ContentChild(DxReportDesignerCallbacksComponent),
|
244
|
-
__metadata("design:type", DxReportDesignerCallbacksComponent)
|
245
|
-
], DxReportDesignerComponent.prototype, "callbacksComponent", void 0);
|
246
|
-
__decorate([
|
247
|
-
Input(),
|
248
|
-
__metadata("design:type", String),
|
249
|
-
__metadata("design:paramtypes", [String])
|
250
|
-
], DxReportDesignerComponent.prototype, "reportUrl", null);
|
251
|
-
DxReportDesignerComponent = __decorate([
|
252
|
-
Component({
|
253
|
-
selector: 'dx-report-designer',
|
254
|
-
encapsulation: ViewEncapsulation.None,
|
255
|
-
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>"
|
256
|
-
}),
|
257
|
-
__param(1, Inject(PLATFORM_ID)),
|
258
|
-
__metadata("design:paramtypes", [Renderer2, Object])
|
259
|
-
], DxReportDesignerComponent);
|
146
|
+
DxReportDesignerComponent.propDecorators = {
|
147
|
+
requestOptions: [{ type: ContentChild, args: [DxReportDesignerRequestOptionsComponent,] }],
|
148
|
+
callbacksComponent: [{ type: ContentChild, args: [DxReportDesignerCallbacksComponent,] }],
|
149
|
+
reportUrl: [{ type: Input }]
|
150
|
+
};
|
260
151
|
|
261
|
-
|
262
|
-
}
|
263
|
-
DxReportDesignerModule =
|
264
|
-
NgModule
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
]
|
152
|
+
class DxReportDesignerModule {
|
153
|
+
}
|
154
|
+
DxReportDesignerModule.decorators = [
|
155
|
+
{ type: NgModule, args: [{
|
156
|
+
id: 'DxReportDesignerModule',
|
157
|
+
imports: [CommonModule],
|
158
|
+
declarations: [
|
159
|
+
DxReportDesignerCallbacksComponent,
|
160
|
+
DxReportDesignerRequestOptionsComponent,
|
161
|
+
DxReportDesignerComponent
|
162
|
+
],
|
163
|
+
exports: [
|
164
|
+
DxReportDesignerCallbacksComponent,
|
165
|
+
DxReportDesignerRequestOptionsComponent,
|
166
|
+
DxReportDesignerComponent
|
167
|
+
]
|
168
|
+
},] }
|
169
|
+
];
|
279
170
|
|
280
171
|
/*
|
281
172
|
* Public API Surface of reporting-angular/report-designer
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"devexpress-reporting-angular-dx-report-designer.js","sources":["ng://devexpress-reporting-angular/dx-report-designer/dxrd-request-options.ts","ng://devexpress-reporting-angular/dx-report-designer/dxrd-callbacks.ts","ng://devexpress-reporting-angular/dx-report-designer/dx-report-designer.component.ts","ng://devexpress-reporting-angular/dx-report-designer/dx-report-designer.module.ts","ng://devexpress-reporting-angular/dx-report-designer/index.ts","ng://devexpress-reporting-angular/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":["tslib_1.__decorate","ko.observable","tslib_1.__param"],"mappings":"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"}
|
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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"}
|