realreport-designer 1.11.2 → 1.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6642,6 +6642,7 @@ declare interface IPreviewOptions {
6642
6642
  paging?: boolean;
6643
6643
  language?: string;
6644
6644
  editable?: boolean;
6645
+ textSelectable?: boolean;
6645
6646
  callback?: PrintPageCallback;
6646
6647
  endCallback?: PrintEndCallback;
6647
6648
  signCallback?: SignCallback;