devexpress-reporting-angular 22.2.2-beta → 22.2.4-build-22354-0229

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.
Files changed (66) hide show
  1. package/all.d.ts +6 -0
  2. package/bundles/devexpress-reporting-angular-core.umd.js +29 -14
  3. package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
  4. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +277 -187
  5. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
  6. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +242 -165
  7. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
  8. package/bundles/devexpress-reporting-angular.umd.js +127 -97
  9. package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
  10. package/core/devexpress-reporting-angular-core.d.ts +1 -0
  11. package/core/dx-reporting.component.d.ts +3 -0
  12. package/core/package.json +0 -1
  13. package/devexpress-reporting-angular.d.ts +1 -0
  14. package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.d.ts +1 -0
  15. package/dx-report-designer/dx-report-designer.component.d.ts +3 -0
  16. package/dx-report-designer/dx-report-designer.module.d.ts +12 -0
  17. package/dx-report-designer/dxrd-callbacks.d.ts +3 -0
  18. package/dx-report-designer/dxrd-datasource-settings.component.d.ts +3 -0
  19. package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +3 -0
  20. package/dx-report-designer/dxrd-preview-settings.component.d.ts +3 -0
  21. package/dx-report-designer/dxrd-request-options.d.ts +3 -0
  22. package/dx-report-designer/dxrd-wizard-settings.component.d.ts +3 -0
  23. package/dx-report-designer/package.json +0 -1
  24. package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.d.ts +1 -0
  25. package/dx-report-viewer/dx-report-viewer.component.d.ts +3 -0
  26. package/dx-report-viewer/dx-report-viewer.module.d.ts +13 -0
  27. package/dx-report-viewer/dxrv-callbacks.d.ts +3 -0
  28. package/dx-report-viewer/dxrv-export-settings.component.d.ts +3 -0
  29. package/dx-report-viewer/dxrv-mobile-mode-settings.component.d.ts +3 -0
  30. package/dx-report-viewer/dxrv-progressbar-settings.component.d.ts +3 -0
  31. package/dx-report-viewer/dxrv-remote-settings.component.d.ts +3 -0
  32. package/dx-report-viewer/dxrv-request-options.d.ts +3 -0
  33. package/dx-report-viewer/dxrv-tabpanel-settings.component.d.ts +3 -0
  34. package/dx-report-viewer/package.json +0 -1
  35. package/esm2015/all.js +24 -13
  36. package/esm2015/core/dx-reporting.component.js +27 -14
  37. package/esm2015/dx-report-designer/dx-report-designer.component.js +29 -19
  38. package/esm2015/dx-report-designer/dx-report-designer.module.js +42 -25
  39. package/esm2015/dx-report-designer/dxrd-callbacks.js +73 -40
  40. package/esm2015/dx-report-designer/dxrd-datasource-settings.component.js +17 -12
  41. package/esm2015/dx-report-designer/dxrd-designer-model-settings.component.js +24 -14
  42. package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +17 -11
  43. package/esm2015/dx-report-designer/dxrd-request-options.js +17 -12
  44. package/esm2015/dx-report-designer/dxrd-wizard-settings.component.js +25 -16
  45. package/esm2015/dx-report-viewer/dx-report-viewer.component.js +47 -26
  46. package/esm2015/dx-report-viewer/dx-report-viewer.module.js +46 -27
  47. package/esm2015/dx-report-viewer/dxrv-callbacks.js +41 -24
  48. package/esm2015/dx-report-viewer/dxrv-export-settings.component.js +17 -12
  49. package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +15 -11
  50. package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +15 -11
  51. package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +15 -11
  52. package/esm2015/dx-report-viewer/dxrv-request-options.js +17 -12
  53. package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +15 -11
  54. package/fesm2015/devexpress-reporting-angular-core.js +27 -14
  55. package/fesm2015/devexpress-reporting-angular-core.js.map +1 -1
  56. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +232 -144
  57. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
  58. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +215 -140
  59. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
  60. package/fesm2015/devexpress-reporting-angular.js +23 -12
  61. package/fesm2015/devexpress-reporting-angular.js.map +1 -1
  62. package/package.json +2 -3
  63. package/core/devexpress-reporting-angular-core.metadata.json +0 -1
  64. package/devexpress-reporting-angular.metadata.json +0 -1
  65. package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.metadata.json +0 -1
  66. package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.metadata.json +0 -1
@@ -2,7 +2,7 @@
2
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
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
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, core, dxReportdesigner, ko, core$1, dxReportViewer, common) { 'use strict';
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,7 +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);
27
+ var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
26
28
 
27
29
  /******************************************************************************
28
30
  Copyright (c) Microsoft Corporation.
@@ -353,79 +355,111 @@
353
355
 
354
356
  var DxReportDesignerCallbacksComponent = /** @class */ (function () {
355
357
  function DxReportDesignerCallbacksComponent() {
356
- this.CustomizeElements = new core.EventEmitter();
357
- this.ExitDesigner = new core.EventEmitter();
358
- this.ReportSaving = new core.EventEmitter();
359
- this.ReportSaved = new core.EventEmitter();
360
- this.ReportOpened = new core.EventEmitter();
361
- this.ReportOpening = new core.EventEmitter();
362
- this.TabChanged = new core.EventEmitter();
363
- this.ReportTabClosing = new core.EventEmitter();
364
- this.ReportTabClosed = new core.EventEmitter();
365
- this.ComponentAdded = new core.EventEmitter();
366
- this.CustomizeParameterEditors = new core.EventEmitter();
367
- this.CustomizeSaveDialog = new core.EventEmitter();
368
- this.CustomizeSaveAsDialog = new core.EventEmitter();
369
- this.CustomizeOpenDialog = new core.EventEmitter();
370
- this.CustomizeToolbox = new core.EventEmitter();
371
- this.CustomizeFieldListActions = new core.EventEmitter();
372
- this.CustomizeMenuActions = new core.EventEmitter();
373
- this.CustomizeLocalization = new core.EventEmitter();
374
- this.BeforeRender = new core.EventEmitter();
375
- this.OnServerError = new core.EventEmitter();
376
- this.CustomizeWizard = new core.EventEmitter();
377
- this.PreviewClick = new core.EventEmitter();
378
- this.PreviewCustomizeElements = new core.EventEmitter();
379
- this.PreviewCustomizeMenuActions = new core.EventEmitter();
380
- this.PreviewEditingFieldChanged = new core.EventEmitter();
381
- this.PreviewDocumentReady = new core.EventEmitter();
382
- this.PreviewParametersReset = new core.EventEmitter();
383
- this.PreviewParametersInitialized = new core.EventEmitter();
384
- this.PreviewCustomizeExportOptions = new core.EventEmitter();
385
- this.PreviewParametersSubmitted = new core.EventEmitter();
386
- this.PreviewOnExport = new core.EventEmitter();
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();
387
389
  }
388
390
  return DxReportDesignerCallbacksComponent;
389
391
  }());
390
- DxReportDesignerCallbacksComponent.decorators = [
391
- { type: core.Component, args: [{
392
- template: '',
393
- selector: 'dxrd-callbacks'
394
- },] }
395
- ];
396
- DxReportDesignerCallbacksComponent.propDecorators = {
397
- CustomizeElements: [{ type: core.Output }],
398
- ExitDesigner: [{ type: core.Output }],
399
- ReportSaving: [{ type: core.Output }],
400
- ReportSaved: [{ type: core.Output }],
401
- ReportOpened: [{ type: core.Output }],
402
- ReportOpening: [{ type: core.Output }],
403
- TabChanged: [{ type: core.Output }],
404
- ReportTabClosing: [{ type: core.Output }],
405
- ReportTabClosed: [{ type: core.Output }],
406
- ComponentAdded: [{ type: core.Output }],
407
- CustomizeParameterEditors: [{ type: core.Output }],
408
- CustomizeSaveDialog: [{ type: core.Output }],
409
- CustomizeSaveAsDialog: [{ type: core.Output }],
410
- CustomizeOpenDialog: [{ type: core.Output }],
411
- CustomizeToolbox: [{ type: core.Output }],
412
- CustomizeFieldListActions: [{ type: core.Output }],
413
- CustomizeMenuActions: [{ type: core.Output }],
414
- CustomizeLocalization: [{ type: core.Output }],
415
- BeforeRender: [{ type: core.Output }],
416
- OnServerError: [{ type: core.Output }],
417
- CustomizeWizard: [{ type: core.Output }],
418
- PreviewClick: [{ type: core.Output }],
419
- PreviewCustomizeElements: [{ type: core.Output }],
420
- PreviewCustomizeMenuActions: [{ type: core.Output }],
421
- PreviewEditingFieldChanged: [{ type: core.Output }],
422
- PreviewDocumentReady: [{ type: core.Output }],
423
- PreviewParametersReset: [{ type: core.Output }],
424
- PreviewParametersInitialized: [{ type: core.Output }],
425
- PreviewCustomizeExportOptions: [{ type: core.Output }],
426
- PreviewParametersSubmitted: [{ type: core.Output }],
427
- PreviewOnExport: [{ type: core.Output }]
428
- };
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
+ }] } });
429
463
 
430
464
  var DxReportDesignerDataSourceSettingsComponent = /** @class */ (function () {
431
465
  function DxReportDesignerDataSourceSettingsComponent() {
@@ -439,26 +473,30 @@
439
473
  };
440
474
  return DxReportDesignerDataSourceSettingsComponent;
441
475
  }());
442
- DxReportDesignerDataSourceSettingsComponent.decorators = [
443
- { type: core.Component, args: [{
444
- template: '',
445
- selector: 'dxrd-datasource-settings'
446
- },] }
447
- ];
448
- DxReportDesignerDataSourceSettingsComponent.propDecorators = {
449
- allowAddDataSource: [{ type: core.Input }],
450
- allowRemoveDataSource: [{ type: core.Input }],
451
- allowEditDataSource: [{ type: core.Input }]
452
- };
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 });
453
478
  __decorate([
454
- core$1._inputConverter(core$1._booleanConverter)
479
+ core._inputConverter(core._booleanConverter)
455
480
  ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
456
481
  __decorate([
457
- core$1._inputConverter(core$1._booleanConverter)
482
+ core._inputConverter(core._booleanConverter)
458
483
  ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowRemoveDataSource", void 0);
459
484
  __decorate([
460
- core$1._inputConverter(core$1._booleanConverter)
461
- ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowEditDataSource", void 0);
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
+ }] } });
462
500
 
463
501
  var DxReportDesignerPreviewSettingsComponent = /** @class */ (function () {
464
502
  function DxReportDesignerPreviewSettingsComponent() {
@@ -472,16 +510,21 @@
472
510
  };
473
511
  return DxReportDesignerPreviewSettingsComponent;
474
512
  }());
475
- DxReportDesignerPreviewSettingsComponent.decorators = [
476
- { type: core.Component, args: [{
477
- template: '',
478
- selector: 'dxrd-preview-settings'
479
- },] }
480
- ];
481
- DxReportDesignerPreviewSettingsComponent.propDecorators = {
482
- porgressbarSettings: [{ type: core.ContentChild, args: [dxReportViewer.DxReportViewerProgressBarSettingsComponent,] }],
483
- exportSettings: [{ type: core.ContentChild, args: [dxReportViewer.DxReportViewerExportSettingsComponent,] }]
484
- };
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
+ }] } });
485
528
 
486
529
  var DxReportDesignerWizardSettingsComponent = /** @class */ (function () {
487
530
  function DxReportDesignerWizardSettingsComponent() {
@@ -499,39 +542,47 @@
499
542
  };
500
543
  return DxReportDesignerWizardSettingsComponent;
501
544
  }());
502
- DxReportDesignerWizardSettingsComponent.decorators = [
503
- { type: core.Component, args: [{
504
- template: '',
505
- selector: 'dxrd-wizard-settings'
506
- },] }
507
- ];
508
- DxReportDesignerWizardSettingsComponent.propDecorators = {
509
- useMasterDetailWizard: [{ type: core.Input }],
510
- enableJsonDataSource: [{ type: core.Input }],
511
- enableSqlDataSource: [{ type: core.Input }],
512
- enableObjectDataSource: [{ type: core.Input }],
513
- enableFederationDataSource: [{ type: core.Input }],
514
- useFullscreenWizard: [{ type: core.Input }],
515
- reportWizardTemplatesSearchBoxVisibility: [{ type: core.Input }]
516
- };
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 });
517
547
  __decorate([
518
- core$1._inputConverter(core$1._booleanConverter)
548
+ core._inputConverter(core._booleanConverter)
519
549
  ], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
520
550
  __decorate([
521
- core$1._inputConverter(core$1._booleanConverter)
551
+ core._inputConverter(core._booleanConverter)
522
552
  ], DxReportDesignerWizardSettingsComponent.prototype, "enableJsonDataSource", void 0);
523
553
  __decorate([
524
- core$1._inputConverter(core$1._booleanConverter)
554
+ core._inputConverter(core._booleanConverter)
525
555
  ], DxReportDesignerWizardSettingsComponent.prototype, "enableSqlDataSource", void 0);
526
556
  __decorate([
527
- core$1._inputConverter(core$1._booleanConverter)
557
+ core._inputConverter(core._booleanConverter)
528
558
  ], DxReportDesignerWizardSettingsComponent.prototype, "enableObjectDataSource", void 0);
529
559
  __decorate([
530
- core$1._inputConverter(core$1._booleanConverter)
560
+ core._inputConverter(core._booleanConverter)
531
561
  ], DxReportDesignerWizardSettingsComponent.prototype, "enableFederationDataSource", void 0);
532
562
  __decorate([
533
- core$1._inputConverter(core$1._booleanConverter)
534
- ], DxReportDesignerWizardSettingsComponent.prototype, "useFullscreenWizard", void 0);
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
+ }] } });
535
586
 
536
587
  var DxReportDesignerModelSettingsComponent = /** @class */ (function () {
537
588
  function DxReportDesignerModelSettingsComponent() {
@@ -548,42 +599,55 @@
548
599
  };
549
600
  return DxReportDesignerModelSettingsComponent;
550
601
  }());
551
- DxReportDesignerModelSettingsComponent.decorators = [
552
- { type: core.Component, args: [{
553
- template: '',
554
- selector: 'dxrd-designer-model-settings'
555
- },] }
556
- ];
557
- DxReportDesignerModelSettingsComponent.propDecorators = {
558
- allowMDI: [{ type: core.Input }],
559
- rightToLeft: [{ type: core.Input }],
560
- previewSettings: [{ type: core.ContentChild, args: [DxReportDesignerPreviewSettingsComponent,] }],
561
- wizardSettings: [{ type: core.ContentChild, args: [DxReportDesignerWizardSettingsComponent,] }],
562
- dataSourceSettings: [{ type: core.ContentChild, args: [DxReportDesignerDataSourceSettingsComponent,] }]
563
- };
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 });
564
604
  __decorate([
565
- core$1._inputConverter(core$1._booleanConverter)
605
+ core._inputConverter(core._booleanConverter)
566
606
  ], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
567
607
  __decorate([
568
- core$1._inputConverter(core$1._booleanConverter)
569
- ], DxReportDesignerModelSettingsComponent.prototype, "rightToLeft", void 0);
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
+ }] } });
570
630
 
571
631
  var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
572
632
  function DxReportDesignerRequestOptionsComponent() {
573
633
  }
574
634
  return DxReportDesignerRequestOptionsComponent;
575
635
  }());
576
- DxReportDesignerRequestOptionsComponent.decorators = [
577
- { type: core.Component, args: [{
578
- template: '',
579
- selector: 'dxrd-request-options'
580
- },] }
581
- ];
582
- DxReportDesignerRequestOptionsComponent.propDecorators = {
583
- getDesignerModelAction: [{ type: core.Input }],
584
- getLocalizationAction: [{ type: core.Input }],
585
- host: [{ type: core.Input }]
586
- };
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
+ }] } });
587
651
 
588
652
  var DxReportDesignerComponent = /** @class */ (function (_super) {
589
653
  __extends(DxReportDesignerComponent, _super);
@@ -633,54 +697,80 @@
633
697
  configurable: true
634
698
  });
635
699
  return DxReportDesignerComponent;
636
- }(core$1.DxReportingComponent));
637
- DxReportDesignerComponent.decorators = [
638
- { type: core.Component, args: [{
639
- selector: 'dx-report-designer',
640
- encapsulation: core.ViewEncapsulation.None,
641
- template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\r\n <div data-bind=\"dxReportDesigner: $data\"></div>\r\n</div>"
642
- },] }
643
- ];
644
- DxReportDesignerComponent.ctorParameters = function () { return [
645
- { type: core.Renderer2 },
646
- { type: Object, decorators: [{ type: core.Inject, args: [core.PLATFORM_ID,] }] }
647
- ]; };
648
- DxReportDesignerComponent.propDecorators = {
649
- requestOptions: [{ type: core.ContentChild, args: [DxReportDesignerRequestOptionsComponent,] }],
650
- callbacksComponent: [{ type: core.ContentChild, args: [DxReportDesignerCallbacksComponent,] }],
651
- designerModelSettings: [{ type: core.ContentChild, args: [DxReportDesignerModelSettingsComponent,] }],
652
- reportUrl: [{ type: core.Input }]
653
- };
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
+ }] } });
654
728
 
655
729
  var DxReportDesignerModule = /** @class */ (function () {
656
730
  function DxReportDesignerModule() {
657
731
  }
658
732
  return DxReportDesignerModule;
659
733
  }());
660
- DxReportDesignerModule.decorators = [
661
- { type: core.NgModule, args: [{
662
- id: 'DxReportDesignerModule',
663
- imports: [common.CommonModule],
664
- declarations: [
665
- DxReportDesignerCallbacksComponent,
666
- DxReportDesignerRequestOptionsComponent,
667
- DxReportDesignerComponent,
668
- DxReportDesignerPreviewSettingsComponent,
669
- DxReportDesignerWizardSettingsComponent,
670
- DxReportDesignerDataSourceSettingsComponent,
671
- DxReportDesignerModelSettingsComponent
672
- ],
673
- exports: [
674
- DxReportDesignerCallbacksComponent,
675
- DxReportDesignerRequestOptionsComponent,
676
- DxReportDesignerComponent,
677
- DxReportDesignerPreviewSettingsComponent,
678
- DxReportDesignerWizardSettingsComponent,
679
- DxReportDesignerDataSourceSettingsComponent,
680
- DxReportDesignerModelSettingsComponent
681
- ]
682
- },] }
683
- ];
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
+ }] });
684
774
 
685
775
  /*
686
776
  * Public API Surface of reporting-angular/report-designer