devexpress-reporting-angular 24.1.8-build-24316-0216 → 24.2.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dx-report-viewer/components/reporting/aipanel/aipanel.component.d.ts +14 -0
- package/dx-report-viewer/components/reporting/directives/preview-page-renderer.directive.d.ts +11 -0
- package/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.d.ts +3 -0
- package/dx-report-viewer/components/reporting/reportpreview/page/page.component.d.ts +2 -0
- package/dx-report-viewer/components/reporting/templates.component.d.ts +4 -1
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.d.ts +2 -1
- package/dx-report-viewer/dx-report-viewer.module.d.ts +63 -61
- package/esm2022/all.mjs +6 -7
- package/esm2022/core/dx-reporting.component.mjs +7 -8
- package/esm2022/dx-report-designer/dx-report-designer.component.mjs +7 -8
- package/esm2022/dx-report-designer/dx-report-designer.module.mjs +6 -7
- package/esm2022/dx-report-designer/dxrd-callbacks.mjs +5 -6
- package/esm2022/dx-report-designer/dxrd-datasource-settings.component.mjs +5 -6
- package/esm2022/dx-report-designer/dxrd-designer-model-settings.component.mjs +5 -6
- package/esm2022/dx-report-designer/dxrd-parameter-editing-settings.component.mjs +5 -6
- package/esm2022/dx-report-designer/dxrd-preview-settings.component.mjs +5 -6
- package/esm2022/dx-report-designer/dxrd-request-options.mjs +5 -6
- package/esm2022/dx-report-designer/dxrd-wizard-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/actions/actions.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/designer/designer.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/accordion.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/directives/buttonWithTemplate.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/directives/disposable.directive.base.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/dx-action.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/ellipsisEditor.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/key-down-actions.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/directives/resizable.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/directives/zoom.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.base.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.boolean.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.date.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.numeric.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.textbox.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/properties/popover/popover.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/template/image.template.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/template/lazy.template.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/template/template.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/templates.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/aipanel/aipanel.component.mjs +33 -0
- package/esm2022/dx-report-viewer/components/reporting/directives/auto-fit.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/directives/brick-selection.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/directives/child-styles.directive.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/directives/lazy-images.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/directives/preview-page-renderer.directive.mjs +25 -0
- package/esm2022/dx-report-viewer/components/reporting/directives/to-view.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/document-map/document-map.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/export/export-tool.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.mjs +8 -8
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/dx-editing-field-base.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.mjs +14 -8
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/export-options/export-options.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.mjs +8 -8
- package/esm2022/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/popup-container/popup-container.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/breadcrumbs/breadcrumbs.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/page/page.component.mjs +19 -10
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/search/search.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/templates.component.mjs +47 -42
- package/esm2022/dx-report-viewer/components/reporting/toolbar/export/export.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/toolbar/pager/pager.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.mjs +5 -6
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.mjs +6 -7
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.mjs +7 -8
- package/esm2022/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.mjs +6 -7
- package/esm2022/dx-report-viewer/dx-report-parameters-panel.component.mjs +5 -6
- package/esm2022/dx-report-viewer/dx-report-viewer-base.component.mjs +7 -8
- package/esm2022/dx-report-viewer/dx-report-viewer.component.mjs +7 -8
- package/esm2022/dx-report-viewer/dx-report-viewer.module.mjs +16 -8
- package/esm2022/dx-report-viewer/dxrpp-callbacks.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrpp-request-options.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-callbacks-base.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-callbacks.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-export-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-mobile-mode-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-progressbar-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-remote-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-request-options-base.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-request-options.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-search-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/dxrv-tabpanel-settings.component.mjs +5 -6
- package/esm2022/dx-report-viewer/utils/accessibility-settings.mjs +5 -6
- package/esm2022/dx-report-viewer/utils/templateEngine.mjs +6 -7
- package/fesm2022/devexpress-reporting-angular-core.mjs +6 -6
- package/fesm2022/devexpress-reporting-angular-core.mjs.map +1 -1
- package/fesm2022/devexpress-reporting-angular-dx-report-designer.mjs +31 -31
- package/fesm2022/devexpress-reporting-angular-dx-report-designer.mjs.map +1 -1
- package/fesm2022/devexpress-reporting-angular-dx-report-viewer.mjs +493 -417
- package/fesm2022/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -1
- package/fesm2022/devexpress-reporting-angular.mjs +4 -4
- package/fesm2022/devexpress-reporting-angular.mjs.map +1 -1
- package/package.json +16 -15
@@ -0,0 +1,14 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
2
|
+
import { AIPanelViewModel, IAIPanelViewModel } from 'devexpress-reporting/scopes/reporting-viewer-internal';
|
3
|
+
import { KeyDownEvent } from 'devextreme/ui/text_area_types';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class AIPanelComponent implements OnInit {
|
6
|
+
data: AIPanelViewModel;
|
7
|
+
viewModel: IAIPanelViewModel;
|
8
|
+
ngOnInit(): void;
|
9
|
+
keyDown(event: KeyDownEvent): void;
|
10
|
+
getCopyTemplate(): string;
|
11
|
+
getVisible(): boolean;
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AIPanelComponent, never>;
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AIPanelComponent, "dxv-aipanel", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
14
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { IPreviewImageOptions } from 'devexpress-reporting/viewer/internal/_bindings';
|
2
|
+
import { BaseDisposableDirective } from '../../analytics/directives/disposable.directive.base';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class PreviewPageRendererDirective extends BaseDisposableDirective {
|
5
|
+
set imageData(newVal: IPreviewImageOptions);
|
6
|
+
options: IPreviewImageOptions;
|
7
|
+
eventName: any;
|
8
|
+
InitAndReturnDisposeFunc(element: HTMLElement): () => void;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewPageRendererDirective, never>;
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PreviewPageRendererDirective, "[dxvPreviewPageRenderer]", never, { "imageData": { "alias": "dxvPreviewPageRenderer"; "required": false; }; }, {}, never, never, false, never>;
|
11
|
+
}
|
@@ -1,7 +1,10 @@
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
1
2
|
import { ITextEditingFieldViewModel } from 'devexpress-reporting/viewer/editing/models/textEditingField';
|
2
3
|
import * as i0 from "@angular/core";
|
3
4
|
export declare class TextEditingFieldContainerComponent {
|
4
5
|
data: ITextEditingFieldViewModel;
|
6
|
+
editingFieldElement: ElementRef;
|
7
|
+
ngAfterViewInit(): void;
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextEditingFieldContainerComponent, never>;
|
6
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextEditingFieldContainerComponent, "dxv-editing-field-container", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
7
10
|
}
|
@@ -2,6 +2,8 @@ import { IPreviewPageViewModel } from 'devexpress-reporting/viewer/internal/_pag
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class PageComponent {
|
4
4
|
data: IPreviewPageViewModel;
|
5
|
+
onItemClick(event: any): void;
|
6
|
+
isRtlViewer(): any;
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|
6
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<PageComponent, "dxv-page", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
7
9
|
}
|
@@ -30,7 +30,7 @@ import { IMobilePageViewModel } from 'devexpress-reporting/viewer/mobile/interna
|
|
30
30
|
import { IMobileActionListViewModel, IMobileExportAction } from 'devexpress-reporting/viewer/mobile/utils/_mobileActionList';
|
31
31
|
import { IParametersPopupViewModelBase } from 'devexpress-reporting/viewer/mobile/internal/_parametersPopup.viewModel';
|
32
32
|
import { IMobilePaginatorViewModel, IMobileSearchViewModel } from 'devexpress-reporting/scopes/reporting-viewer-mobile-internal';
|
33
|
-
import { IBreadcrumbViewModel } from 'devexpress-reporting/scopes/reporting-viewer-internal';
|
33
|
+
import { IAIPanelViewModel, IBreadcrumbViewModel } from 'devexpress-reporting/scopes/reporting-viewer-internal';
|
34
34
|
import * as i0 from "@angular/core";
|
35
35
|
export declare class ViewerTemplatesComponent implements AfterViewInit {
|
36
36
|
private _templateEngine;
|
@@ -94,6 +94,9 @@ export declare class ViewerTemplatesComponent implements AfterViewInit {
|
|
94
94
|
search: TemplateRef<{
|
95
95
|
data: ISearchViewModel;
|
96
96
|
}>;
|
97
|
+
aipanel: TemplateRef<{
|
98
|
+
data: IAIPanelViewModel;
|
99
|
+
}>;
|
97
100
|
brick: TemplateRef<{
|
98
101
|
data: IBrickNode;
|
99
102
|
}>;
|
package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, OnDestroy, AfterViewInit } from '@angular/core';
|
2
|
+
import { IEditingFieldModelBase } from 'devexpress-reporting/viewer/editing/editingField';
|
2
3
|
import { IEditingFieldViewModelBase } from 'devexpress-reporting/viewer/editing/models/editingFieldBase';
|
3
4
|
import { IPictureEditorFieldModel, IPictureEditorViewModel, PictureEditorModel } from 'devexpress-reporting/viewer/widgets/pictureEditor/_pictureEditorModel';
|
4
5
|
import * as i0 from "@angular/core";
|
@@ -7,7 +8,7 @@ export declare class PictureEditorComponent implements AfterViewInit, OnDestroy
|
|
7
8
|
private _cd;
|
8
9
|
element: ElementRef;
|
9
10
|
viewModel: IEditingFieldViewModelBase;
|
10
|
-
editingFieldModel: IPictureEditorFieldModel;
|
11
|
+
editingFieldModel: IPictureEditorFieldModel & IEditingFieldModelBase;
|
11
12
|
model: PictureEditorModel;
|
12
13
|
data: IPictureEditorViewModel;
|
13
14
|
popupOptions: {
|
@@ -53,68 +53,70 @@ import * as i51 from "./components/reporting/directives/lazy-images.directive";
|
|
53
53
|
import * as i52 from "./components/reporting/parameterspanel/editor/editor-content/editor-content.component";
|
54
54
|
import * as i53 from "./components/reporting/parameterspanel/editor/group-editor/group-editor.component";
|
55
55
|
import * as i54 from "./components/reporting/search/search.component";
|
56
|
-
import * as i55 from "./components/reporting/
|
57
|
-
import * as i56 from "./components/reporting/
|
58
|
-
import * as i57 from "./components/reporting/editing/text-field/editing-field-
|
59
|
-
import * as i58 from "./components/reporting/editing/text-field/editing-field-
|
60
|
-
import * as i59 from "./components/reporting/editing/text-field/editing-field-
|
61
|
-
import * as i60 from "./components/reporting/editing/text-field/editing-field-
|
62
|
-
import * as i61 from "./components/reporting/editing/
|
63
|
-
import * as i62 from "./components/reporting/editing/
|
64
|
-
import * as i63 from "./components/reporting/editing/check-field/editing-field-
|
65
|
-
import * as i64 from "./components/reporting/editing/
|
66
|
-
import * as i65 from "./components/reporting/editing/image-field/image-editing-field
|
67
|
-
import * as i66 from "./components/reporting/editing/
|
68
|
-
import * as i67 from "./components/reporting/
|
69
|
-
import * as i68 from "./components/reporting/
|
70
|
-
import * as i69 from "./components/reporting/widgets/picture-editor/picture-editor
|
71
|
-
import * as i70 from "./components/reporting/widgets/picture-editor/picture-
|
72
|
-
import * as i71 from "./components/reporting/widgets/picture-editor/picture-editing-
|
73
|
-
import * as i72 from "./components/reporting/widgets/picture-editor/picture-editing-
|
74
|
-
import * as i73 from "./components/reporting/widgets/picture-editor/picture-editing-
|
75
|
-
import * as i74 from "./components/reporting/widgets/picture-editor/
|
76
|
-
import * as i75 from "./components/reporting/widgets/
|
77
|
-
import * as i76 from "./components/reporting/
|
78
|
-
import * as i77 from "./components/reporting/reportpreview/brick/brick
|
79
|
-
import * as i78 from "./components/reporting/
|
80
|
-
import * as i79 from "./components/reporting/
|
81
|
-
import * as i80 from "./components/reporting/directives/
|
82
|
-
import * as i81 from "./components/reporting/directives/
|
83
|
-
import * as i82 from "./components/
|
84
|
-
import * as i83 from "./components/
|
85
|
-
import * as i84 from "./components/
|
86
|
-
import * as i85 from "./components/analytics/directives/
|
87
|
-
import * as i86 from "./components/
|
88
|
-
import * as i87 from "./components/analytics/directives/
|
89
|
-
import * as i88 from "./components/analytics/directives/
|
90
|
-
import * as i89 from "./components/
|
91
|
-
import * as i90 from "./components/analytics/directives/
|
92
|
-
import * as i91 from "./components/reporting/
|
93
|
-
import * as i92 from "./components/
|
94
|
-
import * as i93 from "./components/
|
95
|
-
import * as i94 from "./components/reporting/mobile/
|
96
|
-
import * as i95 from "./components/
|
97
|
-
import * as i96 from "./components/reporting/mobile/
|
98
|
-
import * as i97 from "./components/reporting/mobile/
|
99
|
-
import * as i98 from "./components/reporting/mobile/
|
100
|
-
import * as i99 from "./components/reporting/mobile/
|
101
|
-
import * as i100 from "./components/reporting/mobile/
|
102
|
-
import * as i101 from "./components/reporting/mobile/
|
103
|
-
import * as i102 from "./components/reporting/mobile/parameters/mobile.parameters.
|
104
|
-
import * as i103 from "./components/reporting/mobile/
|
105
|
-
import * as i104 from "./components/reporting/mobile/
|
106
|
-
import * as i105 from "./components/reporting/
|
107
|
-
import * as i106 from "./components/reporting/mobile/
|
108
|
-
import * as i107 from "./components/reporting/
|
109
|
-
import * as i108 from "./components/
|
110
|
-
import * as i109 from "./components/reporting/
|
111
|
-
import * as i110 from "./
|
112
|
-
import * as i111 from "./
|
113
|
-
import * as i112 from "./
|
114
|
-
import * as i113 from "
|
115
|
-
import * as i114 from "
|
56
|
+
import * as i55 from "./components/reporting/aipanel/aipanel.component";
|
57
|
+
import * as i56 from "./components/reporting/document-map/document-map.component";
|
58
|
+
import * as i57 from "./components/reporting/editing/text-field/editing-field-text.component";
|
59
|
+
import * as i58 from "./components/reporting/editing/text-field/editing-field-mask.component";
|
60
|
+
import * as i59 from "./components/reporting/editing/text-field/editing-field-number.component";
|
61
|
+
import * as i60 from "./components/reporting/editing/text-field/editing-field-datetime.component";
|
62
|
+
import * as i61 from "./components/reporting/editing/text-field/editing-field-container.component";
|
63
|
+
import * as i62 from "./components/reporting/editing/character-comb/editing-field-character-comb.component";
|
64
|
+
import * as i63 from "./components/reporting/editing/check-field/editing-field-checkbox.component";
|
65
|
+
import * as i64 from "./components/reporting/editing/check-field/editing-field-radio.component";
|
66
|
+
import * as i65 from "./components/reporting/editing/image-field/image-editing-field.component";
|
67
|
+
import * as i66 from "./components/reporting/editing/image-field/image-editing-field-editor.component";
|
68
|
+
import * as i67 from "./components/reporting/editing/popup-image-field/popup-image-editing-field.component";
|
69
|
+
import * as i68 from "./components/reporting/reportpreview/progress-bar/progress-bar.component";
|
70
|
+
import * as i69 from "./components/reporting/widgets/picture-editor/picture-editor.component";
|
71
|
+
import * as i70 from "./components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component";
|
72
|
+
import * as i71 from "./components/reporting/widgets/picture-editor/picture-editing-brush-options.component";
|
73
|
+
import * as i72 from "./components/reporting/widgets/picture-editor/picture-editing-size-options.component";
|
74
|
+
import * as i73 from "./components/reporting/widgets/picture-editor/picture-editing-imagespicker.component";
|
75
|
+
import * as i74 from "./components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component";
|
76
|
+
import * as i75 from "./components/reporting/widgets/picture-editor/painter.component";
|
77
|
+
import * as i76 from "./components/reporting/widgets/signature/signature-editor.component";
|
78
|
+
import * as i77 from "./components/reporting/reportpreview/brick/brick.component";
|
79
|
+
import * as i78 from "./components/reporting/reportpreview/brick/brick-clickable.component";
|
80
|
+
import * as i79 from "./components/reporting/editing/export/export-tool.component";
|
81
|
+
import * as i80 from "./components/reporting/directives/auto-fit.directive";
|
82
|
+
import * as i81 from "./components/reporting/directives/preview-page-renderer.directive";
|
83
|
+
import * as i82 from "./components/reporting/directives/to-view.directive";
|
84
|
+
import * as i83 from "./components/reporting/directives/brick-selection.directive";
|
85
|
+
import * as i84 from "./components/analytics/directives/resizable.directive";
|
86
|
+
import * as i85 from "./components/analytics/directives/zoom.directive";
|
87
|
+
import * as i86 from "./components/reporting/directives/child-styles.directive";
|
88
|
+
import * as i87 from "./components/analytics/directives/searchHighlighting.directive";
|
89
|
+
import * as i88 from "./components/analytics/directives/accordion.directive";
|
90
|
+
import * as i89 from "./components/analytics/directives/ellipsisEditor.directive";
|
91
|
+
import * as i90 from "./components/analytics/directives/buttonWithTemplate.directive";
|
92
|
+
import * as i91 from "./components/reporting/editing/check-field/editing-field-checkbox-glyph.component";
|
93
|
+
import * as i92 from "./components/analytics/directives/dx-mutation-observer.directive";
|
94
|
+
import * as i93 from "./components/reporting/mobile/directives/mobile.searchBar.directive";
|
95
|
+
import * as i94 from "./components/reporting/mobile/directives/mobile.paginator.directive";
|
96
|
+
import * as i95 from "./components/analytics/template/lazy.template.component";
|
97
|
+
import * as i96 from "./components/reporting/mobile/surface/mobile.surface.component";
|
98
|
+
import * as i97 from "./components/reporting/mobile/directives/mobile.slide.directive";
|
99
|
+
import * as i98 from "./components/reporting/mobile/directives/mobile.zoom.directive";
|
100
|
+
import * as i99 from "./components/reporting/mobile/gallery/mobile.gallery.component";
|
101
|
+
import * as i100 from "./components/reporting/mobile/page/mobile.page.component";
|
102
|
+
import * as i101 from "./components/reporting/mobile/actions/mobile.actions.component";
|
103
|
+
import * as i102 from "./components/reporting/mobile/parameters/mobile.parameters.popup.component";
|
104
|
+
import * as i103 from "./components/reporting/mobile/parameters/mobile.parameters.component";
|
105
|
+
import * as i104 from "./components/reporting/mobile/parameters/mobile.parameters.daterange.component";
|
106
|
+
import * as i105 from "./components/reporting/mobile/actions/mobile.actions.export.component";
|
107
|
+
import * as i106 from "./components/reporting/mobile/search/mobile.search.component";
|
108
|
+
import * as i107 from "./components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component";
|
109
|
+
import * as i108 from "./components/reporting/mobile/directives/mobile.autofit.directive";
|
110
|
+
import * as i109 from "./components/reporting/mobile/pages/pages/mobile.pages.component";
|
111
|
+
import * as i110 from "./components/analytics/directives/key-down-actions.directive";
|
112
|
+
import * as i111 from "./components/reporting/reportpreview/breadcrumbs/breadcrumbs.component";
|
113
|
+
import * as i112 from "./dx-report-parameters-panel.component";
|
114
|
+
import * as i113 from "./dxrpp-callbacks";
|
115
|
+
import * as i114 from "./dxrpp-request-options";
|
116
|
+
import * as i115 from "@angular/common";
|
117
|
+
import * as i116 from "devextreme-angular";
|
116
118
|
export declare class DxReportViewerModule {
|
117
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerModule, never>;
|
118
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DxReportViewerModule, [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent, typeof i10.TabpanelComponent, typeof i11.PopoverComponent, typeof i12.PropertygridComponent, typeof i13.TreelistComponent, typeof i14.TreeListGroupComponent, typeof i15.TreeListItemComponent, typeof i16.TreeListHeaderItemComponent, typeof i17.TreeListItemTextComponent, typeof i18.TreeListHeaderItemCaptionContentComponent, typeof i19.DateEditorComponent, typeof i20.CollectionEditorComponent, typeof i21.ParameterspanelComponent, typeof i22.TemplatesComponent, typeof i23.ActionsComponent, typeof i24.ImageTemplateComponent, typeof i25.TemplateComponent, typeof i26.PagerComponent, typeof i27.ZoomComponent, typeof i28.EditorComponentBase, typeof i29.ExportComponent, typeof i30.ViewerTemplatesComponent, typeof i31.ToolbarContentComponent, typeof i32.EditorComponent, typeof i33.MultiValueComponent, typeof i34.TextBoxEditorComponent, typeof i35.SelectBoxComponent, typeof i36.BoolSelectComponent, typeof i37.ExportOptionsComponent, typeof i38.ObjectEditorComponent, typeof i39.BooleanEditorComponent, typeof i40.LocalizedSelectBoxComponent, typeof i41.NumericEditorComponent, typeof i42.ColorPickerComponent, typeof i43.DxActionDirective, typeof i44.MultiValueEditableComponent, typeof i45.DesignerComponent, typeof i46.DateRangeComponent, typeof i47.PopupContainerComponent, typeof i48.CalendarComponent, typeof i49.SurfaceComponent, typeof i50.PageComponent, typeof i51.LazyImagesDirective, typeof i52.EditorContentComponent, typeof i53.GroupEditorComponent, typeof i54.SearchComponent, typeof i55.
|
120
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DxReportViewerModule, [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent, typeof i10.TabpanelComponent, typeof i11.PopoverComponent, typeof i12.PropertygridComponent, typeof i13.TreelistComponent, typeof i14.TreeListGroupComponent, typeof i15.TreeListItemComponent, typeof i16.TreeListHeaderItemComponent, typeof i17.TreeListItemTextComponent, typeof i18.TreeListHeaderItemCaptionContentComponent, typeof i19.DateEditorComponent, typeof i20.CollectionEditorComponent, typeof i21.ParameterspanelComponent, typeof i22.TemplatesComponent, typeof i23.ActionsComponent, typeof i24.ImageTemplateComponent, typeof i25.TemplateComponent, typeof i26.PagerComponent, typeof i27.ZoomComponent, typeof i28.EditorComponentBase, typeof i29.ExportComponent, typeof i30.ViewerTemplatesComponent, typeof i31.ToolbarContentComponent, typeof i32.EditorComponent, typeof i33.MultiValueComponent, typeof i34.TextBoxEditorComponent, typeof i35.SelectBoxComponent, typeof i36.BoolSelectComponent, typeof i37.ExportOptionsComponent, typeof i38.ObjectEditorComponent, typeof i39.BooleanEditorComponent, typeof i40.LocalizedSelectBoxComponent, typeof i41.NumericEditorComponent, typeof i42.ColorPickerComponent, typeof i43.DxActionDirective, typeof i44.MultiValueEditableComponent, typeof i45.DesignerComponent, typeof i46.DateRangeComponent, typeof i47.PopupContainerComponent, typeof i48.CalendarComponent, typeof i49.SurfaceComponent, typeof i50.PageComponent, typeof i51.LazyImagesDirective, typeof i52.EditorContentComponent, typeof i53.GroupEditorComponent, typeof i54.SearchComponent, typeof i55.AIPanelComponent, typeof i56.DocumentMapComponent, typeof i57.TextEditingFieldComponent, typeof i58.TextEditingFieldMaskComponent, typeof i59.TextEditingFieldNumberComponent, typeof i60.TextEditingFieldDateBoxComponent, typeof i61.TextEditingFieldContainerComponent, typeof i62.CharacterCombEditingFieldComponent, typeof i63.CheckEditingFieldComponent, typeof i64.RadioEditingFieldComponent, typeof i65.ImageEditingFieldComponent, typeof i66.ImageEditingFieldEditorComponent, typeof i67.PopupImageEditingFieldComponent, typeof i68.ProgressBarComponent, typeof i69.PictureEditorComponent, typeof i70.PictureEditorToolBarPopupComponent, typeof i71.PictureEditorBrushOptionsComponent, typeof i72.PictureEditorSizeOptionsComponent, typeof i73.PictureEditorImagespickerComponent, typeof i74.PictureEditorImagespickerWithFilterComponent, typeof i75.PainterComponent, typeof i76.SignatureEditorComponent, typeof i77.BrickComponent, typeof i78.BrickClickableComponent, typeof i79.ExportToolComponent, typeof i80.AutoFitDirective, typeof i81.PreviewPageRendererDirective, typeof i82.ToViewDirective, typeof i83.BrickSelectionDirective, typeof i84.ResizableDirective, typeof i85.ZoomDirective, typeof i86.ChildStyleDirective, typeof i87.SearchHighlightingDirective, typeof i88.AccordionDirective, typeof i89.EllipsisEditorDirective, typeof i90.ButtonWithTemplateDirective, typeof i91.EditingFieldCheckboxGlyphComponent, typeof i92.DxMutationObserverDirective, typeof i93.MobileSearchBarDirective, typeof i94.MobilePaginatorDirective, typeof i95.LazyTemplateComponent, typeof i96.MobileSurfaceComponent, typeof i97.MobileSlideDirective, typeof i98.MobileZoomDirective, typeof i99.MobileGalleryComponent, typeof i100.MobilePageComponent, typeof i101.MobileActionsComponent, typeof i102.MobileParametersPopupComponent, typeof i103.MobileParametersComponent, typeof i104.MobileParametersDateRangeComponent, typeof i105.MobileActionsExportComponent, typeof i106.MobileSearchComponent, typeof i107.DateRangeMobileComponent, typeof i108.MobileAutofitDirective, typeof i109.MobilePaginatorComponent, typeof i110.KeyDownActionsDirective, typeof i111.BreadcrumbsComponent, typeof i112.DxReportParametersPanelComponent, typeof i113.DxReportParametersPanelCallbacksComponent, typeof i114.DxReportParametersPanelRequestOptionsComponent], [typeof i115.CommonModule, typeof i116.DxButtonModule, typeof i116.DxTextAreaModule, typeof i116.DxLoadIndicatorModule, typeof i116.DxScrollViewModule, typeof i116.DxSelectBoxModule, typeof i116.DxMenuModule, typeof i116.DxTagBoxModule, typeof i116.DxTextBoxModule, typeof i116.DxValidatorModule, typeof i116.DxDateBoxModule, typeof i116.DxCheckBoxModule, typeof i116.DxNumberBoxModule, typeof i116.DxColorBoxModule, typeof i116.DxPopupModule, typeof i116.DxPopoverModule, typeof i116.DxSliderModule, typeof i116.DxCalendarModule, typeof i116.DxListModule, typeof i116.DxGalleryModule], [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent, typeof i112.DxReportParametersPanelComponent, typeof i113.DxReportParametersPanelCallbacksComponent, typeof i114.DxReportParametersPanelRequestOptionsComponent]>;
|
119
121
|
static ɵinj: i0.ɵɵInjectorDeclaration<DxReportViewerModule>;
|
120
122
|
}
|
package/esm2022/all.mjs
CHANGED
@@ -2,17 +2,16 @@ import { NgModule } from '@angular/core';
|
|
2
2
|
import { DxReportViewerModule } from 'devexpress-reporting-angular/dx-report-viewer';
|
3
3
|
import { DxReportDesignerModule } from 'devexpress-reporting-angular/dx-report-designer';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
class DevexpressReportingModule {
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
5
|
+
export class DevexpressReportingModule {
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DevexpressReportingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DevexpressReportingModule, imports: [DxReportViewerModule,
|
8
8
|
DxReportDesignerModule], exports: [DxReportViewerModule,
|
9
9
|
DxReportDesignerModule] });
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DevexpressReportingModule, imports: [DxReportViewerModule,
|
11
11
|
DxReportDesignerModule, DxReportViewerModule,
|
12
12
|
DxReportDesignerModule] });
|
13
13
|
}
|
14
|
-
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DevexpressReportingModule, decorators: [{
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DevexpressReportingModule, decorators: [{
|
16
15
|
type: NgModule,
|
17
16
|
args: [{
|
18
17
|
imports: [
|
@@ -25,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
25
24
|
]
|
26
25
|
}]
|
27
26
|
}] });
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saURBQWlELENBQUM7O0FBWXpGLE1BQU0sT0FBTyx5QkFBeUI7d0dBQXpCLHlCQUF5Qjt5R0FBekIseUJBQXlCLFlBUjlCLG9CQUFvQjtZQUNwQixzQkFBc0IsYUFHdEIsb0JBQW9CO1lBQ3BCLHNCQUFzQjt5R0FHakIseUJBQXlCLFlBUjlCLG9CQUFvQjtZQUNwQixzQkFBc0IsRUFHdEIsb0JBQW9CO1lBQ3BCLHNCQUFzQjs7NEZBR2pCLHlCQUF5QjtrQkFWckMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsb0JBQW9CO3dCQUNwQixzQkFBc0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxvQkFBb0I7d0JBQ3BCLHNCQUFzQjtxQkFDekI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnRWaWV3ZXJNb2R1bGUgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXInO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lck1vZHVsZSB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LWRlc2lnbmVyJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZXZleHByZXNzUmVwb3J0aW5nTW9kdWxlIHsgfSJdfQ==
|
@@ -3,7 +3,7 @@ import { ViewChild, Input, Inject, PLATFORM_ID, Component } from '@angular/core'
|
|
3
3
|
import { isPlatformBrowser } from '@angular/common';
|
4
4
|
import { _booleanConverter, _inputConverter } from './_input-converters';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
-
class DxReportingComponent {
|
6
|
+
export class DxReportingComponent {
|
7
7
|
renderer;
|
8
8
|
platformId;
|
9
9
|
_binding;
|
@@ -37,22 +37,21 @@ class DxReportingComponent {
|
|
37
37
|
width = '100%';
|
38
38
|
cssClass = '';
|
39
39
|
developmentMode;
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportingComponent, deps: [{ token: i0.Renderer2 }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component });
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: DxReportingComponent, selector: "ng-component", inputs: { height: "height", width: "width", cssClass: "cssClass", developmentMode: "developmentMode" }, viewQueries: [{ propertyName: "control", first: true, predicate: ["control"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
42
42
|
}
|
43
43
|
__decorate([
|
44
44
|
_inputConverter(_booleanConverter)
|
45
45
|
], DxReportingComponent.prototype, "developmentMode", void 0);
|
46
|
-
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DxReportingComponent, decorators: [{
|
46
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportingComponent, decorators: [{
|
48
47
|
type: Component,
|
49
48
|
args: [{
|
50
49
|
template: ''
|
51
50
|
}]
|
52
|
-
}], ctorParameters:
|
51
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: Object, decorators: [{
|
53
52
|
type: Inject,
|
54
53
|
args: [PLATFORM_ID]
|
55
|
-
}] }]
|
54
|
+
}] }], propDecorators: { control: [{
|
56
55
|
type: ViewChild,
|
57
56
|
args: ['control']
|
58
57
|
}], height: [{
|
@@ -64,4 +63,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
64
63
|
}], developmentMode: [{
|
65
64
|
type: Input
|
66
65
|
}] } });
|
67
|
-
//# sourceMappingURL=data:application/json;base64,
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0aW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2NvcmUvZHgtcmVwb3J0aW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUF3QyxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxXQUFXLEVBQWEsU0FBUyxFQUFnQixNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBTXpFLE1BQU0sT0FBZ0Isb0JBQW9CO0lBT3BCO0lBQWtEO0lBTjVELFFBQVEsQ0FBQztJQUNuQixhQUFhLENBQU07SUFDbkIsU0FBUyxDQUF1QztJQUVoRCxPQUFPLENBQWE7SUFFcEIsWUFBb0IsUUFBbUIsRUFBK0IsVUFBa0I7UUFBcEUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUErQixlQUFVLEdBQVYsVUFBVSxDQUFRO0lBQUksQ0FBQztJQUs3RixlQUFlO1FBQ1gsSUFBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUU7WUFDbkMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDckMsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7WUFDekMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1lBQzNDLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDMUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQztTQUMzRDtJQUNMLENBQUM7SUFDRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDckIsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7UUFDMUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7UUFDdEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7SUFDeEIsQ0FBQztJQUVELGNBQWM7UUFDVixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUM7UUFDdkIsT0FBTyxDQUFDLFNBQVMsRUFBRSxJQUFLLEVBQUUsRUFBRSxDQUFDLFNBQVMsQ0FBQyxTQUFTLElBQUksU0FBUyxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsSUFBSSxTQUFTLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLE1BQU0sRUFBRSxTQUFTLENBQUMsYUFBYSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLFNBQVMsRUFBRSxDQUFDLENBQUM7SUFDck0sQ0FBQztJQUVRLE1BQU0sR0FBVyxPQUFPLENBQUM7SUFDekIsS0FBSyxHQUFXLE1BQU0sQ0FBQztJQUN2QixRQUFRLEdBQVcsRUFBRSxDQUFDO0lBSS9CLGVBQWUsQ0FBVTt3R0F2Q0wsb0JBQW9CLDJDQU9TLFdBQVc7NEZBUHhDLG9CQUFvQixnUUFGNUIsRUFBRTs7QUF5Q2Q7SUFEQyxlQUFlLENBQUMsaUJBQWlCLENBQUM7NkRBQ1Y7NEZBdkNMLG9CQUFvQjtrQkFIekMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsRUFBRTtpQkFDZjs7MEJBUTJDLE1BQU07MkJBQUMsV0FBVzt5Q0FGNUQsT0FBTztzQkFETixTQUFTO3VCQUFDLFNBQVM7Z0JBNkJYLE1BQU07c0JBQWQsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFJTixlQUFlO3NCQUZkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBSZW5kZXJlcjIsIEVsZW1lbnRSZWYsIFZpZXdDaGlsZCwgSW5wdXQsIEluamVjdCwgUExBVEZPUk1fSUQsIE9uRGVzdHJveSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IF9ib29sZWFuQ29udmVydGVyLCBfaW5wdXRDb252ZXJ0ZXIgfSBmcm9tICcuL19pbnB1dC1jb252ZXJ0ZXJzJztcbmltcG9ydCB7IElKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbk9wdGlvbnMgfSBmcm9tICdAZGV2ZXhwcmVzcy9hbmFseXRpY3MtY29yZS9jb3JlL2JpbmRpbmcvX2pzRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucyc7XG5pbXBvcnQgeyBKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbiB9IGZyb20gJ0BkZXZleHByZXNzL2FuYWx5dGljcy1jb3JlL2FuYWx5dGljcy1pbnRlcm5hbC1uYXRpdmUnO1xuQENvbXBvbmVudCh7XG4gICAgdGVtcGxhdGU6ICcnXG59KVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIER4UmVwb3J0aW5nQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcbiAgcHJvdGVjdGVkIF9iaW5kaW5nO1xuICBiaW5kaW5nU2VuZGVyOiBhbnk7XG4gIGNhbGxiYWNrczogeyBba2V5OiBzdHJpbmddOiBFdmVudEVtaXR0ZXI8YW55PiB9O1xuICBAVmlld0NoaWxkKCdjb250cm9sJylcbiAgY29udHJvbDogRWxlbWVudFJlZjtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsIEBJbmplY3QoUExBVEZPUk1fSUQpIHByaXZhdGUgcGxhdGZvcm1JZDogT2JqZWN0KSB7IH1cbiAgYWJzdHJhY3QgZ2V0Q29udHJvbE9wdGlvbnMoKTogSUpTRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucztcbiAgYWJzdHJhY3QgZ2V0Q2FsbGJhY2tzKCk6IHsgW2tleTogc3RyaW5nXTogRXZlbnRFbWl0dGVyPGFueT4gfTtcbiAgYWJzdHJhY3QgZ2V0S29CaW5kaW5nKG9wdGlvbnM6IElKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbk9wdGlvbnMpOiBKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbjx1bmtub3duLCBJSlNEZXNpZ25lckJpbmRpbmdDb21tb25PcHRpb25zPjtcblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICBpZihpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICAgICAgdGhpcy5jYWxsYmFja3MgPSB0aGlzLmdldENhbGxiYWNrcygpO1xuICAgICAgICAgIGNvbnN0IG9wdGlvbnMgPSB0aGlzLmdldENvbnRyb2xPcHRpb25zKCk7XG4gICAgICAgICAgdGhpcy5fYmluZGluZyA9IHRoaXMuZ2V0S29CaW5kaW5nKG9wdGlvbnMpO1xuICAgICAgICAgIHRoaXMuYmluZGluZ1NlbmRlciA9IHRoaXMuX2JpbmRpbmcuc2VuZGVyO1xuICAgICAgICAgIHRoaXMuX2JpbmRpbmcuYXBwbHlCaW5kaW5ncyh0aGlzLmNvbnRyb2wubmF0aXZlRWxlbWVudCk7XG4gICAgICB9XG4gIH1cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICB0aGlzLl9iaW5kaW5nID0gbnVsbDtcbiAgICAgIHRoaXMuYmluZGluZ1NlbmRlciA9IG51bGw7XG4gICAgICB0aGlzLmNhbGxiYWNrcyA9IG51bGw7XG4gICAgICB0aGlzLmNvbnRyb2wgPSBudWxsO1xuICB9XG5cbiAgZ2V0RXZlbnRSYWlzZXIoKTogKGV2ZW50TmFtZTogc3RyaW5nLCBhcmdzPzogYW55KSA9PiB2b2lkIHtcbiAgICAgIGNvbnN0IGNvbXBvbmVudCA9IHRoaXM7XG4gICAgICByZXR1cm4gKGV2ZW50TmFtZSwgYXJncz8pID0+IGNvbXBvbmVudC5jYWxsYmFja3MgJiYgY29tcG9uZW50LmNhbGxiYWNrc1tldmVudE5hbWVdICYmIGNvbXBvbmVudC5jYWxsYmFja3NbZXZlbnROYW1lXS5lbWl0KHsgc2VuZGVyOiBjb21wb25lbnQuYmluZGluZ1NlbmRlciwgYXJnczogYXJncywgY29tcG9uZW50OiBjb21wb25lbnQgfSk7XG4gIH1cblxuICBASW5wdXQoKSBoZWlnaHQ6IHN0cmluZyA9ICc4MDBweCc7XG4gIEBJbnB1dCgpIHdpZHRoOiBzdHJpbmcgPSAnMTAwJSc7XG4gIEBJbnB1dCgpIGNzc0NsYXNzOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICBkZXZlbG9wbWVudE1vZGU6IGJvb2xlYW47XG59XG4iXX0=
|
@@ -7,7 +7,7 @@ import { DxReportDesignerModelSettingsComponent } from './dxrd-designer-model-se
|
|
7
7
|
import { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
import * as i1 from "@angular/common";
|
10
|
-
class DxReportDesignerComponent extends DxReportingComponent {
|
10
|
+
export class DxReportDesignerComponent extends DxReportingComponent {
|
11
11
|
koReportUrl = ko.observable();
|
12
12
|
bindingSender;
|
13
13
|
requestOptions;
|
@@ -51,17 +51,16 @@ class DxReportDesignerComponent extends DxReportingComponent {
|
|
51
51
|
set reportUrl(reportUrl) {
|
52
52
|
this.koReportUrl(reportUrl);
|
53
53
|
}
|
54
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
55
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
54
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerComponent, deps: [{ token: i0.Renderer2 }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component });
|
55
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0.ViewEncapsulation.None });
|
56
56
|
}
|
57
|
-
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DxReportDesignerComponent, decorators: [{
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerComponent, decorators: [{
|
59
58
|
type: Component,
|
60
59
|
args: [{ selector: 'dx-report-designer', encapsulation: ViewEncapsulation.None, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>" }]
|
61
|
-
}], ctorParameters:
|
60
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: Object, decorators: [{
|
62
61
|
type: Inject,
|
63
62
|
args: [PLATFORM_ID]
|
64
|
-
}] }]
|
63
|
+
}] }], propDecorators: { requestOptions: [{
|
65
64
|
type: ContentChild,
|
66
65
|
args: [DxReportDesignerRequestOptionsComponent]
|
67
66
|
}], callbacksComponent: [{
|
@@ -73,4 +72,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
73
72
|
}], reportUrl: [{
|
74
73
|
type: Input
|
75
74
|
}] } });
|
76
|
-
//# sourceMappingURL=data:application/json;base64,
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vZHgtcmVwb3J0LWRlc2lnbmVyL2R4LXJlcG9ydC1kZXNpZ25lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBYSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsSCxPQUFPLEVBQXdFLHVCQUF1QixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDdkosT0FBTyxLQUFLLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFL0IsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFekUsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDdEUsT0FBTyxFQUFFLHNDQUFzQyxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDbEcsT0FBTyxFQUFFLHVDQUF1QyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7OztBQVNqRixNQUFNLE9BQU8seUJBQTBCLFNBQVEsb0JBQW9CO0lBQ2pFLFdBQVcsR0FBRyxFQUFFLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDdEIsYUFBYSxDQUFtQjtJQUd4QyxjQUFjLENBQTBDO0lBR3hELGtCQUFrQixDQUFxQztJQUd2RCxxQkFBcUIsQ0FBeUM7SUFFOUQsWUFBWSxRQUFtQixFQUF1QixVQUFrQjtRQUNwRSxLQUFLLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFDRCxZQUFZO1FBQ1IsT0FBTyxJQUFJLENBQUMsa0JBQWtCLENBQUM7SUFDbkMsQ0FBQztJQUNELFlBQVksQ0FBQyxPQUErQjtRQUN4QyxPQUFPLElBQUksdUJBQXVCLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFDO0lBQ3ZFLENBQUM7SUFDRCxpQkFBaUI7UUFDYixPQUFPO1lBQ0gsZUFBZSxFQUFFLElBQUksQ0FBQyxlQUFlO1lBQ3JDLFNBQVMsRUFBRSxJQUFJLENBQUMsV0FBVztZQUMzQixjQUFjLEVBQUUsSUFBSSxDQUFDLGNBQWM7WUFDbkMscUJBQXFCLEVBQUUsSUFBSSxDQUFDLHFCQUFxQixFQUFFLHVCQUF1QixFQUFFO1lBQzVFLFNBQVMsRUFBRSxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUUsT0FBTyxFQUFFLEVBQUUsRUFBRTtTQUMzQyxDQUFDO0lBQ04sQ0FBQztJQUNELFdBQVc7UUFDUCxFQUFFLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDekMsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDO1FBQzNCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUM7UUFDL0IsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFDeEIsSUFBSSxDQUFDLHFCQUFxQixHQUFHLElBQUksQ0FBQztJQUN0QyxDQUFDO0lBRUQsZ0JBQWdCO1FBQ1osT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVELGVBQWU7UUFDWCxPQUFPLElBQUksQ0FBQyxhQUFhLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDaEQsQ0FBQztJQUVELElBQ0ksU0FBUztRQUNULE9BQU8sSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFDRCxJQUFJLFNBQVMsQ0FBQyxTQUFpQjtRQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQ2hDLENBQUM7d0dBdERVLHlCQUF5QiwyQ0FhSyxXQUFXOzRGQWJ6Qyx5QkFBeUIsMElBSXRCLHVDQUF1QyxxRkFHdkMsa0NBQWtDLHdGQUdsQyxzQ0FBc0MsdUVDM0J0RCxzSkFFTTs7NEZEZU8seUJBQXlCO2tCQU5yQyxTQUFTOytCQUNJLG9CQUFvQixpQkFDZixpQkFBaUIsQ0FBQyxJQUFJOzswQkFpQkwsTUFBTTsyQkFBQyxXQUFXO3lDQVJwRCxjQUFjO3NCQURiLFlBQVk7dUJBQUMsdUNBQXVDO2dCQUlyRCxrQkFBa0I7c0JBRGpCLFlBQVk7dUJBQUMsa0NBQWtDO2dCQUloRCxxQkFBcUI7c0JBRHBCLFlBQVk7dUJBQUMsc0NBQXNDO2dCQXVDaEQsU0FBUztzQkFEWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDb250ZW50Q2hpbGQsIEluamVjdCwgSW5wdXQsIFBMQVRGT1JNX0lELCBSZW5kZXJlcjIsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJUmVwb3J0RGVzaWduZXJPcHRpb25zLCBJUmVwb3J0RGVzaWduZXJSb290Q29udGV4dCwgSlNSZXBvcnREZXNpZ25lciwgSlNSZXBvcnREZXNpZ25lckJpbmRpbmcgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy9keC1yZXBvcnRkZXNpZ25lcic7XG5pbXBvcnQgKiBhcyBrbyBmcm9tICdrbm9ja291dCc7XG5cbmltcG9ydCB7IER4UmVwb3J0aW5nQ29tcG9uZW50IH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1jYWxsYmFja3MnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtZGVzaWduZXItbW9kZWwtc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1yZXF1ZXN0LW9wdGlvbnMnO1xuaW1wb3J0IHsgUHJldmlld01vZGVsIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmcvc2NvcGVzL3JlcG9ydGluZy12aWV3ZXItaW50ZXJuYWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2R4LXJlcG9ydC1kZXNpZ25lcicsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFtdXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQgZXh0ZW5kcyBEeFJlcG9ydGluZ0NvbXBvbmVudCB7XG4gIGtvUmVwb3J0VXJsID0ga28ub2JzZXJ2YWJsZSgpO1xuICBkZWNsYXJlIGJpbmRpbmdTZW5kZXI6IEpTUmVwb3J0RGVzaWduZXI7XG5cbiAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQpXG4gIHJlcXVlc3RPcHRpb25zOiBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQ7XG5cbiAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50KVxuICBjYWxsYmFja3NDb21wb25lbnQ6IER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQ7XG5cbiAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudClcbiAgZGVzaWduZXJNb2RlbFNldHRpbmdzOiBEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudDtcblxuICBjb25zdHJ1Y3RvcihyZW5kZXJlcjogUmVuZGVyZXIyLCBASW5qZWN0KFBMQVRGT1JNX0lEKSBwbGF0Zm9ybUlkOiBPYmplY3QpIHtcbiAgICAgIHN1cGVyKHJlbmRlcmVyLCBwbGF0Zm9ybUlkKTtcbiAgfVxuICBnZXRDYWxsYmFja3MoKTogRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCB7XG4gICAgICByZXR1cm4gdGhpcy5jYWxsYmFja3NDb21wb25lbnQ7XG4gIH1cbiAgZ2V0S29CaW5kaW5nKG9wdGlvbnM6IElSZXBvcnREZXNpZ25lck9wdGlvbnMpOiBKU1JlcG9ydERlc2lnbmVyQmluZGluZyB7XG4gICAgICByZXR1cm4gbmV3IEpTUmVwb3J0RGVzaWduZXJCaW5kaW5nKG9wdGlvbnMsIHRoaXMuZ2V0RXZlbnRSYWlzZXIoKSk7XG4gIH1cbiAgZ2V0Q29udHJvbE9wdGlvbnMoKTogSVJlcG9ydERlc2lnbmVyT3B0aW9ucyB7XG4gICAgICByZXR1cm4ge1xuICAgICAgICAgIGRldmVsb3BtZW50TW9kZTogdGhpcy5kZXZlbG9wbWVudE1vZGUsXG4gICAgICAgICAgcmVwb3J0VXJsOiB0aGlzLmtvUmVwb3J0VXJsLFxuICAgICAgICAgIHJlcXVlc3RPcHRpb25zOiB0aGlzLnJlcXVlc3RPcHRpb25zLFxuICAgICAgICAgIGRlc2lnbmVyTW9kZWxTZXR0aW5nczogdGhpcy5kZXNpZ25lck1vZGVsU2V0dGluZ3M/LmdldFNlcmlhbGl6YWJsZVNldHRpbmdzKCksXG4gICAgICAgICAgY2FsbGJhY2tzOiB7IGRlc2lnbmVyOiB7fSwgcHJldmlldzoge30gfVxuICAgICAgfTtcbiAgfVxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgIGtvLmNsZWFuTm9kZSh0aGlzLmNvbnRyb2wubmF0aXZlRWxlbWVudCk7XG4gICAgICBzdXBlci5uZ09uRGVzdHJveSgpO1xuICAgICAgdGhpcy5yZXF1ZXN0T3B0aW9ucyA9IG51bGw7XG4gICAgICB0aGlzLmNhbGxiYWNrc0NvbXBvbmVudCA9IG51bGw7XG4gICAgICB0aGlzLmtvUmVwb3J0VXJsID0gbnVsbDtcbiAgICAgIHRoaXMuZGVzaWduZXJNb2RlbFNldHRpbmdzID0gbnVsbDtcbiAgfVxuXG4gIEdldERlc2lnbmVyTW9kZWwoKTogSVJlcG9ydERlc2lnbmVyUm9vdENvbnRleHQge1xuICAgICAgcmV0dXJuIHRoaXMuYmluZGluZ1NlbmRlci5HZXREZXNpZ25lck1vZGVsKCk7XG4gIH1cblxuICBHZXRQcmV2aWV3TW9kZWwoKTogUHJldmlld01vZGVsIHtcbiAgICAgIHJldHVybiB0aGlzLmJpbmRpbmdTZW5kZXIuR2V0UHJldmlld01vZGVsKCk7XG4gIH1cblxuICBASW5wdXQoKVxuICBnZXQgcmVwb3J0VXJsKCk6IHN0cmluZyB7XG4gICAgICByZXR1cm4gdGhpcy5rb1JlcG9ydFVybCgpO1xuICB9XG4gIHNldCByZXBvcnRVcmwocmVwb3J0VXJsOiBzdHJpbmcpIHtcbiAgICAgIHRoaXMua29SZXBvcnRVcmwocmVwb3J0VXJsKTtcbiAgfVxufVxuIiwiPGRpdiAjY29udHJvbCBbbmdDbGFzc109XCJjc3NDbGFzc1wiIFtuZ1N0eWxlXT1cInsnd2lkdGgnOiB3aWR0aCwgJ2hlaWdodCc6IGhlaWdodCB9XCI+XG4gIDxkaXYgZGF0YS1iaW5kPVwiZHhSZXBvcnREZXNpZ25lcjogJGRhdGFcIj48L2Rpdj5cbjwvZGl2PiJdfQ==
|
@@ -9,9 +9,9 @@ import { DxReportDesignerPreviewSettingsComponent } from './dxrd-preview-setting
|
|
9
9
|
import { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';
|
10
10
|
import { DxReportDesignerWizardSettingsComponent } from './dxrd-wizard-settings.component';
|
11
11
|
import * as i0 from "@angular/core";
|
12
|
-
class DxReportDesignerModule {
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
12
|
+
export class DxReportDesignerModule {
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
14
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerModule, declarations: [DxReportDesignerCallbacksComponent,
|
15
15
|
DxReportDesignerRequestOptionsComponent,
|
16
16
|
DxReportDesignerComponent,
|
17
17
|
DxReportDesignerPreviewSettingsComponent,
|
@@ -26,10 +26,9 @@ class DxReportDesignerModule {
|
|
26
26
|
DxReportDesignerDataSourceSettingsComponent,
|
27
27
|
DxReportDesignerParameterEditingSettingsComponent,
|
28
28
|
DxReportDesignerModelSettingsComponent], id: 'DxReportDesignerModule' });
|
29
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
29
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerModule, imports: [CommonModule] });
|
30
30
|
}
|
31
|
-
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DxReportDesignerModule, decorators: [{
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerModule, decorators: [{
|
33
32
|
type: NgModule,
|
34
33
|
args: [{
|
35
34
|
id: 'DxReportDesignerModule',
|
@@ -56,4 +55,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
56
55
|
]
|
57
56
|
}]
|
58
57
|
}] });
|
59
|
-
//# sourceMappingURL=data:application/json;base64,
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3RFLE9BQU8sRUFBRSwyQ0FBMkMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ25HLE9BQU8sRUFBRSxpREFBaUQsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ2hILE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3Q0FBd0MsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzdGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQTBCM0YsTUFBTSxPQUFPLHNCQUFzQjt3R0FBdEIsc0JBQXNCO3lHQUF0QixzQkFBc0IsaUJBcEIzQixrQ0FBa0M7WUFDbEMsdUNBQXVDO1lBQ3ZDLHlCQUF5QjtZQUN6Qix3Q0FBd0M7WUFDeEMsdUNBQXVDO1lBQ3ZDLDJDQUEyQztZQUMzQyxpREFBaUQ7WUFDakQsc0NBQXNDLGFBVGhDLFlBQVksYUFZbEIsa0NBQWtDO1lBQ2xDLHVDQUF1QztZQUN2Qyx5QkFBeUI7WUFDekIsd0NBQXdDO1lBQ3hDLHVDQUF1QztZQUN2QywyQ0FBMkM7WUFDM0MsaURBQWlEO1lBQ2pELHNDQUFzQyxPQXBCdEMsd0JBQXdCO3lHQXVCbkIsc0JBQXNCLFlBdEJyQixZQUFZOzs0RkFzQmIsc0JBQXNCO2tCQXhCbEMsUUFBUTttQkFBQztvQkFDTixFQUFFLEVBQUUsd0JBQXdCO29CQUM1QixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixrQ0FBa0M7d0JBQ2xDLHVDQUF1Qzt3QkFDdkMseUJBQXlCO3dCQUN6Qix3Q0FBd0M7d0JBQ3hDLHVDQUF1Qzt3QkFDdkMsMkNBQTJDO3dCQUMzQyxpREFBaUQ7d0JBQ2pELHNDQUFzQztxQkFDekM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLGtDQUFrQzt3QkFDbEMsdUNBQXVDO3dCQUN2Qyx5QkFBeUI7d0JBQ3pCLHdDQUF3Qzt3QkFDeEMsdUNBQXVDO3dCQUN2QywyQ0FBMkM7d0JBQzNDLGlEQUFpRDt3QkFDakQsc0NBQXNDO3FCQUN6QztpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCB9IGZyb20gJy4vZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWNhbGxiYWNrcyc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRhdGFzb3VyY2Utc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJQYXJhbWV0ZXJFZGl0aW5nU2V0dGluZ3NDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtcGFyYW1ldGVyLWVkaXRpbmctc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRlc2lnbmVyLW1vZGVsLXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyUHJldmlld1NldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXByZXZpZXctc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1yZXF1ZXN0LW9wdGlvbnMnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXdpemFyZC1zZXR0aW5ncy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGlkOiAnRHhSZXBvcnREZXNpZ25lck1vZHVsZScsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUGFyYW1ldGVyRWRpdGluZ1NldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJQcmV2aWV3U2V0dGluZ3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckRhdGFTb3VyY2VTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lclBhcmFtZXRlckVkaXRpbmdTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0RGVzaWduZXJNb2R1bGUgeyB9XG4iXX0=
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Component, Output, EventEmitter } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
-
class DxReportDesignerCallbacksComponent {
|
3
|
+
export class DxReportDesignerCallbacksComponent {
|
4
4
|
CustomizeElements = new EventEmitter();
|
5
5
|
ExitDesigner = new EventEmitter();
|
6
6
|
ReportSaving = new EventEmitter();
|
@@ -35,11 +35,10 @@ class DxReportDesignerCallbacksComponent {
|
|
35
35
|
PreviewCustomizeExportOptions = new EventEmitter();
|
36
36
|
PreviewParametersSubmitted = new EventEmitter();
|
37
37
|
PreviewOnExport = new EventEmitter();
|
38
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
39
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
38
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerCallbacksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
39
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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", CustomizeParameterProperties: "CustomizeParameterProperties", CustomizeSaveDialog: "CustomizeSaveDialog", CustomizeSaveAsDialog: "CustomizeSaveAsDialog", CustomizeOpenDialog: "CustomizeOpenDialog", CustomizeToolbox: "CustomizeToolbox", CustomizeFieldListActions: "CustomizeFieldListActions", CustomizeMenuActions: "CustomizeMenuActions", CustomizeLocalization: "CustomizeLocalization", OnInitializing: "OnInitializing", BeforeRender: "BeforeRender", OnServerError: "OnServerError", CustomizeWizard: "CustomizeWizard", PreviewClick: "PreviewClick", PreviewCustomizeElements: "PreviewCustomizeElements", PreviewCustomizeMenuActions: "PreviewCustomizeMenuActions", PreviewEditingFieldChanged: "PreviewEditingFieldChanged", PreviewDocumentReady: "PreviewDocumentReady", PreviewParametersReset: "PreviewParametersReset", PreviewCustomizeParameterLookUpSource: "PreviewCustomizeParameterLookUpSource", PreviewParametersInitialized: "PreviewParametersInitialized", PreviewCustomizeExportOptions: "PreviewCustomizeExportOptions", PreviewParametersSubmitted: "PreviewParametersSubmitted", PreviewOnExport: "PreviewOnExport" }, ngImport: i0, template: '', isInline: true });
|
40
40
|
}
|
41
|
-
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DxReportDesignerCallbacksComponent, decorators: [{
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DxReportDesignerCallbacksComponent, decorators: [{
|
43
42
|
type: Component,
|
44
43
|
args: [{
|
45
44
|
template: '',
|
@@ -114,4 +113,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
114
113
|
}], PreviewOnExport: [{
|
115
114
|
type: Output
|
116
115
|
}] } });
|
117
|
-
//# sourceMappingURL=data:application/json;base64,
|
116
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhyZC1jYWxsYmFja3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtZGVzaWduZXIvZHhyZC1jYWxsYmFja3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU1oRSxNQUFNLE9BQU8sa0NBQWtDO0lBRWpDLGlCQUFpQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDNUMsWUFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDdkMsWUFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDdkMsV0FBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDdEMsWUFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDdkMsYUFBYSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDeEMsVUFBVSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDckMsZ0JBQWdCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUMzQyxlQUFlLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUMxQyxjQUFjLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUN6Qyx5QkFBeUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ3BELDRCQUE0QixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDdkQsbUJBQW1CLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUM5QyxxQkFBcUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ2hELG1CQUFtQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDOUMsZ0JBQWdCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUMzQyx5QkFBeUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ3BELG9CQUFvQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDL0MscUJBQXFCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUNoRCxjQUFjLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUN6QyxZQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUN2QyxhQUFhLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUN4QyxlQUFlLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUUxQyxZQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUN2Qyx3QkFBd0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ25ELDJCQUEyQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDdEQsMEJBQTBCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUNyRCxvQkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQy9DLHNCQUFzQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDakQscUNBQXFDLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUNoRSw0QkFBNEIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ3ZELDZCQUE2QixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDeEQsMEJBQTBCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUNyRCxlQUFlLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQzt3R0FwQzNDLGtDQUFrQzs0RkFBbEMsa0NBQWtDLDJoREFIakMsRUFBRTs7NEZBR0gsa0NBQWtDO2tCQUo5QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxFQUFFO29CQUNaLFFBQVEsRUFBRSxnQkFBZ0I7aUJBQzdCOzhCQUdhLGlCQUFpQjtzQkFBMUIsTUFBTTtnQkFDRyxZQUFZO3NCQUFyQixNQUFNO2dCQUNHLFlBQVk7c0JBQXJCLE1BQU07Z0JBQ0csV0FBVztzQkFBcEIsTUFBTTtnQkFDRyxZQUFZO3NCQUFyQixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU07Z0JBQ0csVUFBVTtzQkFBbkIsTUFBTTtnQkFDRyxnQkFBZ0I7c0JBQXpCLE1BQU07Z0JBQ0csZUFBZTtzQkFBeEIsTUFBTTtnQkFDRyxjQUFjO3NCQUF2QixNQUFNO2dCQUNHLHlCQUF5QjtzQkFBbEMsTUFBTTtnQkFDRyw0QkFBNEI7c0JBQXJDLE1BQU07Z0JBQ0csbUJBQW1CO3NCQUE1QixNQUFNO2dCQUNHLHFCQUFxQjtzQkFBOUIsTUFBTTtnQkFDRyxtQkFBbUI7c0JBQTVCLE1BQU07Z0JBQ0csZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUNHLHlCQUF5QjtzQkFBbEMsTUFBTTtnQkFDRyxvQkFBb0I7c0JBQTdCLE1BQU07Z0JBQ0cscUJBQXFCO3NCQUE5QixNQUFNO2dCQUNHLGNBQWM7c0JBQXZCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU07Z0JBRUcsWUFBWTtzQkFBckIsTUFBTTtnQkFDRyx3QkFBd0I7c0JBQWpDLE1BQU07Z0JBQ0csMkJBQTJCO3NCQUFwQyxNQUFNO2dCQUNHLDBCQUEwQjtzQkFBbkMsTUFBTTtnQkFDRyxvQkFBb0I7c0JBQTdCLE1BQU07Z0JBQ0csc0JBQXNCO3NCQUEvQixNQUFNO2dCQUNHLHFDQUFxQztzQkFBOUMsTUFBTTtnQkFDRyw0QkFBNEI7c0JBQXJDLE1BQU07Z0JBQ0csNkJBQTZCO3NCQUF0QyxNQUFNO2dCQUNHLDBCQUEwQjtzQkFBbkMsTUFBTTtnQkFDRyxlQUFlO3NCQUF4QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPdXRwdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc2VsZWN0b3I6ICdkeHJkLWNhbGxiYWNrcydcbn0pXG5leHBvcnQgY2xhc3MgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCB7XG4gICAgW2tleTogc3RyaW5nXTogRXZlbnRFbWl0dGVyPGFueT47XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZUVsZW1lbnRzID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEV4aXREZXNpZ25lciA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBSZXBvcnRTYXZpbmcgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUmVwb3J0U2F2ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUmVwb3J0T3BlbmVkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFJlcG9ydE9wZW5pbmcgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgVGFiQ2hhbmdlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBSZXBvcnRUYWJDbG9zaW5nID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFJlcG9ydFRhYkNsb3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDb21wb25lbnRBZGRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVQYXJhbWV0ZXJFZGl0b3JzID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZVBhcmFtZXRlclByb3BlcnRpZXMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplU2F2ZURpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVTYXZlQXNEaWFsb2cgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplT3BlbkRpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVUb29sYm94ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZUZpZWxkTGlzdEFjdGlvbnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplTWVudUFjdGlvbnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplTG9jYWxpemF0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIE9uSW5pdGlhbGl6aW5nID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEJlZm9yZVJlbmRlciA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBPblNlcnZlckVycm9yID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZVdpemFyZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gICAgQE91dHB1dCgpIFByZXZpZXdDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3Q3VzdG9taXplRWxlbWVudHMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUHJldmlld0N1c3RvbWl6ZU1lbnVBY3Rpb25zID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdFZGl0aW5nRmllbGRDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdEb2N1bWVudFJlYWR5ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdQYXJhbWV0ZXJzUmVzZXQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUHJldmlld0N1c3RvbWl6ZVBhcmFtZXRlckxvb2tVcFNvdXJjZSA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3UGFyYW1ldGVyc0luaXRpYWxpemVkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdDdXN0b21pemVFeHBvcnRPcHRpb25zID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdQYXJhbWV0ZXJzU3VibWl0dGVkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdPbkV4cG9ydCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xufVxuIl19
|