@boldreports/types 6.2.42 → 6.2.43

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.2.42",
3
+ "version": "6.2.43",
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 : 1.0.5
3
+ * version : 6.2.43
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
@@ -1556,6 +1556,11 @@ declare namespace ej {
1556
1556
  */
1557
1557
  enableDropDownSearch?: boolean;
1558
1558
 
1559
+ /** Show or hide the parameter popup re-size on report initial rendering.
1560
+ * @Default {false}
1561
+ */
1562
+ enablePopupResize?: boolean;
1563
+
1559
1564
  /** Specifies the export settings for Report Viewer component.
1560
1565
  * @Default {}
1561
1566
  */
@@ -2103,6 +2108,11 @@ declare namespace ej {
2103
2108
  */
2104
2109
  enableDropDownSearch?: boolean;
2105
2110
 
2111
+ /** Show or hide the parameter popup re-size on report initial rendering.
2112
+ * @Default {false}
2113
+ */
2114
+ enablePopupResize?: boolean;
2115
+
2106
2116
  // tslint:disable:max-line-length
2107
2117
  /** 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.
2108
2118
  * @Default {false}
@@ -2752,11 +2762,6 @@ This support applicable only in Classic view.
2752
2762
  */
2753
2763
  hideTooltip?: boolean;
2754
2764
 
2755
- /** Show or hide the parameter popup re-size on report initial rendering.
2756
- * @Default {false}
2757
- */
2758
- enablePopupResize?: boolean;
2759
-
2760
2765
  /** Show or hide the parameter block on report initial rendering.
2761
2766
  * @Default {false}
2762
2767
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.2.42",
3
+ "version": "6.2.43",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }