@boldreports/types 6.1.51 → 6.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.1.51",
3
+ "version": "6.1.53",
4
4
  "description": "TypeScript definitions for Bold Reports",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * filename: index.d.ts
3
- * version : 6.1.51
3
+ * version : 6.1.53
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1549,6 +1549,11 @@ declare namespace ej {
1549
1549
  */
1550
1550
  enableDropDownSearch?: boolean;
1551
1551
 
1552
+ /** Show or hide the parameter popup re-size on report initial rendering.
1553
+ * @Default {false}
1554
+ */
1555
+ enablePopupResize?: boolean;
1556
+
1552
1557
  /** Specifies the export settings for Report Viewer component.
1553
1558
  * @Default {}
1554
1559
  */
@@ -2096,6 +2101,11 @@ declare namespace ej {
2096
2101
  */
2097
2102
  enableDropDownSearch?: boolean;
2098
2103
 
2104
+ /** Show or hide the parameter popup re-size on report initial rendering.
2105
+ * @Default {false}
2106
+ */
2107
+ enablePopupResize?: boolean;
2108
+
2099
2109
  // tslint:disable:max-line-length
2100
2110
  /** Set the property value as true to enable the processing of a large amount of data with a lesser memory footprint and without performance degradation.
2101
2111
  * @Default {false}
@@ -2740,11 +2750,6 @@ This support applicable only in Classic view.
2740
2750
  */
2741
2751
  hideTooltip?: boolean;
2742
2752
 
2743
- /** Show or hide the parameter popup re-size on report initial rendering.
2744
- * @Default {false}
2745
- */
2746
- enablePopupResize?: boolean;
2747
-
2748
2753
  /** Show or hide the parameter block on report initial rendering.
2749
2754
  * @Default {false}
2750
2755
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.1.51",
3
+ "version": "6.1.53",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }