devexpress-reporting-angular 23.2.1-alpha-23254-1700 → 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.
Files changed (348) hide show
  1. package/core/dx-reporting.component.d.ts +14 -9
  2. package/dx-report-designer/dx-report-designer.component.d.ts +8 -48
  3. package/dx-report-designer/dxrd-callbacks.d.ts +2 -1
  4. package/dx-report-designer/dxrd-datasource-settings.component.d.ts +1 -1
  5. package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +1 -1
  6. package/dx-report-designer/dxrd-preview-settings.component.d.ts +1 -1
  7. package/dx-report-designer/dxrd-request-options.d.ts +1 -1
  8. package/dx-report-designer/dxrd-wizard-settings.component.d.ts +1 -1
  9. package/dx-report-viewer/components/analytics/actions/actions.component.d.ts +1 -1
  10. package/dx-report-viewer/components/analytics/designer/designer.component.d.ts +1 -1
  11. package/dx-report-viewer/components/analytics/directives/accordion.directive.d.ts +1 -1
  12. package/dx-report-viewer/components/analytics/directives/disposable.directive.base.d.ts +1 -1
  13. package/dx-report-viewer/components/analytics/directives/dx-action.directive.d.ts +1 -1
  14. package/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.d.ts +1 -1
  15. package/dx-report-viewer/components/analytics/directives/key-down-actions.directive.d.ts +13 -0
  16. package/dx-report-viewer/components/analytics/directives/resizable.directive.d.ts +1 -1
  17. package/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.d.ts +1 -1
  18. package/dx-report-viewer/components/analytics/directives/zoom.directive.d.ts +1 -1
  19. package/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.d.ts +1 -1
  20. package/dx-report-viewer/components/analytics/properties/editor/editor.base.d.ts +2 -1
  21. package/dx-report-viewer/components/analytics/properties/editor/editor.boolean.d.ts +1 -1
  22. package/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.d.ts +1 -1
  23. package/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.d.ts +1 -1
  24. package/dx-report-viewer/components/analytics/properties/editor/editor.date.d.ts +1 -1
  25. package/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.d.ts +1 -1
  26. package/dx-report-viewer/components/analytics/properties/editor/editor.numeric.d.ts +1 -1
  27. package/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.d.ts +6 -1
  28. package/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.d.ts +1 -1
  29. package/dx-report-viewer/components/analytics/properties/editor/editor.textbox.d.ts +1 -1
  30. package/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.d.ts +1 -1
  31. package/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.d.ts +1 -1
  32. package/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.d.ts +1 -1
  33. package/dx-report-viewer/components/analytics/template/image.template.component.d.ts +1 -1
  34. package/dx-report-viewer/components/analytics/template/lazy.template.component.d.ts +1 -1
  35. package/dx-report-viewer/components/analytics/template/template.component.d.ts +1 -1
  36. package/dx-report-viewer/components/analytics/templates.component.d.ts +1 -1
  37. package/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.d.ts +1 -1
  38. package/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.d.ts +1 -1
  39. package/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.d.ts +1 -1
  40. package/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.d.ts +1 -1
  41. package/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.d.ts +1 -1
  42. package/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.d.ts +1 -1
  43. package/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.d.ts +1 -1
  44. package/dx-report-viewer/components/reporting/directives/auto-fit.directive.d.ts +1 -1
  45. package/dx-report-viewer/components/reporting/directives/brick-selection.directive.d.ts +1 -1
  46. package/dx-report-viewer/components/reporting/directives/child-styles.directive.d.ts +1 -1
  47. package/dx-report-viewer/components/reporting/directives/lazy-images.directive.d.ts +1 -1
  48. package/dx-report-viewer/components/reporting/directives/to-view.directive.d.ts +1 -1
  49. package/dx-report-viewer/components/reporting/document-map/document-map.component.d.ts +1 -1
  50. package/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.d.ts +1 -1
  51. package/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.d.ts +1 -1
  52. package/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.d.ts +1 -1
  53. package/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.d.ts +1 -1
  54. package/dx-report-viewer/components/reporting/editing/export/export-tool.component.d.ts +1 -1
  55. package/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.d.ts +1 -1
  56. package/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.d.ts +1 -1
  57. package/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.d.ts +1 -1
  58. package/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.d.ts +1 -1
  59. package/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.d.ts +1 -1
  60. package/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.d.ts +1 -1
  61. package/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.d.ts +1 -1
  62. package/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.d.ts +1 -1
  63. package/dx-report-viewer/components/reporting/export-options/export-options.component.d.ts +1 -1
  64. package/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.d.ts +1 -1
  65. package/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.d.ts +1 -1
  66. package/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.d.ts +1 -1
  67. package/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.d.ts +1 -1
  68. package/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.d.ts +1 -1
  69. package/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.d.ts +1 -1
  70. package/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.d.ts +1 -1
  71. package/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.d.ts +1 -1
  72. package/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.d.ts +1 -1
  73. package/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.d.ts +1 -1
  74. package/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.d.ts +1 -1
  75. package/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.d.ts +1 -1
  76. package/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.d.ts +1 -1
  77. package/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.d.ts +1 -1
  78. package/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.d.ts +1 -1
  79. package/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.d.ts +1 -3
  80. package/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.d.ts +4 -1
  81. package/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.d.ts +1 -1
  82. package/dx-report-viewer/components/reporting/parameterspanel/date-range/popup-container/popup-container.component.d.ts +1 -1
  83. package/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.d.ts +1 -1
  84. package/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.d.ts +1 -1
  85. package/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.d.ts +1 -1
  86. package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.d.ts +1 -1
  87. package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.d.ts +1 -1
  88. package/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.d.ts +1 -1
  89. package/dx-report-viewer/components/reporting/reportpreview/breadcrumbs/breadcrumbs.component.d.ts +7 -0
  90. package/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.d.ts +1 -1
  91. package/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.d.ts +1 -1
  92. package/dx-report-viewer/components/reporting/reportpreview/page/page.component.d.ts +1 -1
  93. package/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.d.ts +1 -1
  94. package/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.d.ts +1 -1
  95. package/dx-report-viewer/components/reporting/search/search.component.d.ts +1 -1
  96. package/dx-report-viewer/components/reporting/templates.component.d.ts +5 -1
  97. package/dx-report-viewer/components/reporting/toolbar/export/export.component.d.ts +1 -1
  98. package/dx-report-viewer/components/reporting/toolbar/pager/pager.component.d.ts +1 -1
  99. package/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.d.ts +1 -1
  100. package/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.d.ts +1 -1
  101. package/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.d.ts +1 -1
  102. package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.d.ts +1 -1
  103. package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.d.ts +1 -1
  104. package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component.d.ts +1 -1
  105. package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.d.ts +1 -1
  106. package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.d.ts +1 -1
  107. package/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.d.ts +1 -1
  108. package/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.d.ts +5 -2
  109. package/dx-report-viewer/dx-report-viewer.component.d.ts +10 -22
  110. package/dx-report-viewer/dx-report-viewer.module.d.ts +5 -3
  111. package/dx-report-viewer/dxrv-callbacks.d.ts +2 -1
  112. package/dx-report-viewer/dxrv-export-settings.component.d.ts +1 -1
  113. package/dx-report-viewer/dxrv-mobile-mode-settings.component.d.ts +1 -1
  114. package/dx-report-viewer/dxrv-progressbar-settings.component.d.ts +1 -1
  115. package/dx-report-viewer/dxrv-remote-settings.component.d.ts +1 -1
  116. package/dx-report-viewer/dxrv-request-options.d.ts +1 -1
  117. package/dx-report-viewer/dxrv-search-settings.component.d.ts +1 -1
  118. package/dx-report-viewer/dxrv-tabpanel-settings.component.d.ts +1 -1
  119. package/{esm2015/all.js → esm2020/all.mjs} +6 -8
  120. package/esm2020/core/dx-reporting.component.mjs +59 -0
  121. package/esm2020/dx-report-designer/dx-report-designer.component.mjs +71 -0
  122. package/{esm2015/dx-report-designer/dx-report-designer.module.js → esm2020/dx-report-designer/dx-report-designer.module.mjs} +5 -5
  123. package/{esm2015/dx-report-designer/dxrd-callbacks.js → esm2020/dx-report-designer/dxrd-callbacks.mjs} +4 -4
  124. package/{esm2015/dx-report-designer/dxrd-datasource-settings.component.js → esm2020/dx-report-designer/dxrd-datasource-settings.component.mjs} +3 -3
  125. package/esm2020/dx-report-designer/dxrd-designer-model-settings.component.mjs +47 -0
  126. package/esm2020/dx-report-designer/dxrd-preview-settings.component.mjs +31 -0
  127. package/{esm2015/dx-report-designer/dxrd-request-options.js → esm2020/dx-report-designer/dxrd-request-options.mjs} +3 -3
  128. package/{esm2015/dx-report-designer/dxrd-wizard-settings.component.js → esm2020/dx-report-designer/dxrd-wizard-settings.component.mjs} +3 -3
  129. package/esm2020/dx-report-viewer/components/analytics/actions/actions.component.mjs +16 -0
  130. package/{esm2015/dx-report-viewer/components/analytics/designer/designer.component.js → esm2020/dx-report-viewer/components/analytics/designer/designer.component.mjs} +7 -10
  131. package/{esm2015/dx-report-viewer/components/analytics/directives/accordion.directive.js → esm2020/dx-report-viewer/components/analytics/directives/accordion.directive.mjs} +3 -3
  132. package/{esm2015/dx-report-viewer/components/analytics/directives/disposable.directive.base.js → esm2020/dx-report-viewer/components/analytics/directives/disposable.directive.base.mjs} +3 -3
  133. package/{esm2015/dx-report-viewer/components/analytics/directives/dx-action.directive.js → esm2020/dx-report-viewer/components/analytics/directives/dx-action.directive.mjs} +3 -3
  134. package/{esm2015/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.js → esm2020/dx-report-viewer/components/analytics/directives/dx-mutation-observer.directive.mjs} +3 -3
  135. package/esm2020/dx-report-viewer/components/analytics/directives/key-down-actions.directive.mjs +24 -0
  136. package/{esm2015/dx-report-viewer/components/analytics/directives/resizable.directive.js → esm2020/dx-report-viewer/components/analytics/directives/resizable.directive.mjs} +3 -3
  137. package/{esm2015/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.js → esm2020/dx-report-viewer/components/analytics/directives/searchHighlighting.directive.mjs} +5 -6
  138. package/{esm2015/dx-report-viewer/components/analytics/directives/zoom.directive.js → esm2020/dx-report-viewer/components/analytics/directives/zoom.directive.mjs} +3 -3
  139. package/esm2020/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.mjs +36 -0
  140. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.base.mjs +69 -0
  141. package/{esm2015/dx-report-viewer/components/analytics/properties/editor/editor.boolean.js → esm2020/dx-report-viewer/components/analytics/properties/editor/editor.boolean.mjs} +7 -10
  142. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.mjs +31 -0
  143. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.mjs +36 -0
  144. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.date.mjs +33 -0
  145. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.mjs +30 -0
  146. package/{esm2015/dx-report-viewer/components/analytics/properties/editor/editor.numeric.js → esm2020/dx-report-viewer/components/analytics/properties/editor/editor.numeric.mjs} +7 -10
  147. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.mjs +31 -0
  148. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.mjs +39 -0
  149. package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.textbox.mjs +24 -0
  150. package/esm2020/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.mjs +16 -0
  151. package/{esm2015/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.js → esm2020/dx-report-viewer/components/analytics/properties/propertygrid/propertygrid.component.mjs} +7 -10
  152. package/{esm2015/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.js → esm2020/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.mjs} +10 -13
  153. package/{esm2015/dx-report-viewer/components/analytics/template/image.template.component.js → esm2020/dx-report-viewer/components/analytics/template/image.template.component.mjs} +3 -3
  154. package/{esm2015/dx-report-viewer/components/analytics/template/lazy.template.component.js → esm2020/dx-report-viewer/components/analytics/template/lazy.template.component.mjs} +7 -10
  155. package/{esm2015/dx-report-viewer/components/analytics/template/template.component.js → esm2020/dx-report-viewer/components/analytics/template/template.component.mjs} +7 -10
  156. package/{esm2015/dx-report-viewer/components/analytics/templates.component.js → esm2020/dx-report-viewer/components/analytics/templates.component.mjs} +22 -25
  157. package/{esm2015/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.js → esm2020/dx-report-viewer/components/analytics/widgets/component-with-parent-container.component.mjs} +3 -3
  158. package/{esm2015/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.js → esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-group.component.mjs} +7 -10
  159. package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.mjs +16 -0
  160. package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.mjs +16 -0
  161. package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.mjs +15 -0
  162. package/esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.mjs +16 -0
  163. package/{esm2015/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.js → esm2020/dx-report-viewer/components/analytics/widgets/treelist/treelist.component.mjs} +7 -10
  164. package/{esm2015/dx-report-viewer/components/reporting/directives/auto-fit.directive.js → esm2020/dx-report-viewer/components/reporting/directives/auto-fit.directive.mjs} +3 -3
  165. package/{esm2015/dx-report-viewer/components/reporting/directives/brick-selection.directive.js → esm2020/dx-report-viewer/components/reporting/directives/brick-selection.directive.mjs} +3 -3
  166. package/{esm2015/dx-report-viewer/components/reporting/directives/child-styles.directive.js → esm2020/dx-report-viewer/components/reporting/directives/child-styles.directive.mjs} +3 -3
  167. package/{esm2015/dx-report-viewer/components/reporting/directives/lazy-images.directive.js → esm2020/dx-report-viewer/components/reporting/directives/lazy-images.directive.mjs} +3 -3
  168. package/{esm2015/dx-report-viewer/components/reporting/directives/to-view.directive.js → esm2020/dx-report-viewer/components/reporting/directives/to-view.directive.mjs} +3 -3
  169. package/esm2020/dx-report-viewer/components/reporting/document-map/document-map.component.mjs +25 -0
  170. package/esm2020/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.mjs +16 -0
  171. package/{esm2015/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.js → esm2020/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox-glyph.component.mjs} +5 -8
  172. package/esm2020/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.mjs +17 -0
  173. package/esm2020/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.mjs +15 -0
  174. package/{esm2015/dx-report-viewer/components/reporting/editing/export/export-tool.component.js → esm2020/dx-report-viewer/components/reporting/editing/export/export-tool.component.mjs} +7 -10
  175. package/{esm2015/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.js → esm2020/dx-report-viewer/components/reporting/editing/image-field/image-editing-field-editor.component.mjs} +5 -8
  176. package/esm2020/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.mjs +15 -0
  177. package/esm2020/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.mjs +38 -0
  178. package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.mjs +17 -0
  179. package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.mjs +33 -0
  180. package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.mjs +16 -0
  181. package/esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.mjs +16 -0
  182. package/{esm2015/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.js → esm2020/dx-report-viewer/components/reporting/editing/text-field/editing-field-text.component.mjs} +5 -8
  183. package/esm2020/dx-report-viewer/components/reporting/export-options/export-options.component.mjs +24 -0
  184. package/esm2020/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.mjs +16 -0
  185. package/esm2020/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.mjs +18 -0
  186. package/{esm2015/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.js → esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.autofit.directive.mjs} +3 -3
  187. package/{esm2015/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.js → esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.paginator.directive.mjs} +3 -3
  188. package/{esm2015/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.js → esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.searchBar.directive.mjs} +3 -3
  189. package/{esm2015/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.js → esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.slide.directive.mjs} +3 -3
  190. package/{esm2015/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.js → esm2020/dx-report-viewer/components/reporting/mobile/directives/mobile.zoom.directive.mjs} +3 -3
  191. package/esm2020/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.mjs +53 -0
  192. package/esm2020/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.mjs +17 -0
  193. package/{esm2015/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.js → esm2020/dx-report-viewer/components/reporting/mobile/pages/pages/mobile.pages.component.mjs} +5 -8
  194. package/esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.mjs +28 -0
  195. package/{esm2015/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.js → esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.daterange.component.mjs} +5 -8
  196. package/esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.mjs +17 -0
  197. package/esm2020/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.mjs +16 -0
  198. package/{esm2015/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.js → esm2020/dx-report-viewer/components/reporting/mobile/surface/mobile.surface.component.mjs} +8 -11
  199. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.mjs +16 -0
  200. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.mjs +53 -0
  201. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.mjs +17 -0
  202. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/popup-container/popup-container.component.mjs +24 -0
  203. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.mjs +16 -0
  204. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.mjs +16 -0
  205. package/{esm2015/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.js → esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/group-editor/group-editor.component.mjs} +7 -10
  206. package/esm2020/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.mjs +51 -0
  207. package/{esm2015/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.js → esm2020/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.mjs} +8 -11
  208. package/{esm2015/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.js → esm2020/dx-report-viewer/components/reporting/parameterspanel/parameterspanel.component.mjs} +8 -11
  209. package/esm2020/dx-report-viewer/components/reporting/reportpreview/breadcrumbs/breadcrumbs.component.mjs +16 -0
  210. package/esm2020/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.mjs +15 -0
  211. package/{esm2015/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.js → esm2020/dx-report-viewer/components/reporting/reportpreview/brick/brick.component.mjs} +5 -8
  212. package/esm2020/dx-report-viewer/components/reporting/reportpreview/page/page.component.mjs +18 -0
  213. package/esm2020/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.mjs +15 -0
  214. package/esm2020/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.mjs +24 -0
  215. package/esm2020/dx-report-viewer/components/reporting/search/search.component.mjs +22 -0
  216. package/esm2020/dx-report-viewer/components/reporting/templates.component.mjs +276 -0
  217. package/esm2020/dx-report-viewer/components/reporting/toolbar/export/export.component.mjs +29 -0
  218. package/esm2020/dx-report-viewer/components/reporting/toolbar/pager/pager.component.mjs +26 -0
  219. package/esm2020/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.mjs +21 -0
  220. package/{esm2015/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.js → esm2020/dx-report-viewer/components/reporting/toolbar/zoom/zoom.component.mjs} +5 -8
  221. package/{esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.js → esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/painter.component.mjs} +5 -8
  222. package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.mjs +16 -0
  223. package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.mjs +17 -0
  224. package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component.mjs +14 -0
  225. package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.mjs +16 -0
  226. package/esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.mjs +37 -0
  227. package/{esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.js → esm2020/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor.component.mjs} +10 -13
  228. package/esm2020/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.mjs +44 -0
  229. package/esm2020/dx-report-viewer/dx-report-viewer.component.mjs +143 -0
  230. package/{esm2015/dx-report-viewer/dx-report-viewer.module.js → esm2020/dx-report-viewer/dx-report-viewer.module.mjs} +31 -27
  231. package/{esm2015/dx-report-viewer/dxrv-callbacks.js → esm2020/dx-report-viewer/dxrv-callbacks.mjs} +4 -4
  232. package/{esm2015/dx-report-viewer/dxrv-export-settings.component.js → esm2020/dx-report-viewer/dxrv-export-settings.component.mjs} +3 -3
  233. package/{esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js → esm2020/dx-report-viewer/dxrv-mobile-mode-settings.component.mjs} +3 -3
  234. package/{esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js → esm2020/dx-report-viewer/dxrv-progressbar-settings.component.mjs} +3 -3
  235. package/{esm2015/dx-report-viewer/dxrv-remote-settings.component.js → esm2020/dx-report-viewer/dxrv-remote-settings.component.mjs} +4 -4
  236. package/{esm2015/dx-report-viewer/dxrv-request-options.js → esm2020/dx-report-viewer/dxrv-request-options.mjs} +3 -3
  237. package/{esm2015/dx-report-viewer/dxrv-search-settings.component.js → esm2020/dx-report-viewer/dxrv-search-settings.component.mjs} +3 -3
  238. package/{esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js → esm2020/dx-report-viewer/dxrv-tabpanel-settings.component.mjs} +4 -4
  239. package/{esm2015/dx-report-viewer/utils/accessibility-settings.js → esm2020/dx-report-viewer/utils/accessibility-settings.mjs} +3 -3
  240. package/{esm2015/dx-report-viewer/utils/templateEngine.js → esm2020/dx-report-viewer/utils/templateEngine.mjs} +3 -3
  241. package/fesm2015/devexpress-reporting-angular-core.mjs +109 -0
  242. package/fesm2015/devexpress-reporting-angular-core.mjs.map +1 -0
  243. package/fesm2015/{devexpress-reporting-angular-dx-report-designer.js → devexpress-reporting-angular-dx-report-designer.mjs} +33 -37
  244. package/fesm2015/devexpress-reporting-angular-dx-report-designer.mjs.map +1 -0
  245. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.mjs +3066 -0
  246. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -0
  247. package/fesm2015/{devexpress-reporting-angular.js → devexpress-reporting-angular.mjs} +6 -8
  248. package/fesm2015/devexpress-reporting-angular.mjs.map +1 -0
  249. package/{fesm2015/devexpress-reporting-angular-core.js → fesm2020/devexpress-reporting-angular-core.mjs} +8 -13
  250. package/fesm2020/devexpress-reporting-angular-core.mjs.map +1 -0
  251. package/fesm2020/devexpress-reporting-angular-dx-report-designer.mjs +410 -0
  252. package/fesm2020/devexpress-reporting-angular-dx-report-designer.mjs.map +1 -0
  253. package/fesm2020/devexpress-reporting-angular-dx-report-viewer.mjs +3061 -0
  254. package/fesm2020/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -0
  255. package/fesm2020/devexpress-reporting-angular.mjs +40 -0
  256. package/fesm2020/devexpress-reporting-angular.mjs.map +1 -0
  257. package/package.json +51 -12
  258. package/bundles/devexpress-reporting-angular-core.umd.js +0 -607
  259. package/bundles/devexpress-reporting-angular-core.umd.js.map +0 -1
  260. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +0 -940
  261. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +0 -1
  262. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +0 -4055
  263. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +0 -1
  264. package/bundles/devexpress-reporting-angular.umd.js +0 -140
  265. package/bundles/devexpress-reporting-angular.umd.js.map +0 -1
  266. package/core/devexpress-reporting-angular-core.d.ts +0 -5
  267. package/core/package.json +0 -10
  268. package/devexpress-reporting-angular.d.ts +0 -5
  269. package/dx-report-designer/devexpress-reporting-angular-dx-report-designer.d.ts +0 -5
  270. package/dx-report-designer/package.json +0 -10
  271. package/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.d.ts +0 -5
  272. package/dx-report-viewer/package.json +0 -10
  273. package/esm2015/core/dx-reporting.component.js +0 -64
  274. package/esm2015/dx-report-designer/dx-report-designer.component.js +0 -78
  275. package/esm2015/dx-report-designer/dxrd-designer-model-settings.component.js +0 -48
  276. package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +0 -32
  277. package/esm2015/dx-report-viewer/components/analytics/actions/actions.component.js +0 -19
  278. package/esm2015/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.js +0 -39
  279. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.base.js +0 -66
  280. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.boolselect.js +0 -34
  281. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.colorpicker.js +0 -39
  282. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.date.js +0 -36
  283. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.js +0 -29
  284. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.js +0 -41
  285. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.selectbox.localized.js +0 -30
  286. package/esm2015/dx-report-viewer/components/analytics/properties/editor/editor.textbox.js +0 -27
  287. package/esm2015/dx-report-viewer/components/analytics/properties/object-editor/object-editor.component.js +0 -19
  288. package/esm2015/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item-caption-content.component.js +0 -19
  289. package/esm2015/dx-report-viewer/components/analytics/widgets/treelist/treelist-header-item.component.js +0 -19
  290. package/esm2015/dx-report-viewer/components/analytics/widgets/treelist/treelist-item-text-content.component.js +0 -18
  291. package/esm2015/dx-report-viewer/components/analytics/widgets/treelist/treelist-item.component.js +0 -19
  292. package/esm2015/dx-report-viewer/components/reporting/document-map/document-map.component.js +0 -29
  293. package/esm2015/dx-report-viewer/components/reporting/editing/character-comb/editing-field-character-comb.component.js +0 -19
  294. package/esm2015/dx-report-viewer/components/reporting/editing/check-field/editing-field-checkbox.component.js +0 -20
  295. package/esm2015/dx-report-viewer/components/reporting/editing/check-field/editing-field-radio.component.js +0 -18
  296. package/esm2015/dx-report-viewer/components/reporting/editing/image-field/image-editing-field.component.js +0 -18
  297. package/esm2015/dx-report-viewer/components/reporting/editing/popup-image-field/popup-image-editing-field.component.js +0 -41
  298. package/esm2015/dx-report-viewer/components/reporting/editing/text-field/editing-field-container.component.js +0 -20
  299. package/esm2015/dx-report-viewer/components/reporting/editing/text-field/editing-field-datetime.component.js +0 -36
  300. package/esm2015/dx-report-viewer/components/reporting/editing/text-field/editing-field-mask.component.js +0 -19
  301. package/esm2015/dx-report-viewer/components/reporting/editing/text-field/editing-field-number.component.js +0 -19
  302. package/esm2015/dx-report-viewer/components/reporting/export-options/export-options.component.js +0 -27
  303. package/esm2015/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.component.js +0 -19
  304. package/esm2015/dx-report-viewer/components/reporting/mobile/actions/mobile.actions.export.component.js +0 -21
  305. package/esm2015/dx-report-viewer/components/reporting/mobile/gallery/mobile.gallery.component.js +0 -56
  306. package/esm2015/dx-report-viewer/components/reporting/mobile/page/mobile.page.component.js +0 -20
  307. package/esm2015/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.component.js +0 -31
  308. package/esm2015/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.js +0 -20
  309. package/esm2015/dx-report-viewer/components/reporting/mobile/search/mobile.search.component.js +0 -19
  310. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.js +0 -22
  311. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/date-range/date-range.component.js +0 -41
  312. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component.js +0 -20
  313. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/date-range/popup-container/popup-container.component.js +0 -27
  314. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/editor/editor-content/editor-content.component.js +0 -19
  315. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.js +0 -19
  316. package/esm2015/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.js +0 -51
  317. package/esm2015/dx-report-viewer/components/reporting/reportpreview/brick/brick-clickable.component.js +0 -18
  318. package/esm2015/dx-report-viewer/components/reporting/reportpreview/page/page.component.js +0 -21
  319. package/esm2015/dx-report-viewer/components/reporting/reportpreview/progress-bar/progress-bar.component.js +0 -18
  320. package/esm2015/dx-report-viewer/components/reporting/reportpreview/surface/surface.component.js +0 -27
  321. package/esm2015/dx-report-viewer/components/reporting/search/search.component.js +0 -25
  322. package/esm2015/dx-report-viewer/components/reporting/templates.component.js +0 -274
  323. package/esm2015/dx-report-viewer/components/reporting/toolbar/export/export.component.js +0 -32
  324. package/esm2015/dx-report-viewer/components/reporting/toolbar/pager/pager.component.js +0 -26
  325. package/esm2015/dx-report-viewer/components/reporting/toolbar/toolbar-content/toolbar-content.component.js +0 -23
  326. package/esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-brush-options.component.js +0 -19
  327. package/esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespicker.component.js +0 -20
  328. package/esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component.js +0 -17
  329. package/esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editing-size-options.component.js +0 -19
  330. package/esm2015/dx-report-viewer/components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component.js +0 -40
  331. package/esm2015/dx-report-viewer/components/reporting/widgets/signature/signature-editor.component.js +0 -44
  332. package/esm2015/dx-report-viewer/dx-report-viewer.component.js +0 -143
  333. package/fesm2015/devexpress-reporting-angular-core.js.map +0 -1
  334. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +0 -1
  335. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +0 -3225
  336. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +0 -1
  337. package/fesm2015/devexpress-reporting-angular.js.map +0 -1
  338. /package/{esm2015/core/_input-converters.js → esm2020/core/_input-converters.mjs} +0 -0
  339. /package/{esm2015/core/_settingsProvider.js → esm2020/core/_settingsProvider.mjs} +0 -0
  340. /package/{esm2015/core/devexpress-reporting-angular-core.js → esm2020/core/devexpress-reporting-angular-core.mjs} +0 -0
  341. /package/{esm2015/core/index.js → esm2020/core/index.mjs} +0 -0
  342. /package/{esm2015/devexpress-reporting-angular.js → esm2020/devexpress-reporting-angular.mjs} +0 -0
  343. /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
  344. /package/{esm2015/dx-report-designer/index.js → esm2020/dx-report-designer/index.mjs} +0 -0
  345. /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
  346. /package/{esm2015/dx-report-viewer/index.js → esm2020/dx-report-viewer/index.mjs} +0 -0
  347. /package/{esm2015/dx-report-viewer/utils/template.js → esm2020/dx-report-viewer/utils/template.mjs} +0 -0
  348. /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
@@ -103,10 +103,12 @@ import * as i101 from "./components/reporting/mobile/search/mobile.search.compon
103
103
  import * as i102 from "./components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component";
104
104
  import * as i103 from "./components/reporting/mobile/directives/mobile.autofit.directive";
105
105
  import * as i104 from "./components/reporting/mobile/pages/pages/mobile.pages.component";
106
- import * as i105 from "@angular/common";
107
- import * as i106 from "devextreme-angular";
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";
108
110
  export declare class DxReportViewerModule {
109
111
  static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerModule, never>;
110
- 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.CommonModule, typeof i106.DxButtonModule, typeof i106.DxLoadIndicatorModule, typeof i106.DxScrollViewModule, typeof i106.DxSelectBoxModule, typeof i106.DxMenuModule, typeof i106.DxTagBoxModule, typeof i106.DxTextBoxModule, typeof i106.DxValidatorModule, typeof i106.DxDateBoxModule, typeof i106.DxCheckBoxModule, typeof i106.DxNumberBoxModule, typeof i106.DxColorBoxModule, typeof i106.DxPopupModule, typeof i106.DxPopoverModule, typeof i106.DxSliderModule, typeof i106.DxCalendarModule, typeof i106.DxListModule, typeof i106.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]>;
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]>;
111
113
  static ɵinj: i0.ɵɵInjectorDeclaration<DxReportViewerModule>;
112
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
  }
@@ -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: "12.2.17", ngImport: i0, type: DevexpressReportingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- DevexpressReportingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DevexpressReportingModule, imports: [DxReportViewerModule,
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.2.17", ngImport: i0, type: DevexpressReportingModule, imports: [[
12
- DxReportViewerModule,
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: "12.2.17", ngImport: i0, type: DevexpressReportingModule, decorators: [{
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saURBQWlELENBQUM7O0FBWXpGLE1BQU0sT0FBTyx5QkFBeUI7O3VIQUF6Qix5QkFBeUI7d0hBQXpCLHlCQUF5QixZQVI5QixvQkFBb0I7UUFDcEIsc0JBQXNCLGFBR3RCLG9CQUFvQjtRQUNwQixzQkFBc0I7d0hBR2pCLHlCQUF5QixZQVR6QjtZQUNMLG9CQUFvQjtZQUNwQixzQkFBc0I7U0FDekIsRUFFRyxvQkFBb0I7UUFDcEIsc0JBQXNCOzRGQUdqQix5QkFBeUI7a0JBVnJDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLG9CQUFvQjt3QkFDcEIsc0JBQXNCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsb0JBQW9CO3dCQUNwQixzQkFBc0I7cUJBQ3pCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IER4UmVwb3J0Vmlld2VyTW9kdWxlIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9keC1yZXBvcnQtdmlld2VyJztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJNb2R1bGUgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2R4LXJlcG9ydC1kZXNpZ25lcic7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBEeFJlcG9ydFZpZXdlck1vZHVsZSxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lck1vZHVsZVxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBEeFJlcG9ydFZpZXdlck1vZHVsZSxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lck1vZHVsZVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRGV2ZXhwcmVzc1JlcG9ydGluZ01vZHVsZSB7IH0iXX0=
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: "12.2.17", ngImport: i0, type: DxReportDesignerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- DxReportDesignerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DxReportDesignerModule, declarations: [DxReportDesignerCallbacksComponent,
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: "12.2.17", ngImport: i0, type: DxReportDesignerModule, imports: [[CommonModule]] });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DxReportDesignerModule, decorators: [{
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0LWRlc2lnbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keC1yZXBvcnQtZGVzaWduZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3RFLE9BQU8sRUFBRSwyQ0FBMkMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ25HLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3Q0FBd0MsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzdGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQXdCM0YsTUFBTSxPQUFPLHNCQUFzQjs7b0hBQXRCLHNCQUFzQjtxSEFBdEIsc0JBQXNCLGlCQWxCM0Isa0NBQWtDO1FBQ2xDLHVDQUF1QztRQUN2Qyx5QkFBeUI7UUFDekIsd0NBQXdDO1FBQ3hDLHVDQUF1QztRQUN2QywyQ0FBMkM7UUFDM0Msc0NBQXNDLGFBUmhDLFlBQVksYUFXbEIsa0NBQWtDO1FBQ2xDLHVDQUF1QztRQUN2Qyx5QkFBeUI7UUFDekIsd0NBQXdDO1FBQ3hDLHVDQUF1QztRQUN2QywyQ0FBMkM7UUFDM0Msc0NBQXNDLE9BbEJ0Qyx3QkFBd0I7cUhBcUJuQixzQkFBc0IsWUFwQnRCLENBQUMsWUFBWSxDQUFDOzRGQW9CZCxzQkFBc0I7a0JBdEJsQyxRQUFRO21CQUFDO29CQUNOLEVBQUUsRUFBRSx3QkFBd0I7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNWLGtDQUFrQzt3QkFDbEMsdUNBQXVDO3dCQUN2Qyx5QkFBeUI7d0JBQ3pCLHdDQUF3Qzt3QkFDeEMsdUNBQXVDO3dCQUN2QywyQ0FBMkM7d0JBQzNDLHNDQUFzQztxQkFDekM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLGtDQUFrQzt3QkFDbEMsdUNBQXVDO3dCQUN2Qyx5QkFBeUI7d0JBQ3pCLHdDQUF3Qzt3QkFDeEMsdUNBQXVDO3dCQUN2QywyQ0FBMkM7d0JBQzNDLHNDQUFzQztxQkFDekM7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQgfSBmcm9tICcuL2R4LXJlcG9ydC1kZXNpZ25lci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1jYWxsYmFja3MnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckRhdGFTb3VyY2VTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1kYXRhc291cmNlLXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyTW9kZWxTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1kZXNpZ25lci1tb2RlbC1zZXR0aW5ncy5jb21wb25lbnQnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1wcmV2aWV3LXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL2R4cmQtcmVxdWVzdC1vcHRpb25zJztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC13aXphcmQtc2V0dGluZ3MuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpZDogJ0R4UmVwb3J0RGVzaWduZXJNb2R1bGUnLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUmVxdWVzdE9wdGlvbnNDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJQcmV2aWV3U2V0dGluZ3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckRhdGFTb3VyY2VTZXR0aW5nc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnRcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lckNhbGxiYWNrc0NvbXBvbmVudCxcbiAgICAgICAgRHhSZXBvcnREZXNpZ25lclJlcXVlc3RPcHRpb25zQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyUHJldmlld1NldHRpbmdzQ29tcG9uZW50LFxuICAgICAgICBEeFJlcG9ydERlc2lnbmVyV2l6YXJkU2V0dGluZ3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJEYXRhU291cmNlU2V0dGluZ3NDb21wb25lbnQsXG4gICAgICAgIER4UmVwb3J0RGVzaWduZXJNb2RlbFNldHRpbmdzQ29tcG9uZW50XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydERlc2lnbmVyTW9kdWxlIHsgfVxuIl19
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: "12.2.17", ngImport: i0, type: DxReportDesignerCallbacksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
- DxReportDesignerCallbacksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerCallbacksComponent, selector: "dxrd-callbacks", outputs: { CustomizeElements: "CustomizeElements", ExitDesigner: "ExitDesigner", ReportSaving: "ReportSaving", ReportSaved: "ReportSaved", ReportOpened: "ReportOpened", ReportOpening: "ReportOpening", TabChanged: "TabChanged", ReportTabClosing: "ReportTabClosing", ReportTabClosed: "ReportTabClosed", ComponentAdded: "ComponentAdded", CustomizeParameterEditors: "CustomizeParameterEditors", CustomizeSaveDialog: "CustomizeSaveDialog", CustomizeSaveAsDialog: "CustomizeSaveAsDialog", CustomizeOpenDialog: "CustomizeOpenDialog", CustomizeToolbox: "CustomizeToolbox", CustomizeFieldListActions: "CustomizeFieldListActions", CustomizeMenuActions: "CustomizeMenuActions", CustomizeLocalization: "CustomizeLocalization", 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: "12.2.17", ngImport: i0, type: DxReportDesignerCallbacksComponent, decorators: [{
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhyZC1jYWxsYmFja3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtZGVzaWduZXIvZHhyZC1jYWxsYmFja3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU1oRSxNQUFNLE9BQU8sa0NBQWtDO0lBSi9DO1FBS2Msc0JBQWlCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUM1QyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdkMsaUJBQVksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3ZDLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN0QyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdkMsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hDLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3JDLHFCQUFnQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDM0Msb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzFDLG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN6Qyw4QkFBeUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3BELHdCQUFtQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDOUMsMEJBQXFCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNoRCx3QkFBbUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzlDLHFCQUFnQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDM0MsOEJBQXlCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNwRCx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQy9DLDBCQUFxQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDaEQsbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3pDLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2QyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDeEMsb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBRTFDLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2Qyw2QkFBd0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ25ELGdDQUEyQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdEQsK0JBQTBCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNyRCx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQy9DLDJCQUFzQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDakQsaUNBQTRCLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2RCxrQ0FBNkIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hELCtCQUEwQixHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDckQsb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0tBQ3ZEOztnSUFsQ1ksa0NBQWtDO29IQUFsQyxrQ0FBa0MsNjRDQUhqQyxFQUFFOzRGQUdILGtDQUFrQztrQkFKOUMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsRUFBRTtvQkFDWixRQUFRLEVBQUUsZ0JBQWdCO2lCQUM3Qjs4QkFFYSxpQkFBaUI7c0JBQTFCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxZQUFZO3NCQUFyQixNQUFNO2dCQUNHLFdBQVc7c0JBQXBCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLFVBQVU7c0JBQW5CLE1BQU07Z0JBQ0csZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU07Z0JBQ0csY0FBYztzQkFBdkIsTUFBTTtnQkFDRyx5QkFBeUI7c0JBQWxDLE1BQU07Z0JBQ0csbUJBQW1CO3NCQUE1QixNQUFNO2dCQUNHLHFCQUFxQjtzQkFBOUIsTUFBTTtnQkFDRyxtQkFBbUI7c0JBQTVCLE1BQU07Z0JBQ0csZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUNHLHlCQUF5QjtzQkFBbEMsTUFBTTtnQkFDRyxvQkFBb0I7c0JBQTdCLE1BQU07Z0JBQ0cscUJBQXFCO3NCQUE5QixNQUFNO2dCQUNHLGNBQWM7c0JBQXZCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU07Z0JBRUcsWUFBWTtzQkFBckIsTUFBTTtnQkFDRyx3QkFBd0I7c0JBQWpDLE1BQU07Z0JBQ0csMkJBQTJCO3NCQUFwQyxNQUFNO2dCQUNHLDBCQUEwQjtzQkFBbkMsTUFBTTtnQkFDRyxvQkFBb0I7c0JBQTdCLE1BQU07Z0JBQ0csc0JBQXNCO3NCQUEvQixNQUFNO2dCQUNHLDRCQUE0QjtzQkFBckMsTUFBTTtnQkFDRyw2QkFBNkI7c0JBQXRDLE1BQU07Z0JBQ0csMEJBQTBCO3NCQUFuQyxNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE91dHB1dCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzZWxlY3RvcjogJ2R4cmQtY2FsbGJhY2tzJ1xufSlcbmV4cG9ydCBjbGFzcyBEeFJlcG9ydERlc2lnbmVyQ2FsbGJhY2tzQ29tcG9uZW50IHtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplRWxlbWVudHMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgRXhpdERlc2lnbmVyID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFJlcG9ydFNhdmluZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBSZXBvcnRTYXZlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBSZXBvcnRPcGVuZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUmVwb3J0T3BlbmluZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBUYWJDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFJlcG9ydFRhYkNsb3NpbmcgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUmVwb3J0VGFiQ2xvc2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIENvbXBvbmVudEFkZGVkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZVBhcmFtZXRlckVkaXRvcnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplU2F2ZURpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVTYXZlQXNEaWFsb2cgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplT3BlbkRpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBDdXN0b21pemVUb29sYm94ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZUZpZWxkTGlzdEFjdGlvbnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplTWVudUFjdGlvbnMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgQ3VzdG9taXplTG9jYWxpemF0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIE9uSW5pdGlhbGl6aW5nID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEJlZm9yZVJlbmRlciA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBPblNlcnZlckVycm9yID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIEN1c3RvbWl6ZVdpemFyZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gICAgQE91dHB1dCgpIFByZXZpZXdDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3Q3VzdG9taXplRWxlbWVudHMgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUHJldmlld0N1c3RvbWl6ZU1lbnVBY3Rpb25zID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdFZGl0aW5nRmllbGRDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdEb2N1bWVudFJlYWR5ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gICAgQE91dHB1dCgpIFByZXZpZXdQYXJhbWV0ZXJzUmVzZXQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgUHJldmlld1BhcmFtZXRlcnNJbml0aWFsaXplZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3Q3VzdG9taXplRXhwb3J0T3B0aW9ucyA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3UGFyYW1ldGVyc1N1Ym1pdHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBQcmV2aWV3T25FeHBvcnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbn1cbiJdfQ==
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: "12.2.17", ngImport: i0, type: DxReportDesignerDataSourceSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- DxReportDesignerDataSourceSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerDataSourceSettingsComponent, selector: "dxrd-datasource-settings", inputs: { allowAddDataSource: "allowAddDataSource", allowRemoveDataSource: "allowRemoveDataSource", allowEditDataSource: "allowEditDataSource" }, ngImport: i0, template: '', isInline: true });
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: "12.2.17", ngImport: i0, type: DxReportDesignerDataSourceSettingsComponent, decorators: [{
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: '',
@@ -0,0 +1,47 @@
1
+ import { __decorate } from "tslib";
2
+ import { Component, ContentChild, Input } from '@angular/core';
3
+ import { _booleanConverter, _inputConverter } from 'devexpress-reporting-angular/core';
4
+ import { DxReportDesignerDataSourceSettingsComponent } from './dxrd-datasource-settings.component';
5
+ import { DxReportDesignerPreviewSettingsComponent } from './dxrd-preview-settings.component';
6
+ import { DxReportDesignerWizardSettingsComponent } from './dxrd-wizard-settings.component';
7
+ import * as i0 from "@angular/core";
8
+ export class DxReportDesignerModelSettingsComponent {
9
+ getSerializableSettings() {
10
+ return {
11
+ reportPreviewSettings: this.previewSettings?.getSerializableSettings(),
12
+ wizardSettings: this.wizardSettings?.getSerializableSettings(),
13
+ dataSourceSettings: this.dataSourceSettings?.getSerializableSettings(),
14
+ allowMDI: this.allowMDI,
15
+ rightToLeft: this.rightToLeft
16
+ };
17
+ }
18
+ }
19
+ DxReportDesignerModelSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerModelSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
+ DxReportDesignerModelSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerModelSettingsComponent, selector: "dxrd-designer-model-settings", inputs: { allowMDI: "allowMDI", rightToLeft: "rightToLeft" }, queries: [{ propertyName: "previewSettings", first: true, predicate: DxReportDesignerPreviewSettingsComponent, descendants: true }, { propertyName: "wizardSettings", first: true, predicate: DxReportDesignerWizardSettingsComponent, descendants: true }, { propertyName: "dataSourceSettings", first: true, predicate: DxReportDesignerDataSourceSettingsComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
21
+ __decorate([
22
+ _inputConverter(_booleanConverter)
23
+ ], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
24
+ __decorate([
25
+ _inputConverter(_booleanConverter)
26
+ ], DxReportDesignerModelSettingsComponent.prototype, "rightToLeft", void 0);
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerModelSettingsComponent, decorators: [{
28
+ type: Component,
29
+ args: [{
30
+ template: '',
31
+ selector: 'dxrd-designer-model-settings'
32
+ }]
33
+ }], propDecorators: { allowMDI: [{
34
+ type: Input
35
+ }], rightToLeft: [{
36
+ type: Input
37
+ }], previewSettings: [{
38
+ type: ContentChild,
39
+ args: [DxReportDesignerPreviewSettingsComponent]
40
+ }], wizardSettings: [{
41
+ type: ContentChild,
42
+ args: [DxReportDesignerWizardSettingsComponent]
43
+ }], dataSourceSettings: [{
44
+ type: ContentChild,
45
+ args: [DxReportDesignerDataSourceSettingsComponent]
46
+ }] } });
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhyZC1kZXNpZ25lci1tb2RlbC1zZXR0aW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9keC1yZXBvcnQtZGVzaWduZXIvZHhyZC1kZXNpZ25lci1tb2RlbC1zZXR0aW5ncy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQWlDLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3RILE9BQU8sRUFBRSwyQ0FBMkMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ25HLE9BQU8sRUFBRSx3Q0FBd0MsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzdGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQU0zRixNQUFNLE9BQU8sc0NBQXNDO0lBa0IvQyx1QkFBdUI7UUFDbkIsT0FBTztZQUNILHFCQUFxQixFQUFFLElBQUksQ0FBQyxlQUFlLEVBQUUsdUJBQXVCLEVBQUU7WUFDdEUsY0FBYyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsdUJBQXVCLEVBQUU7WUFDOUQsa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGtCQUFrQixFQUFFLHVCQUF1QixFQUFFO1lBQ3RFLFFBQVEsRUFBRSxJQUFJLENBQUMsUUFBUTtZQUN2QixXQUFXLEVBQUUsSUFBSSxDQUFDLFdBQVc7U0FDaEMsQ0FBQztJQUNOLENBQUM7O29JQTFCUSxzQ0FBc0M7d0hBQXRDLHNDQUFzQywrS0FTakMsd0NBQXdDLGlGQUd4Qyx1Q0FBdUMscUZBR3ZDLDJDQUEyQyxnREFsQi9DLEVBQUU7QUFNWjtJQURDLGVBQWUsQ0FBQyxpQkFBaUIsQ0FBQzt3RUFDakI7QUFJbEI7SUFEQyxlQUFlLENBQUMsaUJBQWlCLENBQUM7MkVBQ2Q7NEZBUFosc0NBQXNDO2tCQUpsRCxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxFQUFFO29CQUNaLFFBQVEsRUFBRSw4QkFBOEI7aUJBQzNDOzhCQUlHLFFBQVE7c0JBRlAsS0FBSztnQkFNTixXQUFXO3NCQUZWLEtBQUs7Z0JBS04sZUFBZTtzQkFEZCxZQUFZO3VCQUFDLHdDQUF3QztnQkFJdEQsY0FBYztzQkFEYixZQUFZO3VCQUFDLHVDQUF1QztnQkFJckQsa0JBQWtCO3NCQURqQixZQUFZO3VCQUFDLDJDQUEyQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSVNlcmlhbGl6YWJsZVNldHRpbmdzUHJvdmlkZXIsIF9ib29sZWFuQ29udmVydGVyLCBfaW5wdXRDb252ZXJ0ZXIgfSBmcm9tICdkZXZleHByZXNzLXJlcG9ydGluZy1hbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRHhSZXBvcnREZXNpZ25lckRhdGFTb3VyY2VTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC1kYXRhc291cmNlLXNldHRpbmdzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEeFJlcG9ydERlc2lnbmVyUHJldmlld1NldHRpbmdzQ29tcG9uZW50IH0gZnJvbSAnLi9keHJkLXByZXZpZXctc2V0dGluZ3MuY29tcG9uZW50JztcbmltcG9ydCB7IER4UmVwb3J0RGVzaWduZXJXaXphcmRTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJy4vZHhyZC13aXphcmQtc2V0dGluZ3MuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIHNlbGVjdG9yOiAnZHhyZC1kZXNpZ25lci1tb2RlbC1zZXR0aW5ncydcbn0pXG5leHBvcnQgY2xhc3MgRHhSZXBvcnREZXNpZ25lck1vZGVsU2V0dGluZ3NDb21wb25lbnQgaW1wbGVtZW50cyBJU2VyaWFsaXphYmxlU2V0dGluZ3NQcm92aWRlciB7XG4gICAgQElucHV0KClcbiAgICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICAgIGFsbG93TURJOiBib29sZWFuO1xuXG4gICAgQElucHV0KClcbiAgICBAX2lucHV0Q29udmVydGVyKF9ib29sZWFuQ29udmVydGVyKVxuICAgIHJpZ2h0VG9MZWZ0OiBib29sZWFuO1xuXG4gICAgQENvbnRlbnRDaGlsZChEeFJlcG9ydERlc2lnbmVyUHJldmlld1NldHRpbmdzQ29tcG9uZW50KVxuICAgIHByZXZpZXdTZXR0aW5nczogRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudDtcblxuICAgIEBDb250ZW50Q2hpbGQoRHhSZXBvcnREZXNpZ25lcldpemFyZFNldHRpbmdzQ29tcG9uZW50KVxuICAgIHdpemFyZFNldHRpbmdzOiBEeFJlcG9ydERlc2lnbmVyV2l6YXJkU2V0dGluZ3NDb21wb25lbnQ7XG5cbiAgICBAQ29udGVudENoaWxkKER4UmVwb3J0RGVzaWduZXJEYXRhU291cmNlU2V0dGluZ3NDb21wb25lbnQpXG4gICAgZGF0YVNvdXJjZVNldHRpbmdzOiBEeFJlcG9ydERlc2lnbmVyRGF0YVNvdXJjZVNldHRpbmdzQ29tcG9uZW50O1xuXG4gICAgZ2V0U2VyaWFsaXphYmxlU2V0dGluZ3MoKSB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICByZXBvcnRQcmV2aWV3U2V0dGluZ3M6IHRoaXMucHJldmlld1NldHRpbmdzPy5nZXRTZXJpYWxpemFibGVTZXR0aW5ncygpLFxuICAgICAgICAgICAgd2l6YXJkU2V0dGluZ3M6IHRoaXMud2l6YXJkU2V0dGluZ3M/LmdldFNlcmlhbGl6YWJsZVNldHRpbmdzKCksXG4gICAgICAgICAgICBkYXRhU291cmNlU2V0dGluZ3M6IHRoaXMuZGF0YVNvdXJjZVNldHRpbmdzPy5nZXRTZXJpYWxpemFibGVTZXR0aW5ncygpLFxuICAgICAgICAgICAgYWxsb3dNREk6IHRoaXMuYWxsb3dNREksXG4gICAgICAgICAgICByaWdodFRvTGVmdDogdGhpcy5yaWdodFRvTGVmdFxuICAgICAgICB9O1xuICAgIH1cbn1cbiJdfQ==
@@ -0,0 +1,31 @@
1
+ import { Component, ContentChild } from '@angular/core';
2
+ import { DxReportViewerExportSettingsComponent, DxReportViewerProgressBarSettingsComponent, DxReportViewerSearchSettingsComponent } from 'devexpress-reporting-angular/dx-report-viewer';
3
+ import * as i0 from "@angular/core";
4
+ export class DxReportDesignerPreviewSettingsComponent {
5
+ getSerializableSettings() {
6
+ return {
7
+ exportSettings: this.exportSettings?.getSerializableSettings(),
8
+ progressBarSettings: this.porgressbarSettings?.getSerializableSettings(),
9
+ searchSettings: this.searchSettings?.getSerializableSettings()
10
+ };
11
+ }
12
+ }
13
+ DxReportDesignerPreviewSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerPreviewSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ DxReportDesignerPreviewSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerPreviewSettingsComponent, selector: "dxrd-preview-settings", queries: [{ propertyName: "porgressbarSettings", first: true, predicate: DxReportViewerProgressBarSettingsComponent, descendants: true }, { propertyName: "exportSettings", first: true, predicate: DxReportViewerExportSettingsComponent, descendants: true }, { propertyName: "searchSettings", first: true, predicate: DxReportViewerSearchSettingsComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerPreviewSettingsComponent, decorators: [{
16
+ type: Component,
17
+ args: [{
18
+ template: '',
19
+ selector: 'dxrd-preview-settings'
20
+ }]
21
+ }], propDecorators: { porgressbarSettings: [{
22
+ type: ContentChild,
23
+ args: [DxReportViewerProgressBarSettingsComponent]
24
+ }], exportSettings: [{
25
+ type: ContentChild,
26
+ args: [DxReportViewerExportSettingsComponent]
27
+ }], searchSettings: [{
28
+ type: ContentChild,
29
+ args: [DxReportViewerSearchSettingsComponent]
30
+ }] } });
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHhyZC1wcmV2aWV3LXNldHRpbmdzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2R4LXJlcG9ydC1kZXNpZ25lci9keHJkLXByZXZpZXctc2V0dGluZ3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFTLE1BQU0sZUFBZSxDQUFDO0FBRS9ELE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSwwQ0FBMEMsRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLCtDQUErQyxDQUFDOztBQU16TCxNQUFNLE9BQU8sd0NBQXdDO0lBVWpELHVCQUF1QjtRQUNuQixPQUFPO1lBQ0gsY0FBYyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsdUJBQXVCLEVBQUU7WUFDOUQsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLG1CQUFtQixFQUFFLHVCQUF1QixFQUFFO1lBQ3hFLGNBQWMsRUFBRSxJQUFJLENBQUMsY0FBYyxFQUFFLHVCQUF1QixFQUFFO1NBQ2pFLENBQUM7SUFDTixDQUFDOztzSUFoQlEsd0NBQXdDOzBIQUF4Qyx3Q0FBd0MsOEdBQ25DLDBDQUEwQyxpRkFHMUMscUNBQXFDLGlGQUdyQyxxQ0FBcUMsZ0RBVnpDLEVBQUU7NEZBR0gsd0NBQXdDO2tCQUpwRCxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxFQUFFO29CQUNaLFFBQVEsRUFBRSx1QkFBdUI7aUJBQ3BDOzhCQUdHLG1CQUFtQjtzQkFEbEIsWUFBWTt1QkFBQywwQ0FBMEM7Z0JBSXhELGNBQWM7c0JBRGIsWUFBWTt1QkFBQyxxQ0FBcUM7Z0JBSW5ELGNBQWM7c0JBRGIsWUFBWTt1QkFBQyxxQ0FBcUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElTZXJpYWxpemFibGVTZXR0aW5nc1Byb3ZpZGVyLCBfYm9vbGVhbkNvbnZlcnRlciwgX2lucHV0Q29udmVydGVyIH0gZnJvbSAnZGV2ZXhwcmVzcy1yZXBvcnRpbmctYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IER4UmVwb3J0Vmlld2VyRXhwb3J0U2V0dGluZ3NDb21wb25lbnQsIER4UmVwb3J0Vmlld2VyUHJvZ3Jlc3NCYXJTZXR0aW5nc0NvbXBvbmVudCwgRHhSZXBvcnRWaWV3ZXJTZWFyY2hTZXR0aW5nc0NvbXBvbmVudCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nLWFuZ3VsYXIvZHgtcmVwb3J0LXZpZXdlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzZWxlY3RvcjogJ2R4cmQtcHJldmlldy1zZXR0aW5ncydcbn0pXG5leHBvcnQgY2xhc3MgRHhSZXBvcnREZXNpZ25lclByZXZpZXdTZXR0aW5nc0NvbXBvbmVudCBpbXBsZW1lbnRzIElTZXJpYWxpemFibGVTZXR0aW5nc1Byb3ZpZGVyIHtcbiAgICBAQ29udGVudENoaWxkKER4UmVwb3J0Vmlld2VyUHJvZ3Jlc3NCYXJTZXR0aW5nc0NvbXBvbmVudClcbiAgICBwb3JncmVzc2JhclNldHRpbmdzOiBEeFJlcG9ydFZpZXdlclByb2dyZXNzQmFyU2V0dGluZ3NDb21wb25lbnQ7XG5cbiAgICBAQ29udGVudENoaWxkKER4UmVwb3J0Vmlld2VyRXhwb3J0U2V0dGluZ3NDb21wb25lbnQpXG4gICAgZXhwb3J0U2V0dGluZ3M6IER4UmVwb3J0Vmlld2VyRXhwb3J0U2V0dGluZ3NDb21wb25lbnQ7XG5cbiAgICBAQ29udGVudENoaWxkKER4UmVwb3J0Vmlld2VyU2VhcmNoU2V0dGluZ3NDb21wb25lbnQpXG4gICAgc2VhcmNoU2V0dGluZ3M6IER4UmVwb3J0Vmlld2VyU2VhcmNoU2V0dGluZ3NDb21wb25lbnQ7XG5cbiAgICBnZXRTZXJpYWxpemFibGVTZXR0aW5ncygpIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIGV4cG9ydFNldHRpbmdzOiB0aGlzLmV4cG9ydFNldHRpbmdzPy5nZXRTZXJpYWxpemFibGVTZXR0aW5ncygpLFxuICAgICAgICAgICAgcHJvZ3Jlc3NCYXJTZXR0aW5nczogdGhpcy5wb3JncmVzc2JhclNldHRpbmdzPy5nZXRTZXJpYWxpemFibGVTZXR0aW5ncygpLFxuICAgICAgICAgICAgc2VhcmNoU2V0dGluZ3M6IHRoaXMuc2VhcmNoU2V0dGluZ3M/LmdldFNlcmlhbGl6YWJsZVNldHRpbmdzKClcbiAgICAgICAgfTtcbiAgICB9XG59XG4iXX0=
@@ -2,9 +2,9 @@ import { Component, Input } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DxReportDesignerRequestOptionsComponent {
4
4
  }
5
- DxReportDesignerRequestOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DxReportDesignerRequestOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DxReportDesignerRequestOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerRequestOptionsComponent, selector: "dxrd-request-options", inputs: { getDesignerModelAction: "getDesignerModelAction", getLocalizationAction: "getLocalizationAction", host: "host" }, ngImport: i0, template: '', isInline: true });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DxReportDesignerRequestOptionsComponent, decorators: [{
5
+ DxReportDesignerRequestOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerRequestOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DxReportDesignerRequestOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerRequestOptionsComponent, selector: "dxrd-request-options", inputs: { getDesignerModelAction: "getDesignerModelAction", getLocalizationAction: "getLocalizationAction", host: "host" }, ngImport: i0, template: '', isInline: true });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerRequestOptionsComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{
10
10
  template: '',
@@ -15,8 +15,8 @@ export class DxReportDesignerWizardSettingsComponent {
15
15
  };
16
16
  }
17
17
  }
18
- DxReportDesignerWizardSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DxReportDesignerWizardSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- DxReportDesignerWizardSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerWizardSettingsComponent, selector: "dxrd-wizard-settings", inputs: { useMasterDetailWizard: "useMasterDetailWizard", enableJsonDataSource: "enableJsonDataSource", enableSqlDataSource: "enableSqlDataSource", enableObjectDataSource: "enableObjectDataSource", enableFederationDataSource: "enableFederationDataSource", useFullscreenWizard: "useFullscreenWizard", reportWizardTemplatesSearchBoxVisibility: "reportWizardTemplatesSearchBoxVisibility" }, ngImport: i0, template: '', isInline: true });
18
+ DxReportDesignerWizardSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerWizardSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ DxReportDesignerWizardSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DxReportDesignerWizardSettingsComponent, selector: "dxrd-wizard-settings", inputs: { useMasterDetailWizard: "useMasterDetailWizard", enableJsonDataSource: "enableJsonDataSource", enableSqlDataSource: "enableSqlDataSource", enableObjectDataSource: "enableObjectDataSource", enableFederationDataSource: "enableFederationDataSource", useFullscreenWizard: "useFullscreenWizard", reportWizardTemplatesSearchBoxVisibility: "reportWizardTemplatesSearchBoxVisibility" }, ngImport: i0, template: '', isInline: true });
20
20
  __decorate([
21
21
  _inputConverter(_booleanConverter)
22
22
  ], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
@@ -35,7 +35,7 @@ __decorate([
35
35
  __decorate([
36
36
  _inputConverter(_booleanConverter)
37
37
  ], DxReportDesignerWizardSettingsComponent.prototype, "useFullscreenWizard", void 0);
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DxReportDesignerWizardSettingsComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DxReportDesignerWizardSettingsComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{
41
41
  template: '',
@@ -0,0 +1,16 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "../template/template.component";
5
+ export class ActionsComponent {
6
+ }
7
+ ActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ ActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionsComponent, selector: "dxa-actions", inputs: { data: "data" }, ngImport: i0, template: "<div *ngFor=\"let action of data\" style=\"display: inline-block; vertical-align: top;\">\n <dxa-template *ngIf=\"action.templateName\" [template]=\"action.templateName\"\n [data]=\"action['contentData'] || action\"></dxa-template>\n <div *ngIf=\"!action.templateName\" [style.display]=\"action.visible ? '' : 'none'\" class=\"dxrd-toolbar-item\" [class]=\"action.actionClass\">\n <div role=\"button\" class=\"dx-accessibility-toolbar-item dx-accessibility-focus-border-accented\"\n [attr.aria-label]=\"action.block.attr['aria-label']\" [attr.aria-disabled]=\"action.block.attr['aria-disabled']\"\n [attr.aria-pressed]=\"action.block.attr['aria-pressed']\">\n <div [attr.class]=\"action.image.class\" [attr.title]=\"action.displayText\" (click)=\"action.click($event)\">\n <dxa-template [template]=\"action.image.templateName\"></dxa-template>\n </div>\n <div class=\"dxrd-toolbar-item-separator dxd-toolbar-separator-color dxd-border-secondary\"\n [hidden]=\"!action.hasSeparator\"></div>\n </div>\n </div>\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: "component", type: i2.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionsComponent, decorators: [{
10
+ type: Component,
11
+ args: [{ selector: 'dxa-actions', template: "<div *ngFor=\"let action of data\" style=\"display: inline-block; vertical-align: top;\">\n <dxa-template *ngIf=\"action.templateName\" [template]=\"action.templateName\"\n [data]=\"action['contentData'] || action\"></dxa-template>\n <div *ngIf=\"!action.templateName\" [style.display]=\"action.visible ? '' : 'none'\" class=\"dxrd-toolbar-item\" [class]=\"action.actionClass\">\n <div role=\"button\" class=\"dx-accessibility-toolbar-item dx-accessibility-focus-border-accented\"\n [attr.aria-label]=\"action.block.attr['aria-label']\" [attr.aria-disabled]=\"action.block.attr['aria-disabled']\"\n [attr.aria-pressed]=\"action.block.attr['aria-pressed']\">\n <div [attr.class]=\"action.image.class\" [attr.title]=\"action.displayText\" (click)=\"action.click($event)\">\n <dxa-template [template]=\"action.image.templateName\"></dxa-template>\n </div>\n <div class=\"dxrd-toolbar-item-separator dxd-toolbar-separator-color dxd-border-secondary\"\n [hidden]=\"!action.hasSeparator\"></div>\n </div>\n </div>\n</div>" }]
12
+ }], propDecorators: { data: [{
13
+ type: Input,
14
+ args: ['data']
15
+ }] } });
16
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvYW5hbHl0aWNzL2FjdGlvbnMvYWN0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvYW5hbHl0aWNzL2FjdGlvbnMvYWN0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQU9qRCxNQUFNLE9BQU8sZ0JBQWdCOzs4R0FBaEIsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsNkVDUDdCLDRtQ0FjTTs0RkRQTyxnQkFBZ0I7a0JBSjVCLFNBQVM7K0JBQ0ksYUFBYTs4QkFJVixJQUFJO3NCQUFsQixLQUFLO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJQWN0aW9uVmlld01vZGVsLCBJQ29udGVudEFjdGlvblZpZXdNb2RlbCB9IGZyb20gJ0BkZXZleHByZXNzL2FuYWx5dGljcy1jb3JlL3dpZGdldHMvdXRpbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2R4YS1hY3Rpb25zJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWN0aW9ucy5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgQWN0aW9uc0NvbXBvbmVudCB7XG4gIEBJbnB1dCgnZGF0YScpIGRhdGEhOiBBcnJheTxJQWN0aW9uVmlld01vZGVsIHwgSUNvbnRlbnRBY3Rpb25WaWV3TW9kZWw+O1xufSIsIjxkaXYgKm5nRm9yPVwibGV0IGFjdGlvbiBvZiBkYXRhXCIgc3R5bGU9XCJkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IHZlcnRpY2FsLWFsaWduOiB0b3A7XCI+XG4gICAgPGR4YS10ZW1wbGF0ZSAqbmdJZj1cImFjdGlvbi50ZW1wbGF0ZU5hbWVcIiBbdGVtcGxhdGVdPVwiYWN0aW9uLnRlbXBsYXRlTmFtZVwiXG4gICAgICAgIFtkYXRhXT1cImFjdGlvblsnY29udGVudERhdGEnXSB8fCBhY3Rpb25cIj48L2R4YS10ZW1wbGF0ZT5cbiAgICA8ZGl2ICpuZ0lmPVwiIWFjdGlvbi50ZW1wbGF0ZU5hbWVcIiBbc3R5bGUuZGlzcGxheV09XCJhY3Rpb24udmlzaWJsZSA/ICcnIDogJ25vbmUnXCIgY2xhc3M9XCJkeHJkLXRvb2xiYXItaXRlbVwiIFtjbGFzc109XCJhY3Rpb24uYWN0aW9uQ2xhc3NcIj5cbiAgICAgICAgPGRpdiByb2xlPVwiYnV0dG9uXCIgY2xhc3M9XCJkeC1hY2Nlc3NpYmlsaXR5LXRvb2xiYXItaXRlbSBkeC1hY2Nlc3NpYmlsaXR5LWZvY3VzLWJvcmRlci1hY2NlbnRlZFwiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImFjdGlvbi5ibG9jay5hdHRyWydhcmlhLWxhYmVsJ11cIiBbYXR0ci5hcmlhLWRpc2FibGVkXT1cImFjdGlvbi5ibG9jay5hdHRyWydhcmlhLWRpc2FibGVkJ11cIlxuICAgICAgICAgICAgW2F0dHIuYXJpYS1wcmVzc2VkXT1cImFjdGlvbi5ibG9jay5hdHRyWydhcmlhLXByZXNzZWQnXVwiPlxuICAgICAgICAgICAgPGRpdiBbYXR0ci5jbGFzc109XCJhY3Rpb24uaW1hZ2UuY2xhc3NcIiBbYXR0ci50aXRsZV09XCJhY3Rpb24uZGlzcGxheVRleHRcIiAoY2xpY2spPVwiYWN0aW9uLmNsaWNrKCRldmVudClcIj5cbiAgICAgICAgICAgICAgICA8ZHhhLXRlbXBsYXRlIFt0ZW1wbGF0ZV09XCJhY3Rpb24uaW1hZ2UudGVtcGxhdGVOYW1lXCI+PC9keGEtdGVtcGxhdGU+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkeHJkLXRvb2xiYXItaXRlbS1zZXBhcmF0b3IgZHhkLXRvb2xiYXItc2VwYXJhdG9yLWNvbG9yIGR4ZC1ib3JkZXItc2Vjb25kYXJ5XCJcbiAgICAgICAgICAgICAgICBbaGlkZGVuXT1cIiFhY3Rpb24uaGFzU2VwYXJhdG9yXCI+PC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+Il19