devexpress-reporting-angular 22.1.7-build-22339-0228 → 22.2.3
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/all.d.ts +6 -0
- package/bundles/devexpress-reporting-angular-core.umd.js +67 -52
- package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +372 -125
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +274 -184
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular.umd.js +127 -81
- package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
- package/core/_settingsProvider.d.ts +3 -0
- package/core/devexpress-reporting-angular-core.d.ts +1 -0
- package/core/dx-reporting.component.d.ts +3 -0
- package/core/index.d.ts +2 -1
- package/core/package.json +0 -1
- package/devexpress-reporting-angular.d.ts +1 -0
- package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.d.ts +1 -0
- package/dx-report-designer/dx-report-designer.component.d.ts +37 -3
- package/dx-report-designer/dx-report-designer.module.d.ts +12 -0
- package/dx-report-designer/dxrd-callbacks.d.ts +3 -0
- package/dx-report-designer/dxrd-datasource-settings.component.d.ts +14 -0
- package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +43 -0
- package/dx-report-designer/dxrd-preview-settings.component.d.ts +20 -0
- package/dx-report-designer/dxrd-request-options.d.ts +3 -0
- package/dx-report-designer/dxrd-wizard-settings.component.d.ts +23 -0
- package/dx-report-designer/index.d.ts +6 -2
- package/dx-report-designer/package.json +0 -1
- package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.d.ts +1 -0
- package/dx-report-viewer/dx-report-viewer.component.d.ts +7 -4
- package/dx-report-viewer/dx-report-viewer.module.d.ts +13 -0
- package/dx-report-viewer/dxrv-callbacks.d.ts +3 -0
- package/dx-report-viewer/dxrv-export-settings.component.d.ts +10 -1
- package/dx-report-viewer/dxrv-mobile-mode-settings.component.d.ts +3 -0
- package/dx-report-viewer/dxrv-progressbar-settings.component.d.ts +9 -1
- package/dx-report-viewer/dxrv-remote-settings.component.d.ts +3 -0
- package/dx-report-viewer/dxrv-request-options.d.ts +3 -0
- package/dx-report-viewer/dxrv-tabpanel-settings.component.d.ts +3 -0
- package/dx-report-viewer/package.json +0 -1
- package/esm2015/all.js +24 -13
- package/esm2015/core/_input-converters.js +1 -1
- package/esm2015/core/_settingsProvider.js +2 -0
- package/esm2015/core/dx-reporting.component.js +27 -14
- package/esm2015/core/index.js +3 -2
- package/esm2015/dx-report-designer/dx-report-designer.component.js +35 -20
- package/esm2015/dx-report-designer/dx-report-designer.module.js +48 -19
- package/esm2015/dx-report-designer/dxrd-callbacks.js +73 -40
- package/esm2015/dx-report-designer/dxrd-datasource-settings.component.js +38 -0
- package/esm2015/dx-report-designer/dxrd-designer-model-settings.component.js +48 -0
- package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +28 -0
- package/esm2015/dx-report-designer/dxrd-request-options.js +17 -12
- package/esm2015/dx-report-designer/dxrd-wizard-settings.component.js +59 -0
- package/esm2015/dx-report-designer/index.js +7 -3
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +50 -29
- package/esm2015/dx-report-viewer/dx-report-viewer.module.js +46 -27
- package/esm2015/dx-report-viewer/dxrv-callbacks.js +41 -24
- package/esm2015/dx-report-viewer/dxrv-export-settings.component.js +24 -12
- package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +15 -11
- package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +21 -11
- package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +15 -11
- package/esm2015/dx-report-viewer/dxrv-request-options.js +18 -13
- package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +15 -11
- package/esm2015/dx-report-viewer/index.js +1 -1
- package/esm2015/index.js +3 -3
- package/fesm2015/devexpress-reporting-angular-core.js +27 -14
- package/fesm2015/devexpress-reporting-angular-core.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +321 -90
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +243 -155
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular.js +26 -15
- package/fesm2015/devexpress-reporting-angular.js.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +2 -3
- package/core/devexpress-reporting-angular-core.metadata.json +0 -1
- package/devexpress-reporting-angular.metadata.json +0 -1
- package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.metadata.json +0 -1
- package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.metadata.json +0 -1
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('
|
3
|
-
typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/dx-report-designer', ['exports', '@angular/core', '
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["devexpress-reporting-angular"] = global["devexpress-reporting-angular"] || {}, global["devexpress-reporting-angular"]["dx-report-designer"] = {}), global.ng.core, global.
|
5
|
-
})(this, (function (exports,
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('devexpress-reporting/dx-reportdesigner'), require('knockout'), require('devexpress-reporting-angular/core'), require('devexpress-reporting-angular/dx-report-viewer'), require('@angular/common')) :
|
3
|
+
typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/dx-report-designer', ['exports', '@angular/core', 'devexpress-reporting/dx-reportdesigner', 'knockout', 'devexpress-reporting-angular/core', 'devexpress-reporting-angular/dx-report-viewer', '@angular/common'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["devexpress-reporting-angular"] = global["devexpress-reporting-angular"] || {}, global["devexpress-reporting-angular"]["dx-report-designer"] = {}), global.ng.core, global.dxReportdesigner, global.ko, global["devexpress-reporting-angular"].core, global["devexpress-reporting-angular"]["dx-report-viewer"], global.ng.common));
|
5
|
+
})(this, (function (exports, i0, dxReportdesigner, ko, core, dxReportViewer, i1) { 'use strict';
|
6
6
|
|
7
7
|
function _interopNamespace(e) {
|
8
8
|
if (e && e.__esModule) return e;
|
@@ -22,24 +22,9 @@
|
|
22
22
|
return Object.freeze(n);
|
23
23
|
}
|
24
24
|
|
25
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
25
26
|
var ko__namespace = /*#__PURE__*/_interopNamespace(ko);
|
26
|
-
|
27
|
-
var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
|
28
|
-
function DxReportDesignerRequestOptionsComponent() {
|
29
|
-
}
|
30
|
-
return DxReportDesignerRequestOptionsComponent;
|
31
|
-
}());
|
32
|
-
DxReportDesignerRequestOptionsComponent.decorators = [
|
33
|
-
{ type: core.Component, args: [{
|
34
|
-
template: '',
|
35
|
-
selector: 'dxrd-request-options'
|
36
|
-
},] }
|
37
|
-
];
|
38
|
-
DxReportDesignerRequestOptionsComponent.propDecorators = {
|
39
|
-
getDesignerModelAction: [{ type: core.Input }],
|
40
|
-
getLocalizationAction: [{ type: core.Input }],
|
41
|
-
host: [{ type: core.Input }]
|
42
|
-
};
|
27
|
+
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
43
28
|
|
44
29
|
/******************************************************************************
|
45
30
|
Copyright (c) Microsoft Corporation.
|
@@ -370,79 +355,299 @@
|
|
370
355
|
|
371
356
|
var DxReportDesignerCallbacksComponent = /** @class */ (function () {
|
372
357
|
function DxReportDesignerCallbacksComponent() {
|
373
|
-
this.CustomizeElements = new
|
374
|
-
this.ExitDesigner = new
|
375
|
-
this.ReportSaving = new
|
376
|
-
this.ReportSaved = new
|
377
|
-
this.ReportOpened = new
|
378
|
-
this.ReportOpening = new
|
379
|
-
this.TabChanged = new
|
380
|
-
this.ReportTabClosing = new
|
381
|
-
this.ReportTabClosed = new
|
382
|
-
this.ComponentAdded = new
|
383
|
-
this.CustomizeParameterEditors = new
|
384
|
-
this.CustomizeSaveDialog = new
|
385
|
-
this.CustomizeSaveAsDialog = new
|
386
|
-
this.CustomizeOpenDialog = new
|
387
|
-
this.CustomizeToolbox = new
|
388
|
-
this.CustomizeFieldListActions = new
|
389
|
-
this.CustomizeMenuActions = new
|
390
|
-
this.CustomizeLocalization = new
|
391
|
-
this.BeforeRender = new
|
392
|
-
this.OnServerError = new
|
393
|
-
this.CustomizeWizard = new
|
394
|
-
this.PreviewClick = new
|
395
|
-
this.PreviewCustomizeElements = new
|
396
|
-
this.PreviewCustomizeMenuActions = new
|
397
|
-
this.PreviewEditingFieldChanged = new
|
398
|
-
this.PreviewDocumentReady = new
|
399
|
-
this.PreviewParametersReset = new
|
400
|
-
this.PreviewParametersInitialized = new
|
401
|
-
this.PreviewCustomizeExportOptions = new
|
402
|
-
this.PreviewParametersSubmitted = new
|
403
|
-
this.PreviewOnExport = new
|
358
|
+
this.CustomizeElements = new i0.EventEmitter();
|
359
|
+
this.ExitDesigner = new i0.EventEmitter();
|
360
|
+
this.ReportSaving = new i0.EventEmitter();
|
361
|
+
this.ReportSaved = new i0.EventEmitter();
|
362
|
+
this.ReportOpened = new i0.EventEmitter();
|
363
|
+
this.ReportOpening = new i0.EventEmitter();
|
364
|
+
this.TabChanged = new i0.EventEmitter();
|
365
|
+
this.ReportTabClosing = new i0.EventEmitter();
|
366
|
+
this.ReportTabClosed = new i0.EventEmitter();
|
367
|
+
this.ComponentAdded = new i0.EventEmitter();
|
368
|
+
this.CustomizeParameterEditors = new i0.EventEmitter();
|
369
|
+
this.CustomizeSaveDialog = new i0.EventEmitter();
|
370
|
+
this.CustomizeSaveAsDialog = new i0.EventEmitter();
|
371
|
+
this.CustomizeOpenDialog = new i0.EventEmitter();
|
372
|
+
this.CustomizeToolbox = new i0.EventEmitter();
|
373
|
+
this.CustomizeFieldListActions = new i0.EventEmitter();
|
374
|
+
this.CustomizeMenuActions = new i0.EventEmitter();
|
375
|
+
this.CustomizeLocalization = new i0.EventEmitter();
|
376
|
+
this.BeforeRender = new i0.EventEmitter();
|
377
|
+
this.OnServerError = new i0.EventEmitter();
|
378
|
+
this.CustomizeWizard = new i0.EventEmitter();
|
379
|
+
this.PreviewClick = new i0.EventEmitter();
|
380
|
+
this.PreviewCustomizeElements = new i0.EventEmitter();
|
381
|
+
this.PreviewCustomizeMenuActions = new i0.EventEmitter();
|
382
|
+
this.PreviewEditingFieldChanged = new i0.EventEmitter();
|
383
|
+
this.PreviewDocumentReady = new i0.EventEmitter();
|
384
|
+
this.PreviewParametersReset = new i0.EventEmitter();
|
385
|
+
this.PreviewParametersInitialized = new i0.EventEmitter();
|
386
|
+
this.PreviewCustomizeExportOptions = new i0.EventEmitter();
|
387
|
+
this.PreviewParametersSubmitted = new i0.EventEmitter();
|
388
|
+
this.PreviewOnExport = new i0.EventEmitter();
|
404
389
|
}
|
405
390
|
return DxReportDesignerCallbacksComponent;
|
406
391
|
}());
|
407
|
-
DxReportDesignerCallbacksComponent
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
392
|
+
DxReportDesignerCallbacksComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerCallbacksComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
393
|
+
DxReportDesignerCallbacksComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerCallbacksComponent, selector: "dxrd-callbacks", outputs: { CustomizeElements: "CustomizeElements", ExitDesigner: "ExitDesigner", ReportSaving: "ReportSaving", ReportSaved: "ReportSaved", ReportOpened: "ReportOpened", ReportOpening: "ReportOpening", TabChanged: "TabChanged", ReportTabClosing: "ReportTabClosing", ReportTabClosed: "ReportTabClosed", ComponentAdded: "ComponentAdded", CustomizeParameterEditors: "CustomizeParameterEditors", CustomizeSaveDialog: "CustomizeSaveDialog", CustomizeSaveAsDialog: "CustomizeSaveAsDialog", CustomizeOpenDialog: "CustomizeOpenDialog", CustomizeToolbox: "CustomizeToolbox", CustomizeFieldListActions: "CustomizeFieldListActions", CustomizeMenuActions: "CustomizeMenuActions", CustomizeLocalization: "CustomizeLocalization", BeforeRender: "BeforeRender", OnServerError: "OnServerError", CustomizeWizard: "CustomizeWizard", PreviewClick: "PreviewClick", PreviewCustomizeElements: "PreviewCustomizeElements", PreviewCustomizeMenuActions: "PreviewCustomizeMenuActions", PreviewEditingFieldChanged: "PreviewEditingFieldChanged", PreviewDocumentReady: "PreviewDocumentReady", PreviewParametersReset: "PreviewParametersReset", PreviewParametersInitialized: "PreviewParametersInitialized", PreviewCustomizeExportOptions: "PreviewCustomizeExportOptions", PreviewParametersSubmitted: "PreviewParametersSubmitted", PreviewOnExport: "PreviewOnExport" }, ngImport: i0__namespace, template: '', isInline: true });
|
394
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerCallbacksComponent, decorators: [{
|
395
|
+
type: i0.Component,
|
396
|
+
args: [{
|
397
|
+
template: '',
|
398
|
+
selector: 'dxrd-callbacks'
|
399
|
+
}]
|
400
|
+
}], propDecorators: { CustomizeElements: [{
|
401
|
+
type: i0.Output
|
402
|
+
}], ExitDesigner: [{
|
403
|
+
type: i0.Output
|
404
|
+
}], ReportSaving: [{
|
405
|
+
type: i0.Output
|
406
|
+
}], ReportSaved: [{
|
407
|
+
type: i0.Output
|
408
|
+
}], ReportOpened: [{
|
409
|
+
type: i0.Output
|
410
|
+
}], ReportOpening: [{
|
411
|
+
type: i0.Output
|
412
|
+
}], TabChanged: [{
|
413
|
+
type: i0.Output
|
414
|
+
}], ReportTabClosing: [{
|
415
|
+
type: i0.Output
|
416
|
+
}], ReportTabClosed: [{
|
417
|
+
type: i0.Output
|
418
|
+
}], ComponentAdded: [{
|
419
|
+
type: i0.Output
|
420
|
+
}], CustomizeParameterEditors: [{
|
421
|
+
type: i0.Output
|
422
|
+
}], CustomizeSaveDialog: [{
|
423
|
+
type: i0.Output
|
424
|
+
}], CustomizeSaveAsDialog: [{
|
425
|
+
type: i0.Output
|
426
|
+
}], CustomizeOpenDialog: [{
|
427
|
+
type: i0.Output
|
428
|
+
}], CustomizeToolbox: [{
|
429
|
+
type: i0.Output
|
430
|
+
}], CustomizeFieldListActions: [{
|
431
|
+
type: i0.Output
|
432
|
+
}], CustomizeMenuActions: [{
|
433
|
+
type: i0.Output
|
434
|
+
}], CustomizeLocalization: [{
|
435
|
+
type: i0.Output
|
436
|
+
}], BeforeRender: [{
|
437
|
+
type: i0.Output
|
438
|
+
}], OnServerError: [{
|
439
|
+
type: i0.Output
|
440
|
+
}], CustomizeWizard: [{
|
441
|
+
type: i0.Output
|
442
|
+
}], PreviewClick: [{
|
443
|
+
type: i0.Output
|
444
|
+
}], PreviewCustomizeElements: [{
|
445
|
+
type: i0.Output
|
446
|
+
}], PreviewCustomizeMenuActions: [{
|
447
|
+
type: i0.Output
|
448
|
+
}], PreviewEditingFieldChanged: [{
|
449
|
+
type: i0.Output
|
450
|
+
}], PreviewDocumentReady: [{
|
451
|
+
type: i0.Output
|
452
|
+
}], PreviewParametersReset: [{
|
453
|
+
type: i0.Output
|
454
|
+
}], PreviewParametersInitialized: [{
|
455
|
+
type: i0.Output
|
456
|
+
}], PreviewCustomizeExportOptions: [{
|
457
|
+
type: i0.Output
|
458
|
+
}], PreviewParametersSubmitted: [{
|
459
|
+
type: i0.Output
|
460
|
+
}], PreviewOnExport: [{
|
461
|
+
type: i0.Output
|
462
|
+
}] } });
|
463
|
+
|
464
|
+
var DxReportDesignerDataSourceSettingsComponent = /** @class */ (function () {
|
465
|
+
function DxReportDesignerDataSourceSettingsComponent() {
|
466
|
+
}
|
467
|
+
DxReportDesignerDataSourceSettingsComponent.prototype.getSerializableSettings = function () {
|
468
|
+
return {
|
469
|
+
allowAddDataSource: this.allowAddDataSource,
|
470
|
+
allowRemoveDataSource: this.allowRemoveDataSource,
|
471
|
+
allowEditDataSource: this.allowEditDataSource
|
472
|
+
};
|
473
|
+
};
|
474
|
+
return DxReportDesignerDataSourceSettingsComponent;
|
475
|
+
}());
|
476
|
+
DxReportDesignerDataSourceSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerDataSourceSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
477
|
+
DxReportDesignerDataSourceSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerDataSourceSettingsComponent, selector: "dxrd-datasource-settings", inputs: { allowAddDataSource: "allowAddDataSource", allowRemoveDataSource: "allowRemoveDataSource", allowEditDataSource: "allowEditDataSource" }, ngImport: i0__namespace, template: '', isInline: true });
|
478
|
+
__decorate([
|
479
|
+
core._inputConverter(core._booleanConverter)
|
480
|
+
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
|
481
|
+
__decorate([
|
482
|
+
core._inputConverter(core._booleanConverter)
|
483
|
+
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowRemoveDataSource", void 0);
|
484
|
+
__decorate([
|
485
|
+
core._inputConverter(core._booleanConverter)
|
486
|
+
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowEditDataSource", void 0);
|
487
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerDataSourceSettingsComponent, decorators: [{
|
488
|
+
type: i0.Component,
|
489
|
+
args: [{
|
490
|
+
template: '',
|
491
|
+
selector: 'dxrd-datasource-settings'
|
492
|
+
}]
|
493
|
+
}], propDecorators: { allowAddDataSource: [{
|
494
|
+
type: i0.Input
|
495
|
+
}], allowRemoveDataSource: [{
|
496
|
+
type: i0.Input
|
497
|
+
}], allowEditDataSource: [{
|
498
|
+
type: i0.Input
|
499
|
+
}] } });
|
500
|
+
|
501
|
+
var DxReportDesignerPreviewSettingsComponent = /** @class */ (function () {
|
502
|
+
function DxReportDesignerPreviewSettingsComponent() {
|
503
|
+
}
|
504
|
+
DxReportDesignerPreviewSettingsComponent.prototype.getSerializableSettings = function () {
|
505
|
+
var _a, _b;
|
506
|
+
return {
|
507
|
+
exportSettings: (_a = this.exportSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
|
508
|
+
progressBarSettings: (_b = this.porgressbarSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings()
|
509
|
+
};
|
510
|
+
};
|
511
|
+
return DxReportDesignerPreviewSettingsComponent;
|
512
|
+
}());
|
513
|
+
DxReportDesignerPreviewSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerPreviewSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
514
|
+
DxReportDesignerPreviewSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerPreviewSettingsComponent, selector: "dxrd-preview-settings", queries: [{ propertyName: "porgressbarSettings", first: true, predicate: dxReportViewer.DxReportViewerProgressBarSettingsComponent, descendants: true }, { propertyName: "exportSettings", first: true, predicate: dxReportViewer.DxReportViewerExportSettingsComponent, descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
|
515
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerPreviewSettingsComponent, decorators: [{
|
516
|
+
type: i0.Component,
|
517
|
+
args: [{
|
518
|
+
template: '',
|
519
|
+
selector: 'dxrd-preview-settings'
|
520
|
+
}]
|
521
|
+
}], propDecorators: { porgressbarSettings: [{
|
522
|
+
type: i0.ContentChild,
|
523
|
+
args: [dxReportViewer.DxReportViewerProgressBarSettingsComponent]
|
524
|
+
}], exportSettings: [{
|
525
|
+
type: i0.ContentChild,
|
526
|
+
args: [dxReportViewer.DxReportViewerExportSettingsComponent]
|
527
|
+
}] } });
|
528
|
+
|
529
|
+
var DxReportDesignerWizardSettingsComponent = /** @class */ (function () {
|
530
|
+
function DxReportDesignerWizardSettingsComponent() {
|
531
|
+
}
|
532
|
+
DxReportDesignerWizardSettingsComponent.prototype.getSerializableSettings = function () {
|
533
|
+
return {
|
534
|
+
useMasterDetailWizard: this.useMasterDetailWizard,
|
535
|
+
enableJsonDataSource: this.enableJsonDataSource,
|
536
|
+
enableSqlDataSource: this.enableSqlDataSource,
|
537
|
+
enableObjectDataSource: this.enableObjectDataSource,
|
538
|
+
enableFederationDataSource: this.enableFederationDataSource,
|
539
|
+
useFullscreenWizard: this.useFullscreenWizard,
|
540
|
+
reportWizardTemplatesSearchBoxVisibility: this.reportWizardTemplatesSearchBoxVisibility
|
541
|
+
};
|
542
|
+
};
|
543
|
+
return DxReportDesignerWizardSettingsComponent;
|
544
|
+
}());
|
545
|
+
DxReportDesignerWizardSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerWizardSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
546
|
+
DxReportDesignerWizardSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerWizardSettingsComponent, selector: "dxrd-wizard-settings", inputs: { useMasterDetailWizard: "useMasterDetailWizard", enableJsonDataSource: "enableJsonDataSource", enableSqlDataSource: "enableSqlDataSource", enableObjectDataSource: "enableObjectDataSource", enableFederationDataSource: "enableFederationDataSource", useFullscreenWizard: "useFullscreenWizard", reportWizardTemplatesSearchBoxVisibility: "reportWizardTemplatesSearchBoxVisibility" }, ngImport: i0__namespace, template: '', isInline: true });
|
547
|
+
__decorate([
|
548
|
+
core._inputConverter(core._booleanConverter)
|
549
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
|
550
|
+
__decorate([
|
551
|
+
core._inputConverter(core._booleanConverter)
|
552
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableJsonDataSource", void 0);
|
553
|
+
__decorate([
|
554
|
+
core._inputConverter(core._booleanConverter)
|
555
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableSqlDataSource", void 0);
|
556
|
+
__decorate([
|
557
|
+
core._inputConverter(core._booleanConverter)
|
558
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableObjectDataSource", void 0);
|
559
|
+
__decorate([
|
560
|
+
core._inputConverter(core._booleanConverter)
|
561
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "enableFederationDataSource", void 0);
|
562
|
+
__decorate([
|
563
|
+
core._inputConverter(core._booleanConverter)
|
564
|
+
], DxReportDesignerWizardSettingsComponent.prototype, "useFullscreenWizard", void 0);
|
565
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerWizardSettingsComponent, decorators: [{
|
566
|
+
type: i0.Component,
|
567
|
+
args: [{
|
568
|
+
template: '',
|
569
|
+
selector: 'dxrd-wizard-settings'
|
570
|
+
}]
|
571
|
+
}], propDecorators: { useMasterDetailWizard: [{
|
572
|
+
type: i0.Input
|
573
|
+
}], enableJsonDataSource: [{
|
574
|
+
type: i0.Input
|
575
|
+
}], enableSqlDataSource: [{
|
576
|
+
type: i0.Input
|
577
|
+
}], enableObjectDataSource: [{
|
578
|
+
type: i0.Input
|
579
|
+
}], enableFederationDataSource: [{
|
580
|
+
type: i0.Input
|
581
|
+
}], useFullscreenWizard: [{
|
582
|
+
type: i0.Input
|
583
|
+
}], reportWizardTemplatesSearchBoxVisibility: [{
|
584
|
+
type: i0.Input
|
585
|
+
}] } });
|
586
|
+
|
587
|
+
var DxReportDesignerModelSettingsComponent = /** @class */ (function () {
|
588
|
+
function DxReportDesignerModelSettingsComponent() {
|
589
|
+
}
|
590
|
+
DxReportDesignerModelSettingsComponent.prototype.getSerializableSettings = function () {
|
591
|
+
var _a, _b, _c;
|
592
|
+
return {
|
593
|
+
reportPreviewSettings: (_a = this.previewSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
|
594
|
+
wizardSettings: (_b = this.wizardSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings(),
|
595
|
+
dataSourceSettings: (_c = this.dataSourceSettings) === null || _c === void 0 ? void 0 : _c.getSerializableSettings(),
|
596
|
+
allowMDI: this.allowMDI,
|
597
|
+
rightToLeft: this.rightToLeft
|
598
|
+
};
|
599
|
+
};
|
600
|
+
return DxReportDesignerModelSettingsComponent;
|
601
|
+
}());
|
602
|
+
DxReportDesignerModelSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModelSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
603
|
+
DxReportDesignerModelSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerModelSettingsComponent, selector: "dxrd-designer-model-settings", inputs: { allowMDI: "allowMDI", rightToLeft: "rightToLeft" }, queries: [{ propertyName: "previewSettings", first: true, predicate: DxReportDesignerPreviewSettingsComponent, descendants: true }, { propertyName: "wizardSettings", first: true, predicate: DxReportDesignerWizardSettingsComponent, descendants: true }, { propertyName: "dataSourceSettings", first: true, predicate: DxReportDesignerDataSourceSettingsComponent, descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
|
604
|
+
__decorate([
|
605
|
+
core._inputConverter(core._booleanConverter)
|
606
|
+
], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
|
607
|
+
__decorate([
|
608
|
+
core._inputConverter(core._booleanConverter)
|
609
|
+
], DxReportDesignerModelSettingsComponent.prototype, "rightToLeft", void 0);
|
610
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModelSettingsComponent, decorators: [{
|
611
|
+
type: i0.Component,
|
612
|
+
args: [{
|
613
|
+
template: '',
|
614
|
+
selector: 'dxrd-designer-model-settings'
|
615
|
+
}]
|
616
|
+
}], propDecorators: { allowMDI: [{
|
617
|
+
type: i0.Input
|
618
|
+
}], rightToLeft: [{
|
619
|
+
type: i0.Input
|
620
|
+
}], previewSettings: [{
|
621
|
+
type: i0.ContentChild,
|
622
|
+
args: [DxReportDesignerPreviewSettingsComponent]
|
623
|
+
}], wizardSettings: [{
|
624
|
+
type: i0.ContentChild,
|
625
|
+
args: [DxReportDesignerWizardSettingsComponent]
|
626
|
+
}], dataSourceSettings: [{
|
627
|
+
type: i0.ContentChild,
|
628
|
+
args: [DxReportDesignerDataSourceSettingsComponent]
|
629
|
+
}] } });
|
630
|
+
|
631
|
+
var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
|
632
|
+
function DxReportDesignerRequestOptionsComponent() {
|
633
|
+
}
|
634
|
+
return DxReportDesignerRequestOptionsComponent;
|
635
|
+
}());
|
636
|
+
DxReportDesignerRequestOptionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerRequestOptionsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
637
|
+
DxReportDesignerRequestOptionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerRequestOptionsComponent, selector: "dxrd-request-options", inputs: { getDesignerModelAction: "getDesignerModelAction", getLocalizationAction: "getLocalizationAction", host: "host" }, ngImport: i0__namespace, template: '', isInline: true });
|
638
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerRequestOptionsComponent, decorators: [{
|
639
|
+
type: i0.Component,
|
640
|
+
args: [{
|
641
|
+
template: '',
|
642
|
+
selector: 'dxrd-request-options'
|
643
|
+
}]
|
644
|
+
}], propDecorators: { getDesignerModelAction: [{
|
645
|
+
type: i0.Input
|
646
|
+
}], getLocalizationAction: [{
|
647
|
+
type: i0.Input
|
648
|
+
}], host: [{
|
649
|
+
type: i0.Input
|
650
|
+
}] } });
|
446
651
|
|
447
652
|
var DxReportDesignerComponent = /** @class */ (function (_super) {
|
448
653
|
__extends(DxReportDesignerComponent, _super);
|
@@ -458,11 +663,13 @@
|
|
458
663
|
return new dxReportdesigner.JSReportDesignerBinding(options, this.getEventRaiser());
|
459
664
|
};
|
460
665
|
DxReportDesignerComponent.prototype.getControlOptions = function () {
|
666
|
+
var _a;
|
461
667
|
return {
|
462
|
-
|
668
|
+
rightToLeft: this.rtl,
|
463
669
|
developmentMode: this.developmentMode,
|
464
670
|
reportUrl: this.koReportUrl,
|
465
671
|
requestOptions: this.requestOptions,
|
672
|
+
designerModelSettings: (_a = this.designerModelSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
|
466
673
|
callbacks: { designer: {}, preview: {} }
|
467
674
|
};
|
468
675
|
};
|
@@ -471,6 +678,7 @@
|
|
471
678
|
this.requestOptions = null;
|
472
679
|
this.callbacksComponent = null;
|
473
680
|
this.koReportUrl = null;
|
681
|
+
this.designerModelSettings = null;
|
474
682
|
};
|
475
683
|
DxReportDesignerComponent.prototype.GetDesignerModel = function () {
|
476
684
|
return this.bindingSender.GetDesignerModel();
|
@@ -489,45 +697,80 @@
|
|
489
697
|
configurable: true
|
490
698
|
});
|
491
699
|
return DxReportDesignerComponent;
|
492
|
-
}(core
|
493
|
-
DxReportDesignerComponent
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
700
|
+
}(core.DxReportingComponent));
|
701
|
+
DxReportDesignerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerComponent, deps: [{ token: i0__namespace.Renderer2 }, { token: i0.PLATFORM_ID }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
702
|
+
DxReportDesignerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerComponent, selector: "dx-report-designer", inputs: { reportUrl: "reportUrl" }, queries: [{ propertyName: "requestOptions", first: true, predicate: DxReportDesignerRequestOptionsComponent, descendants: true }, { propertyName: "callbacksComponent", first: true, predicate: DxReportDesignerCallbacksComponent, descendants: true }, { propertyName: "designerModelSettings", first: true, predicate: DxReportDesignerModelSettingsComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\r\n <div data-bind=\"dxReportDesigner: $data\"></div>\r\n</div>", directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
|
703
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerComponent, decorators: [{
|
704
|
+
type: i0.Component,
|
705
|
+
args: [{
|
706
|
+
selector: 'dx-report-designer',
|
707
|
+
encapsulation: i0.ViewEncapsulation.None,
|
708
|
+
templateUrl: './dx-report-designer.component.html',
|
709
|
+
styleUrls: []
|
710
|
+
}]
|
711
|
+
}], ctorParameters: function () {
|
712
|
+
return [{ type: i0__namespace.Renderer2 }, { type: Object, decorators: [{
|
713
|
+
type: i0.Inject,
|
714
|
+
args: [i0.PLATFORM_ID]
|
715
|
+
}] }];
|
716
|
+
}, propDecorators: { requestOptions: [{
|
717
|
+
type: i0.ContentChild,
|
718
|
+
args: [DxReportDesignerRequestOptionsComponent]
|
719
|
+
}], callbacksComponent: [{
|
720
|
+
type: i0.ContentChild,
|
721
|
+
args: [DxReportDesignerCallbacksComponent]
|
722
|
+
}], designerModelSettings: [{
|
723
|
+
type: i0.ContentChild,
|
724
|
+
args: [DxReportDesignerModelSettingsComponent]
|
725
|
+
}], reportUrl: [{
|
726
|
+
type: i0.Input
|
727
|
+
}] } });
|
509
728
|
|
510
729
|
var DxReportDesignerModule = /** @class */ (function () {
|
511
730
|
function DxReportDesignerModule() {
|
512
731
|
}
|
513
732
|
return DxReportDesignerModule;
|
514
733
|
}());
|
515
|
-
DxReportDesignerModule
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
734
|
+
DxReportDesignerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
735
|
+
DxReportDesignerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, declarations: [DxReportDesignerCallbacksComponent,
|
736
|
+
DxReportDesignerRequestOptionsComponent,
|
737
|
+
DxReportDesignerComponent,
|
738
|
+
DxReportDesignerPreviewSettingsComponent,
|
739
|
+
DxReportDesignerWizardSettingsComponent,
|
740
|
+
DxReportDesignerDataSourceSettingsComponent,
|
741
|
+
DxReportDesignerModelSettingsComponent], imports: [i1.CommonModule], exports: [DxReportDesignerCallbacksComponent,
|
742
|
+
DxReportDesignerRequestOptionsComponent,
|
743
|
+
DxReportDesignerComponent,
|
744
|
+
DxReportDesignerPreviewSettingsComponent,
|
745
|
+
DxReportDesignerWizardSettingsComponent,
|
746
|
+
DxReportDesignerDataSourceSettingsComponent,
|
747
|
+
DxReportDesignerModelSettingsComponent], id: 'DxReportDesignerModule' });
|
748
|
+
DxReportDesignerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, imports: [[i1.CommonModule]] });
|
749
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, decorators: [{
|
750
|
+
type: i0.NgModule,
|
751
|
+
args: [{
|
752
|
+
id: 'DxReportDesignerModule',
|
753
|
+
imports: [i1.CommonModule],
|
754
|
+
declarations: [
|
755
|
+
DxReportDesignerCallbacksComponent,
|
756
|
+
DxReportDesignerRequestOptionsComponent,
|
757
|
+
DxReportDesignerComponent,
|
758
|
+
DxReportDesignerPreviewSettingsComponent,
|
759
|
+
DxReportDesignerWizardSettingsComponent,
|
760
|
+
DxReportDesignerDataSourceSettingsComponent,
|
761
|
+
DxReportDesignerModelSettingsComponent
|
762
|
+
],
|
763
|
+
exports: [
|
764
|
+
DxReportDesignerCallbacksComponent,
|
765
|
+
DxReportDesignerRequestOptionsComponent,
|
766
|
+
DxReportDesignerComponent,
|
767
|
+
DxReportDesignerPreviewSettingsComponent,
|
768
|
+
DxReportDesignerWizardSettingsComponent,
|
769
|
+
DxReportDesignerDataSourceSettingsComponent,
|
770
|
+
DxReportDesignerModelSettingsComponent
|
771
|
+
]
|
772
|
+
}]
|
773
|
+
}] });
|
531
774
|
|
532
775
|
/*
|
533
776
|
* Public API Surface of reporting-angular/report-designer
|
@@ -539,8 +782,12 @@
|
|
539
782
|
|
540
783
|
exports.DxReportDesignerCallbacksComponent = DxReportDesignerCallbacksComponent;
|
541
784
|
exports.DxReportDesignerComponent = DxReportDesignerComponent;
|
785
|
+
exports.DxReportDesignerDataSourceSettingsComponent = DxReportDesignerDataSourceSettingsComponent;
|
786
|
+
exports.DxReportDesignerModelSettingsComponent = DxReportDesignerModelSettingsComponent;
|
542
787
|
exports.DxReportDesignerModule = DxReportDesignerModule;
|
788
|
+
exports.DxReportDesignerPreviewSettingsComponent = DxReportDesignerPreviewSettingsComponent;
|
543
789
|
exports.DxReportDesignerRequestOptionsComponent = DxReportDesignerRequestOptionsComponent;
|
790
|
+
exports.DxReportDesignerWizardSettingsComponent = DxReportDesignerWizardSettingsComponent;
|
544
791
|
|
545
792
|
Object.defineProperty(exports, '__esModule', { value: true });
|
546
793
|
|