devexpress-reporting-angular 22.2.2-beta → 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/all.d.ts +6 -0
- package/bundles/devexpress-reporting-angular-core.umd.js +29 -14
- package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +277 -187
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +242 -165
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular.umd.js +127 -97
- package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
- package/core/devexpress-reporting-angular-core.d.ts +1 -0
- package/core/dx-reporting.component.d.ts +3 -0
- 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 +3 -0
- 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 +3 -0
- package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +3 -0
- package/dx-report-designer/dxrd-preview-settings.component.d.ts +3 -0
- package/dx-report-designer/dxrd-request-options.d.ts +3 -0
- package/dx-report-designer/dxrd-wizard-settings.component.d.ts +3 -0
- 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 +3 -0
- 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 +3 -0
- package/dx-report-viewer/dxrv-mobile-mode-settings.component.d.ts +3 -0
- package/dx-report-viewer/dxrv-progressbar-settings.component.d.ts +3 -0
- 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/dx-reporting.component.js +27 -14
- package/esm2015/dx-report-designer/dx-report-designer.component.js +29 -19
- package/esm2015/dx-report-designer/dx-report-designer.module.js +42 -25
- package/esm2015/dx-report-designer/dxrd-callbacks.js +73 -40
- package/esm2015/dx-report-designer/dxrd-datasource-settings.component.js +17 -12
- package/esm2015/dx-report-designer/dxrd-designer-model-settings.component.js +24 -14
- package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +17 -11
- package/esm2015/dx-report-designer/dxrd-request-options.js +17 -12
- package/esm2015/dx-report-designer/dxrd-wizard-settings.component.js +25 -16
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +47 -26
- 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 +17 -12
- package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +15 -11
- package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +15 -11
- package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +15 -11
- package/esm2015/dx-report-viewer/dxrv-request-options.js +17 -12
- package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +15 -11
- 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 +232 -144
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +215 -140
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular.js +23 -12
- package/fesm2015/devexpress-reporting-angular.js.map +1 -1
- 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
@@ -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,
|
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
|
357
|
-
this.ExitDesigner = new
|
358
|
-
this.ReportSaving = new
|
359
|
-
this.ReportSaved = new
|
360
|
-
this.ReportOpened = new
|
361
|
-
this.ReportOpening = new
|
362
|
-
this.TabChanged = new
|
363
|
-
this.ReportTabClosing = new
|
364
|
-
this.ReportTabClosed = new
|
365
|
-
this.ComponentAdded = new
|
366
|
-
this.CustomizeParameterEditors = new
|
367
|
-
this.CustomizeSaveDialog = new
|
368
|
-
this.CustomizeSaveAsDialog = new
|
369
|
-
this.CustomizeOpenDialog = new
|
370
|
-
this.CustomizeToolbox = new
|
371
|
-
this.CustomizeFieldListActions = new
|
372
|
-
this.CustomizeMenuActions = new
|
373
|
-
this.CustomizeLocalization = new
|
374
|
-
this.BeforeRender = new
|
375
|
-
this.OnServerError = new
|
376
|
-
this.CustomizeWizard = new
|
377
|
-
this.PreviewClick = new
|
378
|
-
this.PreviewCustomizeElements = new
|
379
|
-
this.PreviewCustomizeMenuActions = new
|
380
|
-
this.PreviewEditingFieldChanged = new
|
381
|
-
this.PreviewDocumentReady = new
|
382
|
-
this.PreviewParametersReset = new
|
383
|
-
this.PreviewParametersInitialized = new
|
384
|
-
this.PreviewCustomizeExportOptions = new
|
385
|
-
this.PreviewParametersSubmitted = new
|
386
|
-
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();
|
387
389
|
}
|
388
390
|
return DxReportDesignerCallbacksComponent;
|
389
391
|
}());
|
390
|
-
DxReportDesignerCallbacksComponent
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
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
|
443
|
-
|
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
|
479
|
+
core._inputConverter(core._booleanConverter)
|
455
480
|
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
|
456
481
|
__decorate([
|
457
|
-
core
|
482
|
+
core._inputConverter(core._booleanConverter)
|
458
483
|
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowRemoveDataSource", void 0);
|
459
484
|
__decorate([
|
460
|
-
core
|
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
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
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
|
503
|
-
|
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
|
548
|
+
core._inputConverter(core._booleanConverter)
|
519
549
|
], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
|
520
550
|
__decorate([
|
521
|
-
core
|
551
|
+
core._inputConverter(core._booleanConverter)
|
522
552
|
], DxReportDesignerWizardSettingsComponent.prototype, "enableJsonDataSource", void 0);
|
523
553
|
__decorate([
|
524
|
-
core
|
554
|
+
core._inputConverter(core._booleanConverter)
|
525
555
|
], DxReportDesignerWizardSettingsComponent.prototype, "enableSqlDataSource", void 0);
|
526
556
|
__decorate([
|
527
|
-
core
|
557
|
+
core._inputConverter(core._booleanConverter)
|
528
558
|
], DxReportDesignerWizardSettingsComponent.prototype, "enableObjectDataSource", void 0);
|
529
559
|
__decorate([
|
530
|
-
core
|
560
|
+
core._inputConverter(core._booleanConverter)
|
531
561
|
], DxReportDesignerWizardSettingsComponent.prototype, "enableFederationDataSource", void 0);
|
532
562
|
__decorate([
|
533
|
-
core
|
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
|
552
|
-
|
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
|
605
|
+
core._inputConverter(core._booleanConverter)
|
566
606
|
], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
|
567
607
|
__decorate([
|
568
|
-
core
|
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
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
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
|
637
|
-
DxReportDesignerComponent
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
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
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
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
|