devexpress-reporting-angular 23.1.7-build-23310-0214 → 23.2.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/dx-reporting.component.d.ts +14 -9
- package/dx-report-designer/dx-report-designer.component.d.ts +8 -48
- package/dx-report-designer/dxrd-callbacks.d.ts +2 -1
- package/dx-report-designer/dxrd-datasource-settings.component.d.ts +1 -1
- package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +1 -1
- package/dx-report-designer/dxrd-preview-settings.component.d.ts +1 -1
- package/dx-report-designer/dxrd-request-options.d.ts +1 -1
- package/dx-report-designer/dxrd-wizard-settings.component.d.ts +1 -1
- package/dx-report-viewer/components/analytics/actions/actions.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/designer/designer.component.d.ts +21 -0
- package/dx-report-viewer/components/analytics/directives/accordion.directive.d.ts +10 -0
- package/dx-report-viewer/components/analytics/directives/disposable.directive.base.d.ts +15 -0
- package/dx-report-viewer/components/analytics/directives/dx-action.directive.d.ts +10 -0
- package/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.d.ts +13 -0
- package/dx-report-viewer/components/analytics/directives/key-down-actions.directive.d.ts +13 -0
- package/dx-report-viewer/components/analytics/directives/resizable.directive.d.ts +12 -0
- package/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.d.ts +17 -0
- package/dx-report-viewer/components/analytics/directives/zoom.directive.d.ts +9 -0
- package/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.d.ts +15 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.base.d.ts +22 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.boolean.d.ts +9 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.d.ts +8 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.d.ts +11 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.date.d.ts +11 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.d.ts +14 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.numeric.d.ts +9 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.d.ts +16 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.d.ts +8 -0
- package/dx-report-viewer/components/analytics/properties/editor/editor.textbox.d.ts +9 -0
- package/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.d.ts +9 -0
- package/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.d.ts +14 -0
- package/dx-report-viewer/components/analytics/template/image.template.component.d.ts +11 -0
- package/dx-report-viewer/components/analytics/template/lazy.template.component.d.ts +15 -0
- package/dx-report-viewer/components/analytics/template/template.component.d.ts +15 -0
- package/dx-report-viewer/components/analytics/templates.component.d.ts +73 -0
- package/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.d.ts +10 -0
- package/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.d.ts +7 -0
- package/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.d.ts +18 -0
- package/dx-report-viewer/components/reporting/directives/auto-fit.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/directives/brick-selection.directive.d.ts +11 -0
- package/dx-report-viewer/components/reporting/directives/child-styles.directive.d.ts +11 -0
- package/dx-report-viewer/components/reporting/directives/lazy-images.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/directives/to-view.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/document-map/document-map.component.d.ts +13 -0
- package/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/export/export-tool.component.d.ts +16 -0
- package/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.d.ts +17 -0
- package/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.d.ts +13 -0
- package/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/export-options/export-options.component.d.ts +10 -0
- package/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.d.ts +8 -0
- package/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.d.ts +9 -0
- package/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.d.ts +18 -0
- package/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.d.ts +13 -0
- package/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.d.ts +8 -0
- package/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.d.ts +20 -0
- package/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/parameterspanel/date-range/popup-container/popup-container.component.d.ts +11 -0
- package/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.d.ts +10 -0
- package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.d.ts +14 -0
- package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.d.ts +20 -0
- package/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.d.ts +10 -0
- package/dx-report-viewer/components/reporting/reportpreview/breadcrumbs/breadcrumbs.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/reportpreview/page/page.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.d.ts +8 -0
- package/dx-report-viewer/components/reporting/search/search.component.d.ts +11 -0
- package/dx-report-viewer/components/reporting/templates.component.d.ts +197 -0
- package/dx-report-viewer/components/reporting/toolbar/export/export.component.d.ts +13 -0
- package/dx-report-viewer/components/reporting/toolbar/pager/pager.component.d.ts +13 -0
- package/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.d.ts +8 -0
- package/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.d.ts +13 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.d.ts +14 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component.d.ts +6 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.d.ts +7 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.d.ts +16 -0
- package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.d.ts +22 -0
- package/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.d.ts +17 -0
- package/dx-report-viewer/dx-report-viewer.component.d.ts +27 -26
- package/dx-report-viewer/dx-report-viewer.module.d.ts +100 -2
- package/dx-report-viewer/dxrv-callbacks.d.ts +2 -1
- package/dx-report-viewer/dxrv-export-settings.component.d.ts +1 -1
- package/dx-report-viewer/dxrv-mobile-mode-settings.component.d.ts +1 -1
- package/dx-report-viewer/dxrv-progressbar-settings.component.d.ts +1 -1
- package/dx-report-viewer/dxrv-remote-settings.component.d.ts +1 -1
- package/dx-report-viewer/dxrv-request-options.d.ts +1 -1
- package/dx-report-viewer/dxrv-search-settings.component.d.ts +1 -1
- package/dx-report-viewer/dxrv-tabpanel-settings.component.d.ts +1 -1
- package/dx-report-viewer/index.d.ts +1 -0
- package/dx-report-viewer/utils/accessibility-settings.d.ts +6 -0
- package/dx-report-viewer/utils/template.d.ts +5 -0
- package/dx-report-viewer/utils/templateEngine.d.ts +11 -0
- package/{esm2015/all.js → esm2020/all.mjs} +6 -8
- package/esm2020/core/dx-reporting.component.mjs +59 -0
- package/esm2020/dx-report-designer/dx-report-designer.component.mjs +71 -0
- package/{esm2015/dx-report-designer/dx-report-designer.module.js → esm2020/dx-report-designer/dx-report-designer.module.mjs} +5 -5
- package/{esm2015/dx-report-designer/dxrd-callbacks.js → esm2020/dx-report-designer/dxrd-callbacks.mjs} +4 -4
- package/{esm2015/dx-report-designer/dxrd-datasource-settings.component.js → esm2020/dx-report-designer/dxrd-datasource-settings.component.mjs} +3 -3
- package/esm2020/dx-report-designer/dxrd-designer-model-settings.component.mjs +47 -0
- package/esm2020/dx-report-designer/dxrd-preview-settings.component.mjs +31 -0
- package/{esm2015/dx-report-designer/dxrd-request-options.js → esm2020/dx-report-designer/dxrd-request-options.mjs} +3 -3
- package/{esm2015/dx-report-designer/dxrd-wizard-settings.component.js → esm2020/dx-report-designer/dxrd-wizard-settings.component.mjs} +3 -3
- package/esm2020/dx-report-viewer/components/analytics/actions/actions.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/analytics/designer/designer.component.mjs +26 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/accordion.directive.mjs +25 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/disposable.directive.base.mjs +34 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/dx-action.directive.mjs +35 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.mjs +29 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/key-down-actions.directive.mjs +24 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/resizable.directive.mjs +29 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.mjs +47 -0
- package/esm2020/dx-report-viewer/components/analytics/directives/zoom.directive.mjs +23 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.mjs +36 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.base.mjs +69 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.boolean.mjs +21 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.mjs +31 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.mjs +36 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.date.mjs +33 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.mjs +30 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.numeric.mjs +22 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.mjs +31 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.mjs +39 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.textbox.mjs +24 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.mjs +19 -0
- package/esm2020/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.mjs +29 -0
- package/esm2020/dx-report-viewer/components/analytics/template/image.template.component.mjs +35 -0
- package/esm2020/dx-report-viewer/components/analytics/template/lazy.template.component.mjs +41 -0
- package/esm2020/dx-report-viewer/components/analytics/template/template.component.mjs +41 -0
- package/esm2020/dx-report-viewer/components/analytics/templates.component.mjs +114 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.mjs +21 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.mjs +44 -0
- package/esm2020/dx-report-viewer/components/reporting/directives/auto-fit.directive.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/directives/brick-selection.directive.mjs +28 -0
- package/esm2020/dx-report-viewer/components/reporting/directives/child-styles.directive.mjs +23 -0
- package/esm2020/dx-report-viewer/components/reporting/directives/lazy-images.directive.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/directives/to-view.directive.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/document-map/document-map.component.mjs +25 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.mjs +14 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/export/export-tool.component.mjs +31 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.mjs +38 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.mjs +33 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.mjs +14 -0
- package/esm2020/dx-report-viewer/components/reporting/export-options/export-options.component.mjs +24 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.mjs +18 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.mjs +22 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.mjs +22 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.mjs +53 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.mjs +28 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.mjs +18 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.mjs +53 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/popup-container/popup-container.component.mjs +24 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.mjs +23 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.mjs +51 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.mjs +45 -0
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.mjs +27 -0
- package/esm2020/dx-report-viewer/components/reporting/reportpreview/breadcrumbs/breadcrumbs.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.mjs +14 -0
- package/esm2020/dx-report-viewer/components/reporting/reportpreview/page/page.component.mjs +18 -0
- package/esm2020/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.mjs +15 -0
- package/esm2020/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.mjs +24 -0
- package/esm2020/dx-report-viewer/components/reporting/search/search.component.mjs +22 -0
- package/esm2020/dx-report-viewer/components/reporting/templates.component.mjs +276 -0
- package/esm2020/dx-report-viewer/components/reporting/toolbar/export/export.component.mjs +29 -0
- package/esm2020/dx-report-viewer/components/reporting/toolbar/pager/pager.component.mjs +26 -0
- package/esm2020/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.mjs +21 -0
- package/esm2020/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.mjs +29 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.mjs +29 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.mjs +17 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component.mjs +14 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.mjs +16 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.mjs +37 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.mjs +52 -0
- package/esm2020/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.mjs +44 -0
- package/esm2020/dx-report-viewer/dx-report-viewer.component.mjs +143 -0
- package/esm2020/dx-report-viewer/dx-report-viewer.module.mjs +413 -0
- package/{esm2015/dx-report-viewer/dxrv-callbacks.js → esm2020/dx-report-viewer/dxrv-callbacks.mjs} +4 -4
- package/{esm2015/dx-report-viewer/dxrv-export-settings.component.js → esm2020/dx-report-viewer/dxrv-export-settings.component.mjs} +3 -3
- package/{esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js → esm2020/dx-report-viewer/dxrv-mobile-mode-settings.component.mjs} +3 -3
- package/{esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js → esm2020/dx-report-viewer/dxrv-progressbar-settings.component.mjs} +3 -3
- package/{esm2015/dx-report-viewer/dxrv-remote-settings.component.js → esm2020/dx-report-viewer/dxrv-remote-settings.component.mjs} +4 -4
- package/{esm2015/dx-report-viewer/dxrv-request-options.js → esm2020/dx-report-viewer/dxrv-request-options.mjs} +3 -3
- package/{esm2015/dx-report-viewer/dxrv-search-settings.component.js → esm2020/dx-report-viewer/dxrv-search-settings.component.mjs} +3 -3
- package/{esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js → esm2020/dx-report-viewer/dxrv-tabpanel-settings.component.mjs} +4 -4
- package/{esm2015/dx-report-viewer/index.js → esm2020/dx-report-viewer/index.mjs} +2 -1
- package/esm2020/dx-report-viewer/utils/accessibility-settings.mjs +16 -0
- package/esm2020/dx-report-viewer/utils/template.mjs +2 -0
- package/esm2020/dx-report-viewer/utils/templateEngine.mjs +27 -0
- package/fesm2015/devexpress-reporting-angular-core.mjs +109 -0
- package/fesm2015/devexpress-reporting-angular-core.mjs.map +1 -0
- package/fesm2015/{devexpress-reporting-angular-dx-report-designer.js → devexpress-reporting-angular-dx-report-designer.mjs} +34 -37
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.mjs.map +1 -0
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.mjs +3066 -0
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -0
- package/fesm2015/{devexpress-reporting-angular.js → devexpress-reporting-angular.mjs} +6 -8
- package/fesm2015/devexpress-reporting-angular.mjs.map +1 -0
- package/{fesm2015/devexpress-reporting-angular-core.js → fesm2020/devexpress-reporting-angular-core.mjs} +8 -15
- package/fesm2020/devexpress-reporting-angular-core.mjs.map +1 -0
- package/fesm2020/devexpress-reporting-angular-dx-report-designer.mjs +410 -0
- package/fesm2020/devexpress-reporting-angular-dx-report-designer.mjs.map +1 -0
- package/fesm2020/devexpress-reporting-angular-dx-report-viewer.mjs +3061 -0
- package/fesm2020/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -0
- package/fesm2020/devexpress-reporting-angular.mjs +40 -0
- package/fesm2020/devexpress-reporting-angular.mjs.map +1 -0
- package/package.json +52 -12
- package/bundles/devexpress-reporting-angular-core.umd.js +0 -609
- package/bundles/devexpress-reporting-angular-core.umd.js.map +0 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +0 -939
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +0 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +0 -917
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +0 -1
- package/bundles/devexpress-reporting-angular.umd.js +0 -140
- package/bundles/devexpress-reporting-angular.umd.js.map +0 -1
- package/core/devexpress-reporting-angular-core.d.ts +0 -5
- package/core/package.json +0 -10
- package/devexpress-reporting-angular.d.ts +0 -5
- package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.d.ts +0 -5
- package/dx-report-designer/package.json +0 -10
- package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.d.ts +0 -5
- package/dx-report-viewer/package.json +0 -10
- package/esm2015/core/dx-reporting.component.js +0 -66
- package/esm2015/dx-report-designer/dx-report-designer.component.js +0 -77
- package/esm2015/dx-report-designer/dxrd-designer-model-settings.component.js +0 -48
- package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +0 -32
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +0 -110
- package/esm2015/dx-report-viewer/dx-report-viewer.module.js +0 -63
- package/fesm2015/devexpress-reporting-angular-core.js.map +0 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +0 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +0 -389
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +0 -1
- package/fesm2015/devexpress-reporting-angular.js.map +0 -1
- /package/{esm2015/core/_input-converters.js → esm2020/core/_input-converters.mjs} +0 -0
- /package/{esm2015/core/_settingsProvider.js → esm2020/core/_settingsProvider.mjs} +0 -0
- /package/{esm2015/core/devexpress-reporting-angular-core.js → esm2020/core/devexpress-reporting-angular-core.mjs} +0 -0
- /package/{esm2015/core/index.js → esm2020/core/index.mjs} +0 -0
- /package/{esm2015/devexpress-reporting-angular.js → esm2020/devexpress-reporting-angular.mjs} +0 -0
- /package/{esm2015/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js → esm2020/dx-report-designer/devexpress-reporting-angular-dx-report-designer.mjs} +0 -0
- /package/{esm2015/dx-report-designer/index.js → esm2020/dx-report-designer/index.mjs} +0 -0
- /package/{esm2015/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js → esm2020/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.mjs} +0 -0
- /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
@@ -8,9 +8,107 @@ import * as i6 from "./dxrv-progressbar-settings.component";
|
|
8
8
|
import * as i7 from "./dxrv-export-settings.component";
|
9
9
|
import * as i8 from "./dxrv-tabpanel-settings.component";
|
10
10
|
import * as i9 from "./dxrv-search-settings.component";
|
11
|
-
import * as i10 from "
|
11
|
+
import * as i10 from "./components/analytics/tabpanel/tabpanel.component";
|
12
|
+
import * as i11 from "./components/analytics/properties/propertygrid/propertygrid.component";
|
13
|
+
import * as i12 from "./components/analytics/widgets/treelist/treelist.component";
|
14
|
+
import * as i13 from "./components/analytics/widgets/treelist/treelist-group.component";
|
15
|
+
import * as i14 from "./components/analytics/widgets/treelist/treelist-item.component";
|
16
|
+
import * as i15 from "./components/analytics/widgets/treelist/treelist-header-item.component";
|
17
|
+
import * as i16 from "./components/analytics/widgets/treelist/treelist-item-text-content.component";
|
18
|
+
import * as i17 from "./components/analytics/widgets/treelist/treelist-header-item-caption-content.component";
|
19
|
+
import * as i18 from "./components/analytics/properties/editor/editor.date";
|
20
|
+
import * as i19 from "./components/analytics/properties/collectioneditor/collectioneditor.component";
|
21
|
+
import * as i20 from "./components/reporting/parameterspanel/parameterspanel.component";
|
22
|
+
import * as i21 from "./components/analytics/templates.component";
|
23
|
+
import * as i22 from "./components/analytics/actions/actions.component";
|
24
|
+
import * as i23 from "./components/analytics/template/image.template.component";
|
25
|
+
import * as i24 from "./components/analytics/template/template.component";
|
26
|
+
import * as i25 from "./components/reporting/toolbar/pager/pager.component";
|
27
|
+
import * as i26 from "./components/reporting/toolbar/zoom/zoom.component";
|
28
|
+
import * as i27 from "./components/analytics/properties/editor/editor.base";
|
29
|
+
import * as i28 from "./components/reporting/toolbar/export/export.component";
|
30
|
+
import * as i29 from "./components/reporting/templates.component";
|
31
|
+
import * as i30 from "./components/reporting/toolbar/toolbar-content/toolbar-content.component";
|
32
|
+
import * as i31 from "./components/reporting/parameterspanel/editor/editor.component";
|
33
|
+
import * as i32 from "./components/reporting/parameterspanel/multi-value/multi-value.component";
|
34
|
+
import * as i33 from "./components/analytics/properties/editor/editor.textbox";
|
35
|
+
import * as i34 from "./components/analytics/properties/editor/editor.selectbox";
|
36
|
+
import * as i35 from "./components/analytics/properties/editor/editor.boolselect";
|
37
|
+
import * as i36 from "./components/reporting/export-options/export-options.component";
|
38
|
+
import * as i37 from "./components/analytics/properties/object-editor/object-editor.component";
|
39
|
+
import * as i38 from "./components/analytics/properties/editor/editor.boolean";
|
40
|
+
import * as i39 from "./components/analytics/properties/editor/editor.selectbox.localized";
|
41
|
+
import * as i40 from "./components/analytics/properties/editor/editor.numeric";
|
42
|
+
import * as i41 from "./components/analytics/properties/editor/editor.colorpicker";
|
43
|
+
import * as i42 from "./components/analytics/directives/dx-action.directive";
|
44
|
+
import * as i43 from "./components/reporting/parameterspanel/multi-value/multi-value.editable.component";
|
45
|
+
import * as i44 from "./components/analytics/designer/designer.component";
|
46
|
+
import * as i45 from "./components/reporting/parameterspanel/date-range/date-range.component";
|
47
|
+
import * as i46 from "./components/reporting/parameterspanel/date-range/popup-container/popup-container.component";
|
48
|
+
import * as i47 from "./components/reporting/parameterspanel/date-range/calendar/calendar.component";
|
49
|
+
import * as i48 from "./components/reporting/reportpreview/surface/surface.component";
|
50
|
+
import * as i49 from "./components/reporting/reportpreview/page/page.component";
|
51
|
+
import * as i50 from "./components/reporting/directives/lazy-images.directive";
|
52
|
+
import * as i51 from "./components/reporting/parameterspanel/editor/editor-content/editor-content.component";
|
53
|
+
import * as i52 from "./components/reporting/parameterspanel/editor/group-editor/group-editor.component";
|
54
|
+
import * as i53 from "./components/reporting/search/search.component";
|
55
|
+
import * as i54 from "./components/reporting/document-map/document-map.component";
|
56
|
+
import * as i55 from "./components/reporting/editing/text-field/editing-field-text.component";
|
57
|
+
import * as i56 from "./components/reporting/editing/text-field/editing-field-mask.component";
|
58
|
+
import * as i57 from "./components/reporting/editing/text-field/editing-field-number.component";
|
59
|
+
import * as i58 from "./components/reporting/editing/text-field/editing-field-datetime.component";
|
60
|
+
import * as i59 from "./components/reporting/editing/text-field/editing-field-container.component";
|
61
|
+
import * as i60 from "./components/reporting/editing/character-comb/editing-field-character-comb.component";
|
62
|
+
import * as i61 from "./components/reporting/editing/check-field/editing-field-checkbox.component";
|
63
|
+
import * as i62 from "./components/reporting/editing/check-field/editing-field-radio.component";
|
64
|
+
import * as i63 from "./components/reporting/editing/image-field/image-editing-field.component";
|
65
|
+
import * as i64 from "./components/reporting/editing/image-field/image-editing-field-editor.component";
|
66
|
+
import * as i65 from "./components/reporting/editing/popup-image-field/popup-image-editing-field.component";
|
67
|
+
import * as i66 from "./components/reporting/reportpreview/progress-bar/progress-bar.component";
|
68
|
+
import * as i67 from "./components/reporting/widgets/picture-editor/picture-editor.component";
|
69
|
+
import * as i68 from "./components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component";
|
70
|
+
import * as i69 from "./components/reporting/widgets/picture-editor/picture-editing-brush-options.component";
|
71
|
+
import * as i70 from "./components/reporting/widgets/picture-editor/picture-editing-size-options.component";
|
72
|
+
import * as i71 from "./components/reporting/widgets/picture-editor/picture-editing-imagespicker.component";
|
73
|
+
import * as i72 from "./components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component";
|
74
|
+
import * as i73 from "./components/reporting/widgets/picture-editor/painter.component";
|
75
|
+
import * as i74 from "./components/reporting/widgets/signature/signature-editor.component";
|
76
|
+
import * as i75 from "./components/reporting/reportpreview/brick/brick.component";
|
77
|
+
import * as i76 from "./components/reporting/reportpreview/brick/brick-clickable.component";
|
78
|
+
import * as i77 from "./components/reporting/editing/export/export-tool.component";
|
79
|
+
import * as i78 from "./components/reporting/directives/auto-fit.directive";
|
80
|
+
import * as i79 from "./components/reporting/directives/to-view.directive";
|
81
|
+
import * as i80 from "./components/reporting/directives/brick-selection.directive";
|
82
|
+
import * as i81 from "./components/analytics/directives/resizable.directive";
|
83
|
+
import * as i82 from "./components/analytics/directives/zoom.directive";
|
84
|
+
import * as i83 from "./components/reporting/directives/child-styles.directive";
|
85
|
+
import * as i84 from "./components/analytics/directives/searchHighlighting.directive";
|
86
|
+
import * as i85 from "./components/analytics/directives/accordion.directive";
|
87
|
+
import * as i86 from "./components/reporting/editing/check-field/editing-field-checkbox-glyph.component";
|
88
|
+
import * as i87 from "./components/analytics/directives/dx-mutation-observer.directive";
|
89
|
+
import * as i88 from "./components/reporting/mobile/directives/mobile.searchBar.directive";
|
90
|
+
import * as i89 from "./components/reporting/mobile/directives/mobile.paginator.directive";
|
91
|
+
import * as i90 from "./components/analytics/template/lazy.template.component";
|
92
|
+
import * as i91 from "./components/reporting/mobile/surface/mobile.surface.component";
|
93
|
+
import * as i92 from "./components/reporting/mobile/directives/mobile.slide.directive";
|
94
|
+
import * as i93 from "./components/reporting/mobile/directives/mobile.zoom.directive";
|
95
|
+
import * as i94 from "./components/reporting/mobile/gallery/mobile.gallery.component";
|
96
|
+
import * as i95 from "./components/reporting/mobile/page/mobile.page.component";
|
97
|
+
import * as i96 from "./components/reporting/mobile/actions/mobile.actions.component";
|
98
|
+
import * as i97 from "./components/reporting/mobile/parameters/mobile.parameters.popup.component";
|
99
|
+
import * as i98 from "./components/reporting/mobile/parameters/mobile.parameters.component";
|
100
|
+
import * as i99 from "./components/reporting/mobile/parameters/mobile.parameters.daterange.component";
|
101
|
+
import * as i100 from "./components/reporting/mobile/actions/mobile.actions.export.component";
|
102
|
+
import * as i101 from "./components/reporting/mobile/search/mobile.search.component";
|
103
|
+
import * as i102 from "./components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component";
|
104
|
+
import * as i103 from "./components/reporting/mobile/directives/mobile.autofit.directive";
|
105
|
+
import * as i104 from "./components/reporting/mobile/pages/pages/mobile.pages.component";
|
106
|
+
import * as i105 from "./components/analytics/directives/key-down-actions.directive";
|
107
|
+
import * as i106 from "./components/reporting/reportpreview/breadcrumbs/breadcrumbs.component";
|
108
|
+
import * as i107 from "@angular/common";
|
109
|
+
import * as i108 from "devextreme-angular";
|
12
110
|
export declare class DxReportViewerModule {
|
13
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerModule, never>;
|
14
|
-
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
|
112
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DxReportViewerModule, [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent, typeof i10.TabpanelComponent, typeof i11.PropertygridComponent, typeof i12.TreelistComponent, typeof i13.TreeListGroupComponent, typeof i14.TreeListItemComponent, typeof i15.TreeListHeaderItemComponent, typeof i16.TreeListItemTextComponent, typeof i17.TreeListHeaderItemCaptionContentComponent, typeof i18.DateEditorComponent, typeof i19.CollectionEditorComponent, typeof i20.ParameterspanelComponent, typeof i21.TemplatesComponent, typeof i22.ActionsComponent, typeof i23.ImageTemplateComponent, typeof i24.TemplateComponent, typeof i25.PagerComponent, typeof i26.ZoomComponent, typeof i27.EditorComponentBase, typeof i28.ExportComponent, typeof i29.ViewerTemplatesComponent, typeof i30.ToolbarContentComponent, typeof i31.EditorComponent, typeof i32.MultiValueComponent, typeof i33.TextBoxEditorComponent, typeof i34.SelectBoxComponent, typeof i35.BoolSelectComponent, typeof i36.ExportOptionsComponent, typeof i37.ObjectEditorComponent, typeof i38.BooleanEditorComponent, typeof i39.LocalizedSelectBoxComponent, typeof i40.NumericEditorComponent, typeof i41.ColorPickerComponent, typeof i42.DxActionDirective, typeof i43.MultiValueEditableComponent, typeof i44.DesignerComponent, typeof i45.DateRangeComponent, typeof i46.PopupContainerComponent, typeof i47.CalendarComponent, typeof i48.SurfaceComponent, typeof i49.PageComponent, typeof i50.LazyImagesDirective, typeof i51.EditorContentComponent, typeof i52.GroupEditorComponent, typeof i53.SearchComponent, typeof i54.DocumentMapComponent, typeof i55.TextEditingFieldComponent, typeof i56.TextEditingFieldMaskComponent, typeof i57.TextEditingFieldNumberComponent, typeof i58.TextEditingFieldDateBoxComponent, typeof i59.TextEditingFieldContainerComponent, typeof i60.CharacterCombEditingFieldComponent, typeof i61.CheckEditingFieldComponent, typeof i62.RadioEditingFieldComponent, typeof i63.ImageEditingFieldComponent, typeof i64.ImageEditingFieldEditorComponent, typeof i65.PopupImageEditingFieldComponent, typeof i66.ProgressBarComponent, typeof i67.PictureEditorComponent, typeof i68.PictureEditorToolBarPopupComponent, typeof i69.PictureEditorBrushOptionsComponent, typeof i70.PictureEditorSizeOptionsComponent, typeof i71.PictureEditorImagespickerComponent, typeof i72.PictureEditorImagespickerWithFilterComponent, typeof i73.PainterComponent, typeof i74.SignatureEditorComponent, typeof i75.BrickComponent, typeof i76.BrickClickableComponent, typeof i77.ExportToolComponent, typeof i78.AutoFitDirective, typeof i79.ToViewDirective, typeof i80.BrickSelectionDirective, typeof i81.ResizableDirective, typeof i82.ZoomDirective, typeof i83.ChildStyleDirective, typeof i84.SearchHighlightingDirective, typeof i85.AccordionDirective, typeof i86.EditingFieldCheckboxGlyphComponent, typeof i87.DxMutationObserverDirective, typeof i88.MobileSearchBarDirective, typeof i89.MobilePaginatorDirective, typeof i90.LazyTemplateComponent, typeof i91.MobileSurfaceComponent, typeof i92.MobileSlideDirective, typeof i93.MobileZoomDirective, typeof i94.MobileGalleryComponent, typeof i95.MobilePageComponent, typeof i96.MobileActionsComponent, typeof i97.MobileParametersPopupComponent, typeof i98.MobileParametersComponent, typeof i99.MobileParametersDateRangeComponent, typeof i100.MobileActionsExportComponent, typeof i101.MobileSearchComponent, typeof i102.DateRangeMobileComponent, typeof i103.MobileAutofitDirective, typeof i104.MobilePaginatorComponent, typeof i105.KeyDownActionsDirective, typeof i106.BreadcrumbsComponent], [typeof i107.CommonModule, typeof i108.DxButtonModule, typeof i108.DxLoadIndicatorModule, typeof i108.DxScrollViewModule, typeof i108.DxSelectBoxModule, typeof i108.DxMenuModule, typeof i108.DxTagBoxModule, typeof i108.DxTextBoxModule, typeof i108.DxValidatorModule, typeof i108.DxDateBoxModule, typeof i108.DxCheckBoxModule, typeof i108.DxNumberBoxModule, typeof i108.DxColorBoxModule, typeof i108.DxPopupModule, typeof i108.DxPopoverModule, typeof i108.DxSliderModule, typeof i108.DxCalendarModule, typeof i108.DxListModule, typeof i108.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]>;
|
15
113
|
static ɵinj: i0.ɵɵInjectorDeclaration<DxReportViewerModule>;
|
16
114
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class DxReportViewerCallbacksComponent {
|
4
|
+
[key: string]: EventEmitter<any>;
|
4
5
|
CustomizeElements: EventEmitter<any>;
|
5
6
|
PreviewClick: EventEmitter<any>;
|
6
7
|
EditingFieldChanged: EventEmitter<any>;
|
@@ -18,5 +19,5 @@ export declare class DxReportViewerCallbacksComponent {
|
|
18
19
|
OnServerError: EventEmitter<any>;
|
19
20
|
OnExport: EventEmitter<any>;
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerCallbacksComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerCallbacksComponent, "dxrv-callbacks", never, {}, { "CustomizeElements": "CustomizeElements"; "PreviewClick": "PreviewClick"; "EditingFieldChanged": "EditingFieldChanged"; "DocumentReady": "DocumentReady"; "CustomizeExportOptions": "CustomizeExportOptions"; "CustomizeParameterEditors": "CustomizeParameterEditors"; "CustomizeParameterLookUpSource": "CustomizeParameterLookUpSource"; "ParametersReset": "ParametersReset"; "ParametersSubmitted": "ParametersSubmitted"; "ParametersInitialized": "ParametersInitialized"; "CustomizeMenuActions": "CustomizeMenuActions"; "CustomizeLocalization": "CustomizeLocalization"; "OnInitializing": "OnInitializing"; "BeforeRender": "BeforeRender"; "OnServerError": "OnServerError"; "OnExport": "OnExport"; }, never, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerCallbacksComponent, "dxrv-callbacks", never, {}, { "CustomizeElements": "CustomizeElements"; "PreviewClick": "PreviewClick"; "EditingFieldChanged": "EditingFieldChanged"; "DocumentReady": "DocumentReady"; "CustomizeExportOptions": "CustomizeExportOptions"; "CustomizeParameterEditors": "CustomizeParameterEditors"; "CustomizeParameterLookUpSource": "CustomizeParameterLookUpSource"; "ParametersReset": "ParametersReset"; "ParametersSubmitted": "ParametersSubmitted"; "ParametersInitialized": "ParametersInitialized"; "CustomizeMenuActions": "CustomizeMenuActions"; "CustomizeLocalization": "CustomizeLocalization"; "OnInitializing": "OnInitializing"; "BeforeRender": "BeforeRender"; "OnServerError": "OnServerError"; "OnExport": "OnExport"; }, never, never, false, never>;
|
22
23
|
}
|
@@ -10,5 +10,5 @@ export declare class DxReportViewerExportSettingsComponent implements ISerializa
|
|
10
10
|
showPrintNotificationDialog: boolean;
|
11
11
|
};
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerExportSettingsComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerExportSettingsComponent, "dxrv-export-settings", never, { "useSameTab": "useSameTab"; "useAsynchronousExport": "useAsynchronousExport"; "showPrintNotificationDialog": "showPrintNotificationDialog"; }, {}, never, never>;
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerExportSettingsComponent, "dxrv-export-settings", never, { "useSameTab": "useSameTab"; "useAsynchronousExport": "useAsynchronousExport"; "showPrintNotificationDialog": "showPrintNotificationDialog"; }, {}, never, never, false, never>;
|
14
14
|
}
|
@@ -3,5 +3,5 @@ export declare class DxReportViewerMobileModeSettingsComponent {
|
|
3
3
|
readerMode: boolean;
|
4
4
|
animationEnabled: boolean;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerMobileModeSettingsComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerMobileModeSettingsComponent, "dxrv-mobile-mode-settings", never, { "readerMode": "readerMode"; "animationEnabled": "animationEnabled"; }, {}, never, never>;
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerMobileModeSettingsComponent, "dxrv-mobile-mode-settings", never, { "readerMode": "readerMode"; "animationEnabled": "animationEnabled"; }, {}, never, never, false, never>;
|
7
7
|
}
|
@@ -8,5 +8,5 @@ export declare class DxReportViewerProgressBarSettingsComponent implements ISeri
|
|
8
8
|
keepOnVisibleArea: boolean;
|
9
9
|
};
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerProgressBarSettingsComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerProgressBarSettingsComponent, "dxrv-progressbar-settings", never, { "position": "position"; "keepOnVisibleArea": "keepOnVisibleArea"; }, {}, never, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerProgressBarSettingsComponent, "dxrv-progressbar-settings", never, { "position": "position"; "keepOnVisibleArea": "keepOnVisibleArea"; }, {}, never, never, false, never>;
|
12
12
|
}
|
@@ -3,5 +3,5 @@ export declare class DxReportViewerRemoteSettingsComponent {
|
|
3
3
|
authToken: string;
|
4
4
|
serverUri: string;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerRemoteSettingsComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerRemoteSettingsComponent, "dxrv-remote-settings", never, { "authToken": "authToken"; "serverUri": "serverUri"; }, {}, never, never>;
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerRemoteSettingsComponent, "dxrv-remote-settings", never, { "authToken": "authToken"; "serverUri": "serverUri"; }, {}, never, never, false, never>;
|
7
7
|
}
|
@@ -4,5 +4,5 @@ export declare class DxReportViewerRequestOptionsComponent {
|
|
4
4
|
getLocalizationAction?: string;
|
5
5
|
host: string;
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerRequestOptionsComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerRequestOptionsComponent, "dxrv-request-options", never, { "invokeAction": "invokeAction"; "getLocalizationAction": "getLocalizationAction"; "host": "host"; }, {}, never, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerRequestOptionsComponent, "dxrv-request-options", never, { "invokeAction": "invokeAction"; "getLocalizationAction": "getLocalizationAction"; "host": "host"; }, {}, never, never, false, never>;
|
8
8
|
}
|
@@ -8,5 +8,5 @@ export declare class DxReportViewerSearchSettingsComponent implements ISerializa
|
|
8
8
|
searchEnabled: boolean;
|
9
9
|
};
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerSearchSettingsComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerSearchSettingsComponent, "dxrv-search-settings", never, { "searchEnabled": "searchEnabled"; "useAsyncSearch": "useAsyncSearch"; }, {}, never, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerSearchSettingsComponent, "dxrv-search-settings", never, { "searchEnabled": "searchEnabled"; "useAsyncSearch": "useAsyncSearch"; }, {}, never, never, false, never>;
|
12
12
|
}
|
@@ -3,5 +3,5 @@ export declare class DxReportViewerTabPanelSettingsComponent {
|
|
3
3
|
position: string;
|
4
4
|
width: number;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerTabPanelSettingsComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerTabPanelSettingsComponent, "dxrv-tabpanel-settings", never, { "position": "position"; "width": "width"; }, {}, never, never>;
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DxReportViewerTabPanelSettingsComponent, "dxrv-tabpanel-settings", never, { "position": "position"; "width": "width"; }, {}, never, never, false, never>;
|
7
7
|
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class TemplateEngine {
|
4
|
+
private templates;
|
5
|
+
constructor();
|
6
|
+
register(id: string, ref: TemplateRef<any>): void;
|
7
|
+
hasTemplate(id: string): boolean;
|
8
|
+
getTemplateRef(templateId: string): TemplateRef<any> | null;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateEngine, never>;
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TemplateEngine>;
|
11
|
+
}
|
@@ -4,16 +4,14 @@ import { DxReportDesignerModule } from 'devexpress-reporting-angular/dx-report-d
|
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export class DevexpressReportingModule {
|
6
6
|
}
|
7
|
-
DevexpressReportingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
8
|
-
DevexpressReportingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
7
|
+
DevexpressReportingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DevexpressReportingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
8
|
+
DevexpressReportingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DevexpressReportingModule, imports: [DxReportViewerModule,
|
9
9
|
DxReportDesignerModule], exports: [DxReportViewerModule,
|
10
10
|
DxReportDesignerModule] });
|
11
|
-
DevexpressReportingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
12
|
-
|
13
|
-
DxReportDesignerModule
|
14
|
-
], DxReportViewerModule,
|
11
|
+
DevexpressReportingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DevexpressReportingModule, imports: [DxReportViewerModule,
|
12
|
+
DxReportDesignerModule, DxReportViewerModule,
|
15
13
|
DxReportDesignerModule] });
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DevexpressReportingModule, decorators: [{
|
17
15
|
type: NgModule,
|
18
16
|
args: [{
|
19
17
|
imports: [
|
@@ -26,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
26
24
|
]
|
27
25
|
}]
|
28
26
|
}] });
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saURBQWlELENBQUM7O0FBWXpGLE1BQU0sT0FBTyx5QkFBeUI7O3VIQUF6Qix5QkFBeUI7d0hBQXpCLHlCQUF5QixZQVI5QixvQkFBb0I7UUFDcEIsc0JBQXNCLGFBR3RCLG9CQUFvQjtRQUNwQixzQkFBc0I7d0hBR2pCLHlCQUF5QixZQVI5QixvQkFBb0I7UUFDcEIsc0JBQXNCLEVBR3RCLG9CQUFvQjtRQUNwQixzQkFBc0I7NEZBR2pCLHlCQUF5QjtrQkFWckMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsb0JBQW9CO3dCQUNwQixzQkFBc0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxvQkFBb0I7d0JBQ3BCLHNCQUFzQjtxQkFDekI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnRWaWV3ZXJNb2R1bGUgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC12aWV3ZXInO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lck1vZHVsZSB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LWRlc2lnbmVyJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIER4UmVwb3J0Vmlld2VyTW9kdWxlLFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kdWxlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZXZleHByZXNzUmVwb3J0aW5nTW9kdWxlIHsgfSJdfQ==
|
@@ -0,0 +1,59 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
import { ViewChild, Input, Inject, PLATFORM_ID, Component } from '@angular/core';
|
3
|
+
import { isPlatformBrowser } from '@angular/common';
|
4
|
+
import { _booleanConverter, _inputConverter } from './_input-converters';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export class DxReportingComponent {
|
7
|
+
constructor(renderer, platformId) {
|
8
|
+
this.renderer = renderer;
|
9
|
+
this.platformId = platformId;
|
10
|
+
this.height = '800px';
|
11
|
+
this.width = '100%';
|
12
|
+
this.cssClass = '';
|
13
|
+
}
|
14
|
+
ngAfterViewInit() {
|
15
|
+
if (isPlatformBrowser(this.platformId)) {
|
16
|
+
this.callbacks = this.getCallbacks();
|
17
|
+
const options = this.getControlOptions();
|
18
|
+
this._binding = this.getKoBinding(options);
|
19
|
+
this.bindingSender = this._binding.sender;
|
20
|
+
this._binding.applyBindings(this.control.nativeElement);
|
21
|
+
}
|
22
|
+
}
|
23
|
+
ngOnDestroy() {
|
24
|
+
this._binding = null;
|
25
|
+
this.bindingSender = null;
|
26
|
+
this.callbacks = null;
|
27
|
+
this.control = null;
|
28
|
+
}
|
29
|
+
getEventRaiser() {
|
30
|
+
var component = this;
|
31
|
+
return (eventName, args) => component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component });
|
32
|
+
}
|
33
|
+
}
|
34
|
+
DxReportingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportingComponent, deps: [{ token: i0.Renderer2 }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component });
|
35
|
+
DxReportingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportingComponent, selector: "ng-component", inputs: { height: "height", width: "width", cssClass: "cssClass", developmentMode: "developmentMode" }, viewQueries: [{ propertyName: "control", first: true, predicate: ["control"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
36
|
+
__decorate([
|
37
|
+
_inputConverter(_booleanConverter)
|
38
|
+
], DxReportingComponent.prototype, "developmentMode", void 0);
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportingComponent, decorators: [{
|
40
|
+
type: Component,
|
41
|
+
args: [{
|
42
|
+
template: ''
|
43
|
+
}]
|
44
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: Object, decorators: [{
|
45
|
+
type: Inject,
|
46
|
+
args: [PLATFORM_ID]
|
47
|
+
}] }]; }, propDecorators: { control: [{
|
48
|
+
type: ViewChild,
|
49
|
+
args: ['control']
|
50
|
+
}], height: [{
|
51
|
+
type: Input
|
52
|
+
}], width: [{
|
53
|
+
type: Input
|
54
|
+
}], cssClass: [{
|
55
|
+
type: Input
|
56
|
+
}], developmentMode: [{
|
57
|
+
type: Input
|
58
|
+
}] } });
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0aW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2NvcmUvZHgtcmVwb3J0aW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUF3QyxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxXQUFXLEVBQWEsU0FBUyxFQUFnQixNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBTXpFLE1BQU0sT0FBZ0Isb0JBQW9CO0lBT3hDLFlBQW9CLFFBQW1CLEVBQStCLFVBQWtCO1FBQXBFLGFBQVEsR0FBUixRQUFRLENBQVc7UUFBK0IsZUFBVSxHQUFWLFVBQVUsQ0FBUTtRQTBCL0UsV0FBTSxHQUFXLE9BQU8sQ0FBQztRQUN6QixVQUFLLEdBQVcsTUFBTSxDQUFDO1FBQ3ZCLGFBQVEsR0FBVyxFQUFFLENBQUM7SUE1QjZELENBQUM7SUFLN0YsZUFBZTtRQUNYLElBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFO1lBQ25DLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3JDLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1lBQ3pDLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsQ0FBQztZQUMzQyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDO1lBQzFDLElBQUksQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7U0FDM0Q7SUFDTCxDQUFDO0lBQ0QsV0FBVztRQUNQLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDO1FBQzFCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxjQUFjO1FBQ1YsSUFBSSxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLE9BQU8sQ0FBQyxTQUFTLEVBQUUsSUFBSyxFQUFFLEVBQUUsQ0FBQyxTQUFTLENBQUMsU0FBUyxJQUFJLFNBQVMsQ0FBQyxTQUFTLENBQUMsU0FBUyxDQUFDLElBQUksU0FBUyxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDLGFBQWEsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsQ0FBQyxDQUFDO0lBQ3JNLENBQUM7O2tIQS9CbUIsb0JBQW9CLDJDQU9TLFdBQVc7c0dBUHhDLG9CQUFvQixnUUFGNUIsRUFBRTtBQXlDZDtJQURDLGVBQWUsQ0FBQyxpQkFBaUIsQ0FBQzs2REFDVjs0RkF2Q0wsb0JBQW9CO2tCQUh6QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxFQUFFO2lCQUNmOzswQkFRMkMsTUFBTTsyQkFBQyxXQUFXOzRDQUY1RCxPQUFPO3NCQUROLFNBQVM7dUJBQUMsU0FBUztnQkE2QlgsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUlOLGVBQWU7c0JBRmQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIFJlbmRlcmVyMiwgRWxlbWVudFJlZiwgVmlld0NoaWxkLCBJbnB1dCwgSW5qZWN0LCBQTEFURk9STV9JRCwgT25EZXN0cm95LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgX2Jvb2xlYW5Db252ZXJ0ZXIsIF9pbnB1dENvbnZlcnRlciB9IGZyb20gJy4vX2lucHV0LWNvbnZlcnRlcnMnO1xuaW1wb3J0IHsgSUpTRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucyB9IGZyb20gJ0BkZXZleHByZXNzL2FuYWx5dGljcy1jb3JlL2NvcmUvYmluZGluZy9fanNEZXNpZ25lckJpbmRpbmdDb21tb25PcHRpb25zJztcbmltcG9ydCB7IEpTRGVzaWduZXJCaW5kaW5nQ29tbW9uIH0gZnJvbSAnQGRldmV4cHJlc3MvYW5hbHl0aWNzLWNvcmUvYW5hbHl0aWNzLWludGVybmFsLW5hdGl2ZSc7XG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJydcbn0pXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgRHhSZXBvcnRpbmdDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3kge1xuICBwcm90ZWN0ZWQgX2JpbmRpbmc7XG4gIGJpbmRpbmdTZW5kZXI6IGFueTtcbiAgY2FsbGJhY2tzOiB7IFtrZXk6IHN0cmluZ106IEV2ZW50RW1pdHRlcjxhbnk+IH07XG4gIEBWaWV3Q2hpbGQoJ2NvbnRyb2wnKVxuICBjb250cm9sOiBFbGVtZW50UmVmO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMiwgQEluamVjdChQTEFURk9STV9JRCkgcHJpdmF0ZSBwbGF0Zm9ybUlkOiBPYmplY3QpIHsgfVxuICBhYnN0cmFjdCBnZXRDb250cm9sT3B0aW9ucygpOiBJSlNEZXNpZ25lckJpbmRpbmdDb21tb25PcHRpb25zO1xuICBhYnN0cmFjdCBnZXRDYWxsYmFja3MoKTogeyBba2V5OiBzdHJpbmddOiBFdmVudEVtaXR0ZXI8YW55PiB9O1xuICBhYnN0cmFjdCBnZXRLb0JpbmRpbmcob3B0aW9uczogSUpTRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucyk6IEpTRGVzaWduZXJCaW5kaW5nQ29tbW9uPHVua25vd24sIElKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbk9wdGlvbnM+O1xuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgIGlmKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICB0aGlzLmNhbGxiYWNrcyA9IHRoaXMuZ2V0Q2FsbGJhY2tzKCk7XG4gICAgICAgICAgY29uc3Qgb3B0aW9ucyA9IHRoaXMuZ2V0Q29udHJvbE9wdGlvbnMoKTtcbiAgICAgICAgICB0aGlzLl9iaW5kaW5nID0gdGhpcy5nZXRLb0JpbmRpbmcob3B0aW9ucyk7XG4gICAgICAgICAgdGhpcy5iaW5kaW5nU2VuZGVyID0gdGhpcy5fYmluZGluZy5zZW5kZXI7XG4gICAgICAgICAgdGhpcy5fYmluZGluZy5hcHBseUJpbmRpbmdzKHRoaXMuY29udHJvbC5uYXRpdmVFbGVtZW50KTtcbiAgICAgIH1cbiAgfVxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgIHRoaXMuX2JpbmRpbmcgPSBudWxsO1xuICAgICAgdGhpcy5iaW5kaW5nU2VuZGVyID0gbnVsbDtcbiAgICAgIHRoaXMuY2FsbGJhY2tzID0gbnVsbDtcbiAgICAgIHRoaXMuY29udHJvbCA9IG51bGw7XG4gIH1cblxuICBnZXRFdmVudFJhaXNlcigpOiAoZXZlbnROYW1lOiBzdHJpbmcsIGFyZ3M/OiBhbnkpID0+IHZvaWQge1xuICAgICAgdmFyIGNvbXBvbmVudCA9IHRoaXM7XG4gICAgICByZXR1cm4gKGV2ZW50TmFtZSwgYXJncz8pID0+IGNvbXBvbmVudC5jYWxsYmFja3MgJiYgY29tcG9uZW50LmNhbGxiYWNrc1tldmVudE5hbWVdICYmIGNvbXBvbmVudC5jYWxsYmFja3NbZXZlbnROYW1lXS5lbWl0KHsgc2VuZGVyOiBjb21wb25lbnQuYmluZGluZ1NlbmRlciwgYXJnczogYXJncywgY29tcG9uZW50OiBjb21wb25lbnQgfSk7XG4gIH1cblxuICBASW5wdXQoKSBoZWlnaHQ6IHN0cmluZyA9ICc4MDBweCc7XG4gIEBJbnB1dCgpIHdpZHRoOiBzdHJpbmcgPSAnMTAwJSc7XG4gIEBJbnB1dCgpIGNzc0NsYXNzOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICBkZXZlbG9wbWVudE1vZGU6IGJvb2xlYW47XG59XG4iXX0=
|
@@ -0,0 +1,71 @@
|
|
1
|
+
import { Component, ContentChild, Inject, Input, PLATFORM_ID, ViewEncapsulation } from '@angular/core';
|
2
|
+
import { JSReportDesignerBinding } from 'devexpress-reporting/dx-reportdesigner';
|
3
|
+
import * as ko from 'knockout';
|
4
|
+
import { DxReportingComponent } from 'devexpress-reporting-angular/core';
|
5
|
+
import { DxReportDesignerCallbacksComponent } from './dxrd-callbacks';
|
6
|
+
import { DxReportDesignerModelSettingsComponent } from './dxrd-designer-model-settings.component';
|
7
|
+
import { DxReportDesignerRequestOptionsComponent } from './dxrd-request-options';
|
8
|
+
import * as i0 from "@angular/core";
|
9
|
+
import * as i1 from "@angular/common";
|
10
|
+
export class DxReportDesignerComponent extends DxReportingComponent {
|
11
|
+
constructor(renderer, platformId) {
|
12
|
+
super(renderer, platformId);
|
13
|
+
this.koReportUrl = ko.observable();
|
14
|
+
}
|
15
|
+
getCallbacks() {
|
16
|
+
return this.callbacksComponent;
|
17
|
+
}
|
18
|
+
getKoBinding(options) {
|
19
|
+
return new JSReportDesignerBinding(options, this.getEventRaiser());
|
20
|
+
}
|
21
|
+
getControlOptions() {
|
22
|
+
return {
|
23
|
+
developmentMode: this.developmentMode,
|
24
|
+
reportUrl: this.koReportUrl,
|
25
|
+
requestOptions: this.requestOptions,
|
26
|
+
designerModelSettings: this.designerModelSettings?.getSerializableSettings(),
|
27
|
+
callbacks: { designer: {}, preview: {} }
|
28
|
+
};
|
29
|
+
}
|
30
|
+
ngOnDestroy() {
|
31
|
+
ko.cleanNode(this.control.nativeElement);
|
32
|
+
super.ngOnDestroy();
|
33
|
+
this.requestOptions = null;
|
34
|
+
this.callbacksComponent = null;
|
35
|
+
this.koReportUrl = null;
|
36
|
+
this.designerModelSettings = null;
|
37
|
+
}
|
38
|
+
GetDesignerModel() {
|
39
|
+
return this.bindingSender.GetDesignerModel();
|
40
|
+
}
|
41
|
+
GetPreviewModel() {
|
42
|
+
return this.bindingSender.GetPreviewModel();
|
43
|
+
}
|
44
|
+
get reportUrl() {
|
45
|
+
return this.koReportUrl();
|
46
|
+
}
|
47
|
+
set reportUrl(reportUrl) {
|
48
|
+
this.koReportUrl(reportUrl);
|
49
|
+
}
|
50
|
+
}
|
51
|
+
DxReportDesignerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerComponent, deps: [{ token: i0.Renderer2 }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component });
|
52
|
+
DxReportDesignerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerComponent, selector: "dx-report-designer", inputs: { reportUrl: "reportUrl" }, queries: [{ propertyName: "requestOptions", first: true, predicate: DxReportDesignerRequestOptionsComponent, descendants: true }, { propertyName: "callbacksComponent", first: true, predicate: DxReportDesignerCallbacksComponent, descendants: true }, { propertyName: "designerModelSettings", first: true, predicate: DxReportDesignerModelSettingsComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0.ViewEncapsulation.None });
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerComponent, decorators: [{
|
54
|
+
type: Component,
|
55
|
+
args: [{ selector: 'dx-report-designer', encapsulation: ViewEncapsulation.None, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>" }]
|
56
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: Object, decorators: [{
|
57
|
+
type: Inject,
|
58
|
+
args: [PLATFORM_ID]
|
59
|
+
}] }]; }, propDecorators: { requestOptions: [{
|
60
|
+
type: ContentChild,
|
61
|
+
args: [DxReportDesignerRequestOptionsComponent]
|
62
|
+
}], callbacksComponent: [{
|
63
|
+
type: ContentChild,
|
64
|
+
args: [DxReportDesignerCallbacksComponent]
|
65
|
+
}], designerModelSettings: [{
|
66
|
+
type: ContentChild,
|
67
|
+
args: [DxReportDesignerModelSettingsComponent]
|
68
|
+
}], reportUrl: [{
|
69
|
+
type: Input
|
70
|
+
}] } });
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vZHgtcmVwb3J0LWRlc2lnbmVyL2R4LXJlcG9ydC1kZXNpZ25lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBYSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsSCxPQUFPLEVBQXdFLHVCQUF1QixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDdkosT0FBTyxLQUFLLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFL0IsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFekUsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDdEUsT0FBTyxFQUFFLHNDQUFzQyxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDbEcsT0FBTyxFQUFFLHVDQUF1QyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7OztBQVNqRixNQUFNLE9BQU8seUJBQTBCLFNBQVEsb0JBQW9CO0lBYWpFLFlBQVksUUFBbUIsRUFBdUIsVUFBa0I7UUFDcEUsS0FBSyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztRQWJoQyxnQkFBVyxHQUFHLEVBQUUsQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQWM5QixDQUFDO0lBQ0QsWUFBWTtRQUNSLE9BQU8sSUFBSSxDQUFDLGtCQUFrQixDQUFDO0lBQ25DLENBQUM7SUFDRCxZQUFZLENBQUMsT0FBK0I7UUFDeEMsT0FBTyxJQUFJLHVCQUF1QixDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUMsQ0FBQztJQUN2RSxDQUFDO0lBQ0QsaUJBQWlCO1FBQ2IsT0FBTztZQUNILGVBQWUsRUFBRSxJQUFJLENBQUMsZUFBZTtZQUNyQyxTQUFTLEVBQUUsSUFBSSxDQUFDLFdBQVc7WUFDM0IsY0FBYyxFQUFFLElBQUksQ0FBQyxjQUFjO1lBQ25DLHFCQUFxQixFQUFFLElBQUksQ0FBQyxxQkFBcUIsRUFBRSx1QkFBdUIsRUFBRTtZQUM1RSxTQUFTLEVBQUUsRUFBRSxRQUFRLEVBQUUsRUFBRSxFQUFFLE9BQU8sRUFBRSxFQUFFLEVBQUU7U0FDM0MsQ0FBQztJQUNOLENBQUM7SUFDRCxXQUFXO1FBQ1AsRUFBRSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQ3pDLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNwQixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQztRQUMzQixJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDO1FBQy9CLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxxQkFBcUIsR0FBRyxJQUFJLENBQUM7SUFDdEMsQ0FBQztJQUVELGdCQUFnQjtRQUNaLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO0lBQ2pELENBQUM7SUFFRCxlQUFlO1FBQ1gsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ2hELENBQUM7SUFFRCxJQUNJLFNBQVM7UUFDVCxPQUFPLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBQ0QsSUFBSSxTQUFTLENBQUMsU0FBaUI7UUFDM0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNoQyxDQUFDOzt1SEF0RFUseUJBQXlCLDJDQWFLLFdBQVc7MkdBYnpDLHlCQUF5QiwwSUFJdEIsdUNBQXVDLHFGQUd2QyxrQ0FBa0Msd0ZBR2xDLHNDQUFzQyx1RUMzQnRELHNKQUVNOzRGRGVPLHlCQUF5QjtrQkFOckMsU0FBUzsrQkFDSSxvQkFBb0IsaUJBQ2YsaUJBQWlCLENBQUMsSUFBSTs7MEJBaUJMLE1BQU07MkJBQUMsV0FBVzs0Q0FScEQsY0FBYztzQkFEYixZQUFZO3VCQUFDLHVDQUF1QztnQkFJckQsa0JBQWtCO3NCQURqQixZQUFZO3VCQUFDLGtDQUFrQztnQkFJaEQscUJBQXFCO3NCQURwQixZQUFZO3VCQUFDLHNDQUFzQztnQkF1Q2hELFNBQVM7c0JBRFosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkLCBJbmplY3QsIElucHV0LCBQTEFURk9STV9JRCwgUmVuZGVyZXIyLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSVJlcG9ydERlc2lnbmVyT3B0aW9ucywgSVJlcG9ydERlc2lnbmVyUm9vdENvbnRleHQsIEpTUmVwb3J0RGVzaWduZXIsIEpTUmVwb3J0RGVzaWduZXJCaW5kaW5nIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmcvZHgtcmVwb3J0ZGVzaWduZXInO1xuaW1wb3J0ICogYXMga28gZnJvbSAna25vY2tvdXQnO1xuXG5pbXBvcnQgeyBEeFJlcG9ydGluZ0NvbXBvbmVudCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtY2FsbGJhY2tzJztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRlc2lnbmVyLW1vZGVsLXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtcmVxdWVzdC1vcHRpb25zJztcbmltcG9ydCB7IFByZXZpZXdNb2RlbCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nL3Njb3Blcy9yZXBvcnRpbmctdmlld2VyLWludGVybmFsJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkeC1yZXBvcnQtZGVzaWduZXInLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2R4LXJlcG9ydC1kZXNpZ25lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbXVxufSlcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydERlc2lnbmVyQ29tcG9uZW50IGV4dGVuZHMgRHhSZXBvcnRpbmdDb21wb25lbnQge1xuICBrb1JlcG9ydFVybCA9IGtvLm9ic2VydmFibGUoKTtcbiAgYmluZGluZ1NlbmRlcjogSlNSZXBvcnREZXNpZ25lcjtcblxuICBAQ29udGVudENoaWxkKER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudClcbiAgcmVxdWVzdE9wdGlvbnM6IER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudDtcblxuICBAQ29udGVudENoaWxkKER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQpXG4gIGNhbGxiYWNrc0NvbXBvbmVudDogRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudDtcblxuICBAQ29udGVudENoaWxkKER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50KVxuICBkZXNpZ25lck1vZGVsU2V0dGluZ3M6IER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50O1xuXG4gIGNvbnN0cnVjdG9yKHJlbmRlcmVyOiBSZW5kZXJlcjIsIEBJbmplY3QoUExBVEZPUk1fSUQpIHBsYXRmb3JtSWQ6IE9iamVjdCkge1xuICAgICAgc3VwZXIocmVuZGVyZXIsIHBsYXRmb3JtSWQpO1xuICB9XG4gIGdldENhbGxiYWNrcygpOiBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50IHtcbiAgICAgIHJldHVybiB0aGlzLmNhbGxiYWNrc0NvbXBvbmVudDtcbiAgfVxuICBnZXRLb0JpbmRpbmcob3B0aW9uczogSVJlcG9ydERlc2lnbmVyT3B0aW9ucyk6IEpTUmVwb3J0RGVzaWduZXJCaW5kaW5nIHtcbiAgICAgIHJldHVybiBuZXcgSlNSZXBvcnREZXNpZ25lckJpbmRpbmcob3B0aW9ucywgdGhpcy5nZXRFdmVudFJhaXNlcigpKTtcbiAgfVxuICBnZXRDb250cm9sT3B0aW9ucygpOiBJUmVwb3J0RGVzaWduZXJPcHRpb25zIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgICAgZGV2ZWxvcG1lbnRNb2RlOiB0aGlzLmRldmVsb3BtZW50TW9kZSxcbiAgICAgICAgICByZXBvcnRVcmw6IHRoaXMua29SZXBvcnRVcmwsXG4gICAgICAgICAgcmVxdWVzdE9wdGlvbnM6IHRoaXMucmVxdWVzdE9wdGlvbnMsXG4gICAgICAgICAgZGVzaWduZXJNb2RlbFNldHRpbmdzOiB0aGlzLmRlc2lnbmVyTW9kZWxTZXR0aW5ncz8uZ2V0U2VyaWFsaXphYmxlU2V0dGluZ3MoKSxcbiAgICAgICAgICBjYWxsYmFja3M6IHsgZGVzaWduZXI6IHt9LCBwcmV2aWV3OiB7fSB9XG4gICAgICB9O1xuICB9XG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAga28uY2xlYW5Ob2RlKHRoaXMuY29udHJvbC5uYXRpdmVFbGVtZW50KTtcbiAgICAgIHN1cGVyLm5nT25EZXN0cm95KCk7XG4gICAgICB0aGlzLnJlcXVlc3RPcHRpb25zID0gbnVsbDtcbiAgICAgIHRoaXMuY2FsbGJhY2tzQ29tcG9uZW50ID0gbnVsbDtcbiAgICAgIHRoaXMua29SZXBvcnRVcmwgPSBudWxsO1xuICAgICAgdGhpcy5kZXNpZ25lck1vZGVsU2V0dGluZ3MgPSBudWxsO1xuICB9XG5cbiAgR2V0RGVzaWduZXJNb2RlbCgpOiBJUmVwb3J0RGVzaWduZXJSb290Q29udGV4dCB7XG4gICAgICByZXR1cm4gdGhpcy5iaW5kaW5nU2VuZGVyLkdldERlc2lnbmVyTW9kZWwoKTtcbiAgfVxuXG4gIEdldFByZXZpZXdNb2RlbCgpOiBQcmV2aWV3TW9kZWwge1xuICAgICAgcmV0dXJuIHRoaXMuYmluZGluZ1NlbmRlci5HZXRQcmV2aWV3TW9kZWwoKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIGdldCByZXBvcnRVcmwoKTogc3RyaW5nIHtcbiAgICAgIHJldHVybiB0aGlzLmtvUmVwb3J0VXJsKCk7XG4gIH1cbiAgc2V0IHJlcG9ydFVybChyZXBvcnRVcmw6IHN0cmluZykge1xuICAgICAgdGhpcy5rb1JlcG9ydFVybChyZXBvcnRVcmwpO1xuICB9XG59XG4iLCI8ZGl2ICNjb250cm9sIFtuZ0NsYXNzXT1cImNzc0NsYXNzXCIgW25nU3R5bGVdPVwieyd3aWR0aCc6IHdpZHRoLCAnaGVpZ2h0JzogaGVpZ2h0IH1cIj5cbiAgPGRpdiBkYXRhLWJpbmQ9XCJkeFJlcG9ydERlc2lnbmVyOiAkZGF0YVwiPjwvZGl2PlxuPC9kaXY+Il19
|
@@ -10,8 +10,8 @@ import { DxReportDesignerWizardSettingsComponent } from './dxrd-wizard-settings.
|
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
export class DxReportDesignerModule {
|
12
12
|
}
|
13
|
-
DxReportDesignerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14
|
-
DxReportDesignerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
13
|
+
DxReportDesignerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
14
|
+
DxReportDesignerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerModule, declarations: [DxReportDesignerCallbacksComponent,
|
15
15
|
DxReportDesignerRequestOptionsComponent,
|
16
16
|
DxReportDesignerComponent,
|
17
17
|
DxReportDesignerPreviewSettingsComponent,
|
@@ -24,8 +24,8 @@ DxReportDesignerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0",
|
|
24
24
|
DxReportDesignerWizardSettingsComponent,
|
25
25
|
DxReportDesignerDataSourceSettingsComponent,
|
26
26
|
DxReportDesignerModelSettingsComponent], id: 'DxReportDesignerModule' });
|
27
|
-
DxReportDesignerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
27
|
+
DxReportDesignerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerModule, imports: [CommonModule] });
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerModule, decorators: [{
|
29
29
|
type: NgModule,
|
30
30
|
args: [{
|
31
31
|
id: 'DxReportDesignerModule',
|
@@ -50,4 +50,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
50
50
|
]
|
51
51
|
}]
|
52
52
|
}] });
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
53
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3RFLE9BQU8sRUFBRSwyQ0FBMkMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ25HLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3Q0FBd0MsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzdGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQXdCM0YsTUFBTSxPQUFPLHNCQUFzQjs7b0hBQXRCLHNCQUFzQjtxSEFBdEIsc0JBQXNCLGlCQWxCM0Isa0NBQWtDO1FBQ2xDLHVDQUF1QztRQUN2Qyx5QkFBeUI7UUFDekIsd0NBQXdDO1FBQ3hDLHVDQUF1QztRQUN2QywyQ0FBMkM7UUFDM0Msc0NBQXNDLGFBUmhDLFlBQVksYUFXbEIsa0NBQWtDO1FBQ2xDLHVDQUF1QztRQUN2Qyx5QkFBeUI7UUFDekIsd0NBQXdDO1FBQ3hDLHVDQUF1QztRQUN2QywyQ0FBMkM7UUFDM0Msc0NBQXNDLE9BbEJ0Qyx3QkFBd0I7cUhBcUJuQixzQkFBc0IsWUFwQnJCLFlBQVk7NEZBb0JiLHNCQUFzQjtrQkF0QmxDLFFBQVE7bUJBQUM7b0JBQ04sRUFBRSxFQUFFLHdCQUF3QjtvQkFDNUIsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1Ysa0NBQWtDO3dCQUNsQyx1Q0FBdUM7d0JBQ3ZDLHlCQUF5Qjt3QkFDekIsd0NBQXdDO3dCQUN4Qyx1Q0FBdUM7d0JBQ3ZDLDJDQUEyQzt3QkFDM0Msc0NBQXNDO3FCQUN6QztvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsa0NBQWtDO3dCQUNsQyx1Q0FBdUM7d0JBQ3ZDLHlCQUF5Qjt3QkFDekIsd0NBQXdDO3dCQUN4Qyx1Q0FBdUM7d0JBQ3ZDLDJDQUEyQzt3QkFDM0Msc0NBQXNDO3FCQUN6QztpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCB9IGZyb20gJy4vZHgtcmVwb3J0LWRlc2lnbmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWNhbGxiYWNrcyc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRhdGFzb3VyY2Utc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLWRlc2lnbmVyLW1vZGVsLXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyUHJldmlld1NldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXByZXZpZXctc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1yZXF1ZXN0LW9wdGlvbnMnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXdpemFyZC1zZXR0aW5ncy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGlkOiAnRHhSZXBvcnREZXNpZ25lck1vZHVsZScsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDYWxsYmFja3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJSZXF1ZXN0T3B0aW9uc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckNvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJQcmV2aWV3U2V0dGluZ3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckRhdGFTb3VyY2VTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIER4UmVwb3J0RGVzaWduZXJNb2R1bGUgeyB9XG4iXX0=
|
@@ -36,9 +36,9 @@ export class DxReportDesignerCallbacksComponent {
|
|
36
36
|
this.PreviewOnExport = new EventEmitter();
|
37
37
|
}
|
38
38
|
}
|
39
|
-
DxReportDesignerCallbacksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
40
|
-
DxReportDesignerCallbacksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
39
|
+
DxReportDesignerCallbacksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerCallbacksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
40
|
+
DxReportDesignerCallbacksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerCallbacksComponent, selector: "dxrd-callbacks", outputs: { CustomizeElements: "CustomizeElements", ExitDesigner: "ExitDesigner", ReportSaving: "ReportSaving", ReportSaved: "ReportSaved", ReportOpened: "ReportOpened", ReportOpening: "ReportOpening", TabChanged: "TabChanged", ReportTabClosing: "ReportTabClosing", ReportTabClosed: "ReportTabClosed", ComponentAdded: "ComponentAdded", CustomizeParameterEditors: "CustomizeParameterEditors", CustomizeSaveDialog: "CustomizeSaveDialog", CustomizeSaveAsDialog: "CustomizeSaveAsDialog", CustomizeOpenDialog: "CustomizeOpenDialog", CustomizeToolbox: "CustomizeToolbox", CustomizeFieldListActions: "CustomizeFieldListActions", CustomizeMenuActions: "CustomizeMenuActions", CustomizeLocalization: "CustomizeLocalization", OnInitializing: "OnInitializing", BeforeRender: "BeforeRender", OnServerError: "OnServerError", CustomizeWizard: "CustomizeWizard", PreviewClick: "PreviewClick", PreviewCustomizeElements: "PreviewCustomizeElements", PreviewCustomizeMenuActions: "PreviewCustomizeMenuActions", PreviewEditingFieldChanged: "PreviewEditingFieldChanged", PreviewDocumentReady: "PreviewDocumentReady", PreviewParametersReset: "PreviewParametersReset", PreviewParametersInitialized: "PreviewParametersInitialized", PreviewCustomizeExportOptions: "PreviewCustomizeExportOptions", PreviewParametersSubmitted: "PreviewParametersSubmitted", PreviewOnExport: "PreviewOnExport" }, ngImport: i0, template: '', isInline: true });
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerCallbacksComponent, decorators: [{
|
42
42
|
type: Component,
|
43
43
|
args: [{
|
44
44
|
template: '',
|
@@ -109,4 +109,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
109
109
|
}], PreviewOnExport: [{
|
110
110
|
type: Output
|
111
111
|
}] } });
|
112
|
-
//# sourceMappingURL=data:application/json;base64,
|
112
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhyZC1jYWxsYmFja3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtZGVzaWduZXIvZHhyZC1jYWxsYmFja3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU1oRSxNQUFNLE9BQU8sa0NBQWtDO0lBSi9DO1FBTWMsc0JBQWlCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUM1QyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdkMsaUJBQVksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3ZDLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN0QyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdkMsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hDLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3JDLHFCQUFnQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDM0Msb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzFDLG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN6Qyw4QkFBeUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3BELHdCQUFtQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDOUMsMEJBQXFCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNoRCx3QkFBbUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzlDLHFCQUFnQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDM0MsOEJBQXlCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNwRCx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQy9DLDBCQUFxQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDaEQsbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3pDLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2QyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDeEMsb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBRTFDLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2Qyw2QkFBd0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ25ELGdDQUEyQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdEQsK0JBQTBCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNyRCx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQy9DLDJCQUFzQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDakQsaUNBQTRCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2RCxrQ0FBNkIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hELCtCQUEwQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDckQsb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0tBQ3ZEOztnSUFuQ1ksa0NBQWtDO29IQUFsQyxrQ0FBa0MsNjRDQUhqQyxFQUFFOzRGQUdILGtDQUFrQztrQkFKOUMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsRUFBRTtvQkFDWixRQUFRLEVBQUUsZ0JBQWdCO2lCQUM3Qjs4QkFHYSxpQkFBaUI7c0JBQTFCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxZQUFZO3NCQUFyQixNQUFNO2dCQUNHLFdBQVc7c0JBQXBCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLFVBQVU7c0JBQW5CLE1BQU07Z0JBQ0csZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU07Z0JBQ0csY0FBYztzQkFBdkIsTUFBTTtnQkFDRyx5QkFBeUI7c0JBQWxDLE1BQU07Z0JBQ0csbUJBQW1CO3NCQUE1QixNQUFNO2dCQUNHLHFCQUFxQjtzQkFBOUIsTUFBTTtnQkFDRyxtQkFBbUI7c0JBQTVCLE1BQU07Z0JBQ0csZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUNHLHlCQUF5QjtzQkFBbEMsTUFBTTtnQkFDRyxvQkFBb0I7c0JBQTdCLE1BQU07Z0JBQ0cscUJBQXFCO3NCQUE5QixNQUFNO2dCQUNHLGNBQWM7c0JBQXZCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU07Z0JBRUcsWUFBWTtzQkFBckIsTUFBTTtnQkFDRyx3QkFBd0I7c0JBQWpDLE1BQU07Z0JBQ0csMkJBQTJCO3NCQUFwQyxNQUFNO2dCQUNHLDBCQUEwQjtzQkFBbkMsTUFBTTtnQkFDRyxvQkFBb0I7c0JBQTdCLE1BQU07Z0JBQ0csc0JBQXNCO3NCQUEvQixNQUFNO2dCQUNHLDRCQUE0QjtzQkFBckMsTUFBTTtnQkFDRyw2QkFBNkI7c0JBQXRDLE1BQU07Z0JBQ0csMEJBQTBCO3NCQUFuQyxNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE91dHB1dCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzZWxlY3RvcjogJ2R4cmQtY2FsbGJhY2tzJ1xufSlcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50IHtcbiAgICBba2V5OiBzdHJpbmddOiBFdmVudEVtaXR0ZXI8YW55PjtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplRWxlbWVudHMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgRXhpdERlc2lnbmVyID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFJlcG9ydFNhdmluZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBSZXBvcnRTYXZlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBSZXBvcnRPcGVuZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUmVwb3J0T3BlbmluZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBUYWJDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFJlcG9ydFRhYkNsb3NpbmcgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUmVwb3J0VGFiQ2xvc2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIENvbXBvbmVudEFkZGVkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZVBhcmFtZXRlckVkaXRvcnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplU2F2ZURpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVTYXZlQXNEaWFsb2cgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplT3BlbkRpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVUb29sYm94ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZUZpZWxkTGlzdEFjdGlvbnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplTWVudUFjdGlvbnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplTG9jYWxpemF0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIE9uSW5pdGlhbGl6aW5nID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEJlZm9yZVJlbmRlciA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBPblNlcnZlckVycm9yID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZVdpemFyZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gICAgQE91dHB1dCgpIFByZXZpZXdDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3Q3VzdG9taXplRWxlbWVudHMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUHJldmlld0N1c3RvbWl6ZU1lbnVBY3Rpb25zID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdFZGl0aW5nRmllbGRDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdEb2N1bWVudFJlYWR5ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdQYXJhbWV0ZXJzUmVzZXQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUHJldmlld1BhcmFtZXRlcnNJbml0aWFsaXplZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3Q3VzdG9taXplRXhwb3J0T3B0aW9ucyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3UGFyYW1ldGVyc1N1Ym1pdHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3T25FeHBvcnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbn1cbiJdfQ==
|
@@ -11,8 +11,8 @@ export class DxReportDesignerDataSourceSettingsComponent {
|
|
11
11
|
};
|
12
12
|
}
|
13
13
|
}
|
14
|
-
DxReportDesignerDataSourceSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15
|
-
DxReportDesignerDataSourceSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
14
|
+
DxReportDesignerDataSourceSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerDataSourceSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
15
|
+
DxReportDesignerDataSourceSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerDataSourceSettingsComponent, selector: "dxrd-datasource-settings", inputs: { allowAddDataSource: "allowAddDataSource", allowRemoveDataSource: "allowRemoveDataSource", allowEditDataSource: "allowEditDataSource" }, ngImport: i0, template: '', isInline: true });
|
16
16
|
__decorate([
|
17
17
|
_inputConverter(_booleanConverter)
|
18
18
|
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
|
@@ -22,7 +22,7 @@ __decorate([
|
|
22
22
|
__decorate([
|
23
23
|
_inputConverter(_booleanConverter)
|
24
24
|
], DxReportDesignerDataSourceSettingsComponent.prototype, "allowEditDataSource", void 0);
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerDataSourceSettingsComponent, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
template: '',
|