devexpress-reporting-angular 24.2.8-build-25150-1329 → 25.1.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/package.json +3 -0
- package/dx-report-designer/package.json +3 -0
- package/dx-report-viewer/aiSettings/dx-summarization-settings.component.d.ts +6 -0
- package/dx-report-viewer/aiSettings/dx-translation-settings.component.d.ts +9 -0
- package/dx-report-viewer/aiSettings/dxrv-ai-settings.component.d.ts +11 -0
- package/dx-report-viewer/components/reporting/reportpreview/page/page.component.d.ts +1 -0
- package/dx-report-viewer/dx-report-viewer-base.component.d.ts +2 -2
- package/dx-report-viewer/dx-report-viewer.component.d.ts +5 -3
- package/dx-report-viewer/dx-report-viewer.module.d.ts +111 -108
- package/dx-report-viewer/index.d.ts +3 -0
- package/dx-report-viewer/package.json +3 -0
- package/esm2022/all.mjs +1 -1
- package/esm2022/core/_input-converters.mjs +1 -1
- package/esm2022/core/_settingsProvider.mjs +1 -1
- package/esm2022/core/devexpress-reporting-angular-core.mjs +1 -1
- package/esm2022/core/dx-reporting.component.mjs +1 -1
- package/esm2022/core/index.mjs +1 -1
- package/esm2022/devexpress-reporting-angular.mjs +1 -1
- package/esm2022/dx-report-designer/devexpress-reporting-angular-dx-report-designer.mjs +1 -1
- package/esm2022/dx-report-designer/dx-report-designer.component.mjs +1 -1
- package/esm2022/dx-report-designer/dx-report-designer.module.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-callbacks.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-datasource-settings.component.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-designer-model-settings.component.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-parameter-editing-settings.component.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-preview-settings.component.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-request-options.mjs +1 -1
- package/esm2022/dx-report-designer/dxrd-wizard-settings.component.mjs +1 -1
- package/esm2022/dx-report-designer/index.mjs +1 -1
- package/esm2022/dx-report-viewer/aiSettings/dx-summarization-settings.component.mjs +22 -0
- package/esm2022/dx-report-viewer/aiSettings/dx-translation-settings.component.mjs +31 -0
- package/esm2022/dx-report-viewer/aiSettings/dxrv-ai-settings.component.mjs +27 -0
- package/esm2022/dx-report-viewer/components/analytics/actions/actions.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/designer/designer.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/accordion.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/buttonWithTemplate.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/disposable.directive.base.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/dx-action.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/ellipsisEditor.directive.mjs +4 -2
- package/esm2022/dx-report-viewer/components/analytics/directives/key-down-actions.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/resizable.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/directives/zoom.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.base.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.boolean.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.date.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.numeric.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/editor/editor.textbox.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/popover/popover.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/template/image.template.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/template/lazy.template.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/template/template.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/templates.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/aipanel/aipanel.component.mjs +3 -3
- package/esm2022/dx-report-viewer/components/reporting/directives/auto-fit.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/directives/brick-selection.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/directives/child-styles.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/directives/lazy-images.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/directives/preview-page-renderer.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/directives/to-view.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/document-map/document-map.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.mjs +3 -3
- package/esm2022/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/export/export-tool.component.mjs +3 -3
- package/esm2022/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/dx-editing-field-base.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.mjs +3 -3
- package/esm2022/dx-report-viewer/components/reporting/export-options/export-options.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.mjs +3 -3
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/{popup-container → popup}/popup-container.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/breadcrumbs/breadcrumbs.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/page/page.component.mjs +7 -3
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.mjs +9 -8
- package/esm2022/dx-report-viewer/components/reporting/search/search.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/templates.component.mjs +3 -3
- package/esm2022/dx-report-viewer/components/reporting/toolbar/export/export.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/toolbar/pager/pager.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/{picture-editing-imagespickerwithfilter.component.mjs → picture-editing-filter.component.mjs} +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.mjs +1 -1
- package/esm2022/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.mjs +1 -1
- package/esm2022/dx-report-viewer/dx-report-parameters-panel.component.mjs +1 -1
- package/esm2022/dx-report-viewer/dx-report-viewer-base.component.mjs +3 -3
- package/esm2022/dx-report-viewer/dx-report-viewer.component.mjs +11 -5
- package/esm2022/dx-report-viewer/dx-report-viewer.module.mjs +24 -6
- package/esm2022/dx-report-viewer/dxrpp-callbacks.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrpp-request-options.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-callbacks-base.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-callbacks.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-export-settings.component.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-mobile-mode-settings.component.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-progressbar-settings.component.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-remote-settings.component.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-request-options-base.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-request-options.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-search-settings.component.mjs +1 -1
- package/esm2022/dx-report-viewer/dxrv-tabpanel-settings.component.mjs +1 -1
- package/esm2022/dx-report-viewer/index.mjs +4 -1
- package/esm2022/dx-report-viewer/utils/accessibility-settings.mjs +1 -1
- package/esm2022/dx-report-viewer/utils/template.mjs +1 -1
- package/esm2022/dx-report-viewer/utils/templateEngine.mjs +1 -1
- package/esm2022/index.mjs +2 -2
- package/fesm2022/devexpress-reporting-angular-core.mjs.map +1 -1
- package/fesm2022/devexpress-reporting-angular-dx-report-designer.mjs.map +1 -1
- package/fesm2022/devexpress-reporting-angular-dx-report-viewer.mjs +118 -24
- package/fesm2022/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -1
- package/fesm2022/devexpress-reporting-angular.mjs +1 -1
- package/fesm2022/devexpress-reporting-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +12 -9
- /package/dx-report-viewer/components/reporting/parameterspanel/date-range/{popup-container → popup}/popup-container.component.d.ts +0 -0
- /package/dx-report-viewer/components/reporting/widgets/picture-editor/{picture-editing-imagespickerwithfilter.component.d.ts → picture-editing-filter.component.d.ts} +0 -0
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class DxReportViewerAISummarizationSettingsComponent {
|
3
|
+
summarizationEnabled: boolean;
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerAISummarizationSettingsComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerAISummarizationSettingsComponent, "dx-summarization-settings", never, { "summarizationEnabled": { "alias": "summarizationEnabled"; "required": false; }; }, {}, never, never, false, never>;
|
6
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { AILanguageInfo } from 'devexpress-reporting/dx-webdocumentviewer';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class DxReportViewerAITranslationSettingsComponent {
|
4
|
+
inlineTranslationEnabled: boolean;
|
5
|
+
translationEnabled: boolean;
|
6
|
+
languages: AILanguageInfo[];
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerAITranslationSettingsComponent, never>;
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerAITranslationSettingsComponent, "dx-translation-settings", never, { "inlineTranslationEnabled": { "alias": "inlineTranslationEnabled"; "required": false; }; "translationEnabled": { "alias": "translationEnabled"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; }, {}, never, never, false, never>;
|
9
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { AILanguageInfo } from 'devexpress-reporting/dx-webdocumentviewer';
|
2
|
+
import { DxReportViewerAITranslationSettingsComponent } from './dx-translation-settings.component';
|
3
|
+
import { DxReportViewerAISummarizationSettingsComponent } from './dx-summarization-settings.component';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class DxReportViewerAISettingsComponent {
|
6
|
+
translationSettings: DxReportViewerAITranslationSettingsComponent;
|
7
|
+
summarizationSettings: DxReportViewerAISummarizationSettingsComponent;
|
8
|
+
languages: AILanguageInfo[];
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerAISettingsComponent, never>;
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerAISettingsComponent, "dxrv-ai-settings", never, { "languages": { "alias": "languages"; "required": false; }; }, {}, ["translationSettings", "summarizationSettings"], never, false, never>;
|
11
|
+
}
|
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class PageComponent {
|
4
4
|
data: IPreviewPageViewModel;
|
5
5
|
onItemClick(event: any): void;
|
6
|
+
onSubmenuShowing(event: any): void;
|
6
7
|
isRtlViewer(): any;
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|
8
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<PageComponent, "dxv-page", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
|
2
2
|
import { DxReportingComponent } from 'devexpress-reporting-angular/core';
|
3
|
-
import '@devexpress/analytics-core/dx-analytics-core-svg-templates';
|
4
|
-
import 'devexpress-reporting/dx-reporting-svg-templates';
|
3
|
+
import '@devexpress/analytics-core/dx-dev-analytics-core-svg-templates.generated';
|
4
|
+
import 'devexpress-reporting/dx-dev-reporting-svg-templates.generated';
|
5
5
|
import { AccessibilitySettings } from './utils/accessibility-settings';
|
6
6
|
import { IReportViewerOptions, JSReportViewerBindingBase } from 'devexpress-reporting/viewer/binding/jsReportViewerBindingBase';
|
7
7
|
import { IPreviewDisposableViewModelBase } from 'devexpress-reporting/scopes/reporting-viewer-internal';
|
@@ -7,13 +7,14 @@ import { DxReportViewerProgressBarSettingsComponent } from './dxrv-progressbar-s
|
|
7
7
|
import { DxReportViewerRemoteSettingsComponent } from './dxrv-remote-settings.component';
|
8
8
|
import { DxReportViewerTabPanelSettingsComponent } from './dxrv-tabpanel-settings.component';
|
9
9
|
import { DxReportViewerSearchSettingsComponent } from './dxrv-search-settings.component';
|
10
|
-
import '@devexpress/analytics-core/dx-analytics-core-svg-templates';
|
11
|
-
import 'devexpress-reporting/dx-reporting-svg-templates';
|
10
|
+
import '@devexpress/analytics-core/dx-dev-analytics-core-svg-templates.generated';
|
11
|
+
import 'devexpress-reporting/dx-dev-reporting-svg-templates.generated';
|
12
12
|
import { JSReportViewerBinding } from 'devexpress-reporting/viewer/binding/jsReportViewerBinding';
|
13
13
|
import { IPreviewViewModel, PreviewDisposableModel } from 'devexpress-reporting/viewer/internal/_previewModel';
|
14
14
|
import { AccessibilitySettings } from './utils/accessibility-settings';
|
15
15
|
import { IReportViewerOptions, JSReportViewerBindingBase } from 'devexpress-reporting/viewer/binding/jsReportViewerBindingBase';
|
16
16
|
import { DxReportViewerBaseComponent } from './dx-report-viewer-base.component';
|
17
|
+
import { DxReportViewerAISettingsComponent } from './aiSettings/dxrv-ai-settings.component';
|
17
18
|
import * as i0 from "@angular/core";
|
18
19
|
export declare class DxReportViewerComponent extends DxReportViewerBaseComponent<JSReportViewerBinding> {
|
19
20
|
viewModel: IPreviewViewModel;
|
@@ -25,6 +26,7 @@ export declare class DxReportViewerComponent extends DxReportViewerBaseComponent
|
|
25
26
|
progressBarSettingsComponent: DxReportViewerProgressBarSettingsComponent;
|
26
27
|
exportSettingsComponent: DxReportViewerExportSettingsComponent;
|
27
28
|
searchSettingsComponent: DxReportViewerSearchSettingsComponent;
|
29
|
+
aiSettingsComponent: DxReportViewerAISettingsComponent;
|
28
30
|
constructor(renderer: Renderer2, platformId: Object, viewer: ElementRef, cd: ChangeDetectorRef, accessibilitySettings: AccessibilitySettings);
|
29
31
|
getKoBinding(options: IReportViewerOptions): JSReportViewerBindingBase;
|
30
32
|
getCallbacks(): DxReportViewerCallbacksComponent;
|
@@ -32,5 +34,5 @@ export declare class DxReportViewerComponent extends DxReportViewerBaseComponent
|
|
32
34
|
GetPreviewModel(): PreviewDisposableModel;
|
33
35
|
isMobile: boolean;
|
34
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerComponent, never>;
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerComponent, "dx-report-viewer", never, { "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, ["requestOptionsComponent", "callbacksComponent", "mobileModeSettingsComponent", "remoteSettingsComponent", "tabPanelSettingsComponent", "progressBarSettingsComponent", "exportSettingsComponent", "searchSettingsComponent"], never, false, never>;
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerComponent, "dx-report-viewer", never, { "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, ["requestOptionsComponent", "callbacksComponent", "mobileModeSettingsComponent", "remoteSettingsComponent", "tabPanelSettingsComponent", "progressBarSettingsComponent", "exportSettingsComponent", "searchSettingsComponent", "aiSettingsComponent"], never, false, never>;
|
36
38
|
}
|
@@ -8,115 +8,118 @@ import * as i6 from "./dxrv-progressbar-settings.component";
|
|
8
8
|
import * as i7 from "./dxrv-export-settings.component";
|
9
9
|
import * as i8 from "./dxrv-tabpanel-settings.component";
|
10
10
|
import * as i9 from "./dxrv-search-settings.component";
|
11
|
-
import * as i10 from "./
|
12
|
-
import * as i11 from "./
|
13
|
-
import * as i12 from "./
|
14
|
-
import * as i13 from "./components/analytics/
|
15
|
-
import * as i14 from "./components/analytics/
|
16
|
-
import * as i15 from "./components/analytics/
|
17
|
-
import * as i16 from "./components/analytics/widgets/treelist/treelist
|
18
|
-
import * as i17 from "./components/analytics/widgets/treelist/treelist-
|
19
|
-
import * as i18 from "./components/analytics/widgets/treelist/treelist-
|
20
|
-
import * as i19 from "./components/analytics/
|
21
|
-
import * as i20 from "./components/analytics/
|
22
|
-
import * as i21 from "./components/
|
23
|
-
import * as i22 from "./components/analytics/
|
24
|
-
import * as i23 from "./components/analytics/
|
25
|
-
import * as i24 from "./components/
|
26
|
-
import * as i25 from "./components/analytics/
|
27
|
-
import * as i26 from "./components/
|
28
|
-
import * as i27 from "./components/
|
29
|
-
import * as i28 from "./components/analytics/
|
30
|
-
import * as i29 from "./components/reporting/toolbar/
|
31
|
-
import * as i30 from "./components/reporting/
|
32
|
-
import * as i31 from "./components/
|
33
|
-
import * as i32 from "./components/reporting/
|
34
|
-
import * as i33 from "./components/reporting/
|
35
|
-
import * as i34 from "./components/
|
36
|
-
import * as i35 from "./components/
|
37
|
-
import * as i36 from "./components/
|
38
|
-
import * as i37 from "./components/
|
39
|
-
import * as i38 from "./components/analytics/properties/
|
40
|
-
import * as i39 from "./components/analytics/properties/editor/editor.
|
41
|
-
import * as i40 from "./components/
|
42
|
-
import * as i41 from "./components/analytics/properties/editor/editor.
|
43
|
-
import * as i42 from "./components/analytics/properties/editor/editor.
|
44
|
-
import * as i43 from "./components/analytics/
|
45
|
-
import * as i44 from "./components/
|
46
|
-
import * as i45 from "./components/analytics/
|
47
|
-
import * as i46 from "./components/
|
48
|
-
import * as i47 from "./components/reporting/parameterspanel/
|
49
|
-
import * as i48 from "./components/
|
50
|
-
import * as i49 from "./components/reporting/
|
51
|
-
import * as i50 from "./components/reporting/
|
52
|
-
import * as i51 from "./components/reporting/
|
53
|
-
import * as i52 from "./components/reporting/
|
54
|
-
import * as i53 from "./components/reporting/
|
55
|
-
import * as i54 from "./components/reporting/
|
56
|
-
import * as i55 from "./components/reporting/
|
57
|
-
import * as i56 from "./components/reporting/
|
58
|
-
import * as i57 from "./components/reporting/
|
59
|
-
import * as i58 from "./components/reporting/
|
60
|
-
import * as i59 from "./components/reporting/
|
61
|
-
import * as i60 from "./components/reporting/editing/text-field/editing-field-
|
62
|
-
import * as i61 from "./components/reporting/editing/text-field/editing-field-
|
63
|
-
import * as i62 from "./components/reporting/editing/
|
64
|
-
import * as i63 from "./components/reporting/editing/
|
65
|
-
import * as i64 from "./components/reporting/editing/
|
66
|
-
import * as i65 from "./components/reporting/editing/
|
67
|
-
import * as i66 from "./components/reporting/editing/
|
68
|
-
import * as i67 from "./components/reporting/editing/
|
69
|
-
import * as i68 from "./components/reporting/
|
70
|
-
import * as i69 from "./components/reporting/
|
71
|
-
import * as i70 from "./components/reporting/
|
72
|
-
import * as i71 from "./components/reporting/
|
73
|
-
import * as i72 from "./components/reporting/widgets/picture-editor/picture-
|
74
|
-
import * as i73 from "./components/reporting/widgets/picture-editor/picture-
|
75
|
-
import * as i74 from "./components/reporting/widgets/picture-editor/picture-editing-
|
76
|
-
import * as i75 from "./components/reporting/widgets/picture-editor/
|
77
|
-
import * as i76 from "./components/reporting/widgets/
|
78
|
-
import * as i77 from "./components/reporting/
|
79
|
-
import * as i78 from "./components/reporting/
|
80
|
-
import * as i79 from "./components/reporting/
|
81
|
-
import * as i80 from "./components/reporting/
|
82
|
-
import * as i81 from "./components/reporting/
|
83
|
-
import * as i82 from "./components/reporting/
|
84
|
-
import * as i83 from "./components/reporting/directives/
|
85
|
-
import * as i84 from "./components/
|
86
|
-
import * as i85 from "./components/
|
87
|
-
import * as i86 from "./components/reporting/directives/
|
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/
|
93
|
-
import * as i92 from "./components/analytics/directives/
|
94
|
-
import * as i93 from "./components/
|
95
|
-
import * as i94 from "./components/reporting/
|
96
|
-
import * as i95 from "./components/analytics/
|
97
|
-
import * as i96 from "./components/reporting/mobile/
|
98
|
-
import * as i97 from "./components/reporting/mobile/directives/mobile.
|
99
|
-
import * as i98 from "./components/
|
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/
|
104
|
-
import * as i103 from "./components/reporting/mobile/
|
105
|
-
import * as i104 from "./components/reporting/mobile/
|
106
|
-
import * as i105 from "./components/reporting/mobile/
|
107
|
-
import * as i106 from "./components/reporting/mobile/
|
108
|
-
import * as i107 from "./components/reporting/
|
109
|
-
import * as i108 from "./components/reporting/mobile/
|
110
|
-
import * as i109 from "./components/reporting/mobile/
|
111
|
-
import * as i110 from "./components/
|
112
|
-
import * as i111 from "./components/reporting/
|
113
|
-
import * as i112 from "./
|
114
|
-
import * as i113 from "./
|
115
|
-
import * as i114 from "./
|
116
|
-
import * as i115 from "
|
117
|
-
import * as i116 from "
|
11
|
+
import * as i10 from "./aiSettings/dxrv-ai-settings.component";
|
12
|
+
import * as i11 from "./aiSettings/dx-translation-settings.component";
|
13
|
+
import * as i12 from "./aiSettings/dx-summarization-settings.component";
|
14
|
+
import * as i13 from "./components/analytics/tabpanel/tabpanel.component";
|
15
|
+
import * as i14 from "./components/analytics/properties/popover/popover.component";
|
16
|
+
import * as i15 from "./components/analytics/properties/propertygrid/propertygrid.component";
|
17
|
+
import * as i16 from "./components/analytics/widgets/treelist/treelist.component";
|
18
|
+
import * as i17 from "./components/analytics/widgets/treelist/treelist-group.component";
|
19
|
+
import * as i18 from "./components/analytics/widgets/treelist/treelist-item.component";
|
20
|
+
import * as i19 from "./components/analytics/widgets/treelist/treelist-header-item.component";
|
21
|
+
import * as i20 from "./components/analytics/widgets/treelist/treelist-item-text-content.component";
|
22
|
+
import * as i21 from "./components/analytics/widgets/treelist/treelist-header-item-caption-content.component";
|
23
|
+
import * as i22 from "./components/analytics/properties/editor/editor.date";
|
24
|
+
import * as i23 from "./components/analytics/properties/collectioneditor/collectioneditor.component";
|
25
|
+
import * as i24 from "./components/reporting/parameterspanel/parameterspanel.component";
|
26
|
+
import * as i25 from "./components/analytics/templates.component";
|
27
|
+
import * as i26 from "./components/analytics/actions/actions.component";
|
28
|
+
import * as i27 from "./components/analytics/template/image.template.component";
|
29
|
+
import * as i28 from "./components/analytics/template/template.component";
|
30
|
+
import * as i29 from "./components/reporting/toolbar/pager/pager.component";
|
31
|
+
import * as i30 from "./components/reporting/toolbar/zoom/zoom.component";
|
32
|
+
import * as i31 from "./components/analytics/properties/editor/editor.base";
|
33
|
+
import * as i32 from "./components/reporting/toolbar/export/export.component";
|
34
|
+
import * as i33 from "./components/reporting/templates.component";
|
35
|
+
import * as i34 from "./components/reporting/toolbar/toolbar-content/toolbar-content.component";
|
36
|
+
import * as i35 from "./components/reporting/parameterspanel/editor/editor.component";
|
37
|
+
import * as i36 from "./components/reporting/parameterspanel/multi-value/multi-value.component";
|
38
|
+
import * as i37 from "./components/analytics/properties/editor/editor.textbox";
|
39
|
+
import * as i38 from "./components/analytics/properties/editor/editor.selectbox";
|
40
|
+
import * as i39 from "./components/analytics/properties/editor/editor.boolselect";
|
41
|
+
import * as i40 from "./components/reporting/export-options/export-options.component";
|
42
|
+
import * as i41 from "./components/analytics/properties/object-editor/object-editor.component";
|
43
|
+
import * as i42 from "./components/analytics/properties/editor/editor.boolean";
|
44
|
+
import * as i43 from "./components/analytics/properties/editor/editor.selectbox.localized";
|
45
|
+
import * as i44 from "./components/analytics/properties/editor/editor.numeric";
|
46
|
+
import * as i45 from "./components/analytics/properties/editor/editor.colorpicker";
|
47
|
+
import * as i46 from "./components/analytics/directives/dx-action.directive";
|
48
|
+
import * as i47 from "./components/reporting/parameterspanel/multi-value/multi-value.editable.component";
|
49
|
+
import * as i48 from "./components/analytics/designer/designer.component";
|
50
|
+
import * as i49 from "./components/reporting/parameterspanel/date-range/date-range.component";
|
51
|
+
import * as i50 from "./components/reporting/parameterspanel/date-range/popup/popup-container.component";
|
52
|
+
import * as i51 from "./components/reporting/parameterspanel/date-range/calendar/calendar.component";
|
53
|
+
import * as i52 from "./components/reporting/reportpreview/surface/surface.component";
|
54
|
+
import * as i53 from "./components/reporting/reportpreview/page/page.component";
|
55
|
+
import * as i54 from "./components/reporting/directives/lazy-images.directive";
|
56
|
+
import * as i55 from "./components/reporting/parameterspanel/editor/editor-content/editor-content.component";
|
57
|
+
import * as i56 from "./components/reporting/parameterspanel/editor/group-editor/group-editor.component";
|
58
|
+
import * as i57 from "./components/reporting/search/search.component";
|
59
|
+
import * as i58 from "./components/reporting/aipanel/aipanel.component";
|
60
|
+
import * as i59 from "./components/reporting/document-map/document-map.component";
|
61
|
+
import * as i60 from "./components/reporting/editing/text-field/editing-field-text.component";
|
62
|
+
import * as i61 from "./components/reporting/editing/text-field/editing-field-mask.component";
|
63
|
+
import * as i62 from "./components/reporting/editing/text-field/editing-field-number.component";
|
64
|
+
import * as i63 from "./components/reporting/editing/text-field/editing-field-datetime.component";
|
65
|
+
import * as i64 from "./components/reporting/editing/text-field/editing-field-container.component";
|
66
|
+
import * as i65 from "./components/reporting/editing/character-comb/editing-field-character-comb.component";
|
67
|
+
import * as i66 from "./components/reporting/editing/check-field/editing-field-checkbox.component";
|
68
|
+
import * as i67 from "./components/reporting/editing/check-field/editing-field-radio.component";
|
69
|
+
import * as i68 from "./components/reporting/editing/image-field/image-editing-field.component";
|
70
|
+
import * as i69 from "./components/reporting/editing/image-field/image-editing-field-editor.component";
|
71
|
+
import * as i70 from "./components/reporting/editing/popup-image-field/popup-image-editing-field.component";
|
72
|
+
import * as i71 from "./components/reporting/reportpreview/progress-bar/progress-bar.component";
|
73
|
+
import * as i72 from "./components/reporting/widgets/picture-editor/picture-editor.component";
|
74
|
+
import * as i73 from "./components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component";
|
75
|
+
import * as i74 from "./components/reporting/widgets/picture-editor/picture-editing-brush-options.component";
|
76
|
+
import * as i75 from "./components/reporting/widgets/picture-editor/picture-editing-size-options.component";
|
77
|
+
import * as i76 from "./components/reporting/widgets/picture-editor/picture-editing-imagespicker.component";
|
78
|
+
import * as i77 from "./components/reporting/widgets/picture-editor/picture-editing-filter.component";
|
79
|
+
import * as i78 from "./components/reporting/widgets/picture-editor/painter.component";
|
80
|
+
import * as i79 from "./components/reporting/widgets/signature/signature-editor.component";
|
81
|
+
import * as i80 from "./components/reporting/reportpreview/brick/brick.component";
|
82
|
+
import * as i81 from "./components/reporting/reportpreview/brick/brick-clickable.component";
|
83
|
+
import * as i82 from "./components/reporting/editing/export/export-tool.component";
|
84
|
+
import * as i83 from "./components/reporting/directives/auto-fit.directive";
|
85
|
+
import * as i84 from "./components/reporting/directives/preview-page-renderer.directive";
|
86
|
+
import * as i85 from "./components/reporting/directives/to-view.directive";
|
87
|
+
import * as i86 from "./components/reporting/directives/brick-selection.directive";
|
88
|
+
import * as i87 from "./components/analytics/directives/resizable.directive";
|
89
|
+
import * as i88 from "./components/analytics/directives/zoom.directive";
|
90
|
+
import * as i89 from "./components/reporting/directives/child-styles.directive";
|
91
|
+
import * as i90 from "./components/analytics/directives/searchHighlighting.directive";
|
92
|
+
import * as i91 from "./components/analytics/directives/accordion.directive";
|
93
|
+
import * as i92 from "./components/analytics/directives/ellipsisEditor.directive";
|
94
|
+
import * as i93 from "./components/analytics/directives/buttonWithTemplate.directive";
|
95
|
+
import * as i94 from "./components/reporting/editing/check-field/editing-field-checkbox-glyph.component";
|
96
|
+
import * as i95 from "./components/analytics/directives/dx-mutation-observer.directive";
|
97
|
+
import * as i96 from "./components/reporting/mobile/directives/mobile.searchBar.directive";
|
98
|
+
import * as i97 from "./components/reporting/mobile/directives/mobile.paginator.directive";
|
99
|
+
import * as i98 from "./components/analytics/template/lazy.template.component";
|
100
|
+
import * as i99 from "./components/reporting/mobile/surface/mobile.surface.component";
|
101
|
+
import * as i100 from "./components/reporting/mobile/directives/mobile.slide.directive";
|
102
|
+
import * as i101 from "./components/reporting/mobile/directives/mobile.zoom.directive";
|
103
|
+
import * as i102 from "./components/reporting/mobile/gallery/mobile.gallery.component";
|
104
|
+
import * as i103 from "./components/reporting/mobile/page/mobile.page.component";
|
105
|
+
import * as i104 from "./components/reporting/mobile/actions/mobile.actions.component";
|
106
|
+
import * as i105 from "./components/reporting/mobile/parameters/mobile.parameters.popup.component";
|
107
|
+
import * as i106 from "./components/reporting/mobile/parameters/mobile.parameters.component";
|
108
|
+
import * as i107 from "./components/reporting/mobile/parameters/mobile.parameters.daterange.component";
|
109
|
+
import * as i108 from "./components/reporting/mobile/actions/mobile.actions.export.component";
|
110
|
+
import * as i109 from "./components/reporting/mobile/search/mobile.search.component";
|
111
|
+
import * as i110 from "./components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component";
|
112
|
+
import * as i111 from "./components/reporting/mobile/directives/mobile.autofit.directive";
|
113
|
+
import * as i112 from "./components/reporting/mobile/pages/pages/mobile.pages.component";
|
114
|
+
import * as i113 from "./components/analytics/directives/key-down-actions.directive";
|
115
|
+
import * as i114 from "./components/reporting/reportpreview/breadcrumbs/breadcrumbs.component";
|
116
|
+
import * as i115 from "./dx-report-parameters-panel.component";
|
117
|
+
import * as i116 from "./dxrpp-callbacks";
|
118
|
+
import * as i117 from "./dxrpp-request-options";
|
119
|
+
import * as i118 from "@angular/common";
|
120
|
+
import * as i119 from "devextreme-angular";
|
118
121
|
export declare class DxReportViewerModule {
|
119
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerModule, never>;
|
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.
|
123
|
+
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.DxReportViewerAISettingsComponent, typeof i11.DxReportViewerAITranslationSettingsComponent, typeof i12.DxReportViewerAISummarizationSettingsComponent, typeof i13.TabpanelComponent, typeof i14.PopoverComponent, typeof i15.PropertygridComponent, typeof i16.TreelistComponent, typeof i17.TreeListGroupComponent, typeof i18.TreeListItemComponent, typeof i19.TreeListHeaderItemComponent, typeof i20.TreeListItemTextComponent, typeof i21.TreeListHeaderItemCaptionContentComponent, typeof i22.DateEditorComponent, typeof i23.CollectionEditorComponent, typeof i24.ParameterspanelComponent, typeof i25.TemplatesComponent, typeof i26.ActionsComponent, typeof i27.ImageTemplateComponent, typeof i28.TemplateComponent, typeof i29.PagerComponent, typeof i30.ZoomComponent, typeof i31.EditorComponentBase, typeof i32.ExportComponent, typeof i33.ViewerTemplatesComponent, typeof i34.ToolbarContentComponent, typeof i35.EditorComponent, typeof i36.MultiValueComponent, typeof i37.TextBoxEditorComponent, typeof i38.SelectBoxComponent, typeof i39.BoolSelectComponent, typeof i40.ExportOptionsComponent, typeof i41.ObjectEditorComponent, typeof i42.BooleanEditorComponent, typeof i43.LocalizedSelectBoxComponent, typeof i44.NumericEditorComponent, typeof i45.ColorPickerComponent, typeof i46.DxActionDirective, typeof i47.MultiValueEditableComponent, typeof i48.DesignerComponent, typeof i49.DateRangeComponent, typeof i50.PopupContainerComponent, typeof i51.CalendarComponent, typeof i52.SurfaceComponent, typeof i53.PageComponent, typeof i54.LazyImagesDirective, typeof i55.EditorContentComponent, typeof i56.GroupEditorComponent, typeof i57.SearchComponent, typeof i58.AIPanelComponent, typeof i59.DocumentMapComponent, typeof i60.TextEditingFieldComponent, typeof i61.TextEditingFieldMaskComponent, typeof i62.TextEditingFieldNumberComponent, typeof i63.TextEditingFieldDateBoxComponent, typeof i64.TextEditingFieldContainerComponent, typeof i65.CharacterCombEditingFieldComponent, typeof i66.CheckEditingFieldComponent, typeof i67.RadioEditingFieldComponent, typeof i68.ImageEditingFieldComponent, typeof i69.ImageEditingFieldEditorComponent, typeof i70.PopupImageEditingFieldComponent, typeof i71.ProgressBarComponent, typeof i72.PictureEditorComponent, typeof i73.PictureEditorToolBarPopupComponent, typeof i74.PictureEditorBrushOptionsComponent, typeof i75.PictureEditorSizeOptionsComponent, typeof i76.PictureEditorImagespickerComponent, typeof i77.PictureEditorImagespickerWithFilterComponent, typeof i78.PainterComponent, typeof i79.SignatureEditorComponent, typeof i80.BrickComponent, typeof i81.BrickClickableComponent, typeof i82.ExportToolComponent, typeof i83.AutoFitDirective, typeof i84.PreviewPageRendererDirective, typeof i85.ToViewDirective, typeof i86.BrickSelectionDirective, typeof i87.ResizableDirective, typeof i88.ZoomDirective, typeof i89.ChildStyleDirective, typeof i90.SearchHighlightingDirective, typeof i91.AccordionDirective, typeof i92.EllipsisEditorDirective, typeof i93.ButtonWithTemplateDirective, typeof i94.EditingFieldCheckboxGlyphComponent, typeof i95.DxMutationObserverDirective, typeof i96.MobileSearchBarDirective, typeof i97.MobilePaginatorDirective, typeof i98.LazyTemplateComponent, typeof i99.MobileSurfaceComponent, typeof i100.MobileSlideDirective, typeof i101.MobileZoomDirective, typeof i102.MobileGalleryComponent, typeof i103.MobilePageComponent, typeof i104.MobileActionsComponent, typeof i105.MobileParametersPopupComponent, typeof i106.MobileParametersComponent, typeof i107.MobileParametersDateRangeComponent, typeof i108.MobileActionsExportComponent, typeof i109.MobileSearchComponent, typeof i110.DateRangeMobileComponent, typeof i111.MobileAutofitDirective, typeof i112.MobilePaginatorComponent, typeof i113.KeyDownActionsDirective, typeof i114.BreadcrumbsComponent, typeof i115.DxReportParametersPanelComponent, typeof i116.DxReportParametersPanelCallbacksComponent, typeof i117.DxReportParametersPanelRequestOptionsComponent], [typeof i118.CommonModule, typeof i119.DxButtonModule, typeof i119.DxTextAreaModule, typeof i119.DxLoadIndicatorModule, typeof i119.DxLoadPanelModule, typeof i119.DxScrollViewModule, typeof i119.DxSelectBoxModule, typeof i119.DxMenuModule, typeof i119.DxTagBoxModule, typeof i119.DxTextBoxModule, typeof i119.DxValidatorModule, typeof i119.DxDateBoxModule, typeof i119.DxCheckBoxModule, typeof i119.DxNumberBoxModule, typeof i119.DxColorBoxModule, typeof i119.DxPopupModule, typeof i119.DxPopoverModule, typeof i119.DxSliderModule, typeof i119.DxCalendarModule, typeof i119.DxListModule, typeof i119.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 i115.DxReportParametersPanelComponent, typeof i116.DxReportParametersPanelCallbacksComponent, typeof i117.DxReportParametersPanelRequestOptionsComponent, typeof i10.DxReportViewerAISettingsComponent, typeof i11.DxReportViewerAITranslationSettingsComponent, typeof i12.DxReportViewerAISummarizationSettingsComponent]>;
|
121
124
|
static ɵinj: i0.ɵɵInjectorDeclaration<DxReportViewerModule>;
|
122
125
|
}
|
@@ -11,4 +11,7 @@ export * from './dxrv-request-options';
|
|
11
11
|
export * from './dxrv-tabpanel-settings.component';
|
12
12
|
export * from './dx-report-viewer.component';
|
13
13
|
export * from './dxrv-search-settings.component';
|
14
|
+
export * from './aiSettings/dxrv-ai-settings.component';
|
15
|
+
export * from './aiSettings/dx-summarization-settings.component';
|
16
|
+
export * from './aiSettings/dx-translation-settings.component';
|
14
17
|
export * from './utils/templateEngine';
|
package/esm2022/all.mjs
CHANGED
@@ -24,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
24
24
|
]
|
25
25
|
}]
|
26
26
|
}] });
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saURBQWlELENBQUM7O0FBWXpGLE1BQU0sT0FBTyx5QkFBeUI7d0dBQXpCLHlCQUF5Qjt5R0FBekIseUJBQXlCLFlBUjlCLG9CQUFvQjtZQUNwQixzQkFBc0IsYUFHdEIsb0JBQW9CO1lBQ3BCLHNCQUFzQjt5R0FHakIseUJBQXlCLFlBUjlCLG9CQUFvQjtZQUNwQixzQkFBc0IsRUFHdEIsb0JBQW9CO1lBQ3BCLHNCQUFzQjs7NEZBR2pCLHlCQUF5QjtrQkFWckMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsb0JBQW9CO3dCQUNwQixzQkFBc0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxvQkFBb0I7d0JBQ3BCLHNCQUFzQjtxQkFDekI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnRWaWV3ZXJNb2R1bGUgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXInO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lck1vZHVsZSB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LWRlc2lnbmVyJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZXZleHByZXNzUmVwb3J0aW5nTW9kdWxlIHsgfSJdfQ==
|
@@ -35,4 +35,4 @@ export function _inputConverter(converter) {
|
|
35
35
|
}
|
36
36
|
};
|
37
37
|
}
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX2lucHV0LWNvbnZlcnRlcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb3JlL19pbnB1dC1jb252ZXJ0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLENBQUMsS0FBVSxFQUFFLEVBQUU7SUFDNUMsSUFBRyxLQUFLLEtBQUssSUFBSSxJQUFJLEtBQUssS0FBSyxTQUFTLElBQUksT0FBTyxLQUFLLEtBQUssU0FBUztRQUNsRSxPQUFPLEtBQUssQ0FBQztJQUVqQixPQUFPLEtBQUssQ0FBQyxRQUFRLEVBQUUsS0FBSyxNQUFNLENBQUM7QUFDdkMsQ0FBQyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcsQ0FBQyxLQUFVLEVBQUUsRUFBRTtJQUMzQyxJQUFHLEtBQUssS0FBSyxJQUFJLElBQUksS0FBSyxLQUFLLFNBQVMsSUFBSSxPQUFPLEtBQUssS0FBSyxRQUFRO1FBQ2pFLE9BQU8sS0FBSyxDQUFDO0lBRWpCLE9BQU8sVUFBVSxDQUFDLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0FBQ3hDLENBQUMsQ0FBQztBQUVGLE1BQU0sVUFBVSxlQUFlLENBQUMsU0FBOEI7SUFDMUQsT0FBTyxDQUFDLE1BQWMsRUFBRSxHQUFXLEVBQUUsRUFBRTtRQUNuQyxNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsd0JBQXdCLENBQUMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQ2hFLElBQUcsVUFBVSxFQUFFO1lBQ1gsTUFBTSxDQUFDLGNBQWMsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO2dCQUMvQixHQUFHLEVBQUUsVUFBVSxDQUFDLEdBQUc7Z0JBQ25CLEdBQUcsRUFBRSxRQUFRLENBQUMsRUFBRTtvQkFDWixVQUFVLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDO2dCQUN4QyxDQUFDO2dCQUNELFVBQVUsRUFBRSxJQUFJO2dCQUNoQixZQUFZLEVBQUUsSUFBSTthQUNyQixDQUFDLENBQUM7U0FDTjthQUFNO1lBQ0gsTUFBTSxDQUFDLGNBQWMsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO2dCQUMvQixHQUFHLEVBQUU7b0JBQ0QsT0FBTyxJQUFJLENBQUMsSUFBSSxHQUFHLEdBQUcsQ0FBQyxDQUFDO2dCQUM1QixDQUFDO2dCQUNELEdBQUcsRUFBRSxVQUFVLFFBQVE7b0JBQ25CLElBQUksQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDLEdBQUcsU0FBUyxDQUFDLFFBQVEsQ0FBQyxDQUFDO2dCQUMzQyxDQUFDO2dCQUNELFVBQVUsRUFBRSxJQUFJO2dCQUNoQixZQUFZLEVBQUUsSUFBSTthQUNyQixDQUFDLENBQUM7U0FDTjtJQUNMLENBQUMsQ0FBQztBQUNOLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgX2Jvb2xlYW5Db252ZXJ0ZXIgPSAodmFsdWU6IGFueSkgPT4ge1xuICAgIGlmKHZhbHVlID09PSBudWxsIHx8IHZhbHVlID09PSB1bmRlZmluZWQgfHwgdHlwZW9mIHZhbHVlID09PSAnYm9vbGVhbicpXG4gICAgICAgIHJldHVybiB2YWx1ZTtcblxuICAgIHJldHVybiB2YWx1ZS50b1N0cmluZygpID09PSAndHJ1ZSc7XG59O1xuXG5leHBvcnQgY29uc3QgX251bWJlckNvbnZlcnRlciA9ICh2YWx1ZTogYW55KSA9PiB7XG4gICAgaWYodmFsdWUgPT09IG51bGwgfHwgdmFsdWUgPT09IHVuZGVmaW5lZCB8fCB0eXBlb2YgdmFsdWUgPT09ICdudW1iZXInKVxuICAgICAgICByZXR1cm4gdmFsdWU7XG5cbiAgICByZXR1cm4gcGFyc2VGbG9hdCh2YWx1ZS50b1N0cmluZygpKTtcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBfaW5wdXRDb252ZXJ0ZXIoY29udmVydGVyOiAodmFsdWU6IGFueSkgPT4gYW55KSB7XG4gICAgcmV0dXJuICh0YXJnZXQ6IE9iamVjdCwga2V5OiBzdHJpbmcpID0+IHtcbiAgICAgICAgY29uc3QgZGVmaW5pdGlvbiA9IE9iamVjdC5nZXRPd25Qcm9wZXJ0eURlc2NyaXB0b3IodGFyZ2V0LCBrZXkpO1xuICAgICAgICBpZihkZWZpbml0aW9uKSB7XG4gICAgICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGFyZ2V0LCBrZXksIHtcbiAgICAgICAgICAgICAgICBnZXQ6IGRlZmluaXRpb24uZ2V0LFxuICAgICAgICAgICAgICAgIHNldDogbmV3VmFsdWUgPT4ge1xuICAgICAgICAgICAgICAgICAgICBkZWZpbml0aW9uLnNldChjb252ZXJ0ZXIobmV3VmFsdWUpKTtcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIGVudW1lcmFibGU6IHRydWUsXG4gICAgICAgICAgICAgICAgY29uZmlndXJhYmxlOiB0cnVlXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIE9iamVjdC5kZWZpbmVQcm9wZXJ0eSh0YXJnZXQsIGtleSwge1xuICAgICAgICAgICAgICAgIGdldDogZnVuY3Rpb24gKCkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gdGhpc1snX18nICsga2V5XTtcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIHNldDogZnVuY3Rpb24gKG5ld1ZhbHVlKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXNbJ19fJyArIGtleV0gPSBjb252ZXJ0ZXIobmV3VmFsdWUpO1xuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgZW51bWVyYWJsZTogdHJ1ZSxcbiAgICAgICAgICAgICAgICBjb25maWd1cmFibGU6IHRydWVcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgfTtcbn0iXX0=
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX3NldHRpbmdzUHJvdmlkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb3JlL19zZXR0aW5nc1Byb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIElTZXJpYWxpemFibGVTZXR0aW5nc1Byb3ZpZGVyIHtcbiAgICBnZXRTZXJpYWxpemFibGVTZXR0aW5nczogKCkgPT4gYW55O1xufSJdfQ==
|
@@ -2,4 +2,4 @@
|
|
2
2
|
* Generated bundle index. Do not edit.
|
3
3
|
*/
|
4
4
|
export * from './index';
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci1jb3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29yZS9kZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyLWNvcmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
@@ -63,4 +63,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
63
63
|
}], developmentMode: [{
|
64
64
|
type: Input
|
65
65
|
}] } });
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0aW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvcmUvZHgtcmVwb3J0aW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUF3QyxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxXQUFXLEVBQWEsU0FBUyxFQUFnQixNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBTXpFLE1BQU0sT0FBZ0Isb0JBQW9CO0lBT3BCO0lBQWtEO0lBTjVELFFBQVEsQ0FBQztJQUNuQixhQUFhLENBQU07SUFDbkIsU0FBUyxDQUF1QztJQUVoRCxPQUFPLENBQWE7SUFFcEIsWUFBb0IsUUFBbUIsRUFBK0IsVUFBa0I7UUFBcEUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUErQixlQUFVLEdBQVYsVUFBVSxDQUFRO0lBQUksQ0FBQztJQUs3RixlQUFlO1FBQ1gsSUFBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUU7WUFDbkMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDckMsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7WUFDekMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1lBQzNDLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDMUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQztTQUMzRDtJQUNMLENBQUM7SUFDRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDckIsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7UUFDMUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7UUFDdEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7SUFDeEIsQ0FBQztJQUVELGNBQWM7UUFDVixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUM7UUFDdkIsT0FBTyxDQUFDLFNBQVMsRUFBRSxJQUFLLEVBQUUsRUFBRSxDQUFDLFNBQVMsQ0FBQyxTQUFTLElBQUksU0FBUyxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsSUFBSSxTQUFTLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLE1BQU0sRUFBRSxTQUFTLENBQUMsYUFBYSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLFNBQVMsRUFBRSxDQUFDLENBQUM7SUFDck0sQ0FBQztJQUVRLE1BQU0sR0FBVyxPQUFPLENBQUM7SUFDekIsS0FBSyxHQUFXLE1BQU0sQ0FBQztJQUN2QixRQUFRLEdBQVcsRUFBRSxDQUFDO0lBSS9CLGVBQWUsQ0FBVTt3R0F2Q0wsb0JBQW9CLDJDQU9TLFdBQVc7NEZBUHhDLG9CQUFvQixnUUFGNUIsRUFBRTs7QUF5Q2Q7SUFEQyxlQUFlLENBQUMsaUJBQWlCLENBQUM7NkRBQ1Y7NEZBdkNMLG9CQUFvQjtrQkFIekMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsRUFBRTtpQkFDZjs7MEJBUTJDLE1BQU07MkJBQUMsV0FBVzt5Q0FGNUQsT0FBTztzQkFETixTQUFTO3VCQUFDLFNBQVM7Z0JBNkJYLE1BQU07c0JBQWQsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFJTixlQUFlO3NCQUZkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBSZW5kZXJlcjIsIEVsZW1lbnRSZWYsIFZpZXdDaGlsZCwgSW5wdXQsIEluamVjdCwgUExBVEZPUk1fSUQsIE9uRGVzdHJveSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IF9ib29sZWFuQ29udmVydGVyLCBfaW5wdXRDb252ZXJ0ZXIgfSBmcm9tICcuL19pbnB1dC1jb252ZXJ0ZXJzJztcbmltcG9ydCB7IElKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbk9wdGlvbnMgfSBmcm9tICdAZGV2ZXhwcmVzcy9hbmFseXRpY3MtY29yZS9jb3JlL2JpbmRpbmcvX2pzRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucyc7XG5pbXBvcnQgeyBKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbiB9IGZyb20gJ0BkZXZleHByZXNzL2FuYWx5dGljcy1jb3JlL2FuYWx5dGljcy1pbnRlcm5hbC1uYXRpdmUnO1xuQENvbXBvbmVudCh7XG4gICAgdGVtcGxhdGU6ICcnXG59KVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIER4UmVwb3J0aW5nQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcbiAgcHJvdGVjdGVkIF9iaW5kaW5nO1xuICBiaW5kaW5nU2VuZGVyOiBhbnk7XG4gIGNhbGxiYWNrczogeyBba2V5OiBzdHJpbmddOiBFdmVudEVtaXR0ZXI8YW55PiB9O1xuICBAVmlld0NoaWxkKCdjb250cm9sJylcbiAgY29udHJvbDogRWxlbWVudFJlZjtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsIEBJbmplY3QoUExBVEZPUk1fSUQpIHByaXZhdGUgcGxhdGZvcm1JZDogT2JqZWN0KSB7IH1cbiAgYWJzdHJhY3QgZ2V0Q29udHJvbE9wdGlvbnMoKTogSUpTRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucztcbiAgYWJzdHJhY3QgZ2V0Q2FsbGJhY2tzKCk6IHsgW2tleTogc3RyaW5nXTogRXZlbnRFbWl0dGVyPGFueT4gfTtcbiAgYWJzdHJhY3QgZ2V0S29CaW5kaW5nKG9wdGlvbnM6IElKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbk9wdGlvbnMpOiBKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbjx1bmtub3duLCBJSlNEZXNpZ25lckJpbmRpbmdDb21tb25PcHRpb25zPjtcblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICBpZihpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICAgICAgdGhpcy5jYWxsYmFja3MgPSB0aGlzLmdldENhbGxiYWNrcygpO1xuICAgICAgICAgIGNvbnN0IG9wdGlvbnMgPSB0aGlzLmdldENvbnRyb2xPcHRpb25zKCk7XG4gICAgICAgICAgdGhpcy5fYmluZGluZyA9IHRoaXMuZ2V0S29CaW5kaW5nKG9wdGlvbnMpO1xuICAgICAgICAgIHRoaXMuYmluZGluZ1NlbmRlciA9IHRoaXMuX2JpbmRpbmcuc2VuZGVyO1xuICAgICAgICAgIHRoaXMuX2JpbmRpbmcuYXBwbHlCaW5kaW5ncyh0aGlzLmNvbnRyb2wubmF0aXZlRWxlbWVudCk7XG4gICAgICB9XG4gIH1cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICB0aGlzLl9iaW5kaW5nID0gbnVsbDtcbiAgICAgIHRoaXMuYmluZGluZ1NlbmRlciA9IG51bGw7XG4gICAgICB0aGlzLmNhbGxiYWNrcyA9IG51bGw7XG4gICAgICB0aGlzLmNvbnRyb2wgPSBudWxsO1xuICB9XG5cbiAgZ2V0RXZlbnRSYWlzZXIoKTogKGV2ZW50TmFtZTogc3RyaW5nLCBhcmdzPzogYW55KSA9PiB2b2lkIHtcbiAgICAgIGNvbnN0IGNvbXBvbmVudCA9IHRoaXM7XG4gICAgICByZXR1cm4gKGV2ZW50TmFtZSwgYXJncz8pID0+IGNvbXBvbmVudC5jYWxsYmFja3MgJiYgY29tcG9uZW50LmNhbGxiYWNrc1tldmVudE5hbWVdICYmIGNvbXBvbmVudC5jYWxsYmFja3NbZXZlbnROYW1lXS5lbWl0KHsgc2VuZGVyOiBjb21wb25lbnQuYmluZGluZ1NlbmRlciwgYXJnczogYXJncywgY29tcG9uZW50OiBjb21wb25lbnQgfSk7XG4gIH1cblxuICBASW5wdXQoKSBoZWlnaHQ6IHN0cmluZyA9ICc4MDBweCc7XG4gIEBJbnB1dCgpIHdpZHRoOiBzdHJpbmcgPSAnMTAwJSc7XG4gIEBJbnB1dCgpIGNzc0NsYXNzOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICBkZXZlbG9wbWVudE1vZGU6IGJvb2xlYW47XG59XG4iXX0=
|
package/esm2022/core/index.mjs
CHANGED
@@ -4,4 +4,4 @@
|
|
4
4
|
export * from './dx-reporting.component';
|
5
5
|
export * from './_input-converters';
|
6
6
|
export * from './_settingsProvider';
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIHJlcG9ydGluZy1hbmd1bGFyL2NvcmVcbiAqL1xuZXhwb3J0ICogZnJvbSAnLi9keC1yZXBvcnRpbmcuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vX2lucHV0LWNvbnZlcnRlcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9fc2V0dGluZ3NQcm92aWRlcic7XG4iXX0=
|
@@ -2,4 +2,4 @@
|
|
2
2
|
* Generated bundle index. Do not edit.
|
3
3
|
*/
|
4
4
|
export * from './index';
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
@@ -2,4 +2,4 @@
|
|
2
2
|
* Generated bundle index. Do not edit.
|
3
3
|
*/
|
4
4
|
export * from './index';
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci1keC1yZXBvcnQtZGVzaWduZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9keC1yZXBvcnQtZGVzaWduZXIvZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci1keC1yZXBvcnQtZGVzaWduZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
@@ -72,4 +72,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
72
72
|
}], reportUrl: [{
|
73
73
|
type: Input
|
74
74
|
}] } });
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vZHgtcmVwb3J0LWRlc2lnbmVyL2R4LXJlcG9ydC1kZXNpZ25lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBYSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsSCxPQUFPLEVBQXdFLHVCQUF1QixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDdkosT0FBTyxLQUFLLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFL0IsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFekUsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDdEUsT0FBTyxFQUFFLHNDQUFzQyxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDbEcsT0FBTyxFQUFFLHVDQUF1QyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7OztBQVNqRixNQUFNLE9BQU8seUJBQTBCLFNBQVEsb0JBQW9CO0lBQ2pFLFdBQVcsR0FBRyxFQUFFLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDdEIsYUFBYSxDQUFtQjtJQUd4QyxjQUFjLENBQTBDO0lBR3hELGtCQUFrQixDQUFxQztJQUd2RCxxQkFBcUIsQ0FBeUM7SUFFOUQsWUFBWSxRQUFtQixFQUF1QixVQUFrQjtRQUNwRSxLQUFLLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFDRCxZQUFZO1FBQ1IsT0FBTyxJQUFJLENBQUMsa0JBQWtCLENBQUM7SUFDbkMsQ0FBQztJQUNELFlBQVksQ0FBQyxPQUErQjtRQUN4QyxPQUFPLElBQUksdUJBQXVCLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFDO0lBQ3ZFLENBQUM7SUFDRCxpQkFBaUI7UUFDYixPQUFPO1lBQ0gsZUFBZSxFQUFFLElBQUksQ0FBQyxlQUFlO1lBQ3JDLFNBQVMsRUFBRSxJQUFJLENBQUMsV0FBVztZQUMzQixjQUFjLEVBQUUsSUFBSSxDQUFDLGNBQWM7WUFDbkMscUJBQXFCLEVBQUUsSUFBSSxDQUFDLHFCQUFxQixFQUFFLHVCQUF1QixFQUFFO1lBQzVFLFNBQVMsRUFBRSxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUUsT0FBTyxFQUFFLEVBQUUsRUFBRTtTQUMzQyxDQUFDO0lBQ04sQ0FBQztJQUNELFdBQVc7UUFDUCxFQUFFLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDekMsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDO1FBQzNCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUM7UUFDL0IsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFDeEIsSUFBSSxDQUFDLHFCQUFxQixHQUFHLElBQUksQ0FBQztJQUN0QyxDQUFDO0lBRUQsZ0JBQWdCO1FBQ1osT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVELGVBQWU7UUFDWCxPQUFPLElBQUksQ0FBQyxhQUFhLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDaEQsQ0FBQztJQUVELElBQ0ksU0FBUztRQUNULE9BQU8sSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFDRCxJQUFJLFNBQVMsQ0FBQyxTQUFpQjtRQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQ2hDLENBQUM7d0dBdERVLHlCQUF5QiwyQ0FhSyxXQUFXOzRGQWJ6Qyx5QkFBeUIsMElBSXRCLHVDQUF1QyxxRkFHdkMsa0NBQWtDLHdGQUdsQyxzQ0FBc0MsdUVDM0J0RCxzSkFFTTs7NEZEZU8seUJBQXlCO2tCQU5yQyxTQUFTOytCQUNJLG9CQUFvQixpQkFDZixpQkFBaUIsQ0FBQyxJQUFJOzswQkFpQkwsTUFBTTsyQkFBQyxXQUFXO3lDQVJwRCxjQUFjO3NCQURiLFlBQVk7dUJBQUMsdUNBQXVDO2dCQUlyRCxrQkFBa0I7c0JBRGpCLFlBQVk7dUJBQUMsa0NBQWtDO2dCQUloRCxxQkFBcUI7c0JBRHBCLFlBQVk7dUJBQUMsc0NBQXNDO2dCQXVDaEQsU0FBUztzQkFEWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDb250ZW50Q2hpbGQsIEluamVjdCwgSW5wdXQsIFBMQVRGT1JNX0lELCBSZW5kZXJlcjIsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJUmVwb3J0RGVzaWduZXJPcHRpb25zLCBJUmVwb3J0RGVzaWduZXJSb290Q29udGV4dCwgSlNSZXBvcnREZXNpZ25lciwgSlNSZXBvcnREZXNpZ25lckJpbmRpbmcgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy9keC1yZXBvcnRkZXNpZ25lcic7XG5pbXBvcnQgKiBhcyBrbyBmcm9tICdrbm9ja291dCc7XG5cbmltcG9ydCB7IER4UmVwb3J0aW5nQ29tcG9uZW50IH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1jYWxsYmFja3MnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtZGVzaWduZXItbW9kZWwtc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1yZXF1ZXN0LW9wdGlvbnMnO1xuaW1wb3J0IHsgUHJldmlld01vZGVsIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmcvc2NvcGVzL3JlcG9ydGluZy12aWV3ZXItaW50ZXJuYWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2R4LXJlcG9ydC1kZXNpZ25lcicsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFtdXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQgZXh0ZW5kcyBEeFJlcG9ydGluZ0NvbXBvbmVudCB7XG4gIGtvUmVwb3J0VXJsID0ga28ub2JzZXJ2YWJsZSgpO1xuICBkZWNsYXJlIGJpbmRpbmdTZW5kZXI6IEpTUmVwb3J0RGVzaWduZXI7XG5cbiAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQpXG4gIHJlcXVlc3RPcHRpb25zOiBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQ7XG5cbiAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50KVxuICBjYWxsYmFja3NDb21wb25lbnQ6IER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQ7XG5cbiAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudClcbiAgZGVzaWduZXJNb2RlbFNldHRpbmdzOiBEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudDtcblxuICBjb25zdHJ1Y3RvcihyZW5kZXJlcjogUmVuZGVyZXIyLCBASW5qZWN0KFBMQVRGT1JNX0lEKSBwbGF0Zm9ybUlkOiBPYmplY3QpIHtcbiAgICAgIHN1cGVyKHJlbmRlcmVyLCBwbGF0Zm9ybUlkKTtcbiAgfVxuICBnZXRDYWxsYmFja3MoKTogRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCB7XG4gICAgICByZXR1cm4gdGhpcy5jYWxsYmFja3NDb21wb25lbnQ7XG4gIH1cbiAgZ2V0S29CaW5kaW5nKG9wdGlvbnM6IElSZXBvcnREZXNpZ25lck9wdGlvbnMpOiBKU1JlcG9ydERlc2lnbmVyQmluZGluZyB7XG4gICAgICByZXR1cm4gbmV3IEpTUmVwb3J0RGVzaWduZXJCaW5kaW5nKG9wdGlvbnMsIHRoaXMuZ2V0RXZlbnRSYWlzZXIoKSk7XG4gIH1cbiAgZ2V0Q29udHJvbE9wdGlvbnMoKTogSVJlcG9ydERlc2lnbmVyT3B0aW9ucyB7XG4gICAgICByZXR1cm4ge1xuICAgICAgICAgIGRldmVsb3BtZW50TW9kZTogdGhpcy5kZXZlbG9wbWVudE1vZGUsXG4gICAgICAgICAgcmVwb3J0VXJsOiB0aGlzLmtvUmVwb3J0VXJsLFxuICAgICAgICAgIHJlcXVlc3RPcHRpb25zOiB0aGlzLnJlcXVlc3RPcHRpb25zLFxuICAgICAgICAgIGRlc2lnbmVyTW9kZWxTZXR0aW5nczogdGhpcy5kZXNpZ25lck1vZGVsU2V0dGluZ3M/LmdldFNlcmlhbGl6YWJsZVNldHRpbmdzKCksXG4gICAgICAgICAgY2FsbGJhY2tzOiB7IGRlc2lnbmVyOiB7fSwgcHJldmlldzoge30gfVxuICAgICAgfTtcbiAgfVxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgIGtvLmNsZWFuTm9kZSh0aGlzLmNvbnRyb2wubmF0aXZlRWxlbWVudCk7XG4gICAgICBzdXBlci5uZ09uRGVzdHJveSgpO1xuICAgICAgdGhpcy5yZXF1ZXN0T3B0aW9ucyA9IG51bGw7XG4gICAgICB0aGlzLmNhbGxiYWNrc0NvbXBvbmVudCA9IG51bGw7XG4gICAgICB0aGlzLmtvUmVwb3J0VXJsID0gbnVsbDtcbiAgICAgIHRoaXMuZGVzaWduZXJNb2RlbFNldHRpbmdzID0gbnVsbDtcbiAgfVxuXG4gIEdldERlc2lnbmVyTW9kZWwoKTogSVJlcG9ydERlc2lnbmVyUm9vdENvbnRleHQge1xuICAgICAgcmV0dXJuIHRoaXMuYmluZGluZ1NlbmRlci5HZXREZXNpZ25lck1vZGVsKCk7XG4gIH1cblxuICBHZXRQcmV2aWV3TW9kZWwoKTogUHJldmlld01vZGVsIHtcbiAgICAgIHJldHVybiB0aGlzLmJpbmRpbmdTZW5kZXIuR2V0UHJldmlld01vZGVsKCk7XG4gIH1cblxuICBASW5wdXQoKVxuICBnZXQgcmVwb3J0VXJsKCk6IHN0cmluZyB7XG4gICAgICByZXR1cm4gdGhpcy5rb1JlcG9ydFVybCgpO1xuICB9XG4gIHNldCByZXBvcnRVcmwocmVwb3J0VXJsOiBzdHJpbmcpIHtcbiAgICAgIHRoaXMua29SZXBvcnRVcmwocmVwb3J0VXJsKTtcbiAgfVxufVxuIiwiPGRpdiAjY29udHJvbCBbbmdDbGFzc109XCJjc3NDbGFzc1wiIFtuZ1N0eWxlXT1cInsnd2lkdGgnOiB3aWR0aCwgJ2hlaWdodCc6IGhlaWdodCB9XCI+XG4gIDxkaXYgZGF0YS1iaW5kPVwiZHhSZXBvcnREZXNpZ25lcjogJGRhdGFcIj48L2Rpdj5cbjwvZGl2PiJdfQ==
|
@@ -55,4 +55,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
55
55
|
]
|
56
56
|
}]
|
57
57
|
}] });
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3RFLE9BQU8sRUFBRSwyQ0FBMkMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ25HLE9BQU8sRUFBRSxpREFBaUQsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ2hILE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3Q0FBd0MsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzdGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQTBCM0YsTUFBTSxPQUFPLHNCQUFzQjt3R0FBdEIsc0JBQXNCO3lHQUF0QixzQkFBc0IsaUJBcEIzQixrQ0FBa0M7WUFDbEMsdUNBQXVDO1lBQ3ZDLHlCQUF5QjtZQUN6Qix3Q0FBd0M7WUFDeEMsdUNBQXVDO1lBQ3ZDLDJDQUEyQztZQUMzQyxpREFBaUQ7WUFDakQsc0NBQXNDLGFBVGhDLFlBQVksYUFZbEIsa0NBQWtDO1lBQ2xDLHVDQUF1QztZQUN2Qyx5QkFBeUI7WUFDekIsd0NBQXdDO1lBQ3hDLHVDQUF1QztZQUN2QywyQ0FBMkM7WUFDM0MsaURBQWlEO1lBQ2pELHNDQUFzQyxPQXBCdEMsd0JBQXdCO3lHQXVCbkIsc0JBQXNCLFlBdEJyQixZQUFZOzs0RkFzQmIsc0JBQXNCO2tCQXhCbEMsUUFBUTttQkFBQztvQkFDTixFQUFFLEVBQUUsd0JBQXdCO29CQUM1QixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixrQ0FBa0M7d0JBQ2xDLHVDQUF1Qzt3QkFDdkMseUJBQXlCO3dCQUN6Qix3Q0FBd0M7d0JBQ3hDLHVDQUF1Qzt3QkFDdkMsMkNBQTJDO3dCQUMzQyxpREFBaUQ7d0JBQ2pELHNDQUFzQztxQkFDekM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLGtDQUFrQzt3QkFDbEMsdUNBQXVDO3dCQUN2Qyx5QkFBeUI7d0JBQ3pCLHdDQUF3Qzt3QkFDeEMsdUNBQXVDO3dCQUN2QywyQ0FBMkM7d0JBQzNDLGlEQUFpRDt3QkFDakQsc0NBQXNDO3FCQUN6QztpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCB9IGZyb20gJy4vZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWNhbGxiYWNrcyc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRhdGFzb3VyY2Utc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJQYXJhbWV0ZXJFZGl0aW5nU2V0dGluZ3NDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtcGFyYW1ldGVyLWVkaXRpbmctc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRlc2lnbmVyLW1vZGVsLXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyUHJldmlld1NldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXByZXZpZXctc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1yZXF1ZXN0LW9wdGlvbnMnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXdpemFyZC1zZXR0aW5ncy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGlkOiAnRHhSZXBvcnREZXNpZ25lck1vZHVsZScsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUGFyYW1ldGVyRWRpdGluZ1NldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJQcmV2aWV3U2V0dGluZ3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckRhdGFTb3VyY2VTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lclBhcmFtZXRlckVkaXRpbmdTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0RGVzaWduZXJNb2R1bGUgeyB9XG4iXX0=
|