@boldreports/types 6.2.36 → 6.2.37
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 +1 -1
- package/reports.all/index.d.ts +6 -11
- package/reports.all/package.json +1 -1
package/package.json
CHANGED
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 6.2.
|
|
3
|
+
* version : 6.2.37
|
|
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
|
|
@@ -1554,11 +1554,6 @@ declare namespace ej {
|
|
|
1554
1554
|
*/
|
|
1555
1555
|
enableDropDownSearch?: boolean;
|
|
1556
1556
|
|
|
1557
|
-
/** Show or hide the parameter popup re-size on report initial rendering.
|
|
1558
|
-
* @Default {false}
|
|
1559
|
-
*/
|
|
1560
|
-
enablePopupResize?: boolean;
|
|
1561
|
-
|
|
1562
1557
|
/** Specifies the export settings for Report Viewer component.
|
|
1563
1558
|
* @Default {}
|
|
1564
1559
|
*/
|
|
@@ -2106,11 +2101,6 @@ declare namespace ej {
|
|
|
2106
2101
|
*/
|
|
2107
2102
|
enableDropDownSearch?: boolean;
|
|
2108
2103
|
|
|
2109
|
-
/** Show or hide the parameter popup re-size on report initial rendering.
|
|
2110
|
-
* @Default {false}
|
|
2111
|
-
*/
|
|
2112
|
-
enablePopupResize?: boolean;
|
|
2113
|
-
|
|
2114
2104
|
// tslint:disable:max-line-length
|
|
2115
2105
|
/** 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.
|
|
2116
2106
|
* @Default {false}
|
|
@@ -2760,6 +2750,11 @@ This support applicable only in Classic view.
|
|
|
2760
2750
|
*/
|
|
2761
2751
|
hideTooltip?: boolean;
|
|
2762
2752
|
|
|
2753
|
+
/** Show or hide the parameter popup re-size on report initial rendering.
|
|
2754
|
+
* @Default {false}
|
|
2755
|
+
*/
|
|
2756
|
+
enablePopupResize?: boolean;
|
|
2757
|
+
|
|
2763
2758
|
/** Show or hide the parameter block on report initial rendering.
|
|
2764
2759
|
* @Default {false}
|
|
2765
2760
|
*/
|