devexpress-reporting-angular 25.1.2-beta → 25.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. package/dx-report-viewer/components/reporting/directives/text-copier.directive.d.ts +9 -0
  2. package/dx-report-viewer/dx-report-viewer.module.d.ts +38 -37
  3. package/esm2022/dx-report-viewer/components/analytics/directives/ellipsisEditor.directive.mjs +2 -4
  4. package/esm2022/dx-report-viewer/components/analytics/properties/popover/popover.component.mjs +1 -1
  5. package/esm2022/dx-report-viewer/components/reporting/aipanel/aipanel.component.mjs +1 -1
  6. package/esm2022/dx-report-viewer/components/reporting/directives/text-copier.directive.mjs +22 -0
  7. package/esm2022/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.mjs +3 -3
  8. package/esm2022/dx-report-viewer/components/reporting/editing/export/export-tool.component.mjs +3 -3
  9. package/esm2022/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.mjs +1 -1
  10. package/esm2022/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.mjs +3 -3
  11. package/esm2022/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.mjs +1 -1
  12. package/esm2022/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.mjs +1 -1
  13. package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.mjs +3 -3
  14. package/esm2022/dx-report-viewer/components/reporting/parameterspanel/date-range/popup/popup-container.component.mjs +1 -1
  15. package/esm2022/dx-report-viewer/components/reporting/reportpreview/page/page.component.mjs +1 -1
  16. package/esm2022/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.mjs +6 -5
  17. package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.mjs +1 -1
  18. package/esm2022/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.mjs +1 -1
  19. package/esm2022/dx-report-viewer/dx-report-viewer.module.mjs +4 -1
  20. package/fesm2022/devexpress-reporting-angular-dx-report-viewer.mjs +41 -23
  21. package/fesm2022/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -1
  22. package/package.json +5 -5
@@ -0,0 +1,9 @@
1
+ import { BaseDisposableDirective } from '../../analytics/directives/disposable.directive.base';
2
+ import { IReportPreviewViewModel } from 'devexpress-reporting/viewer/reportPreview.viewModel';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TextCopierDirective extends BaseDisposableDirective {
5
+ viewModel: IReportPreviewViewModel;
6
+ InitAndReturnDisposeFunc(element: HTMLElement): () => void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextCopierDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextCopierDirective, "[dxvTextCopier]", never, { "viewModel": { "alias": "dxvTextCopier"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
@@ -82,44 +82,45 @@ import * as i80 from "./components/reporting/reportpreview/brick/brick.component
82
82
  import * as i81 from "./components/reporting/reportpreview/brick/brick-clickable.component";
83
83
  import * as i82 from "./components/reporting/editing/export/export-tool.component";
84
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";
85
+ import * as i84 from "./components/reporting/directives/text-copier.directive";
86
+ import * as i85 from "./components/reporting/directives/preview-page-renderer.directive";
87
+ import * as i86 from "./components/reporting/directives/to-view.directive";
88
+ import * as i87 from "./components/reporting/directives/brick-selection.directive";
89
+ import * as i88 from "./components/analytics/directives/resizable.directive";
90
+ import * as i89 from "./components/analytics/directives/zoom.directive";
91
+ import * as i90 from "./components/reporting/directives/child-styles.directive";
92
+ import * as i91 from "./components/analytics/directives/searchHighlighting.directive";
93
+ import * as i92 from "./components/analytics/directives/accordion.directive";
94
+ import * as i93 from "./components/analytics/directives/ellipsisEditor.directive";
95
+ import * as i94 from "./components/analytics/directives/buttonWithTemplate.directive";
96
+ import * as i95 from "./components/reporting/editing/check-field/editing-field-checkbox-glyph.component";
97
+ import * as i96 from "./components/analytics/directives/dx-mutation-observer.directive";
98
+ import * as i97 from "./components/reporting/mobile/directives/mobile.searchBar.directive";
99
+ import * as i98 from "./components/reporting/mobile/directives/mobile.paginator.directive";
100
+ import * as i99 from "./components/analytics/template/lazy.template.component";
101
+ import * as i100 from "./components/reporting/mobile/surface/mobile.surface.component";
102
+ import * as i101 from "./components/reporting/mobile/directives/mobile.slide.directive";
103
+ import * as i102 from "./components/reporting/mobile/directives/mobile.zoom.directive";
104
+ import * as i103 from "./components/reporting/mobile/gallery/mobile.gallery.component";
105
+ import * as i104 from "./components/reporting/mobile/page/mobile.page.component";
106
+ import * as i105 from "./components/reporting/mobile/actions/mobile.actions.component";
107
+ import * as i106 from "./components/reporting/mobile/parameters/mobile.parameters.popup.component";
108
+ import * as i107 from "./components/reporting/mobile/parameters/mobile.parameters.component";
109
+ import * as i108 from "./components/reporting/mobile/parameters/mobile.parameters.daterange.component";
110
+ import * as i109 from "./components/reporting/mobile/actions/mobile.actions.export.component";
111
+ import * as i110 from "./components/reporting/mobile/search/mobile.search.component";
112
+ import * as i111 from "./components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component";
113
+ import * as i112 from "./components/reporting/mobile/directives/mobile.autofit.directive";
114
+ import * as i113 from "./components/reporting/mobile/pages/pages/mobile.pages.component";
115
+ import * as i114 from "./components/analytics/directives/key-down-actions.directive";
116
+ import * as i115 from "./components/reporting/reportpreview/breadcrumbs/breadcrumbs.component";
117
+ import * as i116 from "./dx-report-parameters-panel.component";
118
+ import * as i117 from "./dxrpp-callbacks";
119
+ import * as i118 from "./dxrpp-request-options";
120
+ import * as i119 from "@angular/common";
121
+ import * as i120 from "devextreme-angular";
121
122
  export declare class DxReportViewerModule {
122
123
  static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerModule, never>;
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]>;
124
+ 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.TextCopierDirective, typeof i85.PreviewPageRendererDirective, typeof i86.ToViewDirective, typeof i87.BrickSelectionDirective, typeof i88.ResizableDirective, typeof i89.ZoomDirective, typeof i90.ChildStyleDirective, typeof i91.SearchHighlightingDirective, typeof i92.AccordionDirective, typeof i93.EllipsisEditorDirective, typeof i94.ButtonWithTemplateDirective, typeof i95.EditingFieldCheckboxGlyphComponent, typeof i96.DxMutationObserverDirective, typeof i97.MobileSearchBarDirective, typeof i98.MobilePaginatorDirective, typeof i99.LazyTemplateComponent, typeof i100.MobileSurfaceComponent, typeof i101.MobileSlideDirective, typeof i102.MobileZoomDirective, typeof i103.MobileGalleryComponent, typeof i104.MobilePageComponent, typeof i105.MobileActionsComponent, typeof i106.MobileParametersPopupComponent, typeof i107.MobileParametersComponent, typeof i108.MobileParametersDateRangeComponent, typeof i109.MobileActionsExportComponent, typeof i110.MobileSearchComponent, typeof i111.DateRangeMobileComponent, typeof i112.MobileAutofitDirective, typeof i113.MobilePaginatorComponent, typeof i114.KeyDownActionsDirective, typeof i115.BreadcrumbsComponent, typeof i116.DxReportParametersPanelComponent, typeof i117.DxReportParametersPanelCallbacksComponent, typeof i118.DxReportParametersPanelRequestOptionsComponent], [typeof i119.CommonModule, typeof i120.DxButtonModule, typeof i120.DxTextAreaModule, typeof i120.DxLoadIndicatorModule, typeof i120.DxLoadPanelModule, typeof i120.DxScrollViewModule, typeof i120.DxSelectBoxModule, typeof i120.DxMenuModule, typeof i120.DxTagBoxModule, typeof i120.DxTextBoxModule, typeof i120.DxValidatorModule, typeof i120.DxDateBoxModule, typeof i120.DxCheckBoxModule, typeof i120.DxNumberBoxModule, typeof i120.DxColorBoxModule, typeof i120.DxPopupModule, typeof i120.DxPopoverModule, typeof i120.DxSliderModule, typeof i120.DxCalendarModule, typeof i120.DxListModule, typeof i120.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 i116.DxReportParametersPanelComponent, typeof i117.DxReportParametersPanelCallbacksComponent, typeof i118.DxReportParametersPanelRequestOptionsComponent, typeof i10.DxReportViewerAISettingsComponent, typeof i11.DxReportViewerAITranslationSettingsComponent, typeof i12.DxReportViewerAISummarizationSettingsComponent]>;
124
125
  static ɵinj: i0.ɵɵInjectorDeclaration<DxReportViewerModule>;
125
126
  }
@@ -12,9 +12,7 @@ export class EllipsisEditorDirective {
12
12
  this._editor = new dxEllipsisEditor(this._element.nativeElement, this.options);
13
13
  }
14
14
  ngOnChanges() {
15
- if (this._editor && this._editor.option('value') != this.options.value) {
16
- this._editor.option('value', this.options.value);
17
- }
15
+ this._editor?._updateOptions(this.options);
18
16
  }
19
17
  ngOnDestroy() {
20
18
  this._editor?.dispose();
@@ -31,4 +29,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
31
29
  type: Input,
32
30
  args: ['dxaEllipsisEditor']
33
31
  }] } });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxsaXBzaXNFZGl0b3IuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL2FuYWx5dGljcy9kaXJlY3RpdmVzL2VsbGlwc2lzRWRpdG9yLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBYyxLQUFLLEVBQXdCLE1BQU0sZUFBZSxDQUFDO0FBQ2xHLE9BQU8sRUFBeUIsZ0JBQWdCLEVBQUUsTUFBTSx5RUFBeUUsQ0FBQzs7QUFJbEksTUFBTSxPQUFPLHVCQUF1QjtJQUdaO0lBRlEsT0FBTyxDQUF3QjtJQUNuRCxPQUFPLENBQW1CO0lBQ2xDLFlBQW9CLFFBQW9CO1FBQXBCLGFBQVEsR0FBUixRQUFRLENBQVk7SUFBSSxDQUFDO0lBRTdDLGVBQWU7UUFDWCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ25GLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBRyxJQUFJLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFO1lBQ25FLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQ3BEO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxDQUFDO0lBQzVCLENBQUM7d0dBakJRLHVCQUF1Qjs0RkFBdkIsdUJBQXVCOzs0RkFBdkIsdUJBQXVCO2tCQUhuQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7aUJBQ2xDOytFQUUrQixPQUFPO3NCQUFsQyxLQUFLO3VCQUFDLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIE9uQ2hhbmdlcywgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFbGxpcHNpc0VkaXRvck9wdGlvbnMsIGR4RWxsaXBzaXNFZGl0b3IgfSBmcm9tICdAZGV2ZXhwcmVzcy9hbmFseXRpY3MtY29yZS9wcm9wZXJ0eS1ncmlkL3dpZGdldHMvZWxsaXBzaXNlZGl0b3IvX2VkaXRvcic7XG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tkeGFFbGxpcHNpc0VkaXRvcl0nXG59KVxuZXhwb3J0IGNsYXNzIEVsbGlwc2lzRWRpdG9yRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuICAgIEBJbnB1dCgnZHhhRWxsaXBzaXNFZGl0b3InKSBvcHRpb25zOiBFbGxpcHNpc0VkaXRvck9wdGlvbnM7XG4gICAgcHJpdmF0ZSBfZWRpdG9yOiBkeEVsbGlwc2lzRWRpdG9yO1xuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgX2VsZW1lbnQ6IEVsZW1lbnRSZWYpIHsgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9lZGl0b3IgPSBuZXcgZHhFbGxpcHNpc0VkaXRvcih0aGlzLl9lbGVtZW50Lm5hdGl2ZUVsZW1lbnQsIHRoaXMub3B0aW9ucyk7XG4gICAgfVxuXG4gICAgbmdPbkNoYW5nZXMoKTogdm9pZCB7XG4gICAgICAgIGlmKHRoaXMuX2VkaXRvciAmJiB0aGlzLl9lZGl0b3Iub3B0aW9uKCd2YWx1ZScpICE9IHRoaXMub3B0aW9ucy52YWx1ZSkge1xuICAgICAgICAgICAgdGhpcy5fZWRpdG9yLm9wdGlvbigndmFsdWUnLCB0aGlzLm9wdGlvbnMudmFsdWUpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX2VkaXRvcj8uZGlzcG9zZSgpO1xuICAgIH1cbn1cbiJdfQ==
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxsaXBzaXNFZGl0b3IuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL2FuYWx5dGljcy9kaXJlY3RpdmVzL2VsbGlwc2lzRWRpdG9yLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBYyxLQUFLLEVBQXdCLE1BQU0sZUFBZSxDQUFDO0FBQ2xHLE9BQU8sRUFBeUIsZ0JBQWdCLEVBQUUsTUFBTSx5RUFBeUUsQ0FBQzs7QUFJbEksTUFBTSxPQUFPLHVCQUF1QjtJQUdaO0lBRlEsT0FBTyxDQUF3QjtJQUNuRCxPQUFPLENBQW1CO0lBQ2xDLFlBQW9CLFFBQW9CO1FBQXBCLGFBQVEsR0FBUixRQUFRLENBQVk7SUFBSSxDQUFDO0lBRTdDLGVBQWU7UUFDWCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ25GLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLE9BQU8sRUFBRSxjQUFjLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQy9DLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsQ0FBQztJQUM1QixDQUFDO3dHQWZRLHVCQUF1Qjs0RkFBdkIsdUJBQXVCOzs0RkFBdkIsdUJBQXVCO2tCQUhuQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7aUJBQ2xDOytFQUUrQixPQUFPO3NCQUFsQyxLQUFLO3VCQUFDLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIE9uQ2hhbmdlcywgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFbGxpcHNpc0VkaXRvck9wdGlvbnMsIGR4RWxsaXBzaXNFZGl0b3IgfSBmcm9tICdAZGV2ZXhwcmVzcy9hbmFseXRpY3MtY29yZS9wcm9wZXJ0eS1ncmlkL3dpZGdldHMvZWxsaXBzaXNlZGl0b3IvX2VkaXRvcic7XG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tkeGFFbGxpcHNpc0VkaXRvcl0nXG59KVxuZXhwb3J0IGNsYXNzIEVsbGlwc2lzRWRpdG9yRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuICAgIEBJbnB1dCgnZHhhRWxsaXBzaXNFZGl0b3InKSBvcHRpb25zOiBFbGxpcHNpc0VkaXRvck9wdGlvbnM7XG4gICAgcHJpdmF0ZSBfZWRpdG9yOiBkeEVsbGlwc2lzRWRpdG9yO1xuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgX2VsZW1lbnQ6IEVsZW1lbnRSZWYpIHsgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9lZGl0b3IgPSBuZXcgZHhFbGxpcHNpc0VkaXRvcih0aGlzLl9lbGVtZW50Lm5hdGl2ZUVsZW1lbnQsIHRoaXMub3B0aW9ucyk7XG4gICAgfVxuXG4gICAgbmdPbkNoYW5nZXMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX2VkaXRvcj8uX3VwZGF0ZU9wdGlvbnModGhpcy5vcHRpb25zKTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fZWRpdG9yPy5kaXNwb3NlKCk7XG4gICAgfVxufVxuIl19
@@ -16,7 +16,7 @@ export class PopoverComponent {
16
16
  this._cd.detectChanges();
17
17
  }
18
18
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PopoverComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
19
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: PopoverComponent, selector: "dxa-propertygrid-popoverservice", inputs: { popover: ["data", "popover"] }, ngImport: i0, template: "<dx-popover\n [container]=\"container\"\n [target]=\"popover.target\"\n position=\"bottom\"\n [showCloseButton]=\"false\"\n (onHiding)=\"popover.onHiding()\"\n [hideOnOutsideClick]=\"true\"\n [hideOnParentScroll]=\"true\"\n [width]=\"350\"\n [(visible)]=\"popover.visible\"\n>\n<div class=\"propertygrid-editor-description-popover-content\">\n <span>{{popover.data}}</span>\n</div>\n</dx-popover>", dependencies: [{ kind: "component", type: i1.DxPopoverComponent, selector: "dx-popover", inputs: ["animation", "closeOnOutsideClick", "container", "contentTemplate", "deferRendering", "disabled", "enableBodyScroll", "height", "hideEvent", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showEvent", "showTitle", "target", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onShowing", "onShown", "onTitleRendered", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "enableBodyScrollChange", "heightChange", "hideEventChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showEventChange", "showTitleChange", "targetChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
19
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: PopoverComponent, selector: "dxa-propertygrid-popoverservice", inputs: { popover: ["data", "popover"] }, ngImport: i0, template: "<dx-popover\n [container]=\"container\"\n [target]=\"popover.target\"\n position=\"bottom\"\n [showCloseButton]=\"false\"\n (onHiding)=\"popover.onHiding()\"\n [hideOnOutsideClick]=\"true\"\n [hideOnParentScroll]=\"true\"\n [width]=\"350\"\n [(visible)]=\"popover.visible\"\n>\n<div class=\"propertygrid-editor-description-popover-content\">\n <span>{{popover.data}}</span>\n</div>\n</dx-popover>", dependencies: [{ kind: "component", type: i1.DxPopoverComponent, selector: "dx-popover", inputs: ["animation", "container", "contentTemplate", "deferRendering", "disabled", "enableBodyScroll", "height", "hideEvent", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showEvent", "showTitle", "target", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onShowing", "onShown", "onTitleRendered", "animationChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "enableBodyScrollChange", "heightChange", "hideEventChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showEventChange", "showTitleChange", "targetChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
20
20
  }
21
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PopoverComponent, decorators: [{
22
22
  type: Component,
@@ -21,7 +21,7 @@ export class AIPanelComponent {
21
21
  return this.data.model?.tabInfo?.visible && this.data.model?.tabInfo?.active;
22
22
  }
23
23
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AIPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AIPanelComponent, selector: "dxv-aipanel", inputs: { data: "data" }, ngImport: i0, template: "<div id=\"dxrd-preview-ai-panel-id\" class=\"dxrd-preview-ai-panel\" [hidden]=\"!getVisible()\">\n <div class=\"dxrd-right-panel-header dxd-text-primary\">\n <span> {{ viewModel.aiPanelHeaderLabel }} </span>\n </div>\n <div class=\"dxrd-preview-ai-panel-wrapper dx-editors\">\n <div class=\"dx-fieldset\">\n <div class=\"dx-field dxrd-preview-ai-select-box\">\n <label class=\"dxrd-preview-ai-form-label\" for=\"dxrv-ai-target-select\"> {{ viewModel.targetContentText }}\n </label>\n <dx-select-box id=\"dxrv-ai-target-select\" class=\"dxrd-preview-ai-form-input\"\n [dataSource]=\"viewModel.targetSelectBoxOptions.dataSource\"\n (onValueChanged)=\"viewModel.targetSelectBoxOptions.onValueChanged($event)\"\n [value]=\"viewModel.targetSelectBoxOptions.value\"\n [displayExpr]=\"viewModel.targetSelectBoxOptions.displayExpr\"\n [valueExpr]=\"viewModel.targetSelectBoxOptions.valueExpr\"\n [inputAttr]=\"viewModel.targetSelectBoxOptions.inputAttr\">\n </dx-select-box>\n </div>\n <div *ngIf=\"viewModel.languageSelectBoxOptions.visible\" class=\"dx-field dxrd-preview-ai-select-box\">\n <label class=\"dxrd-preview-ai-form-label\" for=\"dxrv-ai-language-select\"> {{ viewModel.targetLanguageText\n }} </label>\n <dx-select-box id=\"dxrv-ai-language-select\" class=\"dxrd-preview-ai-form-input\"\n [dataSource]=\"viewModel.languageSelectBoxOptions.dataSource\"\n (onValueChanged)=\"viewModel.languageSelectBoxOptions.onValueChanged($event)\"\n [value]=\"viewModel.languageSelectBoxOptions.value\"\n [displayExpr]=\"viewModel.languageSelectBoxOptions.displayExpr\"\n [valueExpr]=\"viewModel.languageSelectBoxOptions.valueExpr\"\n [showClearButton]=\"viewModel.languageSelectBoxOptions.showClearButton\"\n [inputAttr]=\"viewModel.languageSelectBoxOptions.inputAttr\"></dx-select-box>\n </div>\n\n <div *ngIf=\"viewModel.pageSelectBoxVisible\" class=\"dx-field dxrd-preview-ai-select-box\">\n <label class=\"dxrd-preview-ai-form-label\" for=\"dxrv-ai-page-select\"> {{ viewModel.pageSelectText }}\n </label>\n <dx-select-box class=\"dxrd-preview-ai-form-input\" id=\"dxrv-ai-page-select\"\n [dataSource]=\"viewModel.pageSelectBoxOptions.dataSource\"\n (onValueChanged)=\"viewModel.pageSelectBoxOptions.onValueChanged($event)\"\n [value]=\"viewModel.pageSelectBoxOptions.value\"\n [displayExpr]=\"viewModel.pageSelectBoxOptions.displayExpr\"\n [valueExpr]=\"viewModel.pageSelectBoxOptions.valueExpr\"\n [searchExpr]=\"viewModel.pageSelectBoxOptions.searchExpr\"\n [searchEnabled]=\"viewModel.pageSelectBoxOptions.searchEnabled\"\n [visible]=\"viewModel.pageSelectBoxOptions.visible\"\n [inputAttr]=\"viewModel.pageSelectBoxOptions.inputAttr\"></dx-select-box>\n </div>\n <div class=\"dx-field\">\n <div class=\"dxrd-preview-ai-buttons-wrapper\">\n <dx-load-indicator class=\"dxrd-preview-ai-buttons\"\n [visible]=\"viewModel.buttons.translateTextButton.disabled || viewModel.buttons.summarizeTextButton.disabled\"\n height=\"24\" width=\"24\"></dx-load-indicator>\n <dx-button class=\"dxrd-preview-ai-buttons dx-accessibility-focus-border-accented\"\n [text]=\"viewModel.buttons.translateTextButton.text\"\n [disabled]=\"viewModel.buttons.translateTextButton.disabled\"\n (onClick)=\"viewModel.buttons.translateTextButton.onClick($event)\"\n [width]=\"viewModel.buttons.translateTextButton.width\"\n [visible]=\"viewModel.buttons.translateTextButton.visible\">\n </dx-button>\n <dx-button class=\"dxrd-preview-ai-buttons dx-accessibility-focus-border-accented\"\n [text]=\"viewModel.buttons.summarizeTextButton.text\"\n [disabled]=\"viewModel.buttons.summarizeTextButton.disabled\"\n (onClick)=\"viewModel.buttons.summarizeTextButton.onClick($event)\"\n [width]=\"viewModel.buttons.summarizeTextButton.width\"\n [visible]=\"viewModel.buttons.summarizeTextButton.visible\">\n </dx-button>\n </div>\n </div>\n </div>\n <div *ngIf=\"viewModel.resultVisible\"\n class=\"dxrd-right-panel-header dxd-text-primary dxd-border-primary dxrd-ai-result-text\">\n <span class=\"dxrd-right-panel-result-text\"> {{ viewModel.textProcessingResultHeaderText }} </span>\n <div role=\"button\" class=\"dxrd-right-panel-copy-button dx-accessibility-focus-border-accented\" tabindex=\"0\"\n (keydown)=\"viewModel.copyText(data, $event)\">\n <dxa-template [template]=\"getCopyTemplate()\" class=\"dxd-icon-highlighted\"\n (click)=\"viewModel.buttons.copyResultButton.onClick(undefined)\"></dxa-template>\n </div>\n </div>\n <dx-text-area id=\"dxrd-ai-panel-text-area-id\" tabindex=\"0\" role=\"presentation\"\n class=\"dx-accessibility-focus-border-accented dxrd-preview-ai-panel-textarea dxd-back-primary2\"\n [value]=\"viewModel.aiProcessingResultText\" (onInput)=\"($event.event.preventDefault())\"\n (onPaste)=\"($event.event.preventDefault())\" (onKeyDown)=\"keyDown\" [hoverStateEnabled]=\"false\"\n [tabIndex]=\"-1\">\n </dx-text-area>\n\n </div>\n <dx-popup [width]=\"350\" [height]=\"200\" [shading]=\"false\" [focusStateEnabled]=\"false\"\n [visible]=\"viewModel.warningTextLimitPopupVisible\" [container]=\"'#dxrd-preview-ai-panel-id'\"\n [position]=\"{ at: 'top', my: 'top', collision: 'fit', of: '.dxrd-preview-ai-panel'}\" [showCloseButton]=\"false\"\n [showTitle]=\"false\" [wrapperAttr]=\"{ class: 'dxrd-preview-ai-panel-warning-popup' }\">\n <span class=\"dxrd-preview-ai-panel-warning-popup-text\"> {{ viewModel.limitExceededWarningMsg }} </span>\n <dx-check-box class=\"dxrd-preview-ai-panel-warning-popup-checkbox\"\n [text]=\"viewModel.proceedForAllCheckBoxOptions.text\" [value]=\"viewModel.proceedForAllCheckBoxOptions.value\"\n (onValueChanged)=\"viewModel.proceedForAllCheckBoxOptions.onValueChanged($event)\"></dx-check-box>\n <div class=\"dxrd-preview-ai-panel-warning-popup-button-group\">\n <dx-button [text]=\"viewModel.proceedNextChunkButtonText\"\n (onClick)=\"viewModel.proceedNextButtonClick($event)\"\n class=\"dxrd-preview-ai-panel-warning-popup-button dx-button-default\"></dx-button>\n <dx-button [text]=\"viewModel.cancelChunkedOperationButtonText\"\n (onClick)=\"viewModel.cancelProcessButtonClick($event)\"\n class=\"dxrd-preview-ai-panel-warning-popup-button\"></dx-button>\n </div>\n </dx-popup>\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxButtonComponent, selector: "dx-button", inputs: ["accessKey", "activeStateEnabled", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "icon", "rtlEnabled", "stylingMode", "tabIndex", "template", "text", "type", "useSubmitBehavior", "validationGroup", "visible", "width"], outputs: ["onClick", "onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "accessKeyChange", "activeStateEnabledChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "iconChange", "rtlEnabledChange", "stylingModeChange", "tabIndexChange", "templateChange", "textChange", "typeChange", "useSubmitBehaviorChange", "validationGroupChange", "visibleChange", "widthChange"] }, { kind: "component", type: i2.DxTextAreaComponent, selector: "dx-text-area", inputs: ["accessKey", "activeStateEnabled", "autoResizeEnabled", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "inputAttr", "isDirty", "isValid", "label", "labelMode", "maxHeight", "maxLength", "minHeight", "name", "placeholder", "readOnly", "rtlEnabled", "spellcheck", "stylingMode", "tabIndex", "text", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "visible", "width"], outputs: ["onChange", "onContentReady", "onCopy", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onKeyDown", "onKeyUp", "onOptionChanged", "onPaste", "onValueChanged", "accessKeyChange", "activeStateEnabledChange", "autoResizeEnabledChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isDirtyChange", "isValidChange", "labelChange", "labelModeChange", "maxHeightChange", "maxLengthChange", "minHeightChange", "nameChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "visibleChange", "widthChange", "onBlur"] }, { kind: "component", type: i2.DxLoadIndicatorComponent, selector: "dx-load-indicator", inputs: ["elementAttr", "height", "hint", "indicatorSrc", "rtlEnabled", "visible", "width"], outputs: ["onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "elementAttrChange", "heightChange", "hintChange", "indicatorSrcChange", "rtlEnabledChange", "visibleChange", "widthChange"] }, { kind: "component", type: i2.DxSelectBoxComponent, selector: "dx-select-box", inputs: ["acceptCustomValue", "accessKey", "activeStateEnabled", "buttons", "customItemCreateEvent", "dataSource", "deferRendering", "disabled", "displayExpr", "displayValue", "dropDownButtonTemplate", "dropDownOptions", "elementAttr", "fieldTemplate", "focusStateEnabled", "grouped", "groupTemplate", "height", "hint", "hoverStateEnabled", "inputAttr", "isDirty", "isValid", "items", "itemTemplate", "label", "labelMode", "maxLength", "minSearchLength", "name", "noDataText", "opened", "openOnFieldClick", "placeholder", "readOnly", "rtlEnabled", "searchEnabled", "searchExpr", "searchMode", "searchTimeout", "selectedItem", "showClearButton", "showDataBeforeSearch", "showDropDownButton", "showSelectionControls", "spellcheck", "stylingMode", "tabIndex", "text", "useItemTextAsTitle", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "valueExpr", "visible", "width", "wrapItemText"], outputs: ["onChange", "onClosed", "onContentReady", "onCopy", "onCustomItemCreating", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onItemClick", "onKeyDown", "onKeyUp", "onOpened", "onOptionChanged", "onPaste", "onSelectionChanged", "onValueChanged", "acceptCustomValueChange", "accessKeyChange", "activeStateEnabledChange", "buttonsChange", "customItemCreateEventChange", "dataSourceChange", "deferRenderingChange", "disabledChange", "displayExprChange", "displayValueChange", "dropDownButtonTemplateChange", "dropDownOptionsChange", "elementAttrChange", "fieldTemplateChange", "focusStateEnabledChange", "groupedChange", "groupTemplateChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isDirtyChange", "isValidChange", "itemsChange", "itemTemplateChange", "labelChange", "labelModeChange", "maxLengthChange", "minSearchLengthChange", "nameChange", "noDataTextChange", "openedChange", "openOnFieldClickChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "searchEnabledChange", "searchExprChange", "searchModeChange", "searchTimeoutChange", "selectedItemChange", "showClearButtonChange", "showDataBeforeSearchChange", "showDropDownButtonChange", "showSelectionControlsChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "useItemTextAsTitleChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "valueExprChange", "visibleChange", "widthChange", "wrapItemTextChange", "onBlur"] }, { kind: "component", type: i2.DxCheckBoxComponent, selector: "dx-check-box", inputs: ["accessKey", "activeStateEnabled", "disabled", "elementAttr", "enableThreeStateBehavior", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "iconSize", "isDirty", "isValid", "name", "readOnly", "rtlEnabled", "tabIndex", "text", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "visible", "width"], outputs: ["onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "onValueChanged", "accessKeyChange", "activeStateEnabledChange", "disabledChange", "elementAttrChange", "enableThreeStateBehaviorChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "iconSizeChange", "isDirtyChange", "isValidChange", "nameChange", "readOnlyChange", "rtlEnabledChange", "tabIndexChange", "textChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "visibleChange", "widthChange", "onBlur"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "closeOnOutsideClick", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }] });
24
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AIPanelComponent, selector: "dxv-aipanel", inputs: { data: "data" }, ngImport: i0, template: "<div id=\"dxrd-preview-ai-panel-id\" class=\"dxrd-preview-ai-panel\" [hidden]=\"!getVisible()\">\n <div class=\"dxrd-right-panel-header dxd-text-primary\">\n <span> {{ viewModel.aiPanelHeaderLabel }} </span>\n </div>\n <div class=\"dxrd-preview-ai-panel-wrapper dx-editors\">\n <div class=\"dx-fieldset\">\n <div class=\"dx-field dxrd-preview-ai-select-box\">\n <label class=\"dxrd-preview-ai-form-label\" for=\"dxrv-ai-target-select\"> {{ viewModel.targetContentText }}\n </label>\n <dx-select-box id=\"dxrv-ai-target-select\" class=\"dxrd-preview-ai-form-input\"\n [dataSource]=\"viewModel.targetSelectBoxOptions.dataSource\"\n (onValueChanged)=\"viewModel.targetSelectBoxOptions.onValueChanged($event)\"\n [value]=\"viewModel.targetSelectBoxOptions.value\"\n [displayExpr]=\"viewModel.targetSelectBoxOptions.displayExpr\"\n [valueExpr]=\"viewModel.targetSelectBoxOptions.valueExpr\"\n [inputAttr]=\"viewModel.targetSelectBoxOptions.inputAttr\">\n </dx-select-box>\n </div>\n <div *ngIf=\"viewModel.languageSelectBoxOptions.visible\" class=\"dx-field dxrd-preview-ai-select-box\">\n <label class=\"dxrd-preview-ai-form-label\" for=\"dxrv-ai-language-select\"> {{ viewModel.targetLanguageText\n }} </label>\n <dx-select-box id=\"dxrv-ai-language-select\" class=\"dxrd-preview-ai-form-input\"\n [dataSource]=\"viewModel.languageSelectBoxOptions.dataSource\"\n (onValueChanged)=\"viewModel.languageSelectBoxOptions.onValueChanged($event)\"\n [value]=\"viewModel.languageSelectBoxOptions.value\"\n [displayExpr]=\"viewModel.languageSelectBoxOptions.displayExpr\"\n [valueExpr]=\"viewModel.languageSelectBoxOptions.valueExpr\"\n [showClearButton]=\"viewModel.languageSelectBoxOptions.showClearButton\"\n [inputAttr]=\"viewModel.languageSelectBoxOptions.inputAttr\"></dx-select-box>\n </div>\n\n <div *ngIf=\"viewModel.pageSelectBoxVisible\" class=\"dx-field dxrd-preview-ai-select-box\">\n <label class=\"dxrd-preview-ai-form-label\" for=\"dxrv-ai-page-select\"> {{ viewModel.pageSelectText }}\n </label>\n <dx-select-box class=\"dxrd-preview-ai-form-input\" id=\"dxrv-ai-page-select\"\n [dataSource]=\"viewModel.pageSelectBoxOptions.dataSource\"\n (onValueChanged)=\"viewModel.pageSelectBoxOptions.onValueChanged($event)\"\n [value]=\"viewModel.pageSelectBoxOptions.value\"\n [displayExpr]=\"viewModel.pageSelectBoxOptions.displayExpr\"\n [valueExpr]=\"viewModel.pageSelectBoxOptions.valueExpr\"\n [searchExpr]=\"viewModel.pageSelectBoxOptions.searchExpr\"\n [searchEnabled]=\"viewModel.pageSelectBoxOptions.searchEnabled\"\n [visible]=\"viewModel.pageSelectBoxOptions.visible\"\n [inputAttr]=\"viewModel.pageSelectBoxOptions.inputAttr\"></dx-select-box>\n </div>\n <div class=\"dx-field\">\n <div class=\"dxrd-preview-ai-buttons-wrapper\">\n <dx-load-indicator class=\"dxrd-preview-ai-buttons\"\n [visible]=\"viewModel.buttons.translateTextButton.disabled || viewModel.buttons.summarizeTextButton.disabled\"\n height=\"24\" width=\"24\"></dx-load-indicator>\n <dx-button class=\"dxrd-preview-ai-buttons dx-accessibility-focus-border-accented\"\n [text]=\"viewModel.buttons.translateTextButton.text\"\n [disabled]=\"viewModel.buttons.translateTextButton.disabled\"\n (onClick)=\"viewModel.buttons.translateTextButton.onClick($event)\"\n [width]=\"viewModel.buttons.translateTextButton.width\"\n [visible]=\"viewModel.buttons.translateTextButton.visible\">\n </dx-button>\n <dx-button class=\"dxrd-preview-ai-buttons dx-accessibility-focus-border-accented\"\n [text]=\"viewModel.buttons.summarizeTextButton.text\"\n [disabled]=\"viewModel.buttons.summarizeTextButton.disabled\"\n (onClick)=\"viewModel.buttons.summarizeTextButton.onClick($event)\"\n [width]=\"viewModel.buttons.summarizeTextButton.width\"\n [visible]=\"viewModel.buttons.summarizeTextButton.visible\">\n </dx-button>\n </div>\n </div>\n </div>\n <div *ngIf=\"viewModel.resultVisible\"\n class=\"dxrd-right-panel-header dxd-text-primary dxd-border-primary dxrd-ai-result-text\">\n <span class=\"dxrd-right-panel-result-text\"> {{ viewModel.textProcessingResultHeaderText }} </span>\n <div role=\"button\" class=\"dxrd-right-panel-copy-button dx-accessibility-focus-border-accented\" tabindex=\"0\"\n (keydown)=\"viewModel.copyText(data, $event)\">\n <dxa-template [template]=\"getCopyTemplate()\" class=\"dxd-icon-highlighted\"\n (click)=\"viewModel.buttons.copyResultButton.onClick(undefined)\"></dxa-template>\n </div>\n </div>\n <dx-text-area id=\"dxrd-ai-panel-text-area-id\" tabindex=\"0\" role=\"presentation\"\n class=\"dx-accessibility-focus-border-accented dxrd-preview-ai-panel-textarea dxd-back-primary2\"\n [value]=\"viewModel.aiProcessingResultText\" (onInput)=\"($event.event.preventDefault())\"\n (onPaste)=\"($event.event.preventDefault())\" (onKeyDown)=\"keyDown\" [hoverStateEnabled]=\"false\"\n [tabIndex]=\"-1\">\n </dx-text-area>\n\n </div>\n <dx-popup [width]=\"350\" [height]=\"200\" [shading]=\"false\" [focusStateEnabled]=\"false\"\n [visible]=\"viewModel.warningTextLimitPopupVisible\" [container]=\"'#dxrd-preview-ai-panel-id'\"\n [position]=\"{ at: 'top', my: 'top', collision: 'fit', of: '.dxrd-preview-ai-panel'}\" [showCloseButton]=\"false\"\n [showTitle]=\"false\" [wrapperAttr]=\"{ class: 'dxrd-preview-ai-panel-warning-popup' }\">\n <span class=\"dxrd-preview-ai-panel-warning-popup-text\"> {{ viewModel.limitExceededWarningMsg }} </span>\n <dx-check-box class=\"dxrd-preview-ai-panel-warning-popup-checkbox\"\n [text]=\"viewModel.proceedForAllCheckBoxOptions.text\" [value]=\"viewModel.proceedForAllCheckBoxOptions.value\"\n (onValueChanged)=\"viewModel.proceedForAllCheckBoxOptions.onValueChanged($event)\"></dx-check-box>\n <div class=\"dxrd-preview-ai-panel-warning-popup-button-group\">\n <dx-button [text]=\"viewModel.proceedNextChunkButtonText\"\n (onClick)=\"viewModel.proceedNextButtonClick($event)\"\n class=\"dxrd-preview-ai-panel-warning-popup-button dx-button-default\"></dx-button>\n <dx-button [text]=\"viewModel.cancelChunkedOperationButtonText\"\n (onClick)=\"viewModel.cancelProcessButtonClick($event)\"\n class=\"dxrd-preview-ai-panel-warning-popup-button\"></dx-button>\n </div>\n </dx-popup>\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxButtonComponent, selector: "dx-button", inputs: ["accessKey", "activeStateEnabled", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "icon", "rtlEnabled", "stylingMode", "tabIndex", "template", "text", "type", "useSubmitBehavior", "validationGroup", "visible", "width"], outputs: ["onClick", "onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "accessKeyChange", "activeStateEnabledChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "iconChange", "rtlEnabledChange", "stylingModeChange", "tabIndexChange", "templateChange", "textChange", "typeChange", "useSubmitBehaviorChange", "validationGroupChange", "visibleChange", "widthChange"] }, { kind: "component", type: i2.DxTextAreaComponent, selector: "dx-text-area", inputs: ["accessKey", "activeStateEnabled", "autoResizeEnabled", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "inputAttr", "isDirty", "isValid", "label", "labelMode", "maxHeight", "maxLength", "minHeight", "name", "placeholder", "readOnly", "rtlEnabled", "spellcheck", "stylingMode", "tabIndex", "text", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "visible", "width"], outputs: ["onChange", "onContentReady", "onCopy", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onKeyDown", "onKeyUp", "onOptionChanged", "onPaste", "onValueChanged", "accessKeyChange", "activeStateEnabledChange", "autoResizeEnabledChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isDirtyChange", "isValidChange", "labelChange", "labelModeChange", "maxHeightChange", "maxLengthChange", "minHeightChange", "nameChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "visibleChange", "widthChange", "onBlur"] }, { kind: "component", type: i2.DxLoadIndicatorComponent, selector: "dx-load-indicator", inputs: ["elementAttr", "height", "hint", "indicatorSrc", "rtlEnabled", "visible", "width"], outputs: ["onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "elementAttrChange", "heightChange", "hintChange", "indicatorSrcChange", "rtlEnabledChange", "visibleChange", "widthChange"] }, { kind: "component", type: i2.DxSelectBoxComponent, selector: "dx-select-box", inputs: ["acceptCustomValue", "accessKey", "activeStateEnabled", "buttons", "customItemCreateEvent", "dataSource", "deferRendering", "disabled", "displayExpr", "displayValue", "dropDownButtonTemplate", "dropDownOptions", "elementAttr", "fieldTemplate", "focusStateEnabled", "grouped", "groupTemplate", "height", "hint", "hoverStateEnabled", "inputAttr", "isDirty", "isValid", "items", "itemTemplate", "label", "labelMode", "maxLength", "minSearchLength", "name", "noDataText", "opened", "openOnFieldClick", "placeholder", "readOnly", "rtlEnabled", "searchEnabled", "searchExpr", "searchMode", "searchTimeout", "selectedItem", "showClearButton", "showDataBeforeSearch", "showDropDownButton", "showSelectionControls", "spellcheck", "stylingMode", "tabIndex", "text", "useItemTextAsTitle", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "valueExpr", "visible", "width", "wrapItemText"], outputs: ["onChange", "onClosed", "onContentReady", "onCopy", "onCustomItemCreating", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onItemClick", "onKeyDown", "onKeyUp", "onOpened", "onOptionChanged", "onPaste", "onSelectionChanged", "onValueChanged", "acceptCustomValueChange", "accessKeyChange", "activeStateEnabledChange", "buttonsChange", "customItemCreateEventChange", "dataSourceChange", "deferRenderingChange", "disabledChange", "displayExprChange", "displayValueChange", "dropDownButtonTemplateChange", "dropDownOptionsChange", "elementAttrChange", "fieldTemplateChange", "focusStateEnabledChange", "groupedChange", "groupTemplateChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isDirtyChange", "isValidChange", "itemsChange", "itemTemplateChange", "labelChange", "labelModeChange", "maxLengthChange", "minSearchLengthChange", "nameChange", "noDataTextChange", "openedChange", "openOnFieldClickChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "searchEnabledChange", "searchExprChange", "searchModeChange", "searchTimeoutChange", "selectedItemChange", "showClearButtonChange", "showDataBeforeSearchChange", "showDropDownButtonChange", "showSelectionControlsChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "useItemTextAsTitleChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "valueExprChange", "visibleChange", "widthChange", "wrapItemTextChange", "onBlur"] }, { kind: "component", type: i2.DxCheckBoxComponent, selector: "dx-check-box", inputs: ["accessKey", "activeStateEnabled", "disabled", "elementAttr", "enableThreeStateBehavior", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "iconSize", "isDirty", "isValid", "name", "readOnly", "rtlEnabled", "tabIndex", "text", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "visible", "width"], outputs: ["onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "onValueChanged", "accessKeyChange", "activeStateEnabledChange", "disabledChange", "elementAttrChange", "enableThreeStateBehaviorChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "iconSizeChange", "isDirtyChange", "isValidChange", "nameChange", "readOnlyChange", "rtlEnabledChange", "tabIndexChange", "textChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "visibleChange", "widthChange", "onBlur"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }] });
25
25
  }
26
26
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AIPanelComponent, decorators: [{
27
27
  type: Component,
@@ -0,0 +1,22 @@
1
+ import { Directive, Input } from '@angular/core';
2
+ import { BaseDisposableDirective } from '../../analytics/directives/disposable.directive.base';
3
+ import { initializeTextCopierBinding } from 'devexpress-reporting/viewer/internal/_bindings';
4
+ import * as i0 from "@angular/core";
5
+ export class TextCopierDirective extends BaseDisposableDirective {
6
+ viewModel;
7
+ InitAndReturnDisposeFunc(element) {
8
+ return initializeTextCopierBinding(element, { viewModel: this.viewModel });
9
+ }
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextCopierDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
11
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TextCopierDirective, selector: "[dxvTextCopier]", inputs: { viewModel: ["dxvTextCopier", "viewModel"] }, usesInheritance: true, ngImport: i0 });
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextCopierDirective, decorators: [{
14
+ type: Directive,
15
+ args: [{
16
+ selector: '[dxvTextCopier]'
17
+ }]
18
+ }], propDecorators: { viewModel: [{
19
+ type: Input,
20
+ args: ['dxvTextCopier']
21
+ }] } });
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1jb3BpZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL3JlcG9ydGluZy9kaXJlY3RpdmVzL3RleHQtY29waWVyLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUMvRixPQUFPLEVBQUUsMkJBQTJCLEVBQXNCLE1BQU0sZ0RBQWdELENBQUM7O0FBTWpILE1BQU0sT0FBTyxtQkFBb0IsU0FBUSx1QkFBdUI7SUFDdEMsU0FBUyxDQUEwQjtJQUMzRCx3QkFBd0IsQ0FBQyxPQUFvQjtRQUN6QyxPQUFPLDJCQUEyQixDQUFDLE9BQU8sRUFBRSxFQUFFLFNBQVMsRUFBRSxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUMsQ0FBQztJQUMvRSxDQUFDO3dHQUpVLG1CQUFtQjs0RkFBbkIsbUJBQW1COzs0RkFBbkIsbUJBQW1CO2tCQUgvQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxpQkFBaUI7aUJBQzlCOzhCQUV5QixTQUFTO3NCQUFoQyxLQUFLO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlRGlzcG9zYWJsZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2FuYWx5dGljcy9kaXJlY3RpdmVzL2Rpc3Bvc2FibGUuZGlyZWN0aXZlLmJhc2UnO1xuaW1wb3J0IHsgaW5pdGlhbGl6ZVRleHRDb3BpZXJCaW5kaW5nLCBJVGV4dENvcGllck9wdGlvbnMgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy92aWV3ZXIvaW50ZXJuYWwvX2JpbmRpbmdzJztcbmltcG9ydCB7IElSZXBvcnRQcmV2aWV3Vmlld01vZGVsIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmcvdmlld2VyL3JlcG9ydFByZXZpZXcudmlld01vZGVsJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbZHh2VGV4dENvcGllcl0nXG59KVxuZXhwb3J0IGNsYXNzIFRleHRDb3BpZXJEaXJlY3RpdmUgZXh0ZW5kcyBCYXNlRGlzcG9zYWJsZURpcmVjdGl2ZSB7XG4gIEBJbnB1dCgnZHh2VGV4dENvcGllcicpIHZpZXdNb2RlbDogSVJlcG9ydFByZXZpZXdWaWV3TW9kZWw7XG4gIEluaXRBbmRSZXR1cm5EaXNwb3NlRnVuYyhlbGVtZW50OiBIVE1MRWxlbWVudCk6ICgpID0+IHZvaWQge1xuICAgICAgcmV0dXJuIGluaXRpYWxpemVUZXh0Q29waWVyQmluZGluZyhlbGVtZW50LCB7IHZpZXdNb2RlbDogdGhpcy52aWV3TW9kZWwgfSk7XG4gIH1cbn1cbiJdfQ==
@@ -5,13 +5,13 @@ import * as i2 from "../../../analytics/directives/zoom.directive";
5
5
  export class CharacterCombEditingFieldComponent {
6
6
  data;
7
7
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CharacterCombEditingFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CharacterCombEditingFieldComponent, selector: "dxv-editing-field-character-comb", inputs: { data: "data" }, ngImport: i0, template: "<div class=\"dxrp-editing-field-charactercomb dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [style]=\"data.containerStyle\"\n (click)=\"data.activateEditor(data, $event)\"\n [dxaZoom]=\"data.zoom\"\n [class.active]=\"data.active\"\n [class.readOnly]=\"data.field.readOnly\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngFor=\"let cell of data.cells\">\n <div class=\"dxrp-editing-field-charactercomb-cell\" [style]=\"cell.style\">\n {{cell.text}}\n </div>\n </div>\n </div>\n <textarea *ngIf=\"data.active && !data.field.readOnly\" class=\"dxrp-editing-field-text dxrd-background-white\"\n [value]=\"data.field.editorValue\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\">\n </textarea>\n</div>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ZoomDirective, selector: "[dxaZoom]", inputs: ["dxaZoom"] }] });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CharacterCombEditingFieldComponent, selector: "dxv-editing-field-character-comb", inputs: { data: "data" }, ngImport: i0, template: "<div class=\"dxrp-editing-field-charactercomb dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [style]=\"data.containerStyle\"\n (click)=\"data.activateEditor(data, $event)\"\n [dxaZoom]=\"data.zoom\"\n [class.active]=\"data.active\"\n [class.readOnly]=\"data.field.readOnly\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngFor=\"let cell of data.cells\">\n <div class=\"dxrp-editing-field-charactercomb-cell\" [style]=\"cell.style\">\n {{cell.text}}\n </div>\n </div>\n </div>\n <textarea *ngIf=\"data.active && !data.field.readOnly\" class=\"dxrp-editing-field-text dxrd-background-white\"\n [value]=\"data.field.editorValue\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\"\n (input)=\"data.onInput(data, $event)\">\n </textarea>\n</div>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ZoomDirective, selector: "[dxaZoom]", inputs: ["dxaZoom"] }] });
9
9
  }
10
10
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CharacterCombEditingFieldComponent, decorators: [{
11
11
  type: Component,
12
- args: [{ selector: 'dxv-editing-field-character-comb', template: "<div class=\"dxrp-editing-field-charactercomb dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [style]=\"data.containerStyle\"\n (click)=\"data.activateEditor(data, $event)\"\n [dxaZoom]=\"data.zoom\"\n [class.active]=\"data.active\"\n [class.readOnly]=\"data.field.readOnly\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngFor=\"let cell of data.cells\">\n <div class=\"dxrp-editing-field-charactercomb-cell\" [style]=\"cell.style\">\n {{cell.text}}\n </div>\n </div>\n </div>\n <textarea *ngIf=\"data.active && !data.field.readOnly\" class=\"dxrp-editing-field-text dxrd-background-white\"\n [value]=\"data.field.editorValue\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\">\n </textarea>\n</div>" }]
12
+ args: [{ selector: 'dxv-editing-field-character-comb', template: "<div class=\"dxrp-editing-field-charactercomb dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [style]=\"data.containerStyle\"\n (click)=\"data.activateEditor(data, $event)\"\n [dxaZoom]=\"data.zoom\"\n [class.active]=\"data.active\"\n [class.readOnly]=\"data.field.readOnly\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngFor=\"let cell of data.cells\">\n <div class=\"dxrp-editing-field-charactercomb-cell\" [style]=\"cell.style\">\n {{cell.text}}\n </div>\n </div>\n </div>\n <textarea *ngIf=\"data.active && !data.field.readOnly\" class=\"dxrp-editing-field-text dxrd-background-white\"\n [value]=\"data.field.editorValue\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\"\n (input)=\"data.onInput(data, $event)\">\n </textarea>\n</div>" }]
13
13
  }], propDecorators: { data: [{
14
14
  type: Input,
15
15
  args: ['data']
16
16
  }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvY2hhcmFjdGVyLWNvbWIvZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvY2hhcmFjdGVyLWNvbWIvZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQVFqRCxNQUFNLE9BQU8sa0NBQWtDO0lBQzVCLElBQUksQ0FBdUM7d0dBRGpELGtDQUFrQzs0RkFBbEMsa0NBQWtDLGtHQ1IvQyxtN0JBb0JNOzs0RkRaTyxrQ0FBa0M7a0JBTDlDLFNBQVM7K0JBQ0ksa0NBQWtDOzhCQUs3QixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJQ2hhcmFjdGVyQ29tYkVkaXRpbmdGaWVsZFZpZXdNb2RlbCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nL3ZpZXdlci9lZGl0aW5nL21vZGVscy9jaGFyYWN0ZXJDb21iRWRpdGluZ0ZpZWxkJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkeHYtZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2VkaXRpbmctZmllbGQtY2hhcmFjdGVyLWNvbWIuY29tcG9uZW50Lmh0bWwnXG59KVxuXG5leHBvcnQgY2xhc3MgQ2hhcmFjdGVyQ29tYkVkaXRpbmdGaWVsZENvbXBvbmVudCB7XG4gICAgQElucHV0KCdkYXRhJykgZGF0YSE6IElDaGFyYWN0ZXJDb21iRWRpdGluZ0ZpZWxkVmlld01vZGVsO1xufVxuIiwiPGRpdiBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC1jaGFyYWN0ZXJjb21iIGR4LWFjY2Vzc2liaWxpdHktZWRpdGluZy1maWVsZC1pdGVtIGR4LWFjY2Vzc2liaWxpdHktYm9yZGVyLWFjY2VudGVkXCJcbiAgICBbc3R5bGVdPVwiZGF0YS5jb250YWluZXJTdHlsZVwiXG4gICAgKGNsaWNrKT1cImRhdGEuYWN0aXZhdGVFZGl0b3IoZGF0YSwgJGV2ZW50KVwiXG4gICAgW2R4YVpvb21dPVwiZGF0YS56b29tXCJcbiAgICBbY2xhc3MuYWN0aXZlXT1cImRhdGEuYWN0aXZlXCJcbiAgICBbY2xhc3MucmVhZE9ubHldPVwiZGF0YS5maWVsZC5yZWFkT25seVwiPlxuICAgIDxkaXYgKm5nSWY9XCIhZGF0YS5hY3RpdmUgfHwgZGF0YS5maWVsZC5yZWFkT25seVwiPlxuICAgICAgICA8ZGl2ICpuZ0Zvcj1cImxldCBjZWxsIG9mIGRhdGEuY2VsbHNcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkeHJwLWVkaXRpbmctZmllbGQtY2hhcmFjdGVyY29tYi1jZWxsXCIgW3N0eWxlXT1cImNlbGwuc3R5bGVcIj5cbiAgICAgICAgICAgICAgICB7e2NlbGwudGV4dH19XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPHRleHRhcmVhICpuZ0lmPVwiZGF0YS5hY3RpdmUgJiYgIWRhdGEuZmllbGQucmVhZE9ubHlcIiBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC10ZXh0IGR4cmQtYmFja2dyb3VuZC13aGl0ZVwiXG4gICAgICAgIFt2YWx1ZV09XCJkYXRhLmZpZWxkLmVkaXRvclZhbHVlXCJcbiAgICAgICAgdmFsdWVVcGRhdGU9XCJrZXlwcmVzc1wiXG4gICAgICAgIFtzdHlsZV09XCJkYXRhLnRleHRTdHlsZVwiXG4gICAgICAgIChibHVyKT1cImRhdGEuaGlkZUVkaXRvcih0cnVlKVwiXG4gICAgICAgIChrZXl1cCk9XCJkYXRhLmtleXByZXNzQWN0aW9uKGRhdGEsICRldmVudClcIj5cbiAgICA8L3RleHRhcmVhPlxuPC9kaXY+Il19
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvY2hhcmFjdGVyLWNvbWIvZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvY2hhcmFjdGVyLWNvbWIvZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQVFqRCxNQUFNLE9BQU8sa0NBQWtDO0lBQzVCLElBQUksQ0FBdUM7d0dBRGpELGtDQUFrQzs0RkFBbEMsa0NBQWtDLGtHQ1IvQyxtK0JBcUJNOzs0RkRiTyxrQ0FBa0M7a0JBTDlDLFNBQVM7K0JBQ0ksa0NBQWtDOzhCQUs3QixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJQ2hhcmFjdGVyQ29tYkVkaXRpbmdGaWVsZFZpZXdNb2RlbCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nL3ZpZXdlci9lZGl0aW5nL21vZGVscy9jaGFyYWN0ZXJDb21iRWRpdGluZ0ZpZWxkJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkeHYtZWRpdGluZy1maWVsZC1jaGFyYWN0ZXItY29tYicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2VkaXRpbmctZmllbGQtY2hhcmFjdGVyLWNvbWIuY29tcG9uZW50Lmh0bWwnXG59KVxuXG5leHBvcnQgY2xhc3MgQ2hhcmFjdGVyQ29tYkVkaXRpbmdGaWVsZENvbXBvbmVudCB7XG4gICAgQElucHV0KCdkYXRhJykgZGF0YSE6IElDaGFyYWN0ZXJDb21iRWRpdGluZ0ZpZWxkVmlld01vZGVsO1xufVxuIiwiPGRpdiBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC1jaGFyYWN0ZXJjb21iIGR4LWFjY2Vzc2liaWxpdHktZWRpdGluZy1maWVsZC1pdGVtIGR4LWFjY2Vzc2liaWxpdHktYm9yZGVyLWFjY2VudGVkXCJcbiAgICBbc3R5bGVdPVwiZGF0YS5jb250YWluZXJTdHlsZVwiXG4gICAgKGNsaWNrKT1cImRhdGEuYWN0aXZhdGVFZGl0b3IoZGF0YSwgJGV2ZW50KVwiXG4gICAgW2R4YVpvb21dPVwiZGF0YS56b29tXCJcbiAgICBbY2xhc3MuYWN0aXZlXT1cImRhdGEuYWN0aXZlXCJcbiAgICBbY2xhc3MucmVhZE9ubHldPVwiZGF0YS5maWVsZC5yZWFkT25seVwiPlxuICAgIDxkaXYgKm5nSWY9XCIhZGF0YS5hY3RpdmUgfHwgZGF0YS5maWVsZC5yZWFkT25seVwiPlxuICAgICAgICA8ZGl2ICpuZ0Zvcj1cImxldCBjZWxsIG9mIGRhdGEuY2VsbHNcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkeHJwLWVkaXRpbmctZmllbGQtY2hhcmFjdGVyY29tYi1jZWxsXCIgW3N0eWxlXT1cImNlbGwuc3R5bGVcIj5cbiAgICAgICAgICAgICAgICB7e2NlbGwudGV4dH19XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPHRleHRhcmVhICpuZ0lmPVwiZGF0YS5hY3RpdmUgJiYgIWRhdGEuZmllbGQucmVhZE9ubHlcIiBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC10ZXh0IGR4cmQtYmFja2dyb3VuZC13aGl0ZVwiXG4gICAgICAgIFt2YWx1ZV09XCJkYXRhLmZpZWxkLmVkaXRvclZhbHVlXCJcbiAgICAgICAgdmFsdWVVcGRhdGU9XCJrZXlwcmVzc1wiXG4gICAgICAgIFtzdHlsZV09XCJkYXRhLnRleHRTdHlsZVwiXG4gICAgICAgIChibHVyKT1cImRhdGEuaGlkZUVkaXRvcih0cnVlKVwiXG4gICAgICAgIChrZXl1cCk9XCJkYXRhLmtleXByZXNzQWN0aW9uKGRhdGEsICRldmVudClcIlxuICAgICAgICAoaW5wdXQpPVwiZGF0YS5vbklucHV0KGRhdGEsICRldmVudClcIj5cbiAgICA8L3RleHRhcmVhPlxuPC9kaXY+Il19
@@ -23,13 +23,13 @@ export class ExportToolComponent {
23
23
  this._cd.detectChanges();
24
24
  }
25
25
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportToolComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
26
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ExportToolComponent, selector: "dxv-export-tool", inputs: { data: "data" }, ngImport: i0, template: "<div class=\"dxrd-visually-hidden\">\n <form [attr.action]=\"data.exportActionUri\" method=\"post\">\n <input *ngFor=\"let input of data.exportFormData\" [attr.name]=\"input.name\" [attr.value]=\"input.value\"/>\n </form>\n</div>\n<dx-popup\n [width]=\"data.popupOptions.width\"\n [height]=\"data.popupOptions.height\"\n [title]=\"data.popupOptions.title\"\n [visible]=\"data.popupOptions.visible\"\n [showCloseButton]=\"true\"\n (onHidden)=\"data.popupOptions.onHidden()\"\n [toolbarItems]=\"data.popupOptions.toolbarItems\"\n [wrapperAttr]=\"data.popupOptions.wrapperAttr\"\n [container]=\"popupOptions?.container\"\n [position]=\"popupOptions?.position\">\n <div class=\"dxrd-print-dialog-content\">\n <div>{{data.printingTexts.caption}}</div>\n <p></p>\n <div *ngIf=\"!!data.printingTexts.prefix\" class=\"dxrdp-print-text-prefix\">{{data.printingTexts.prefix}}\n </div>&nbsp;<a href=\"\" class=\"dxrd-preview-printing-link\" (click)=\"data.printingLinkCallback(data, $event)\">{{data.printingTexts.link}}</a>\n <div *ngIf=\"!!data.printingTexts.postfix\" class=\"dxrdp-print-text-postfix\">{{data.printingTexts.postfix}}</div>\n </div>\n</dx-popup>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "closeOnOutsideClick", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
26
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ExportToolComponent, selector: "dxv-export-tool", inputs: { data: "data" }, ngImport: i0, template: "<div class=\"dxrd-visually-hidden\">\n <form method=\"post\">\n </form>\n</div>\n<dx-popup\n [width]=\"data.popupOptions.width\"\n [height]=\"data.popupOptions.height\"\n [title]=\"data.popupOptions.title\"\n [visible]=\"data.popupOptions.visible\"\n [showCloseButton]=\"true\"\n (onHidden)=\"data.popupOptions.onHidden()\"\n [toolbarItems]=\"data.popupOptions.toolbarItems\"\n [wrapperAttr]=\"data.popupOptions.wrapperAttr\"\n [container]=\"popupOptions?.container\"\n [position]=\"popupOptions?.position\">\n <div class=\"dxrd-print-dialog-content\">\n <div>{{data.printingTexts.caption}}</div>\n <p></p>\n <div *ngIf=\"!!data.printingTexts.prefix\" class=\"dxrdp-print-text-prefix\">{{data.printingTexts.prefix}}\n </div>&nbsp;<a href=\"\" class=\"dxrd-preview-printing-link\" (click)=\"data.printingLinkCallback(data, $event)\">{{data.printingTexts.link}}</a>\n <div *ngIf=\"!!data.printingTexts.postfix\" class=\"dxrdp-print-text-postfix\">{{data.printingTexts.postfix}}</div>\n </div>\n</dx-popup>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
27
27
  }
28
28
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportToolComponent, decorators: [{
29
29
  type: Component,
30
- args: [{ selector: 'dxv-export-tool', template: "<div class=\"dxrd-visually-hidden\">\n <form [attr.action]=\"data.exportActionUri\" method=\"post\">\n <input *ngFor=\"let input of data.exportFormData\" [attr.name]=\"input.name\" [attr.value]=\"input.value\"/>\n </form>\n</div>\n<dx-popup\n [width]=\"data.popupOptions.width\"\n [height]=\"data.popupOptions.height\"\n [title]=\"data.popupOptions.title\"\n [visible]=\"data.popupOptions.visible\"\n [showCloseButton]=\"true\"\n (onHidden)=\"data.popupOptions.onHidden()\"\n [toolbarItems]=\"data.popupOptions.toolbarItems\"\n [wrapperAttr]=\"data.popupOptions.wrapperAttr\"\n [container]=\"popupOptions?.container\"\n [position]=\"popupOptions?.position\">\n <div class=\"dxrd-print-dialog-content\">\n <div>{{data.printingTexts.caption}}</div>\n <p></p>\n <div *ngIf=\"!!data.printingTexts.prefix\" class=\"dxrdp-print-text-prefix\">{{data.printingTexts.prefix}}\n </div>&nbsp;<a href=\"\" class=\"dxrd-preview-printing-link\" (click)=\"data.printingLinkCallback(data, $event)\">{{data.printingTexts.link}}</a>\n <div *ngIf=\"!!data.printingTexts.postfix\" class=\"dxrdp-print-text-postfix\">{{data.printingTexts.postfix}}</div>\n </div>\n</dx-popup>" }]
30
+ args: [{ selector: 'dxv-export-tool', template: "<div class=\"dxrd-visually-hidden\">\n <form method=\"post\">\n </form>\n</div>\n<dx-popup\n [width]=\"data.popupOptions.width\"\n [height]=\"data.popupOptions.height\"\n [title]=\"data.popupOptions.title\"\n [visible]=\"data.popupOptions.visible\"\n [showCloseButton]=\"true\"\n (onHidden)=\"data.popupOptions.onHidden()\"\n [toolbarItems]=\"data.popupOptions.toolbarItems\"\n [wrapperAttr]=\"data.popupOptions.wrapperAttr\"\n [container]=\"popupOptions?.container\"\n [position]=\"popupOptions?.position\">\n <div class=\"dxrd-print-dialog-content\">\n <div>{{data.printingTexts.caption}}</div>\n <p></p>\n <div *ngIf=\"!!data.printingTexts.prefix\" class=\"dxrdp-print-text-prefix\">{{data.printingTexts.prefix}}\n </div>&nbsp;<a href=\"\" class=\"dxrd-preview-printing-link\" (click)=\"data.printingLinkCallback(data, $event)\">{{data.printingTexts.link}}</a>\n <div *ngIf=\"!!data.printingTexts.postfix\" class=\"dxrdp-print-text-postfix\">{{data.printingTexts.postfix}}</div>\n </div>\n</dx-popup>" }]
31
31
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { data: [{
32
32
  type: Input,
33
33
  args: ['data']
34
34
  }] } });
35
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwb3J0LXRvb2wuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL3JlcG9ydGluZy9lZGl0aW5nL2V4cG9ydC9leHBvcnQtdG9vbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvZXhwb3J0L2V4cG9ydC10b29sLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBcUIsU0FBUyxFQUFjLEtBQUssRUFBNEIsTUFBTSxlQUFlLENBQUM7QUFFMUcsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sZ0RBQWdELENBQUM7Ozs7QUFPL0YsTUFBTSxPQUFPLG1CQUFtQjtJQU9SO0lBQThCO0lBTm5DLElBQUksQ0FBd0I7SUFDM0MsWUFBWSxDQUdWO0lBRUYsWUFBb0IsUUFBb0IsRUFBVSxHQUFzQjtRQUFwRCxhQUFRLEdBQVIsUUFBUSxDQUFZO1FBQVUsUUFBRyxHQUFILEdBQUcsQ0FBbUI7SUFDeEUsQ0FBQztJQUNELGVBQWU7UUFDWCxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQztRQUM1QyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNwRSxJQUFJLENBQUMsWUFBWSxHQUFHO1lBQ2hCLFNBQVMsRUFBRSxTQUFTO1lBQ3BCLFFBQVEsRUFBRSxFQUFFLEVBQUUsRUFBRSxTQUFTLEVBQUU7U0FDOUIsQ0FBQztRQUNGLDZCQUE2QixDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDbEQsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUM3QixDQUFDO3dHQWxCUSxtQkFBbUI7NEZBQW5CLG1CQUFtQixpRkNUaEMsbXZDQXVCVzs7NEZEZEUsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNJLGlCQUFpQjsrR0FLWixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgQWZ0ZXJWaWV3SW5pdCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJRXhwb3J0VG9vbFZpZXdNb2RlbCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nL3ZpZXdlci9pbnRlcm5hbC9fZXhwb3J0SGFuZGxlci52aWV3TW9kZWwnO1xuaW1wb3J0IHsgaW5pdGlhbGl6ZVZpZXdlckV4cG9ydEJpbmRpbmcgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy92aWV3ZXIvaW50ZXJuYWwvX2JpbmRpbmdzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkeHYtZXhwb3J0LXRvb2wnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9leHBvcnQtdG9vbC5jb21wb25lbnQuaHRtbCdcbn0pXG5cbmV4cG9ydCBjbGFzcyBFeHBvcnRUb29sQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG4gICAgQElucHV0KCdkYXRhJykgZGF0YSE6IElFeHBvcnRUb29sVmlld01vZGVsO1xuICAgIHBvcHVwT3B0aW9uczoge1xuICAgICAgICBwb3NpdGlvbjogYW55LFxuICAgICAgICBjb250YWluZXI6IGFueSxcbiAgICB9O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBfZWxlbWVudDogRWxlbWVudFJlZiwgcHJpdmF0ZSBfY2Q6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gICAgfVxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZWxlbWVudCA9IHRoaXMuX2VsZW1lbnQubmF0aXZlRWxlbWVudDtcbiAgICAgICAgY29uc3QgY29udGFpbmVyID0gdGhpcy5kYXRhLnBvcHVwT3B0aW9ucy5nZXRQb3B1cENvbnRhaW5lcihlbGVtZW50KTtcbiAgICAgICAgdGhpcy5wb3B1cE9wdGlvbnMgPSB7XG4gICAgICAgICAgICBjb250YWluZXI6IGNvbnRhaW5lcixcbiAgICAgICAgICAgIHBvc2l0aW9uOiB7IG9mOiBjb250YWluZXIgfVxuICAgICAgICB9O1xuICAgICAgICBpbml0aWFsaXplVmlld2VyRXhwb3J0QmluZGluZyhlbGVtZW50LCB0aGlzLmRhdGEpO1xuICAgICAgICB0aGlzLl9jZC5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImR4cmQtdmlzdWFsbHktaGlkZGVuXCI+XG4gICAgPGZvcm0gW2F0dHIuYWN0aW9uXT1cImRhdGEuZXhwb3J0QWN0aW9uVXJpXCIgbWV0aG9kPVwicG9zdFwiPlxuICAgICAgICA8aW5wdXQgKm5nRm9yPVwibGV0IGlucHV0IG9mIGRhdGEuZXhwb3J0Rm9ybURhdGFcIiBbYXR0ci5uYW1lXT1cImlucHV0Lm5hbWVcIiBbYXR0ci52YWx1ZV09XCJpbnB1dC52YWx1ZVwiLz5cbiAgICA8L2Zvcm0+XG48L2Rpdj5cbjxkeC1wb3B1cFxuICAgIFt3aWR0aF09XCJkYXRhLnBvcHVwT3B0aW9ucy53aWR0aFwiXG4gICAgW2hlaWdodF09XCJkYXRhLnBvcHVwT3B0aW9ucy5oZWlnaHRcIlxuICAgIFt0aXRsZV09XCJkYXRhLnBvcHVwT3B0aW9ucy50aXRsZVwiXG4gICAgW3Zpc2libGVdPVwiZGF0YS5wb3B1cE9wdGlvbnMudmlzaWJsZVwiXG4gICAgW3Nob3dDbG9zZUJ1dHRvbl09XCJ0cnVlXCJcbiAgICAob25IaWRkZW4pPVwiZGF0YS5wb3B1cE9wdGlvbnMub25IaWRkZW4oKVwiXG4gICAgW3Rvb2xiYXJJdGVtc109XCJkYXRhLnBvcHVwT3B0aW9ucy50b29sYmFySXRlbXNcIlxuICAgIFt3cmFwcGVyQXR0cl09XCJkYXRhLnBvcHVwT3B0aW9ucy53cmFwcGVyQXR0clwiXG4gICAgW2NvbnRhaW5lcl09XCJwb3B1cE9wdGlvbnM/LmNvbnRhaW5lclwiXG4gICAgW3Bvc2l0aW9uXT1cInBvcHVwT3B0aW9ucz8ucG9zaXRpb25cIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImR4cmQtcHJpbnQtZGlhbG9nLWNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxkaXY+e3tkYXRhLnByaW50aW5nVGV4dHMuY2FwdGlvbn19PC9kaXY+XG4gICAgICAgICAgICA8cD48L3A+XG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiISFkYXRhLnByaW50aW5nVGV4dHMucHJlZml4XCIgY2xhc3M9XCJkeHJkcC1wcmludC10ZXh0LXByZWZpeFwiPnt7ZGF0YS5wcmludGluZ1RleHRzLnByZWZpeH19XG4gICAgICAgICAgICA8L2Rpdj4mbmJzcDs8YSBocmVmPVwiXCIgY2xhc3M9XCJkeHJkLXByZXZpZXctcHJpbnRpbmctbGlua1wiIChjbGljayk9XCJkYXRhLnByaW50aW5nTGlua0NhbGxiYWNrKGRhdGEsICRldmVudClcIj57e2RhdGEucHJpbnRpbmdUZXh0cy5saW5rfX08L2E+XG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiISFkYXRhLnByaW50aW5nVGV4dHMucG9zdGZpeFwiIGNsYXNzPVwiZHhyZHAtcHJpbnQtdGV4dC1wb3N0Zml4XCI+e3tkYXRhLnByaW50aW5nVGV4dHMucG9zdGZpeH19PC9kaXY+XG4gICAgICAgIDwvZGl2PlxuPC9keC1wb3B1cD4iXX0=
35
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwb3J0LXRvb2wuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL3JlcG9ydGluZy9lZGl0aW5nL2V4cG9ydC9leHBvcnQtdG9vbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvZXhwb3J0L2V4cG9ydC10b29sLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBcUIsU0FBUyxFQUFjLEtBQUssRUFBNEIsTUFBTSxlQUFlLENBQUM7QUFFMUcsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sZ0RBQWdELENBQUM7Ozs7QUFPL0YsTUFBTSxPQUFPLG1CQUFtQjtJQU9SO0lBQThCO0lBTm5DLElBQUksQ0FBd0I7SUFDM0MsWUFBWSxDQUdWO0lBRUYsWUFBb0IsUUFBb0IsRUFBVSxHQUFzQjtRQUFwRCxhQUFRLEdBQVIsUUFBUSxDQUFZO1FBQVUsUUFBRyxHQUFILEdBQUcsQ0FBbUI7SUFDeEUsQ0FBQztJQUNELGVBQWU7UUFDWCxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQztRQUM1QyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNwRSxJQUFJLENBQUMsWUFBWSxHQUFHO1lBQ2hCLFNBQVMsRUFBRSxTQUFTO1lBQ3BCLFFBQVEsRUFBRSxFQUFFLEVBQUUsRUFBRSxTQUFTLEVBQUU7U0FDOUIsQ0FBQztRQUNGLDZCQUE2QixDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDbEQsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUM3QixDQUFDO3dHQWxCUSxtQkFBbUI7NEZBQW5CLG1CQUFtQixpRkNUaEMsc2xDQXNCVzs7NEZEYkUsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNJLGlCQUFpQjsrR0FLWixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgQWZ0ZXJWaWV3SW5pdCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJRXhwb3J0VG9vbFZpZXdNb2RlbCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nL3ZpZXdlci9pbnRlcm5hbC9fZXhwb3J0SGFuZGxlci52aWV3TW9kZWwnO1xuaW1wb3J0IHsgaW5pdGlhbGl6ZVZpZXdlckV4cG9ydEJpbmRpbmcgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy92aWV3ZXIvaW50ZXJuYWwvX2JpbmRpbmdzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkeHYtZXhwb3J0LXRvb2wnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9leHBvcnQtdG9vbC5jb21wb25lbnQuaHRtbCdcbn0pXG5cbmV4cG9ydCBjbGFzcyBFeHBvcnRUb29sQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG4gICAgQElucHV0KCdkYXRhJykgZGF0YSE6IElFeHBvcnRUb29sVmlld01vZGVsO1xuICAgIHBvcHVwT3B0aW9uczoge1xuICAgICAgICBwb3NpdGlvbjogYW55LFxuICAgICAgICBjb250YWluZXI6IGFueSxcbiAgICB9O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBfZWxlbWVudDogRWxlbWVudFJlZiwgcHJpdmF0ZSBfY2Q6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gICAgfVxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZWxlbWVudCA9IHRoaXMuX2VsZW1lbnQubmF0aXZlRWxlbWVudDtcbiAgICAgICAgY29uc3QgY29udGFpbmVyID0gdGhpcy5kYXRhLnBvcHVwT3B0aW9ucy5nZXRQb3B1cENvbnRhaW5lcihlbGVtZW50KTtcbiAgICAgICAgdGhpcy5wb3B1cE9wdGlvbnMgPSB7XG4gICAgICAgICAgICBjb250YWluZXI6IGNvbnRhaW5lcixcbiAgICAgICAgICAgIHBvc2l0aW9uOiB7IG9mOiBjb250YWluZXIgfVxuICAgICAgICB9O1xuICAgICAgICBpbml0aWFsaXplVmlld2VyRXhwb3J0QmluZGluZyhlbGVtZW50LCB0aGlzLmRhdGEpO1xuICAgICAgICB0aGlzLl9jZC5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImR4cmQtdmlzdWFsbHktaGlkZGVuXCI+XG4gICAgPGZvcm0gbWV0aG9kPVwicG9zdFwiPlxuICAgIDwvZm9ybT5cbjwvZGl2PlxuPGR4LXBvcHVwXG4gICAgW3dpZHRoXT1cImRhdGEucG9wdXBPcHRpb25zLndpZHRoXCJcbiAgICBbaGVpZ2h0XT1cImRhdGEucG9wdXBPcHRpb25zLmhlaWdodFwiXG4gICAgW3RpdGxlXT1cImRhdGEucG9wdXBPcHRpb25zLnRpdGxlXCJcbiAgICBbdmlzaWJsZV09XCJkYXRhLnBvcHVwT3B0aW9ucy52aXNpYmxlXCJcbiAgICBbc2hvd0Nsb3NlQnV0dG9uXT1cInRydWVcIlxuICAgIChvbkhpZGRlbik9XCJkYXRhLnBvcHVwT3B0aW9ucy5vbkhpZGRlbigpXCJcbiAgICBbdG9vbGJhckl0ZW1zXT1cImRhdGEucG9wdXBPcHRpb25zLnRvb2xiYXJJdGVtc1wiXG4gICAgW3dyYXBwZXJBdHRyXT1cImRhdGEucG9wdXBPcHRpb25zLndyYXBwZXJBdHRyXCJcbiAgICBbY29udGFpbmVyXT1cInBvcHVwT3B0aW9ucz8uY29udGFpbmVyXCJcbiAgICBbcG9zaXRpb25dPVwicG9wdXBPcHRpb25zPy5wb3NpdGlvblwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZHhyZC1wcmludC1kaWFsb2ctY29udGVudFwiPlxuICAgICAgICAgICAgPGRpdj57e2RhdGEucHJpbnRpbmdUZXh0cy5jYXB0aW9ufX08L2Rpdj5cbiAgICAgICAgICAgIDxwPjwvcD5cbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCIhIWRhdGEucHJpbnRpbmdUZXh0cy5wcmVmaXhcIiBjbGFzcz1cImR4cmRwLXByaW50LXRleHQtcHJlZml4XCI+e3tkYXRhLnByaW50aW5nVGV4dHMucHJlZml4fX1cbiAgICAgICAgICAgIDwvZGl2PiZuYnNwOzxhIGhyZWY9XCJcIiBjbGFzcz1cImR4cmQtcHJldmlldy1wcmludGluZy1saW5rXCIgKGNsaWNrKT1cImRhdGEucHJpbnRpbmdMaW5rQ2FsbGJhY2soZGF0YSwgJGV2ZW50KVwiPnt7ZGF0YS5wcmludGluZ1RleHRzLmxpbmt9fTwvYT5cbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCIhIWRhdGEucHJpbnRpbmdUZXh0cy5wb3N0Zml4XCIgY2xhc3M9XCJkeHJkcC1wcmludC10ZXh0LXBvc3RmaXhcIj57e2RhdGEucHJpbnRpbmdUZXh0cy5wb3N0Zml4fX08L2Rpdj5cbiAgICAgICAgPC9kaXY+XG48L2R4LXBvcHVwPiJdfQ==
@@ -29,7 +29,7 @@ export class PopupImageEditingFieldComponent {
29
29
  this.data.setEditingFieldElement(this.popupContainer.nativeElement);
30
30
  }
31
31
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PopupImageEditingFieldComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
32
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: PopupImageEditingFieldComponent, selector: "dxv-popup-image-editing-field", inputs: { data: "data" }, viewQueries: [{ propertyName: "popupContainer", first: true, predicate: ["popupContainer"], descendants: true }], ngImport: i0, template: "<div class=\"dxrp-editing-field-container\" [style]=\"data.containerStyle\">\n <div #popupContainer [class]=\"'dx-accessibility-editing-field-item dx-accessibility-border-accented ' + data.parentPopupClass\" (click)=\"data.activateEditor(data, $event)\">\n <dxv-painter class=\"dxrp-editing-field-popup-container-cloned\" [options]=\"data.getPainterOptions()\"></dxv-painter>\n <dx-popup *ngIf=\"!!popupOptions\" class=\"dx-picture-edit-popup-content dx-picture-edit-popup-content-fullscreen\"\n [width]=\"data.containerStyle.width\"\n [height]=\"data.containerStyle.height\"\n [position]=\"popupOptions.position\"\n [container]=\"popupOptions.container\"\n [showTitle]=\"false\"\n [deferRendering]=\"false\"\n [hideOnOutsideClick]=\"true\"\n [showCloseButton]=\"false\"\n (onContentReady)=\"data.popupData.onContentReady($event)\"\n (onHiding)=\"data.popupData.onHiding($event)\"\n (onShown)=\"data.popupData.onShown($event)\"\n [shading]=\"data.popupData.shading\"\n [wrapperAttr]=\"{ class: 'dx-picture-edit-popup-content dx-picture-edit-popup-content-fullscreen' }\"\n [animation]=\"{ \n show: { type: 'slide', duration: 0, to: { opacity: 1 }, from: { opacity: 0 } },\n hide: { type: 'fade', duration: 100, to: { opacity: 0 }, from: { opacity: 1 } }\n }\"\n [visible]=\"data.popupData.visible\"\n >\n <dxa-template *ngIf=\"data.popupData.showContent\" [template]=\"data.popupData.contentTemplate\" [data]=\"data\"></dxa-template>\n </dx-popup>\n </div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "closeOnOutsideClick", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }, { kind: "component", type: i4.PainterComponent, selector: "dxv-painter", inputs: ["options"] }] });
32
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: PopupImageEditingFieldComponent, selector: "dxv-popup-image-editing-field", inputs: { data: "data" }, viewQueries: [{ propertyName: "popupContainer", first: true, predicate: ["popupContainer"], descendants: true }], ngImport: i0, template: "<div class=\"dxrp-editing-field-container\" [style]=\"data.containerStyle\">\n <div #popupContainer [class]=\"'dx-accessibility-editing-field-item dx-accessibility-border-accented ' + data.parentPopupClass\" (click)=\"data.activateEditor(data, $event)\">\n <dxv-painter class=\"dxrp-editing-field-popup-container-cloned\" [options]=\"data.getPainterOptions()\"></dxv-painter>\n <dx-popup *ngIf=\"!!popupOptions\" class=\"dx-picture-edit-popup-content dx-picture-edit-popup-content-fullscreen\"\n [width]=\"data.containerStyle.width\"\n [height]=\"data.containerStyle.height\"\n [position]=\"popupOptions.position\"\n [container]=\"popupOptions.container\"\n [showTitle]=\"false\"\n [deferRendering]=\"false\"\n [hideOnOutsideClick]=\"true\"\n [showCloseButton]=\"false\"\n (onContentReady)=\"data.popupData.onContentReady($event)\"\n (onHiding)=\"data.popupData.onHiding($event)\"\n (onShown)=\"data.popupData.onShown($event)\"\n [shading]=\"data.popupData.shading\"\n [wrapperAttr]=\"{ class: 'dx-picture-edit-popup-content dx-picture-edit-popup-content-fullscreen' }\"\n [animation]=\"{ \n show: { type: 'slide', duration: 0, to: { opacity: 1 }, from: { opacity: 0 } },\n hide: { type: 'fade', duration: 100, to: { opacity: 0 }, from: { opacity: 1 } }\n }\"\n [visible]=\"data.popupData.visible\"\n >\n <dxa-template *ngIf=\"data.popupData.showContent\" [template]=\"data.popupData.contentTemplate\" [data]=\"data\"></dxa-template>\n </dx-popup>\n </div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }, { kind: "component", type: i4.PainterComponent, selector: "dxv-painter", inputs: ["options"] }] });
33
33
  }
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PopupImageEditingFieldComponent, decorators: [{
35
35
  type: Component,
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  export class TextEditingFieldComponent {
4
4
  data;
5
5
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextEditingFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextEditingFieldComponent, selector: "dxv-editing-field-text", inputs: { data: "data" }, ngImport: i0, template: "<textarea class=\"dxrp-editing-field-text\"\n [value]=\"data.value\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\">\n</textarea>" });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextEditingFieldComponent, selector: "dxv-editing-field-text", inputs: { data: "data" }, ngImport: i0, template: "<textarea class=\"dxrp-editing-field-text\"\n [value]=\"data.value\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\"\n (input)=\"data.onInput(data, $event)\">\n</textarea>" });
7
7
  }
8
8
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextEditingFieldComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'dxv-editing-field-text', template: "<textarea class=\"dxrp-editing-field-text\"\n [value]=\"data.value\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\">\n</textarea>" }]
10
+ args: [{ selector: 'dxv-editing-field-text', template: "<textarea class=\"dxrp-editing-field-text\"\n [value]=\"data.value\"\n valueUpdate=\"keypress\"\n [style]=\"data.textStyle\"\n (blur)=\"data.hideEditor(true)\"\n (keyup)=\"data.keypressAction(data, $event)\"\n (input)=\"data.onInput(data, $event)\">\n</textarea>" }]
11
11
  }], propDecorators: { data: [{
12
12
  type: Input,
13
13
  args: ['data']
14
14
  }] } });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdGluZy1maWVsZC10ZXh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2R4LXJlcG9ydC12aWV3ZXIvY29tcG9uZW50cy9yZXBvcnRpbmcvZWRpdGluZy90ZXh0LWZpZWxkL2VkaXRpbmctZmllbGQtdGV4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvdGV4dC1maWVsZC9lZGl0aW5nLWZpZWxkLXRleHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUWpELE1BQU0sT0FBTyx5QkFBeUI7SUFDbkIsSUFBSSxDQUF5Qjt3R0FEbkMseUJBQXlCOzRGQUF6Qix5QkFBeUIsd0ZDUnRDLDhPQU1XOzs0RkRFRSx5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0ksd0JBQXdCOzhCQUtuQixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJVGV4dEVkaXRpbmdGaWVsZERhdGEgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy92aWV3ZXIvZWRpdGluZy9tb2RlbHMvdGV4dEVkaXRpbmdGaWVsZCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZHh2LWVkaXRpbmctZmllbGQtdGV4dCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2VkaXRpbmctZmllbGQtdGV4dC5jb21wb25lbnQuaHRtbCdcbn0pXG5cbmV4cG9ydCBjbGFzcyBUZXh0RWRpdGluZ0ZpZWxkQ29tcG9uZW50IHtcbiAgICBASW5wdXQoJ2RhdGEnKSBkYXRhITogSVRleHRFZGl0aW5nRmllbGREYXRhO1xufVxuIiwiPHRleHRhcmVhIGNsYXNzPVwiZHhycC1lZGl0aW5nLWZpZWxkLXRleHRcIlxuICAgIFt2YWx1ZV09XCJkYXRhLnZhbHVlXCJcbiAgICB2YWx1ZVVwZGF0ZT1cImtleXByZXNzXCJcbiAgICBbc3R5bGVdPVwiZGF0YS50ZXh0U3R5bGVcIlxuICAgIChibHVyKT1cImRhdGEuaGlkZUVkaXRvcih0cnVlKVwiXG4gICAgKGtleXVwKT1cImRhdGEua2V5cHJlc3NBY3Rpb24oZGF0YSwgJGV2ZW50KVwiPlxuPC90ZXh0YXJlYT4iXX0=
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdGluZy1maWVsZC10ZXh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2R4LXJlcG9ydC12aWV3ZXIvY29tcG9uZW50cy9yZXBvcnRpbmcvZWRpdGluZy90ZXh0LWZpZWxkL2VkaXRpbmctZmllbGQtdGV4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvcmVwb3J0aW5nL2VkaXRpbmcvdGV4dC1maWVsZC9lZGl0aW5nLWZpZWxkLXRleHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUWpELE1BQU0sT0FBTyx5QkFBeUI7SUFDbkIsSUFBSSxDQUF5Qjt3R0FEbkMseUJBQXlCOzRGQUF6Qix5QkFBeUIsd0ZDUnRDLDBSQU9XOzs0RkRDRSx5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0ksd0JBQXdCOzhCQUtuQixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJVGV4dEVkaXRpbmdGaWVsZERhdGEgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy92aWV3ZXIvZWRpdGluZy9tb2RlbHMvdGV4dEVkaXRpbmdGaWVsZCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZHh2LWVkaXRpbmctZmllbGQtdGV4dCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2VkaXRpbmctZmllbGQtdGV4dC5jb21wb25lbnQuaHRtbCdcbn0pXG5cbmV4cG9ydCBjbGFzcyBUZXh0RWRpdGluZ0ZpZWxkQ29tcG9uZW50IHtcbiAgICBASW5wdXQoJ2RhdGEnKSBkYXRhITogSVRleHRFZGl0aW5nRmllbGREYXRhO1xufVxuIiwiPHRleHRhcmVhIGNsYXNzPVwiZHhycC1lZGl0aW5nLWZpZWxkLXRleHRcIlxuICAgIFt2YWx1ZV09XCJkYXRhLnZhbHVlXCJcbiAgICB2YWx1ZVVwZGF0ZT1cImtleXByZXNzXCJcbiAgICBbc3R5bGVdPVwiZGF0YS50ZXh0U3R5bGVcIlxuICAgIChibHVyKT1cImRhdGEuaGlkZUVkaXRvcih0cnVlKVwiXG4gICAgKGtleXVwKT1cImRhdGEua2V5cHJlc3NBY3Rpb24oZGF0YSwgJGV2ZW50KVwiXG4gICAgKGlucHV0KT1cImRhdGEub25JbnB1dChkYXRhLCAkZXZlbnQpXCI+XG48L3RleHRhcmVhPiJdfQ==
@@ -7,7 +7,7 @@ import * as i3 from "devextreme-angular";
7
7
  export class MobileActionsExportComponent extends ComponentWithParentContainer {
8
8
  data;
9
9
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MobileActionsExportComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MobileActionsExportComponent, selector: "dxv-mobile-actions-export", inputs: { data: "data" }, usesInheritance: true, ngImport: i0, template: "<dx-popover class=\"dxrd-menu-export-popover\"\n [wrapperAttr]=\"{ class: 'dxrd-menu-export-popover' }\"\n width=\"266px\"\n height=\"266px\"\n [visible]=\"data.visible\"\n target=\".dxrdp-mobile-action.dxrd-image-export-to\"\n [container]=\"parentContainer\">\n <div *dxTemplate=\"let contentData of 'content'\">\n <div *ngFor=\"let item of data.items\" class=\"dxrd-menu-export-item\" (click)=\"item.action()\">{{item.text}}</div>\n </div>\n</dx-popover>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.DxTemplateDirective, selector: "[dxTemplate]", inputs: ["dxTemplateOf"] }, { kind: "component", type: i3.DxPopoverComponent, selector: "dx-popover", inputs: ["animation", "closeOnOutsideClick", "container", "contentTemplate", "deferRendering", "disabled", "enableBodyScroll", "height", "hideEvent", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showEvent", "showTitle", "target", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onShowing", "onShown", "onTitleRendered", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "enableBodyScrollChange", "heightChange", "hideEventChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showEventChange", "showTitleChange", "targetChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MobileActionsExportComponent, selector: "dxv-mobile-actions-export", inputs: { data: "data" }, usesInheritance: true, ngImport: i0, template: "<dx-popover class=\"dxrd-menu-export-popover\"\n [wrapperAttr]=\"{ class: 'dxrd-menu-export-popover' }\"\n width=\"266px\"\n height=\"266px\"\n [visible]=\"data.visible\"\n target=\".dxrdp-mobile-action.dxrd-image-export-to\"\n [container]=\"parentContainer\">\n <div *dxTemplate=\"let contentData of 'content'\">\n <div *ngFor=\"let item of data.items\" class=\"dxrd-menu-export-item\" (click)=\"item.action()\">{{item.text}}</div>\n </div>\n</dx-popover>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.DxTemplateDirective, selector: "[dxTemplate]", inputs: ["dxTemplateOf"] }, { kind: "component", type: i3.DxPopoverComponent, selector: "dx-popover", inputs: ["animation", "container", "contentTemplate", "deferRendering", "disabled", "enableBodyScroll", "height", "hideEvent", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showEvent", "showTitle", "target", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onShowing", "onShown", "onTitleRendered", "animationChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "enableBodyScrollChange", "heightChange", "hideEventChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showEventChange", "showTitleChange", "targetChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
11
11
  }
12
12
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MobileActionsExportComponent, decorators: [{
13
13
  type: Component,
@@ -7,7 +7,7 @@ import * as i3 from "../../../analytics/template/template.component";
7
7
  export class MobileParametersPopupComponent extends ComponentWithParentContainer {
8
8
  data;
9
9
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MobileParametersPopupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MobileParametersPopupComponent, selector: "dxv-mobile-parameters-popup", inputs: { data: "data" }, usesInheritance: true, ngImport: i0, template: "<dx-popup [wrapperAttr]=\"{ class: 'dxrd-menu-parameters-popup' }\" [showTitle]=\"false\" (onHidden)=\"data.onHidden($event)\" width=\"100vw\" height=\"100vh\" [visible]=\"data.visible\" [container]=\"parentContainer\">\n <dxa-template *ngIf=\"data.visible\" template=\"dxrv-preview-parameters-mobile\" [data]=\"data\"></dxa-template>\n</dx-popup>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "closeOnOutsideClick", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }] });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MobileParametersPopupComponent, selector: "dxv-mobile-parameters-popup", inputs: { data: "data" }, usesInheritance: true, ngImport: i0, template: "<dx-popup [wrapperAttr]=\"{ class: 'dxrd-menu-parameters-popup' }\" [showTitle]=\"false\" (onHidden)=\"data.onHidden($event)\" width=\"100vw\" height=\"100vh\" [visible]=\"data.visible\" [container]=\"parentContainer\">\n <dxa-template *ngIf=\"data.visible\" template=\"dxrv-preview-parameters-mobile\" [data]=\"data\"></dxa-template>\n</dx-popup>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DxPopupComponent, selector: "dx-popup", inputs: ["accessKey", "animation", "container", "contentTemplate", "deferRendering", "disabled", "dragAndResizeArea", "dragEnabled", "dragOutsideBoundary", "enableBodyScroll", "focusStateEnabled", "fullScreen", "height", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "resizeEnabled", "restorePosition", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showTitle", "tabIndex", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onResize", "onResizeEnd", "onResizeStart", "onShowing", "onShown", "onTitleRendered", "accessKeyChange", "animationChange", "containerChange", "contentTemplateChange", "deferRenderingChange", "disabledChange", "dragAndResizeAreaChange", "dragEnabledChange", "dragOutsideBoundaryChange", "enableBodyScrollChange", "focusStateEnabledChange", "fullScreenChange", "heightChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "resizeEnabledChange", "restorePositionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showTitleChange", "tabIndexChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }] });
11
11
  }
12
12
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MobileParametersPopupComponent, decorators: [{
13
13
  type: Component,