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